@babylonjs/inspector 5.48.1 → 5.49.1
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.
@@ -37374,7 +37374,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
37374
37374
|
/* harmony import */ var _propertyGrids_renderGridPropertyGridComponent__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./propertyGrids/renderGridPropertyGridComponent */ "../../../dev/inspector/dist/components/actionTabs/tabs/propertyGrids/renderGridPropertyGridComponent.js");
|
37375
37375
|
/* harmony import */ var core_Debug_physicsViewer__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core/Debug/physicsViewer */ "core/Debug/physicsViewer");
|
37376
37376
|
/* harmony import */ var core_Debug_physicsViewer__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_Debug_physicsViewer__WEBPACK_IMPORTED_MODULE_5__);
|
37377
|
-
/* harmony import */ var core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core/Physics/
|
37377
|
+
/* harmony import */ var core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core/Physics/v2/physicsEngineComponent */ "core/Misc/observable");
|
37378
37378
|
/* harmony import */ var core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__);
|
37379
37379
|
|
37380
37380
|
|
@@ -37386,6 +37386,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
37386
37386
|
|
37387
37387
|
|
37388
37388
|
|
37389
|
+
|
37389
37390
|
class DebugTabComponent extends _paneComponent__WEBPACK_IMPORTED_MODULE_1__.PaneComponent {
|
37390
37391
|
constructor(props) {
|
37391
37392
|
super(props);
|
@@ -37413,6 +37414,22 @@ class DebugTabComponent extends _paneComponent__WEBPACK_IMPORTED_MODULE_1__.Pane
|
|
37413
37414
|
debugMesh.material.reservedDataStore = { hidden: true };
|
37414
37415
|
}
|
37415
37416
|
}
|
37417
|
+
else if (mesh.physicsBody) {
|
37418
|
+
const debugMesh = physicsViewer.showBody(mesh.physicsBody);
|
37419
|
+
if (debugMesh) {
|
37420
|
+
debugMesh.reservedDataStore = { hidden: true };
|
37421
|
+
debugMesh.material.reservedDataStore = { hidden: true };
|
37422
|
+
}
|
37423
|
+
}
|
37424
|
+
}
|
37425
|
+
for (const transformNode of scene.transformNodes) {
|
37426
|
+
if (transformNode.physicsBody) {
|
37427
|
+
const debugMesh = physicsViewer.showBody(transformNode.physicsBody);
|
37428
|
+
if (debugMesh) {
|
37429
|
+
debugMesh.reservedDataStore = { hidden: true };
|
37430
|
+
debugMesh.material.reservedDataStore = { hidden: true };
|
37431
|
+
}
|
37432
|
+
}
|
37416
37433
|
}
|
37417
37434
|
}
|
37418
37435
|
else {
|
@@ -37425,7 +37442,7 @@ class DebugTabComponent extends _paneComponent__WEBPACK_IMPORTED_MODULE_1__.Pane
|
|
37425
37442
|
if (!scene) {
|
37426
37443
|
return null;
|
37427
37444
|
}
|
37428
|
-
return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { className: "pane", children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_2__.LineContainerComponent, { title: "HELPERS", selection: this.props.globalState, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_propertyGrids_renderGridPropertyGridComponent__WEBPACK_IMPORTED_MODULE_4__.RenderGridPropertyGridComponent, { globalState: this.props.globalState, scene: scene }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Physics", isSelected: () => this._physicsViewersEnabled, onSelect: () => this.switchPhysicsViewers() })] }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_2__.LineContainerComponent, { title: "CORE TEXTURE CHANNELS", selection: this.props.globalState, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Diffuse", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.DiffuseTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.DiffuseTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.DiffuseTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Ambient", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.AmbientTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.AmbientTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.AmbientTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Specular", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.SpecularTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.SpecularTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.SpecularTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Emissive", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.EmissiveTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.EmissiveTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.EmissiveTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Bump", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.BumpTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.BumpTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.BumpTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Opacity", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.OpacityTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.OpacityTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.OpacityTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Reflection", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.ReflectionTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.ReflectionTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.ReflectionTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Refraction", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.RefractionTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.RefractionTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.RefractionTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "ColorGrading", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.ColorGradingTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.ColorGradingTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.ColorGradingTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Lightmap", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.LightmapTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.LightmapTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.LightmapTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Fresnel", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.FresnelEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.FresnelEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.FresnelEnabled) })] }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_2__.LineContainerComponent, { title: "FEATURES", selection: this.props.globalState, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Animations", isSelected: () => scene.animationsEnabled, onSelect: () => (scene.animationsEnabled = !scene.animationsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Physics", isSelected: () => scene.physicsEnabled, onSelect: () => (scene.physicsEnabled = !scene.physicsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Collisions", isSelected: () => scene.collisionsEnabled, onSelect: () => (scene.collisionsEnabled = !scene.collisionsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Fog", isSelected: () => scene.fogEnabled, onSelect: () => (scene.fogEnabled = !scene.fogEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Lens flares", isSelected: () => scene.lensFlaresEnabled, onSelect: () => (scene.lensFlaresEnabled = !scene.lensFlaresEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Lights", isSelected: () => scene.lightsEnabled, onSelect: () => (scene.lightsEnabled = !scene.lightsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Particles", isSelected: () => scene.particlesEnabled, onSelect: () => (scene.particlesEnabled = !scene.particlesEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Post-processes", isSelected: () => scene.postProcessesEnabled, onSelect: () => (scene.postProcessesEnabled = !scene.postProcessesEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Probes", isSelected: () => scene.probesEnabled, onSelect: () => (scene.probesEnabled = !scene.probesEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Textures", isSelected: () => scene.texturesEnabled, onSelect: () => (scene.texturesEnabled = !scene.texturesEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Procedural textures", isSelected: () => scene.proceduralTexturesEnabled, onSelect: () => (scene.proceduralTexturesEnabled = !scene.proceduralTexturesEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Render targets", isSelected: () => scene.renderTargetsEnabled, onSelect: () => (scene.renderTargetsEnabled = !scene.renderTargetsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Shadows", isSelected: () => scene.shadowsEnabled, onSelect: () => (scene.shadowsEnabled = !scene.shadowsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Skeletons", isSelected: () => scene.skeletonsEnabled, onSelect: () => (scene.skeletonsEnabled = !scene.skeletonsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Sprites", isSelected: () => scene.spritesEnabled, onSelect: () => (scene.spritesEnabled = !scene.spritesEnabled) })] })] }));
|
37445
|
+
return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { className: "pane", children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_2__.LineContainerComponent, { title: "HELPERS", selection: this.props.globalState, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_propertyGrids_renderGridPropertyGridComponent__WEBPACK_IMPORTED_MODULE_4__.RenderGridPropertyGridComponent, { globalState: this.props.globalState, scene: scene }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Physics", isSelected: () => this._physicsViewersEnabled, onSelect: () => this.switchPhysicsViewers() })] }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_2__.LineContainerComponent, { title: "CORE TEXTURE CHANNELS", selection: this.props.globalState, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Diffuse", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.DiffuseTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.DiffuseTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.DiffuseTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Ambient", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.AmbientTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.AmbientTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.AmbientTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Specular", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.SpecularTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.SpecularTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.SpecularTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Emissive", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.EmissiveTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.EmissiveTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.EmissiveTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Bump", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.BumpTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.BumpTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.BumpTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Opacity", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.OpacityTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.OpacityTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.OpacityTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Reflection", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.ReflectionTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.ReflectionTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.ReflectionTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Refraction", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.RefractionTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.RefractionTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.RefractionTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "ColorGrading", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.ColorGradingTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.ColorGradingTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.ColorGradingTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Lightmap", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.LightmapTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.LightmapTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.LightmapTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Fresnel", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.FresnelEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.FresnelEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.StandardMaterial.FresnelEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Detail", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.MaterialFlags.DetailTextureEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.MaterialFlags.DetailTextureEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.MaterialFlags.DetailTextureEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Decal", isSelected: () => core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.MaterialFlags.DecalMapEnabled, onSelect: () => (core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.MaterialFlags.DecalMapEnabled = !core_Materials_standardMaterial__WEBPACK_IMPORTED_MODULE_6__.MaterialFlags.DecalMapEnabled) })] }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_2__.LineContainerComponent, { title: "FEATURES", selection: this.props.globalState, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Animations", isSelected: () => scene.animationsEnabled, onSelect: () => (scene.animationsEnabled = !scene.animationsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Physics", isSelected: () => scene.physicsEnabled, onSelect: () => (scene.physicsEnabled = !scene.physicsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Collisions", isSelected: () => scene.collisionsEnabled, onSelect: () => (scene.collisionsEnabled = !scene.collisionsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Fog", isSelected: () => scene.fogEnabled, onSelect: () => (scene.fogEnabled = !scene.fogEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Lens flares", isSelected: () => scene.lensFlaresEnabled, onSelect: () => (scene.lensFlaresEnabled = !scene.lensFlaresEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Lights", isSelected: () => scene.lightsEnabled, onSelect: () => (scene.lightsEnabled = !scene.lightsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Particles", isSelected: () => scene.particlesEnabled, onSelect: () => (scene.particlesEnabled = !scene.particlesEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Post-processes", isSelected: () => scene.postProcessesEnabled, onSelect: () => (scene.postProcessesEnabled = !scene.postProcessesEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Probes", isSelected: () => scene.probesEnabled, onSelect: () => (scene.probesEnabled = !scene.probesEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Textures", isSelected: () => scene.texturesEnabled, onSelect: () => (scene.texturesEnabled = !scene.texturesEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Procedural textures", isSelected: () => scene.proceduralTexturesEnabled, onSelect: () => (scene.proceduralTexturesEnabled = !scene.proceduralTexturesEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Render targets", isSelected: () => scene.renderTargetsEnabled, onSelect: () => (scene.renderTargetsEnabled = !scene.renderTargetsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Shadows", isSelected: () => scene.shadowsEnabled, onSelect: () => (scene.shadowsEnabled = !scene.shadowsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Skeletons", isSelected: () => scene.skeletonsEnabled, onSelect: () => (scene.skeletonsEnabled = !scene.skeletonsEnabled) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_3__.CheckBoxLineComponent, { label: "Sprites", isSelected: () => scene.spritesEnabled, onSelect: () => (scene.spritesEnabled = !scene.spritesEnabled) })] })] }));
|
37429
37446
|
}
|
37430
37447
|
}
|
37431
37448
|
|
@@ -43801,6 +43818,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
43801
43818
|
|
43802
43819
|
|
43803
43820
|
|
43821
|
+
|
43804
43822
|
class PBRMaterialPropertyGridComponent extends react__WEBPACK_IMPORTED_MODULE_1__.Component {
|
43805
43823
|
constructor(props) {
|
43806
43824
|
super(props);
|
@@ -43811,7 +43829,7 @@ class PBRMaterialPropertyGridComponent extends react__WEBPACK_IMPORTED_MODULE_1_
|
|
43811
43829
|
}
|
43812
43830
|
renderTextures(onDebugSelectionChangeObservable) {
|
43813
43831
|
const material = this.props.material;
|
43814
|
-
return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_3__.LineContainerComponent, { title: "CHANNELS", selection: this.props.globalState, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Albedo", texture: material.albedoTexture, propertyName: "albedoTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Metallic Roughness", texture: material.metallicTexture, propertyName: "metallicTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Reflection", texture: material.reflectionTexture, propertyName: "reflectionTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Refraction", texture: material.refractionTexture, propertyName: "refractionTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Reflectivity", texture: material.reflectivityTexture, propertyName: "reflectivityTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Micro-surface", texture: material.microSurfaceTexture, propertyName: "microSurfaceTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Bump", texture: material.bumpTexture, propertyName: "bumpTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Emissive", texture: material.emissiveTexture, propertyName: "emissiveTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Opacity", texture: material.opacityTexture, propertyName: "opacityTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { customDebugAction: (state) => this.switchAmbientMode(state), label: "Ambient", texture: material.ambientTexture, propertyName: "ambientTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Lightmap", texture: material.lightmapTexture, propertyName: "lightmapTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Detailmap", texture: material.detailMap.texture, material: material, onTextureCreated: (texture) => (material.detailMap.texture = texture), onTextureRemoved: () => (material.detailMap.texture = null), onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_5__.CheckBoxLineComponent, { label: "Use lightmap as shadowmap", target: material, propertyName: "useLightmapAsShadowmap", onPropertyChangedObservable: this.props.onPropertyChangedObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_5__.CheckBoxLineComponent, { label: "Use detailmap", target: material.detailMap, propertyName: "isEnabled", onPropertyChangedObservable: this.props.onPropertyChangedObservable })] }));
|
43832
|
+
return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_3__.LineContainerComponent, { title: "CHANNELS", selection: this.props.globalState, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Albedo", texture: material.albedoTexture, propertyName: "albedoTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Metallic Roughness", texture: material.metallicTexture, propertyName: "metallicTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Reflection", texture: material.reflectionTexture, propertyName: "reflectionTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Refraction", texture: material.refractionTexture, propertyName: "refractionTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Reflectivity", texture: material.reflectivityTexture, propertyName: "reflectivityTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Micro-surface", texture: material.microSurfaceTexture, propertyName: "microSurfaceTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Bump", texture: material.bumpTexture, propertyName: "bumpTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Emissive", texture: material.emissiveTexture, propertyName: "emissiveTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Opacity", texture: material.opacityTexture, propertyName: "opacityTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { customDebugAction: (state) => this.switchAmbientMode(state), label: "Ambient", texture: material.ambientTexture, propertyName: "ambientTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Lightmap", texture: material.lightmapTexture, propertyName: "lightmapTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_9__.TextureLinkLineComponent, { label: "Detailmap", texture: material.detailMap.texture, material: material, onTextureCreated: (texture) => (material.detailMap.texture = texture), onTextureRemoved: () => (material.detailMap.texture = null), onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_5__.CheckBoxLineComponent, { label: "Use lightmap as shadowmap", target: material, propertyName: "useLightmapAsShadowmap", onPropertyChangedObservable: this.props.onPropertyChangedObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_5__.CheckBoxLineComponent, { label: "Use detailmap", target: material.detailMap, propertyName: "isEnabled", onPropertyChangedObservable: this.props.onPropertyChangedObservable }), material.decalMap && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_5__.CheckBoxLineComponent, { label: "Use decalmap", target: material.decalMap, propertyName: "isEnabled", onPropertyChangedObservable: this.props.onPropertyChangedObservable }))] }));
|
43815
43833
|
}
|
43816
43834
|
render() {
|
43817
43835
|
const material = this.props.material;
|
@@ -44006,7 +44024,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
44006
44024
|
/* harmony export */ });
|
44007
44025
|
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "../../../../node_modules/react/jsx-runtime.js");
|
44008
44026
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ "../../../../node_modules/react/index.js");
|
44009
|
-
/* harmony import */ var core_Misc_observable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core/
|
44027
|
+
/* harmony import */ var core_Misc_observable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core/Materials/material.decalMap */ "core/Misc/observable");
|
44010
44028
|
/* harmony import */ var core_Misc_observable__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_Misc_observable__WEBPACK_IMPORTED_MODULE_2__);
|
44011
44029
|
/* harmony import */ var shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! shared-ui-components/lines/lineContainerComponent */ "../../../dev/sharedUiComponents/dist/lines/lineContainerComponent.js");
|
44012
44030
|
/* harmony import */ var shared_ui_components_lines_color3LineComponent__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! shared-ui-components/lines/color3LineComponent */ "../../../dev/sharedUiComponents/dist/lines/color3LineComponent.js");
|
@@ -44023,6 +44041,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
44023
44041
|
|
44024
44042
|
|
44025
44043
|
|
44044
|
+
|
44026
44045
|
class StandardMaterialPropertyGridComponent extends react__WEBPACK_IMPORTED_MODULE_1__.Component {
|
44027
44046
|
constructor(props) {
|
44028
44047
|
super(props);
|
@@ -44031,7 +44050,7 @@ class StandardMaterialPropertyGridComponent extends react__WEBPACK_IMPORTED_MODU
|
|
44031
44050
|
renderTextures() {
|
44032
44051
|
const material = this.props.material;
|
44033
44052
|
const onDebugSelectionChangeObservable = this._onDebugSelectionChangeObservable;
|
44034
|
-
return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_3__.LineContainerComponent, { title: "TEXTURES", selection: this.props.globalState, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Diffuse", texture: material.diffuseTexture, propertyName: "diffuseTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Specular", texture: material.specularTexture, propertyName: "specularTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Reflection", texture: material.reflectionTexture, propertyName: "reflectionTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Refraction", texture: material.refractionTexture, propertyName: "refractionTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Emissive", texture: material.emissiveTexture, propertyName: "emissiveTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Bump", texture: material.bumpTexture, propertyName: "bumpTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Opacity", texture: material.opacityTexture, propertyName: "opacityTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Ambient", texture: material.ambientTexture, propertyName: "ambientTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Lightmap", texture: material.lightmapTexture, propertyName: "lightmapTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Detailmap", texture: material.detailMap.texture, material: material, onTextureCreated: (texture) => (material.detailMap.texture = texture), onTextureRemoved: () => (material.detailMap.texture = null), onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_8__.CheckBoxLineComponent, { label: "Use lightmap as shadowmap", target: material, propertyName: "useLightmapAsShadowmap", onPropertyChangedObservable: this.props.onPropertyChangedObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_8__.CheckBoxLineComponent, { label: "Use detailmap", target: material.detailMap, propertyName: "isEnabled", onPropertyChangedObservable: this.props.onPropertyChangedObservable })] }));
|
44053
|
+
return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_3__.LineContainerComponent, { title: "TEXTURES", selection: this.props.globalState, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Diffuse", texture: material.diffuseTexture, propertyName: "diffuseTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Specular", texture: material.specularTexture, propertyName: "specularTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Reflection", texture: material.reflectionTexture, propertyName: "reflectionTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Refraction", texture: material.refractionTexture, propertyName: "refractionTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Emissive", texture: material.emissiveTexture, propertyName: "emissiveTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Bump", texture: material.bumpTexture, propertyName: "bumpTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Opacity", texture: material.opacityTexture, propertyName: "opacityTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Ambient", texture: material.ambientTexture, propertyName: "ambientTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Lightmap", texture: material.lightmapTexture, propertyName: "lightmapTexture", material: material, onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_lines_textureLinkLineComponent__WEBPACK_IMPORTED_MODULE_7__.TextureLinkLineComponent, { label: "Detailmap", texture: material.detailMap.texture, material: material, onTextureCreated: (texture) => (material.detailMap.texture = texture), onTextureRemoved: () => (material.detailMap.texture = null), onSelectionChangedObservable: this.props.onSelectionChangedObservable, onDebugSelectionChangeObservable: onDebugSelectionChangeObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_8__.CheckBoxLineComponent, { label: "Use lightmap as shadowmap", target: material, propertyName: "useLightmapAsShadowmap", onPropertyChangedObservable: this.props.onPropertyChangedObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_8__.CheckBoxLineComponent, { label: "Use detailmap", target: material.detailMap, propertyName: "isEnabled", onPropertyChangedObservable: this.props.onPropertyChangedObservable }), material.decalMap && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_8__.CheckBoxLineComponent, { label: "Use decalmap", target: material.decalMap, propertyName: "isEnabled", onPropertyChangedObservable: this.props.onPropertyChangedObservable }))] }));
|
44035
44054
|
}
|
44036
44055
|
render() {
|
44037
44056
|
const material = this.props.material;
|
@@ -47494,6 +47513,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
47494
47513
|
/* harmony import */ var shared_ui_components_lines_sliderLineComponent__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! shared-ui-components/lines/sliderLineComponent */ "../../../dev/sharedUiComponents/dist/lines/sliderLineComponent.js");
|
47495
47514
|
/* harmony import */ var shared_ui_components_lines_buttonLineComponent__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! shared-ui-components/lines/buttonLineComponent */ "../../../dev/sharedUiComponents/dist/lines/buttonLineComponent.js");
|
47496
47515
|
/* harmony import */ var shared_ui_components_lines_textInputLineComponent__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! shared-ui-components/lines/textInputLineComponent */ "../../../dev/sharedUiComponents/dist/lines/textInputLineComponent.js");
|
47516
|
+
/* harmony import */ var _customPropertyGridComponent__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../customPropertyGridComponent */ "../../../dev/inspector/dist/components/actionTabs/tabs/propertyGrids/customPropertyGridComponent.js");
|
47517
|
+
|
47497
47518
|
|
47498
47519
|
|
47499
47520
|
|
@@ -47509,10 +47530,10 @@ class CommonPostProcessPropertyGridComponent extends react__WEBPACK_IMPORTED_MOD
|
|
47509
47530
|
}
|
47510
47531
|
render() {
|
47511
47532
|
const postProcess = this.props.postProcess;
|
47512
|
-
return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.
|
47513
|
-
|
47514
|
-
|
47515
|
-
|
47533
|
+
return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_customPropertyGridComponent__WEBPACK_IMPORTED_MODULE_9__.CustomPropertyGridComponent, { globalState: this.props.globalState, target: postProcess, lockObject: this.props.lockObject, onPropertyChangedObservable: this.props.onPropertyChangedObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_3__.LineContainerComponent, { title: "GENERAL", selection: this.props.globalState, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_textLineComponent__WEBPACK_IMPORTED_MODULE_4__.TextLineComponent, { label: "Class", value: postProcess.getClassName() }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_textInputLineComponent__WEBPACK_IMPORTED_MODULE_8__.TextInputLineComponent, { lockObject: this.props.lockObject, label: "Name", target: postProcess, propertyName: "name", onPropertyChangedObservable: this.props.onPropertyChangedObservable }), postProcess.width && (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_textLineComponent__WEBPACK_IMPORTED_MODULE_4__.TextLineComponent, { label: "Width", value: postProcess.width.toString() }), postProcess.height && (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_textLineComponent__WEBPACK_IMPORTED_MODULE_4__.TextLineComponent, { label: "Height", value: postProcess.height.toString() }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_2__.CheckBoxLineComponent, { label: "Auto clear", target: postProcess, propertyName: "autoClear", onPropertyChangedObservable: this.props.onPropertyChangedObservable }), postProcess.clearColor && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_color3LineComponent__WEBPACK_IMPORTED_MODULE_5__.Color3LineComponent, { lockObject: this.props.lockObject, label: "Clear color", target: postProcess, propertyName: "clearColor", onPropertyChangedObservable: this.props.onPropertyChangedObservable })), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_2__.CheckBoxLineComponent, { label: "Pixel perfect", target: postProcess, propertyName: "enablePixelPerfectMode", onPropertyChangedObservable: this.props.onPropertyChangedObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_checkBoxLineComponent__WEBPACK_IMPORTED_MODULE_2__.CheckBoxLineComponent, { label: "Fullscreen viewport", target: postProcess, propertyName: "forceFullscreenViewport", onPropertyChangedObservable: this.props.onPropertyChangedObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_sliderLineComponent__WEBPACK_IMPORTED_MODULE_6__.SliderLineComponent, { lockObject: this.props.lockObject, label: "Samples", target: postProcess, propertyName: "samples", minimum: 1, maximum: 8, step: 1, decimalCount: 0, onPropertyChangedObservable: this.props.onPropertyChangedObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_buttonLineComponent__WEBPACK_IMPORTED_MODULE_7__.ButtonLineComponent, { label: "Dispose", onClick: () => {
|
47534
|
+
postProcess.dispose();
|
47535
|
+
this.props.globalState.onSelectionChangedObservable.notifyObservers(null);
|
47536
|
+
} })] })] }));
|
47516
47537
|
}
|
47517
47538
|
}
|
47518
47539
|
|
@@ -47535,6 +47556,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
47535
47556
|
/* harmony import */ var shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! shared-ui-components/lines/lineContainerComponent */ "../../../dev/sharedUiComponents/dist/lines/lineContainerComponent.js");
|
47536
47557
|
/* harmony import */ var shared_ui_components_lines_textLineComponent__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! shared-ui-components/lines/textLineComponent */ "../../../dev/sharedUiComponents/dist/lines/textLineComponent.js");
|
47537
47558
|
/* harmony import */ var shared_ui_components_lines_sliderLineComponent__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! shared-ui-components/lines/sliderLineComponent */ "../../../dev/sharedUiComponents/dist/lines/sliderLineComponent.js");
|
47559
|
+
/* harmony import */ var _customPropertyGridComponent__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../customPropertyGridComponent */ "../../../dev/inspector/dist/components/actionTabs/tabs/propertyGrids/customPropertyGridComponent.js");
|
47560
|
+
|
47538
47561
|
|
47539
47562
|
|
47540
47563
|
|
@@ -47547,7 +47570,7 @@ class CommonRenderingPipelinePropertyGridComponent extends react__WEBPACK_IMPORT
|
|
47547
47570
|
render() {
|
47548
47571
|
const renderPipeline = this.props.renderPipeline;
|
47549
47572
|
const renderPipelineAsAny = renderPipeline;
|
47550
|
-
return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.
|
47573
|
+
return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_customPropertyGridComponent__WEBPACK_IMPORTED_MODULE_5__.CustomPropertyGridComponent, { globalState: this.props.globalState, target: renderPipeline, lockObject: this.props.lockObject, onPropertyChangedObservable: this.props.onPropertyChangedObservable }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(shared_ui_components_lines_lineContainerComponent__WEBPACK_IMPORTED_MODULE_2__.LineContainerComponent, { title: "GENERAL", selection: this.props.globalState, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_textLineComponent__WEBPACK_IMPORTED_MODULE_3__.TextLineComponent, { label: "Name", value: renderPipeline.name }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_textLineComponent__WEBPACK_IMPORTED_MODULE_3__.TextLineComponent, { label: "Class", value: renderPipeline.getClassName() }), renderPipelineAsAny.samples !== undefined && ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(shared_ui_components_lines_sliderLineComponent__WEBPACK_IMPORTED_MODULE_4__.SliderLineComponent, { lockObject: this.props.lockObject, label: "Samples", minimum: 1, maximum: 64, step: 1, decimalCount: 0, target: renderPipeline, propertyName: "samples", onPropertyChangedObservable: this.props.onPropertyChangedObservable }))] })] }));
|
47551
47574
|
}
|
47552
47575
|
}
|
47553
47576
|
|