We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fd509 commit 6637adaCopy full SHA for 6637ada
1 file changed
example/three/deepZoom.js
@@ -41,7 +41,7 @@ function init() {
41
new PerspectiveCamera( 60, window.innerWidth / window.innerHeight, 0.001, 10000 ),
42
new OrthographicCamera( - 1, 1, 1, - 1, 0, 4000 ),
43
);
44
- transition.camera.position.set( 0, 0, 150 );
+ transition.camera.position.set( 0, 0, 1.5 );
45
transition.camera.lookAt( 0, 0, 0 );
46
transition.autoSync = false;
47
transition.addEventListener( 'camera-change', ( { camera, prevCamera } ) => {
0 commit comments