@babylonjs/inspector 5.4.0 → 5.5.6
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.
@@ -2128,8 +2128,6 @@ export interface IToolParameters {
|
|
2128
2128
|
setMetadata: (data: any) => void;
|
2129
2129
|
/** Returns the texture coordinates under the cursor */
|
2130
2130
|
getMouseCoordinates: (pointerInfo: PointerInfo) => Vector2;
|
2131
|
-
/** Provides access to the BABYLON namespace */
|
2132
|
-
BABYLON: any;
|
2133
2131
|
/** Provides a canvas that you can use the canvas API to paint on. */
|
2134
2132
|
startPainting: () => Promise<CanvasRenderingContext2D>;
|
2135
2133
|
/** After you have painted on your canvas, call this method to push the updates back to the texture. */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@babylonjs/inspector",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.5.6",
|
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",
|
@@ -17,11 +17,12 @@
|
|
17
17
|
"clean": "rimraf dist"
|
18
18
|
},
|
19
19
|
"dependencies": {
|
20
|
-
"@babylonjs/core": "^5.
|
21
|
-
"@babylonjs/gui": "^5.
|
22
|
-
"@babylonjs/
|
23
|
-
"@babylonjs/
|
24
|
-
"@babylonjs/
|
20
|
+
"@babylonjs/core": "^5.5.6",
|
21
|
+
"@babylonjs/gui": "^5.5.6",
|
22
|
+
"@babylonjs/gui-editor": "^5.5.6",
|
23
|
+
"@babylonjs/loaders": "^5.5.6",
|
24
|
+
"@babylonjs/materials": "^5.5.6",
|
25
|
+
"@babylonjs/serializers": "^5.5.6",
|
25
26
|
"@fortawesome/fontawesome-svg-core": "^6.1.0",
|
26
27
|
"@fortawesome/free-regular-svg-icons": "^6.0.0",
|
27
28
|
"@fortawesome/free-solid-svg-icons": "^6.0.0"
|