Skip to content

Commit

Permalink
Fix point cloud example for the OribitView change
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Apr 2, 2019
1 parent b096cd3 commit 9332b69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/website/point-cloud-laz/app.js
Expand Up @@ -12,14 +12,14 @@ const DATA_URL =

const INITIAL_VIEW_STATE = {
lookAt: [0, 0, 0],
distance: OrbitView.getDistance({boundingBox: [1, 1, 1], fov: 30}),
// distance: OrbitView.getDistance({boundingBox: [1, 1, 1], fov: 30}),
rotationX: 0,
rotationOrbit: 0,
orbitAxis: 'Y',
fov: 30,
fov: 50,
minDistance: 0.5,
maxDistance: 3,
zoom: 1
zoom: 9
};

const transitionInterpolator = new LinearInterpolator(['rotationOrbit']);
Expand Down

0 comments on commit 9332b69

Please sign in to comment.