Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
VietDucNg committed Jan 10, 2024
1 parent 55f3fa7 commit b8a4823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
let pointcloud = e.pointcloud;

let material = pointcloud.material;
material.size = 1;
material.size = 0.7;
material.pointSizeType = Potree.PointSizeType.ADAPTIVE;
material.shape = Potree.PointShape.SQUARE;
material.activeAttributeName = "rgba";
material.shape = Potree.PointShape.CIRCLE;
material.activeAttributeName = "elevation";

scene.addPointCloud(pointcloud);

Expand Down

0 comments on commit b8a4823

Please sign in to comment.