2
0
Эх сурвалжийг харах

Merge pull request #15862 from takahirox/FixStaticPerformanceExample

Skip unnecessary matrices update in performance_static example
Mr.doob 6 жил өмнө
parent
commit
d736480799

+ 1 - 0
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();