@woosh/meep-engine 2.43.5 → 2.43.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -143,6 +143,9 @@ export class GLTFAssetTransformer extends AssetTransformer {
143
143
  micron_geometry.proxy = geometry;
144
144
 
145
145
  geometry[MICRON_GEOMETRY_FIELD] = micron_geometry;
146
+
147
+ // push data into cache
148
+ this.__cache.set(geometry, micron_geometry);
146
149
  }
147
150
 
148
151
 
@@ -184,6 +187,7 @@ export class GLTFAssetTransformer extends AssetTransformer {
184
187
  const buffer = BinaryBuffer.fromArrayBuffer(micron_data.create());
185
188
 
186
189
  deserialize_geometry_collection(this.__active_mesh_micron_cache, buffer);
190
+
187
191
  }
188
192
 
189
193
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "productName": "Meep",
6
6
  "description": "production-ready JavaScript game engine based on Entity Component System Architecture",
7
7
  "author": "Alexander Goldring",
8
- "version": "2.43.5",
8
+ "version": "2.43.6",
9
9
  "dependencies": {
10
10
  "gl-matrix": "3.4.3",
11
11
  "fast-levenshtein": "2.0.6",