Browse Source

Scene: Removed matrixAutoUpdate overwrite.
This fixes colada keyframe example but breaks helpers. Time to refactor Helpers...

Mr.doob 11 năm trước cách đây
mục cha
commit
23995f36d1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/scenes/Scene.js

+ 0 - 1
src/scenes/Scene.js

@@ -12,7 +12,6 @@ THREE.Scene = function () {
 	this.overrideMaterial = null;
 
 	this.autoUpdate = true; // checked by the renderer
-	this.matrixAutoUpdate = false;
 
 };
 

粤ICP备19079148号