@babylonjs/inspector 8.46.0-preview → 8.46.1-preview

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -44210,6 +44210,7 @@ declare class WebXRHand implements IDisposable {
44210
44210
  * The float array that will directly receive the transform matrix data from WebXR.
44211
44211
  */
44212
44212
  private _jointTransformMatrices;
44213
+ private _jointSpaces;
44213
44214
  private _tempJointMatrix;
44214
44215
  /**
44215
44216
  * The float array that will directly receive the joint radii from WebXR.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "8.46.0-preview",
3
+ "version": "8.46.1-preview",
4
4
  "type": "module",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",