Browse Source

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

Mr.doob 11 years ago
parent
commit
23995f36d1
1 changed files with 0 additions and 1 deletions
  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;
 
 };