Open jailln opened 1 year ago
The point cloud of Melbourne provided by default on Cesium ion (id 43978) does not work in itowns. The following error is raised by the PntsParser:
C3DTilesIonSource
C3DTilesLayer
GlobeView
The tileset should be displayed.
Nothing is displayed
It might be due to some option that we don't support for pnts tiles in the PntsParser.
PntsParser
This issue happens when point clouds have the 3DTILES_draco_point_compression extension that is not yet supported by itowns.
Your Environment
Context
The point cloud of Melbourne provided by default on Cesium ion (id 43978) does not work in itowns. The following error is raised by the PntsParser:
Steps to Reproduce (for bugs)
C3DTilesIonSource
and aC3DTilesLayer
and add it to aGlobeView
Expected Behavior
The tileset should be displayed.
Actual Behavior
Nothing is displayed
Possible Cause/Fix/Solution
It might be due to some option that we don't support for pnts tiles in the
PntsParser
.