Update: CC - Entity Loaded - Moorcow (o73bkh2tlq.js) 64 bytes modified

beta.r3js.org
-=yb4f310 2017-11-11 14:35:58 +01:00
parent e2569017a3
commit e090320488
1 changed files with 4 additions and 3 deletions

View File

@ -52,10 +52,11 @@ this.mouse = new GameLib.Mouse(this.graphics);
this.raycaster = new GameLib.D3.Raycaster(this.graphics);
/**
* Link some objects
* Link some objects for MouseMove component
*/
this.mouseMove.mouse = this.mouse;
this.mouseMove.raycaster = this.raycaster;
this.mouseMove.mouse = this.mouse;
this.mouseMove.raycaster = this.raycaster;
this.mouseMove.camera = this.camera;
/**
* Plant all our trees