Skip to content

Commit

Permalink
fix(example): avoid collision camera with the ground.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Oct 31, 2019
1 parent 5f3db8c commit 9a5580b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pointcloud_3d_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
view = new itowns.GlobeView(viewerDiv, positionOnGlobe, { handleCollision: false });
setupLoadingScreen(viewerDiv, view);

view.controls.minDistance = 0;
view.controls.minDistance = 50;

// Configure Point Cloud layer
pointcloud = new itowns.GeometryLayer('eglise_saint_blaise_arles', view.scene);
pointcloud.file = fileName || 'infos/sources';
Expand Down

0 comments on commit 9a5580b

Please sign in to comment.