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
In File :cesium-point-cloud-generator/src/de/tum/gis/tiles3d/concurrent/PntcTileCreator.java
Line 134. int byteLength = 28 + featureTableJSONLength + positionByte.length;
i think it may be not right, because : byteLength | uint32 | The length of the entire tile, including the header, in bytes.
the bytes of color is not counted, is it?
The text was updated successfully, but these errors were encountered:
In File :cesium-point-cloud-generator/src/de/tum/gis/tiles3d/concurrent/PntcTileCreator.java
Line 134. int byteLength = 28 + featureTableJSONLength + positionByte.length;
i think it may be not right, because :
byteLength | uint32 | The length of the entire tile, including the header, in bytes.
the bytes of color is not counted, is it?
The text was updated successfully, but these errors were encountered: