Skip to content

Commit

Permalink
Examples: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Mar 31, 2018
1 parent c8cb631 commit 219799d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_camera_cinematic.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

camera = new THREE.CinematicCamera( 60, window.innerWidth / window.innerHeight, 1, 1000 );
camera.setLens( 5 );
camera.position.set( 2, 1, 500 );
camera.position.set( 2, 1, 500 );

scene = new THREE.Scene();
scene.background = new THREE.Color( 0xf0f0f0 );
Expand Down

0 comments on commit 219799d

Please sign in to comment.