@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.
@@ -38181,7 +38181,6 @@ void main() {
38181
38181
  const uniqueTextureIds = new Set();
38182
38182
  if (Array.isArray(this.structures)) {
38183
38183
  for (const structure of this.structures) {
38184
- console.log(structure.materialCache.values());
38185
38184
  try {
38186
38185
  for (const entry of structure.materialCache.values()) {
38187
38186
  if (entry?.mesh?.uuid) uniqueMaterialIds.add(entry.mesh.uuid);