cesium-point-cloud-generator icon indicating copy to clipboard operation
cesium-point-cloud-generator copied to clipboard

A small Java-based tool for the generation of point cloud visualization datasets according to Cesium 3D Tiles.

Results 4 cesium-point-cloud-generator issues
Sort by recently updated
recently updated
newest added

Hello, first thanks for this great tool. I want to integrate it into a java application but don't need the GUI. So, is there a simple way to use this...

Hi, Thanks a lot for this very helpful application. Will it be possible to add an option to avoid coordinates reprojection ? I have a dataset with EPSG4978 coordinates, but...

Hi, Thanks you for making this software and for making it available. When running a conversion (either with a custom XYZ file or with the ones provided in the repository),...

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...