Skip to content

Commit

Permalink
Set scene.matrixAutoUpdate = false in performance_static example
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirox committed Feb 28, 2019
1 parent 2e0d1a0 commit 253f84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/webgl_performance_static.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

scene = new THREE.Scene();
scene.background = new THREE.Color( 0xffffff );
scene.matrixAutoUpdate = false;

var material = new THREE.MeshNormalMaterial();

Expand Down

0 comments on commit 253f84e

Please sign in to comment.