@babylonjs/inspector 7.3.3 → 7.5.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.
|
@@ -4566,28 +4566,10 @@ export class Inspector {
|
|
|
4566
4566
|
declare module "@babylonjs/inspector/legacy/legacy" {
|
|
4567
4567
|
export * from "@babylonjs/inspector/index";
|
|
4568
4568
|
|
|
4569
|
-
}
|
|
4570
|
-
declare module "@babylonjs/inspector/lod" {
|
|
4571
|
-
/** @internal */
|
|
4572
|
-
export var lodPixelShader: {
|
|
4573
|
-
name: string;
|
|
4574
|
-
shader: string;
|
|
4575
|
-
};
|
|
4576
|
-
|
|
4577
|
-
}
|
|
4578
|
-
declare module "@babylonjs/inspector/lodCube" {
|
|
4579
|
-
/** @internal */
|
|
4580
|
-
export var lodCubePixelShader: {
|
|
4581
|
-
name: string;
|
|
4582
|
-
shader: string;
|
|
4583
|
-
};
|
|
4584
|
-
|
|
4585
4569
|
}
|
|
4586
4570
|
declare module "@babylonjs/inspector/textureHelper" {
|
|
4587
4571
|
import { BaseTexture } from "@babylonjs/core/Materials/Textures/baseTexture";
|
|
4588
4572
|
import { GlobalState } from "@babylonjs/inspector/components/globalState";
|
|
4589
|
-
import "@babylonjs/inspector/lod";
|
|
4590
|
-
import "@babylonjs/inspector/lodCube";
|
|
4591
4573
|
/**
|
|
4592
4574
|
* Defines which channels of the texture to retrieve with {@link TextureHelper.GetTextureDataAsync}.
|
|
4593
4575
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@babylonjs/inspector",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.5.0",
|
|
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": "^7.
|
|
36
|
-
"@babylonjs/gui": "^7.
|
|
37
|
-
"@babylonjs/gui-editor": "^7.
|
|
38
|
-
"@babylonjs/loaders": "^7.
|
|
39
|
-
"@babylonjs/materials": "^7.
|
|
40
|
-
"@babylonjs/serializers": "^7.
|
|
35
|
+
"@babylonjs/core": "^7.5.0",
|
|
36
|
+
"@babylonjs/gui": "^7.5.0",
|
|
37
|
+
"@babylonjs/gui-editor": "^7.5.0",
|
|
38
|
+
"@babylonjs/loaders": "^7.5.0",
|
|
39
|
+
"@babylonjs/materials": "^7.5.0",
|
|
40
|
+
"@babylonjs/serializers": "^7.5.0",
|
|
41
41
|
"@lts/gui": "1.0.0",
|
|
42
42
|
"react": "^17.0.2",
|
|
43
43
|
"react-dom": "^17.0.2"
|