Updated builds.

This commit is contained in:
Mr.doob
2011-06-19 16:56:36 +02:00
parent 87ba3421e5
commit f25822bbbb
6 changed files with 476 additions and 463 deletions
+2
View File
@@ -20,6 +20,8 @@ THREE.Object3D = function() {
this.doubleSided = false;
this.flipSided = false;
this.renderDepth = null;
this.rotationAutoUpdate = true;
this.matrix = new THREE.Matrix4();