We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0d1a0 commit 253f84eCopy full SHA for 253f84e
examples/webgl_performance_static.html
@@ -46,6 +46,7 @@
46
47
scene = new THREE.Scene();
48
scene.background = new THREE.Color( 0xffffff );
49
+ scene.matrixAutoUpdate = false;
50
51
var material = new THREE.MeshNormalMaterial();
52
0 commit comments