|
@@ -35,7 +35,7 @@ THREE.Object3D = function () {
|
|
this.matrixWorld = new THREE.Matrix4();
|
|
this.matrixWorld = new THREE.Matrix4();
|
|
|
|
|
|
this.matrixAutoUpdate = true;
|
|
this.matrixAutoUpdate = true;
|
|
- this.matrixWorldNeedsUpdate = true;
|
|
|
|
|
|
+ this.matrixWorldNeedsUpdate = false;
|
|
|
|
|
|
this.visible = true;
|
|
this.visible = true;
|
|
|
|
|