Skip to content

Commit

Permalink
Examples: Improved webgl_,materials_car.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jun 11, 2020
1 parent d2bb6c0 commit 7841862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified examples/screenshots/webgl_materials_car.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/webgl_materials_car.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@

//

camera = new THREE.PerspectiveCamera( 30, window.innerWidth / window.innerHeight, 0.1, 100 );
camera.position.set( 5, 2.5, - 6 );
camera = new THREE.PerspectiveCamera( 40, window.innerWidth / window.innerHeight, 0.1, 100 );
camera.position.set( 3.5, 2, - 4.5 );

controls = new OrbitControls( camera, container );
controls.target.set( 0, 0.5, 0 );
Expand Down

0 comments on commit 7841862

Please sign in to comment.