view3d-core 1.0.8 → 1.0.9
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.
- package/dist/{SerializationPlugin-DOcKYWUc.js → SerializationPlugin-CzzJnMtS.js} +2 -2
- package/dist/SerializationPlugin-CzzJnMtS.js.map +1 -0
- package/dist/{SerializationPlugin-BX2Wea4W.cjs → SerializationPlugin-DqwqlBXY.cjs} +2 -2
- package/dist/SerializationPlugin-DqwqlBXY.cjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/dist/plugins/index.cjs +1 -1
- package/dist/plugins/index.js +1 -1
- package/package.json +1 -1
- package/dist/SerializationPlugin-BX2Wea4W.cjs.map +0 -1
- package/dist/SerializationPlugin-DOcKYWUc.js.map +0 -1
|
@@ -1643,7 +1643,7 @@ class $s extends st {
|
|
|
1643
1643
|
super({ ...Qs, ...e4 }), this.name = "loader", this.fontCache = /* @__PURE__ */ new Map();
|
|
1644
1644
|
}
|
|
1645
1645
|
onInstall() {
|
|
1646
|
-
this.dracoLoader = new Ee(), this.dracoLoader.setDecoderPath(this.config.dracoPath), this.gltfLoader = new Be(), this.config.useDraco && this.gltfLoader.setDRACOLoader(this.dracoLoader), this.fbxLoader = new ke(), this.objLoader = new Le(), this.mtlLoader = new He(), this.textureLoader = new _(), this.cubeTextureLoader = new w(), this.fontLoader = new Oe();
|
|
1646
|
+
this.dracoLoader = new Ee(), this.dracoLoader.setDecoderPath(this.config.dracoPath), this.dracoLoader.setDecoderConfig({ type: "js" }), this.gltfLoader = new Be(), this.config.useDraco && this.gltfLoader.setDRACOLoader(this.dracoLoader), this.fbxLoader = new ke(), this.objLoader = new Le(), this.mtlLoader = new He(), this.textureLoader = new _(), this.cubeTextureLoader = new w(), this.fontLoader = new Oe();
|
|
1647
1647
|
}
|
|
1648
1648
|
onUninstall() {
|
|
1649
1649
|
this.dracoLoader.dispose(), this.fontCache.clear();
|
|
@@ -4746,4 +4746,4 @@ export {
|
|
|
4746
4746
|
fo as y,
|
|
4747
4747
|
go as z
|
|
4748
4748
|
};
|
|
4749
|
-
//# sourceMappingURL=SerializationPlugin-
|
|
4749
|
+
//# sourceMappingURL=SerializationPlugin-CzzJnMtS.js.map
|