How does one adjust the size of the points when displaying a point cloud?
You should be able to do that with the PointCloudShading, check out this code example:
https://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=3D%20Tiles%20Point%20Cloud%20Shading.html
Let me know if that helps!
Here is another example of how to edit the size of points in a point cloud.
Best,
Sam
Hi @sam.rothstein ,
I get a console error when trying out the code you linked.
Hi @Adrian_Onsen,
You will need to update the code with your access token and asset ID number. In this example, I omit the asset ID number.
url: Cesium.IonResource.fromAssetId(),
Best,
Sam