Which viewer and Any example for Point Cloud PNTS

1. A concise explanation of the problem you’re experiencing.

A PNTS file is created from Point Cloud Data. Any examples to show how it published to Cesium

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

No.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

Would like to publish PNTS data to Cesium. Any example or code can be shared?

4. The Cesium version you’re using, your operating system and browser.

Browser: Chrome; Cesium 1.28

Here’s a few links to check out:

Spec for the pnts format: https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/TileFormats/PointCloud

Cesium demos (local):

http://localhost:8080/Apps/Sandcastle/index.html?src=3D%20Tiles%20Point%20Cloud%20Styling.html&label=3D%20Tiles

http://localhost:8080/Apps/Sandcastle/index.html?src=3D%20Tiles%20Point%20Cloud.html&label=3D%20Tiles

Sample code for generating pnts tiles:

https://github.com/AnalyticalGraphicsInc/3d-tiles-tools/blob/master/samples-generator/lib/createPointCloudTile.js

Also make sure you are running on a newer version of Cesium. Version 1.28 does not have 3D Tiles support.

Let me know if you have other questions.