Hi,
I am new to cesium and still exploring this.
I want to find out how do i capture a single point in point cloud data and modify it by zooming and rotating. I am using cesium version 1.48.0.
I will appreciate if anyone can help me with this.
Basic code from cesium demo for point cloud data:
var viewer = new Cesium.Viewer(‘cesiumContainer’);
var tileset = new Cesium.Cesium3DTileset({ url: Cesium.IonResource.fromAssetId(5714) });
viewer.scene.primitives.add(tileset);
viewer.zoomTo(tileset);
I aim to enable user to add primitive objects like like cubes, spheres to the 3D scene rendered in cesium