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

beta.r3js.org
-=yb4f310 2018-02-20 16:05:44 +01:00
parent 556da7b38c
commit 053d5f5c71
1 changed files with 7 additions and 0 deletions

View File

@ -46,11 +46,17 @@ this.textureWhite = GameLib.EntityManager.Instance.findComponentById('642tyh30
*/ */
this.materialRawPhong = GameLib.EntityManager.Instance.findComponentById('r153c4450d'); this.materialRawPhong = GameLib.EntityManager.Instance.findComponentById('r153c4450d');
/**
* Mouse
*/
this.mouse = GameLib.EntityManager.Instance.findComponentById('znif4n23an');
/** /**
* Custom Code Components * Custom Code Components
*/ */
this.beforeRender = GameLib.EntityManager.Instance.findComponentById('wlw063ovw9'); this.beforeRender = GameLib.EntityManager.Instance.findComponentById('wlw063ovw9');
this.keyUp = GameLib.EntityManager.Instance.findComponentById('ip0443a52d'); this.keyUp = GameLib.EntityManager.Instance.findComponentById('ip0443a52d');
this.mouseMove = GameLib.EntityManager.Instance.findComponentById('n9evs68jpd');
/** /**
* Program parameters * Program parameters
@ -280,5 +286,6 @@ this.buildInstancedGeometry(0);
this.beforeRender.entityLoaded = this; this.beforeRender.entityLoaded = this;
this.keyUp.entityLoaded = this; this.keyUp.entityLoaded = this;
this.mouseMove.entityLoaded = this;
//@ sourceURL=entityLoaded.js //@ sourceURL=entityLoaded.js