@configura/babylon-view 2.1.0-alpha.3 → 2.2.0-alpha.0

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.
Files changed (134) hide show
  1. package/.eslintrc.json +5 -5
  2. package/LICENSE +201 -201
  3. package/README.md +1 -1
  4. package/dist/animation/AnimatableObject.d.ts +8 -8
  5. package/dist/animation/AnimatableObject.js +3 -3
  6. package/dist/animation/animator/Animator.d.ts +33 -33
  7. package/dist/animation/animator/Animator.js +58 -58
  8. package/dist/animation/animator/AnimatorEasing.d.ts +16 -16
  9. package/dist/animation/animator/AnimatorEasing.js +31 -31
  10. package/dist/animation/animator/AnimatorEasingMatrix.d.ts +14 -14
  11. package/dist/animation/animator/AnimatorEasingMatrix.js +16 -16
  12. package/dist/animation/animator/AnimatorHighlight.d.ts +16 -16
  13. package/dist/animation/animator/AnimatorHighlight.js +32 -32
  14. package/dist/animation/animator/AnimatorPointToPoint.d.ts +8 -8
  15. package/dist/animation/animator/AnimatorPointToPoint.js +14 -14
  16. package/dist/animation/animator/AnimatorQueue.d.ts +13 -13
  17. package/dist/animation/animator/AnimatorQueue.js +57 -57
  18. package/dist/animation/animator/AnimatorScale.d.ts +8 -8
  19. package/dist/animation/animator/AnimatorScale.js +13 -13
  20. package/dist/animation/animator/AnimatorSpin.d.ts +10 -10
  21. package/dist/animation/animator/AnimatorSpin.js +13 -13
  22. package/dist/animation/animator/EasingFunctions.d.ts +35 -35
  23. package/dist/animation/animator/EasingFunctions.js +137 -137
  24. package/dist/animation/coordinator/Coordinator.d.ts +28 -28
  25. package/dist/animation/coordinator/Coordinator.js +53 -53
  26. package/dist/animation/coordinator/CoordinatorDropAndSpin.d.ts +22 -22
  27. package/dist/animation/coordinator/CoordinatorDropAndSpin.js +138 -138
  28. package/dist/animation/coordinator/CoordinatorIdentity.d.ts +11 -11
  29. package/dist/animation/coordinator/CoordinatorIdentity.js +14 -14
  30. package/dist/animation/coordinator/CoordinatorNodeQueues.d.ts +18 -18
  31. package/dist/animation/coordinator/CoordinatorNodeQueues.js +50 -50
  32. package/dist/animation/coordinator/CoordinatorPulse.d.ts +21 -21
  33. package/dist/animation/coordinator/CoordinatorPulse.js +47 -47
  34. package/dist/animation/coordinator/CoordinatorPulseBounce.d.ts +14 -14
  35. package/dist/animation/coordinator/CoordinatorPulseBounce.js +35 -35
  36. package/dist/animation/coordinator/CoordinatorPulseHighlight.d.ts +13 -13
  37. package/dist/animation/coordinator/CoordinatorPulseHighlight.js +29 -29
  38. package/dist/animation/coordinator/CoordinatorPulseInflate.d.ts +14 -14
  39. package/dist/animation/coordinator/CoordinatorPulseInflate.js +23 -23
  40. package/dist/camera/CameraCreator.d.ts +5 -5
  41. package/dist/camera/CameraCreator.js +4 -4
  42. package/dist/camera/CfgOrbitalCamera.d.ts +76 -76
  43. package/dist/camera/CfgOrbitalCamera.js +277 -281
  44. package/dist/camera/CfgOrbitalCameraControlProps.d.ts +14 -14
  45. package/dist/camera/CfgOrbitalCameraControlProps.js +7 -7
  46. package/dist/camera/GradingApplier.d.ts +3 -3
  47. package/dist/camera/GradingApplier.js +48 -48
  48. package/dist/engine/EngineCreator.d.ts +3 -3
  49. package/dist/engine/EngineCreator.js +10 -10
  50. package/dist/geometry/CfgGeometry.d.ts +29 -29
  51. package/dist/geometry/CfgGeometry.js +146 -146
  52. package/dist/geometry/CfgMesh.d.ts +10 -10
  53. package/dist/geometry/CfgMesh.js +38 -38
  54. package/dist/geometry/geoSplitter.d.ts +8 -8
  55. package/dist/geometry/geoSplitter.js +192 -192
  56. package/dist/geometry/stretch/CfgMorphTarget.d.ts +15 -15
  57. package/dist/geometry/stretch/CfgMorphTarget.js +65 -65
  58. package/dist/geometry/stretch/CfgStretchData.d.ts +116 -116
  59. package/dist/geometry/stretch/CfgStretchData.js +347 -350
  60. package/dist/geometry/stretch/CfgStretchMorphGeometry.d.ts +16 -16
  61. package/dist/geometry/stretch/CfgStretchMorphGeometry.js +95 -95
  62. package/dist/index.d.ts +16 -16
  63. package/dist/index.js +16 -16
  64. package/dist/io/CfgHistoryToCameraConfConnector.d.ts +31 -31
  65. package/dist/io/CfgHistoryToCameraConfConnector.js +90 -90
  66. package/dist/io/CfgIOCameraConfConnector.d.ts +35 -35
  67. package/dist/io/CfgIOCameraConfConnector.js +81 -81
  68. package/dist/io/CfgObservableStateToCameraConfConnector.d.ts +10 -10
  69. package/dist/io/CfgObservableStateToCameraConfConnector.js +11 -11
  70. package/dist/io/CfgWindowMessageToCameraConfConnector.d.ts +10 -10
  71. package/dist/io/CfgWindowMessageToCameraConfConnector.js +11 -11
  72. package/dist/light/CfgDirectionalLight.d.ts +8 -8
  73. package/dist/light/CfgDirectionalLight.js +18 -18
  74. package/dist/light/CfgHemisphericLight.d.ts +7 -7
  75. package/dist/light/CfgHemisphericLight.js +17 -17
  76. package/dist/light/CfgPointLight.d.ts +8 -8
  77. package/dist/light/CfgPointLight.js +18 -18
  78. package/dist/light/DefaultLightRig.d.ts +19 -19
  79. package/dist/light/DefaultLightRig.js +77 -77
  80. package/dist/light/LightRigCreator.d.ts +9 -9
  81. package/dist/light/LightRigCreator.js +3 -3
  82. package/dist/material/CfgMaterial.d.ts +68 -68
  83. package/dist/material/CfgMaterial.js +482 -482
  84. package/dist/material/DummyMaterialCreator.d.ts +4 -4
  85. package/dist/material/DummyMaterialCreator.js +15 -15
  86. package/dist/material/material.d.ts +18 -18
  87. package/dist/material/material.js +128 -128
  88. package/dist/material/texture.d.ts +14 -14
  89. package/dist/material/texture.js +306 -306
  90. package/dist/nodes/CfgContentRootNode.d.ts +19 -19
  91. package/dist/nodes/CfgContentRootNode.js +75 -75
  92. package/dist/nodes/CfgDeferredMeshNode.d.ts +55 -55
  93. package/dist/nodes/CfgDeferredMeshNode.js +378 -378
  94. package/dist/nodes/CfgProductNode.d.ts +127 -127
  95. package/dist/nodes/CfgProductNode.js +598 -598
  96. package/dist/nodes/CfgSymNode.d.ts +50 -50
  97. package/dist/nodes/CfgSymNode.js +249 -249
  98. package/dist/nodes/CfgSymRootNode.d.ts +45 -45
  99. package/dist/nodes/CfgSymRootNode.js +240 -229
  100. package/dist/nodes/CfgTransformNode.d.ts +33 -33
  101. package/dist/nodes/CfgTransformNode.js +83 -83
  102. package/dist/scene/SceneCreator.d.ts +6 -6
  103. package/dist/scene/SceneCreator.js +22 -22
  104. package/dist/utilities/CfgBoundingBox.d.ts +21 -21
  105. package/dist/utilities/CfgBoundingBox.js +81 -81
  106. package/dist/utilities/anchor/anchor.d.ts +50 -50
  107. package/dist/utilities/anchor/anchor.js +133 -133
  108. package/dist/utilities/anchor/anchorMap.d.ts +20 -20
  109. package/dist/utilities/anchor/anchorMap.js +111 -111
  110. package/dist/utilities/utilities3D.d.ts +70 -70
  111. package/dist/utilities/utilities3D.js +259 -265
  112. package/dist/utilities/utilitiesColor.d.ts +18 -18
  113. package/dist/utilities/utilitiesColor.js +50 -50
  114. package/dist/utilities/utilitiesImage.d.ts +6 -6
  115. package/dist/utilities/utilitiesImage.js +107 -107
  116. package/dist/utilities/utilitiesSymRootIdentifier.d.ts +7 -7
  117. package/dist/utilities/utilitiesSymRootIdentifier.js +26 -26
  118. package/dist/view/BaseView.d.ts +78 -78
  119. package/dist/view/BaseView.js +303 -303
  120. package/dist/view/BaseViewConfiguration.d.ts +32 -32
  121. package/dist/view/BaseViewConfiguration.js +10 -10
  122. package/dist/view/RenderEnv.d.ts +43 -43
  123. package/dist/view/RenderEnv.js +7 -7
  124. package/dist/view/SingleProductDefaultCameraView.d.ts +38 -38
  125. package/dist/view/SingleProductDefaultCameraView.js +149 -149
  126. package/dist/view/SingleProductDefaultCameraViewConfiguration.d.ts +44 -44
  127. package/dist/view/SingleProductDefaultCameraViewConfiguration.js +11 -11
  128. package/dist/view/SingleProductView.d.ts +44 -44
  129. package/dist/view/SingleProductView.js +212 -212
  130. package/dist/view/SingleProductViewConfiguration.d.ts +32 -32
  131. package/dist/view/SingleProductViewConfiguration.js +19 -19
  132. package/package.json +12 -7
  133. package/dist/camera/CfgArcRotateCameraPointersInput.d.ts +0 -27
  134. package/dist/camera/CfgArcRotateCameraPointersInput.js +0 -266
@@ -1,20 +1,20 @@
1
- import { Matrix } from "@babylonjs/core/Maths/math.vector.js";
2
- import { RenderEnv } from "../view/RenderEnv.js";
3
- import { CfgTransformNode } from "./CfgTransformNode.js";
4
- export declare class CfgContentRootNode extends CfgTransformNode {
5
- constructor(renderEnvironment: RenderEnv);
6
- get cfgClassName(): string;
7
- get originalMatrix(): Matrix;
8
- protected addInspectorProperties(): void;
9
- private get _inspectorLogGeometryCache();
10
- private set _inspectorLogGeometryCache(value);
11
- private get _inspectorLogMaterialCache();
12
- private set _inspectorLogMaterialCache(value);
13
- private get _inspectorLogSymNodeCache();
14
- private set _inspectorLogSymNodeCache(value);
15
- private get _inspectorLogTextureImageCache();
16
- private set _inspectorLogTextureImageCache(value);
17
- private get _inspectorLogDerivedNormalMapCache();
18
- private set _inspectorLogDerivedNormalMapCache(value);
19
- }
1
+ import { Matrix } from "@babylonjs/core/Maths/math.vector.js";
2
+ import { RenderEnv } from "../view/RenderEnv.js";
3
+ import { CfgTransformNode } from "./CfgTransformNode.js";
4
+ export declare class CfgContentRootNode extends CfgTransformNode {
5
+ constructor(renderEnvironment: RenderEnv);
6
+ get cfgClassName(): string;
7
+ get originalMatrix(): Matrix;
8
+ protected addInspectorProperties(): void;
9
+ private get _inspectorLogGeometryCache();
10
+ private set _inspectorLogGeometryCache(value);
11
+ private get _inspectorLogMaterialCache();
12
+ private set _inspectorLogMaterialCache(value);
13
+ private get _inspectorLogSymNodeCache();
14
+ private set _inspectorLogSymNodeCache(value);
15
+ private get _inspectorLogTextureImageCache();
16
+ private set _inspectorLogTextureImageCache(value);
17
+ private get _inspectorLogDerivedNormalMapCache();
18
+ private set _inspectorLogDerivedNormalMapCache(value);
19
+ }
20
20
  //# sourceMappingURL=CfgContentRootNode.d.ts.map
@@ -1,75 +1,75 @@
1
- import { InspectableType } from "@babylonjs/core/Misc/iInspectable.js";
2
- import { CET_TO_BABYLON_MATRIX } from "../view/BaseView.js";
3
- import { CfgTransformNode } from "./CfgTransformNode.js";
4
- export class CfgContentRootNode extends CfgTransformNode {
5
- constructor(renderEnvironment) {
6
- super(renderEnvironment, "(ContentRoot)");
7
- this.setPreTransformMatrix(this.originalMatrix);
8
- }
9
- get cfgClassName() {
10
- return "CfgContentRootNode";
11
- }
12
- get originalMatrix() {
13
- return CET_TO_BABYLON_MATRIX.clone();
14
- }
15
- addInspectorProperties() {
16
- super.addInspectorProperties();
17
- this.addInspectableCustomProperty({
18
- label: "log geometry cache",
19
- propertyName: "_inspectorLogGeometryCache",
20
- type: InspectableType.Checkbox,
21
- });
22
- this.addInspectableCustomProperty({
23
- label: "log material cache",
24
- propertyName: "_inspectorLogMaterialCache",
25
- type: InspectableType.Checkbox,
26
- });
27
- this.addInspectableCustomProperty({
28
- label: "log symNode cache",
29
- propertyName: "_inspectorLogSymNodeCache",
30
- type: InspectableType.Checkbox,
31
- });
32
- this.addInspectableCustomProperty({
33
- label: "log texture image cache",
34
- propertyName: "_inspectorLogTextureImageCache",
35
- type: InspectableType.Checkbox,
36
- });
37
- this.addInspectableCustomProperty({
38
- label: "log derived normal map cache",
39
- propertyName: "_inspectorLogDerivedNormalMapCache",
40
- type: InspectableType.Checkbox,
41
- });
42
- }
43
- get _inspectorLogGeometryCache() {
44
- return false;
45
- }
46
- set _inspectorLogGeometryCache(x) {
47
- console.log("geometry cache", this._renderEnvironment.geometryCache._cache);
48
- console.log("scene.geometries", this._renderEnvironment.scene.geometries);
49
- }
50
- get _inspectorLogMaterialCache() {
51
- return false;
52
- }
53
- set _inspectorLogMaterialCache(x) {
54
- console.log("material cache", this._renderEnvironment.materialCache._cache);
55
- console.log("scene.materials", this._renderEnvironment.scene.materials);
56
- }
57
- get _inspectorLogSymNodeCache() {
58
- return false;
59
- }
60
- set _inspectorLogSymNodeCache(x) {
61
- console.log("symNode cache", this._renderEnvironment.symNodeCache._cache);
62
- }
63
- get _inspectorLogTextureImageCache() {
64
- return false;
65
- }
66
- set _inspectorLogTextureImageCache(x) {
67
- console.log("texture image cache", this._renderEnvironment.textureImageCache._cache);
68
- }
69
- get _inspectorLogDerivedNormalMapCache() {
70
- return false;
71
- }
72
- set _inspectorLogDerivedNormalMapCache(x) {
73
- console.log("derived normal map cache", this._renderEnvironment.derivedNormalMapCache._cache);
74
- }
75
- }
1
+ import { InspectableType } from "@babylonjs/core/Misc/iInspectable.js";
2
+ import { CET_TO_BABYLON_MATRIX } from "../view/BaseView.js";
3
+ import { CfgTransformNode } from "./CfgTransformNode.js";
4
+ export class CfgContentRootNode extends CfgTransformNode {
5
+ constructor(renderEnvironment) {
6
+ super(renderEnvironment, "(ContentRoot)");
7
+ this.setPreTransformMatrix(this.originalMatrix);
8
+ }
9
+ get cfgClassName() {
10
+ return "CfgContentRootNode";
11
+ }
12
+ get originalMatrix() {
13
+ return CET_TO_BABYLON_MATRIX.clone();
14
+ }
15
+ addInspectorProperties() {
16
+ super.addInspectorProperties();
17
+ this.addInspectableCustomProperty({
18
+ label: "log geometry cache",
19
+ propertyName: "_inspectorLogGeometryCache",
20
+ type: InspectableType.Checkbox,
21
+ });
22
+ this.addInspectableCustomProperty({
23
+ label: "log material cache",
24
+ propertyName: "_inspectorLogMaterialCache",
25
+ type: InspectableType.Checkbox,
26
+ });
27
+ this.addInspectableCustomProperty({
28
+ label: "log symNode cache",
29
+ propertyName: "_inspectorLogSymNodeCache",
30
+ type: InspectableType.Checkbox,
31
+ });
32
+ this.addInspectableCustomProperty({
33
+ label: "log texture image cache",
34
+ propertyName: "_inspectorLogTextureImageCache",
35
+ type: InspectableType.Checkbox,
36
+ });
37
+ this.addInspectableCustomProperty({
38
+ label: "log derived normal map cache",
39
+ propertyName: "_inspectorLogDerivedNormalMapCache",
40
+ type: InspectableType.Checkbox,
41
+ });
42
+ }
43
+ get _inspectorLogGeometryCache() {
44
+ return false;
45
+ }
46
+ set _inspectorLogGeometryCache(x) {
47
+ console.log("geometry cache", this._renderEnvironment.geometryCache._cache);
48
+ console.log("scene.geometries", this._renderEnvironment.scene.geometries);
49
+ }
50
+ get _inspectorLogMaterialCache() {
51
+ return false;
52
+ }
53
+ set _inspectorLogMaterialCache(x) {
54
+ console.log("material cache", this._renderEnvironment.materialCache._cache);
55
+ console.log("scene.materials", this._renderEnvironment.scene.materials);
56
+ }
57
+ get _inspectorLogSymNodeCache() {
58
+ return false;
59
+ }
60
+ set _inspectorLogSymNodeCache(x) {
61
+ console.log("symNode cache", this._renderEnvironment.symNodeCache._cache);
62
+ }
63
+ get _inspectorLogTextureImageCache() {
64
+ return false;
65
+ }
66
+ set _inspectorLogTextureImageCache(x) {
67
+ console.log("texture image cache", this._renderEnvironment.textureImageCache._cache);
68
+ }
69
+ get _inspectorLogDerivedNormalMapCache() {
70
+ return false;
71
+ }
72
+ set _inspectorLogDerivedNormalMapCache(x) {
73
+ console.log("derived normal map cache", this._renderEnvironment.derivedNormalMapCache._cache);
74
+ }
75
+ }
@@ -1,56 +1,56 @@
1
- import { Matrix } from "@babylonjs/core/Maths/math.vector.js";
2
- import { CfgMtrlSourceWithMetaData } from "@configura/web-api";
3
- import { SymGMaterial } from "@configura/web-core/dist/cm/format/cmsym/components/SymGMaterial.js";
4
- import { SymNode } from "@configura/web-core/dist/cm/format/cmsym/SymNode.js";
5
- import { DetailLevel, DetailMask } from "@configura/web-core/dist/cm/geometry/DetailMask.js";
6
- import { Logger, LogObservable, LogProducer } from "@configura/web-utilities";
7
- import { AnimatableObject } from "../animation/AnimatableObject.js";
8
- import { CoordinatorWithMeta } from "../animation/coordinator/Coordinator.js";
9
- import { CfgMesh } from "../geometry/CfgMesh.js";
10
- import { CfgStretchData } from "../geometry/stretch/CfgStretchData.js";
11
- import { MaterialMetaData } from "../material/material.js";
12
- import { CfgBoundingBox } from "../utilities/CfgBoundingBox.js";
13
- import { RenderEnv } from "../view/RenderEnv.js";
14
- import { CfgProductNode } from "./CfgProductNode.js";
15
- import { CfgTransformNode } from "./CfgTransformNode.js";
16
- export declare class CfgDeferredMeshNode extends CfgTransformNode implements LogProducer, AnimatableObject {
17
- readonly cfgProductNodeParent: CfgProductNode;
18
- lod: DetailMask;
19
- private _gMaterial;
20
- private _meshDoubleSided;
21
- private _lowerLeftTextureOrigin;
22
- private _geo;
23
- private _stretchDatas;
24
- static makeCfgDeferredMesh(logger: Logger, renderEnvironment: RenderEnv, cfgProductNodeParent: CfgProductNode, detailLevel: DetailLevel, symNode: SymNode, gMaterial: SymGMaterial | undefined, stretchDatas: CfgStretchData[]): Promise<CfgDeferredMeshNode | undefined>;
25
- get cfgClassName(): string;
26
- private _material;
27
- private _dummyMaterial;
28
- _materialMetaData: MaterialMetaData | undefined;
29
- private _materialLoadedPromise;
30
- private _materialIsDirty;
31
- _mtrlSourceWithMetaData: CfgMtrlSourceWithMetaData | undefined | null;
32
- private _splitGeoStatus;
33
- private _splitGeos;
34
- logger: LogObservable;
35
- private constructor();
36
- resetMaterial(): void;
37
- get originalMatrix(): Matrix;
38
- setMaterialAndLoad(mtrlWithMetaData: CfgMtrlSourceWithMetaData | undefined, animatorCoordinator?: CoordinatorWithMeta): Promise<void>;
39
- private loadMaterial;
40
- applyMaterial: () => void;
41
- isAllMeshMaterialsReady: () => boolean;
42
- startSplitGeo: (force?: boolean) => Promise<void>;
43
- get boundingBox(): CfgBoundingBox;
44
- getChildCfgMeshes(): CfgMesh[];
45
- refreshStretch(): void;
46
- protected addInspectorProperties(): void;
47
- private get _inspectorLodLevels();
48
- private get _inspectorSourcePath();
49
- private get _inspectorLogMtrlSourceWithMetaData();
50
- private set _inspectorLogMtrlSourceWithMetaData(value);
51
- private get _inspectorLogGMaterial();
52
- private set _inspectorLogGMaterial(value);
53
- private get _inspectorLogMultiGMaterial();
54
- private set _inspectorLogMultiGMaterial(value);
55
- }
1
+ import { Matrix } from "@babylonjs/core/Maths/math.vector.js";
2
+ import { CfgMtrlSourceWithMetaData } from "@configura/web-api";
3
+ import { SymGMaterial } from "@configura/web-core/dist/cm/format/cmsym/components/SymGMaterial.js";
4
+ import { SymNode } from "@configura/web-core/dist/cm/format/cmsym/SymNode.js";
5
+ import { DetailLevel, DetailMask } from "@configura/web-core/dist/cm/geometry/DetailMask.js";
6
+ import { Logger, LogObservable, LogProducer } from "@configura/web-utilities";
7
+ import { AnimatableObject } from "../animation/AnimatableObject.js";
8
+ import { CoordinatorWithMeta } from "../animation/coordinator/Coordinator.js";
9
+ import { CfgMesh } from "../geometry/CfgMesh.js";
10
+ import { CfgStretchData } from "../geometry/stretch/CfgStretchData.js";
11
+ import { MaterialMetaData } from "../material/material.js";
12
+ import { CfgBoundingBox } from "../utilities/CfgBoundingBox.js";
13
+ import { RenderEnv } from "../view/RenderEnv.js";
14
+ import { CfgProductNode } from "./CfgProductNode.js";
15
+ import { CfgTransformNode } from "./CfgTransformNode.js";
16
+ export declare class CfgDeferredMeshNode extends CfgTransformNode implements LogProducer, AnimatableObject {
17
+ readonly cfgProductNodeParent: CfgProductNode;
18
+ lod: DetailMask;
19
+ private _gMaterial;
20
+ private _meshDoubleSided;
21
+ private _lowerLeftTextureOrigin;
22
+ private _geo;
23
+ private _stretchDatas;
24
+ static makeCfgDeferredMesh(logger: Logger, renderEnvironment: RenderEnv, cfgProductNodeParent: CfgProductNode, detailLevel: DetailLevel, symNode: SymNode, gMaterial: SymGMaterial | undefined, stretchDatas: CfgStretchData[]): Promise<CfgDeferredMeshNode | undefined>;
25
+ get cfgClassName(): string;
26
+ private _material;
27
+ private _dummyMaterial;
28
+ _materialMetaData: MaterialMetaData | undefined;
29
+ private _materialLoadedPromise;
30
+ private _materialIsDirty;
31
+ _mtrlSourceWithMetaData: CfgMtrlSourceWithMetaData | undefined | null;
32
+ private _splitGeoStatus;
33
+ private _splitGeos;
34
+ logger: LogObservable;
35
+ private constructor();
36
+ resetMaterial(): void;
37
+ get originalMatrix(): Matrix;
38
+ setMaterialAndLoad(mtrlWithMetaData: CfgMtrlSourceWithMetaData | undefined, animatorCoordinator?: CoordinatorWithMeta): Promise<void>;
39
+ private loadMaterial;
40
+ applyMaterial: () => void;
41
+ isAllMeshMaterialsReady: () => boolean;
42
+ startSplitGeo: (force?: boolean) => Promise<void>;
43
+ get boundingBox(): CfgBoundingBox;
44
+ getChildCfgMeshes(): CfgMesh[];
45
+ refreshStretch(): void;
46
+ protected addInspectorProperties(): void;
47
+ private get _inspectorLodLevels();
48
+ private get _inspectorSourcePath();
49
+ private get _inspectorLogMtrlSourceWithMetaData();
50
+ private set _inspectorLogMtrlSourceWithMetaData(value);
51
+ private get _inspectorLogGMaterial();
52
+ private set _inspectorLogGMaterial(value);
53
+ private get _inspectorLogMultiGMaterial();
54
+ private set _inspectorLogMultiGMaterial(value);
55
+ }
56
56
  //# sourceMappingURL=CfgDeferredMeshNode.d.ts.map