Eric Xanderson

Results 71 comments of Eric Xanderson

looks like to remove point clouds: ``` //remove pointclouds for (const pointcloud of scene.pointclouds) { scene.scenePointCloud.remove(p) } scene.pointclouds.length = 0 ``` to remove point clouds in gui tree: ``` let...