lythreeframe 1.0.45 → 1.0.46

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.
@@ -1108,7 +1108,7 @@ class AssetManager {
1108
1108
  }
1109
1109
  }
1110
1110
  pointer = new MaterialAssetPointer(asset, textureMap, referenceCount);
1111
- this.geometryAssets.set(asset.uuid, pointer);
1111
+ this.materialAssets.set(asset.uuid, pointer);
1112
1112
  }
1113
1113
  else {
1114
1114
  pointer.addRef(referenceCount);
@@ -1106,7 +1106,7 @@ class AssetManager {
1106
1106
  }
1107
1107
  }
1108
1108
  pointer = new MaterialAssetPointer(asset, textureMap, referenceCount);
1109
- this.geometryAssets.set(asset.uuid, pointer);
1109
+ this.materialAssets.set(asset.uuid, pointer);
1110
1110
  }
1111
1111
  else {
1112
1112
  pointer.addRef(referenceCount);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lythreeframe",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "Three.js 封装",
5
5
  "main": "dist/bundle.cjs.js",
6
6
  "module": "dist/bundle.esm.js",