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

beta.r3js.org
Theunis Johannes Botha 2018-03-06 12:39:41 +01:00
parent 96359878c2
commit 9499a97a96
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 = null;
this.lookatTarget = this.meshImageGrid.lookAt;
this.initialized = true;
}