@xeokit/xeokit-sdk 2.6.103 → 2.6.104

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xeokit/xeokit-sdk",
3
- "version": "2.6.103",
3
+ "version": "2.6.104",
4
4
  "description": "3D BIM IFC Viewer SDK for AEC engineering applications. Open Source JavaScript Toolkit based on pure WebGL for top performance, real-world coordinates and full double precision",
5
5
  "module": "./dist/xeokit-sdk.es.js",
6
6
  "main": "./dist/xeokit-sdk.cjs.js",
@@ -460,7 +460,7 @@ function loadDefaultScene(ctx) {
460
460
  ctx.metaObjects.push({
461
461
  id: entityId,
462
462
  type: "Default",
463
- name: entityId,
463
+ name: nodeName ? nodeName : "Node",
464
464
  parent: ctx.sceneModel.id
465
465
  });
466
466
  }