@crystaldesign/real-time-viewer 26.2.0-beta.25 → 26.2.0-beta.27
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/build/esm/index.js +81 -46
- package/build/types/real-time-viewer/src/parser/buildScene/index.d.ts.map +1 -1
- package/build/types/real-time-viewer/src/parser/findAssets/index.d.ts.map +1 -1
- package/build/types/real-time-viewer/src/parser/findMaterials/index.d.ts.map +1 -1
- package/build/types/real-time-viewer/src/useRealTimeRenderData.d.ts.map +1 -1
- package/build/umd/real-time-viewer.umd.min.js +1 -1
- package/build/umd/real-time-viewer.umd.min.js.LICENSE.txt +0 -4
- package/build/umd/report.html +1 -1
- package/package.json +2 -2
|
@@ -33,10 +33,6 @@
|
|
|
33
33
|
|
|
34
34
|
//! getNodes / getGeos
|
|
35
35
|
|
|
36
|
-
//! id = the id which points to the material that should be assigned
|
|
37
|
-
|
|
38
36
|
//! if element did not change but referenced asset
|
|
39
37
|
|
|
40
|
-
//! parent = the parent from which on every child should receive the Material
|
|
41
|
-
|
|
42
38
|
//! sets element set
|