Skip to content

Commit 6637ada

Browse files
committed
Fix deep zoom example
1 parent c3fd509 commit 6637ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/three/deepZoom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function init() {
4141
new PerspectiveCamera( 60, window.innerWidth / window.innerHeight, 0.001, 10000 ),
4242
new OrthographicCamera( - 1, 1, 1, - 1, 0, 4000 ),
4343
);
44-
transition.camera.position.set( 0, 0, 150 );
44+
transition.camera.position.set( 0, 0, 1.5 );
4545
transition.camera.lookAt( 0, 0, 0 );
4646
transition.autoSync = false;
4747
transition.addEventListener( 'camera-change', ( { camera, prevCamera } ) => {

0 commit comments

Comments
 (0)