@inweb/viewer-three 26.12.3 → 26.12.4

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": "@inweb/viewer-three",
3
- "version": "26.12.3",
3
+ "version": "26.12.4",
4
4
  "description": "JavaScript library for rendering CAD and BIM files in a browser using Three.js",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -35,10 +35,10 @@
35
35
  "docs": "typedoc"
36
36
  },
37
37
  "dependencies": {
38
- "@inweb/client": "~26.12.3",
39
- "@inweb/eventemitter2": "~26.12.3",
40
- "@inweb/markup": "~26.12.3",
41
- "@inweb/viewer-core": "~26.12.3"
38
+ "@inweb/client": "~26.12.4",
39
+ "@inweb/eventemitter2": "~26.12.4",
40
+ "@inweb/markup": "~26.12.4",
41
+ "@inweb/viewer-core": "~26.12.4"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/three": "^0.180.0",
@@ -311,7 +311,7 @@ export class DynamicGltfLoader {
311
311
  const uniqueTextureIds = new Set();
312
312
  if (Array.isArray(this.structures)) {
313
313
  for (const structure of this.structures) {
314
- console.log(structure.materialCache.values());
314
+ // console.log(structure.materialCache.values());
315
315
  try {
316
316
  for (const entry of structure.materialCache.values()) {
317
317
  if (entry?.mesh?.uuid) uniqueMaterialIds.add(entry.mesh.uuid);