Skip to content

Commit

Permalink
Examples: Removed unneeded optimisations. See mrdoob#15862.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Mar 15, 2019
1 parent dbbc0b2 commit 82974f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions examples/misc_lookat.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@

}

scene.matrixAutoUpdate = false;

renderer = new THREE.WebGLRenderer( { antialias: true } );
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
Expand Down
2 changes: 0 additions & 2 deletions examples/webgl_materials_shaders_fresnel.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@

}

scene.matrixAutoUpdate = false;

//

renderer = new THREE.WebGLRenderer();
Expand Down
2 changes: 0 additions & 2 deletions examples/webgl_postprocessing_dof.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@

}

scene.matrixAutoUpdate = false;

initPostprocessing();

renderer.autoClear = false;
Expand Down

0 comments on commit 82974f2

Please sign in to comment.