Hello Team,
I have been looking into the Cesium3DTileset object.
I can spot the _url property, can be accessed through the following path on Tileset object.
Cesium3DTileset → (root) Cesium3DTile → (_contentResource) IonResource →
_url : “https://assets.cesium.com/1426095/0/0.pnts”
I am curious about what this url returns when accessed, Does this url returns the Cesium CRS point of the point cloud ?
Also How can use this url to get points of point cloud ?
@Gabby_Getz
Thank you !!