@expofp/renderer 2.3.1 → 2.3.2
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
|
@@ -2082,6 +2082,7 @@ class MeshSystem extends RenderableSystem {
|
|
|
2082
2082
|
const key = `${batchedMesh.uuid}-${instanceId}`;
|
|
2083
2083
|
this.mapInstanceIdToShapeType.set(key, type);
|
|
2084
2084
|
this.registerDefObject(shapeDef, batchedMesh, instanceId);
|
|
2085
|
+
if (shapeDef.hidden) this.updateDefImpl(shapeDef, batchedMesh, [instanceId]);
|
|
2085
2086
|
}
|
|
2086
2087
|
return batchedMesh;
|
|
2087
2088
|
}
|