@crystaldesign/real-time-viewer 26.5.0-beta.1 → 26.5.0-beta.3

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.
@@ -3325,7 +3325,7 @@ function _findAssets() {
3325
3325
  mesh.metadata = {
3326
3326
  lastUsed: Date.now()
3327
3327
  };
3328
- if (mesh._isMesh()) {
3328
+ if (mesh._isMesh) {
3329
3329
  mesh.removeVerticesData(VertexBuffer.ColorKind);
3330
3330
  } else {
3331
3331
  mesh.getChildMeshes().forEach(function (m) {