diff --git a/examples/webgl_performance_static.html b/examples/webgl_performance_static.html index 0f0ea5e292501c275926d4f7cd9cb8c41c284c4c..644b5d98cbfb500ca5b5badaf0d8feb0cd155a1a 100644 --- a/examples/webgl_performance_static.html +++ b/examples/webgl_performance_static.html @@ -46,6 +46,7 @@ scene = new THREE.Scene(); scene.background = new THREE.Color( 0xffffff ); + scene.matrixAutoUpdate = false; var material = new THREE.MeshNormalMaterial();