@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.
- package/lib/index.d.ts +1 -0
- 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.
|