Hi!, How can I get the raw vertices of the Pointcloud after loading from Cesium Ion?
Hi @shresthaprasun,
Welcome to the community! I recommend checking out the following threads that are related to point clouds in CesiumJS:
- 3D tiles point cloud feature picking
- How to color the point cloud according to the dynamic point range
- Millimeter precision point clouds running in Cesium
- Limiting scene.pickPosition to return only positions on a point cloud?
Are you looking to access the raw vertices of the entire point cloud or only specific points?
-Sam
There is a requirement to hit pointcloud by any arbitrary ray and get the hit point. So my approach was to get all or part of the vertices of the pointcloud and triangulate to get the mesh where I can do the arbitrary ray casting. So I am looking to get all or part of point cloud depending on the size of pointcloud if possible.