lythreeframe 1.0.39 → 1.0.41
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/bundle.cjs.js +0 -3
- package/dist/bundle.esm.js +0 -3
- package/package.json +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -895,9 +895,6 @@ class AssetManager {
|
|
|
895
895
|
this.dracoLoader.preload();
|
|
896
896
|
this.gltfLoader.setDRACOLoader(this.dracoLoader);
|
|
897
897
|
}
|
|
898
|
-
else {
|
|
899
|
-
console.error("DracoLoader already setup");
|
|
900
|
-
}
|
|
901
898
|
}
|
|
902
899
|
convertThreeObjectToLYObject(parentLYComponent, threejsObject) {
|
|
903
900
|
let location = threejsObject.position.clone();
|
package/dist/bundle.esm.js
CHANGED
|
@@ -893,9 +893,6 @@ class AssetManager {
|
|
|
893
893
|
this.dracoLoader.preload();
|
|
894
894
|
this.gltfLoader.setDRACOLoader(this.dracoLoader);
|
|
895
895
|
}
|
|
896
|
-
else {
|
|
897
|
-
console.error("DracoLoader already setup");
|
|
898
|
-
}
|
|
899
896
|
}
|
|
900
897
|
convertThreeObjectToLYObject(parentLYComponent, threejsObject) {
|
|
901
898
|
let location = threejsObject.position.clone();
|