浏览代码

Set scene.matrixAutoUpdate = false in performance_static example

Takahiro 6 年之前
父节点
当前提交
253f84e001
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/webgl_performance_static.html

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