@babylonjs/inspector 5.49.0 → 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.
@@ -193,7 +193,7 @@ import { IPaneComponentProps } from "@babylonjs/inspector/components/actionTabs/
|
|
193
193
|
import { PaneComponent } from "@babylonjs/inspector/components/actionTabs/paneComponent";
|
194
194
|
import "@babylonjs/core/Physics/physicsEngineComponent";
|
195
195
|
import "@babylonjs/core/Physics/v1/physicsEngineComponent";
|
196
|
-
import "@babylonjs/core/Physics/
|
196
|
+
import "@babylonjs/core/Physics/v2/physicsEngineComponent";
|
197
197
|
export class DebugTabComponent extends PaneComponent {
|
198
198
|
private _physicsViewersEnabled;
|
199
199
|
constructor(props: IPaneComponentProps);
|
@@ -1740,6 +1740,7 @@ import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyCh
|
|
1740
1740
|
import { TextureLinkLineComponent } from "@babylonjs/inspector/components/actionTabs/lines/textureLinkLineComponent";
|
1741
1741
|
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
1742
1742
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1743
|
+
import "@babylonjs/core/Materials/material.decalMap";
|
1743
1744
|
import "@babylonjs/core/Rendering/prePassRendererSceneComponent";
|
1744
1745
|
import "@babylonjs/core/Rendering/subSurfaceSceneComponent";
|
1745
1746
|
interface IPBRMaterialPropertyGridComponentProps {
|
@@ -1812,6 +1813,7 @@ import { StandardMaterial } from "@babylonjs/core/Materials/standardMaterial";
|
|
1812
1813
|
import { PropertyChangedEvent } from "@babylonjs/inspector/components/propertyChangedEvent";
|
1813
1814
|
import { LockObject } from "@babylonjs/inspector/tabs/propertyGrids/lockObject";
|
1814
1815
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
1816
|
+
import "@babylonjs/core/Materials/material.decalMap";
|
1815
1817
|
interface IStandardMaterialPropertyGridComponentProps {
|
1816
1818
|
globalState: GlobalState;
|
1817
1819
|
material: StandardMaterial;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/inspector",
|
3
|
-
"version": "5.49.
|
3
|
+
"version": "5.49.1",
|
4
4
|
"module": "dist/babylon.inspector.bundle.max.js",
|
5
5
|
"main": "dist/babylon.inspector.bundle.max.js",
|
6
6
|
"typings": "dist/babylon.inspector.module.d.ts",
|
@@ -32,12 +32,12 @@
|
|
32
32
|
"@types/react-dom": ">=16.0.9"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@babylonjs/core": "^5.49.
|
36
|
-
"@babylonjs/gui": "^5.49.
|
37
|
-
"@babylonjs/gui-editor": "^5.49.
|
38
|
-
"@babylonjs/loaders": "^5.49.
|
39
|
-
"@babylonjs/materials": "^5.49.
|
40
|
-
"@babylonjs/serializers": "^5.49.
|
35
|
+
"@babylonjs/core": "^5.49.1",
|
36
|
+
"@babylonjs/gui": "^5.49.1",
|
37
|
+
"@babylonjs/gui-editor": "^5.49.1",
|
38
|
+
"@babylonjs/loaders": "^5.49.1",
|
39
|
+
"@babylonjs/materials": "^5.49.1",
|
40
|
+
"@babylonjs/serializers": "^5.49.1",
|
41
41
|
"@lts/gui": "1.0.0",
|
42
42
|
"react": "^17.0.2",
|
43
43
|
"react-dom": "^17.0.2",
|