Raw Data of Pointcloud

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:

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.