You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a classified point cloud dataset in .pnts format.
I tried using the upgrade command to convert pnts dataset to glb, but it seems that I've lost the classification attribute in the process.
When I use the analyse tool on .glb file, it mentions classification attribute, but when I open the dataset in Cesium viewer, I get no preview when I apply the classification style.
Is there another way to convert point cloud to glb, or is this the issue with Cesium viewer?
Thank you
I did conversion using following command: npx 3d-tiles-tools upgrade --targetVersion 1.1 -i path/to/pnts/dataset/tileset.json -o ./output/upgraded
The output includes the metadata extension, and the class_batch_table with its Classification property, suggesting that the conversion worked in principle.
I have created two tileset...json files for the PNTS and the GLB, and a small sandcastle to look at them. The style that is applied there in both cases is the following:
The following is a small screengrab from this sandcastle:
One can see that in the PNTS case, the style is applied properly (all points are green). In the GLB case, all points are black initially. But... when (enabling the 3D Tiles inspector and) hovering over the content, it does display the style.
So... the information seems to be translated properly but not displayed. I have opened CesiumGS/cesium#11520 for further investigation.
Hi,
I have a classified point cloud dataset in .pnts format.
I tried using the upgrade command to convert pnts dataset to glb, but it seems that I've lost the classification attribute in the process.
When I use the analyse tool on .glb file, it mentions classification attribute, but when I open the dataset in Cesium viewer, I get no preview when I apply the classification style.
Is there another way to convert point cloud to glb, or is this the issue with Cesium viewer?
Thank you
I did conversion using following command:
npx 3d-tiles-tools upgrade --targetVersion 1.1 -i path/to/pnts/dataset/tileset.json -o ./output/upgraded
This is the result of analyse command:
The text was updated successfully, but these errors were encountered: