@babylonjs/inspector 6.8.0 → 6.9.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.
@@ -46995,6 +46995,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
46995
46995
|
|
46996
46996
|
|
46997
46997
|
|
46998
|
+
/**
|
46999
|
+
* @internal
|
47000
|
+
*/
|
46998
47001
|
class PBRMaterialPropertyGridComponent extends react__WEBPACK_IMPORTED_MODULE_1__.Component {
|
46999
47002
|
constructor(props) {
|
47000
47003
|
super(props);
|
@@ -47074,6 +47077,7 @@ class PBRMaterialPropertyGridComponent extends react__WEBPACK_IMPORTED_MODULE_1_
|
|
47074
47077
|
{ label: "Sheen Reflectance", value: 85 },
|
47075
47078
|
{ label: "Luminance Over Alpha", value: 86 },
|
47076
47079
|
{ label: "Alpha", value: 87 },
|
47080
|
+
{ label: "Albedo Alpha", value: 88 },
|
47077
47081
|
];
|
47078
47082
|
const realTimeFilteringQualityOptions = [
|
47079
47083
|
{ label: "Low", value: core_Misc_observable__WEBPACK_IMPORTED_MODULE_2__.Constants.TEXTURE_FILTERING_QUALITY_LOW },
|