roavatar-renderer 1.5.14 → 1.5.15
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/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45777,6 +45777,7 @@ class ObjectDesc extends RenderDesc {
|
|
|
45777
45777
|
threeMesh.material = threeMaterial;
|
|
45778
45778
|
threeMesh.receiveShadow = true;
|
|
45779
45779
|
threeMaterial.needsUpdate = true;
|
|
45780
|
+
threeMesh.visible = threeMaterial.visible;
|
|
45780
45781
|
this.results = [threeMesh];
|
|
45781
45782
|
this.originalScale = threeMesh.scale.clone();
|
|
45782
45783
|
if (!this.meshDesc.scaleIsRelative) {
|