vim-web 0.3.42-dev.13 → 0.3.42-dev.14
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/vim-web.iife.js +2 -1
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +2 -1
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.js
CHANGED
|
@@ -45701,11 +45701,12 @@ class Object3D2 {
|
|
|
45701
45701
|
return this._visibleAttribute.value;
|
|
45702
45702
|
}
|
|
45703
45703
|
set visible(value) {
|
|
45704
|
+
var _a2;
|
|
45704
45705
|
if (this._visibleAttribute.apply(value)) {
|
|
45705
45706
|
this.vim.scene.setDirty();
|
|
45706
45707
|
}
|
|
45707
45708
|
if (value) {
|
|
45708
|
-
this._meshes.forEach((m) => {
|
|
45709
|
+
(_a2 = this._meshes) == null ? void 0 : _a2.forEach((m) => {
|
|
45709
45710
|
m.mesh.mesh.visible = true;
|
|
45710
45711
|
});
|
|
45711
45712
|
}
|