repo: janusweb action: commit revision: path_from: revision_from: bf79c207f2cdd1f687b994ccd53e871f704aed9f: path_to: revision_to:
commit bf79c207f2cdd1f687b994ccd53e871f704aed9f Author: James BaicoianuDate: Tue Nov 2 01:27:48 2021 -0700 Don't force update matrix/matrixWorld on each script tick diff --git a/scripts/room.js b/scripts/room.js
--- a/scripts/room.js
+++ b/scripts/room.js
@@ -1802,8 +1802,8 @@ console.log('connect room audio to graph', this.audionodes.gain, this.audionodes
}
}
this.onScriptTick = function(ev) {
- this.engine.systems.world.scene['world-3d'].updateMatrix();
- this.engine.systems.world.scene['world-3d'].updateMatrixWorld();
+ //this.engine.systems.world.scene['world-3d'].updateMatrix();
+ //this.engine.systems.world.scene['world-3d'].updateMatrixWorld();
/*
for (var k in this.jsobjects) {
var realobj = this.getObjectFromProxy(this.jsobjects[k]);
-----END OF PAGE-----