Update: CC - Demo New - Mouse Move (n9evs68jpd.js) 22 bytes modified

beta.r3js.org
-=yb4f310 2018-03-06 12:39:03 +01:00
parent 71b6200307
commit b3d3f36196
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if (!this.initialized) {
this.camera = this.entityLoaded.camera;
this.meshImageGrid = this.entityLoaded.meshImageGrid;
this.meshBox = this.entityLoaded.meshBox;
this.lookatTarget = new GameLib.Vector3(this.entityLoaded.graphics);
this.lookatTarget = this.meshImageGrid.lookAt;
this.initialized = true;
}