diff --git a/194yv3pctj.js b/194yv3pctj.js index fdb69d6..2d00cfa 100644 --- a/194yv3pctj.js +++ b/194yv3pctj.js @@ -2,10 +2,20 @@ if (!this.entityLoaded) { return; } +this.initialized = false; + if (!this.initialized) { + this.imageSpoon = this.entityLoaded.imageSpoon; this.imageEarth = this.entityLoaded.imageEarth; + + this.meshBox = this.entityLoaded.meshBox; + this.instancedGeometry = this.entityLoaded.instancedGeometry; + + this.instancedGeometry.instance.attributes.position = this.boxGeometry.instance.attributes.position; + this.initialized = true; + console.log('key up initialized'); } @@ -13,6 +23,8 @@ if (data.code === 'KeyL') { var heightData = this.imageSpoon.getHeightData(); + var instances = 128 * 128; + console.log('got data'); }