Update: CC - Demo New - Key Up (194yv3pctj.js) 56 bytes modified

beta.r3js.org
-=yb4f310 2018-02-12 12:24:49 +01:00
parent adcc3b1a86
commit f51c7939a4
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ if (!this.initialized) {
this.imageEarth = this.entityLoaded.imageEarth;
this.meshBox = this.entityLoaded.meshBox;
this.boxGeometry = this.entityLoaded.boxGeometry;
this.instancedGeometry = this.entityLoaded.instancedGeometry;
this.instancedGeometry.instance.attributes.position = this.boxGeometry.instance.attributes.position;