Update: CC - Demo New - Entity Loaded (tuby5lj4di.js) 97 bytes modified

beta.r3js.org
-=yb4f310 2018-02-20 16:18:04 +01:00
parent 053d5f5c71
commit a597e6818b
1 changed files with 3 additions and 2 deletions

View File

@ -47,9 +47,10 @@ this.textureWhite = GameLib.EntityManager.Instance.findComponentById('642tyh30
this.materialRawPhong = GameLib.EntityManager.Instance.findComponentById('r153c4450d');
/**
* Mouse
* Mouse and Raycasting
*/
this.mouse = GameLib.EntityManager.Instance.findComponentById('znif4n23an');
this.mouse = GameLib.EntityManager.Instance.findComponentById('znif4n23an');
this.raycaster = GameLib.EntityManager.Instance.findComponentById('69s5vsshb9');
/**
* Custom Code Components