babylonjs-addons 8.5.0 → 8.6.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.
- package/babylonjs.addons.d.ts +4 -4
- package/babylonjs.addons.js +119 -115
- package/babylonjs.addons.min.js +1 -1
- package/babylonjs.addons.min.js.map +1 -1
- package/babylonjs.addons.module.d.ts +8 -8
- package/package.json +2 -2
package/babylonjs.addons.d.ts
CHANGED
@@ -77,7 +77,7 @@ declare module ADDONS {
|
|
77
77
|
*/
|
78
78
|
export const requestRelease: (requestId: string | null) => void;
|
79
79
|
/**
|
80
|
-
*
|
80
|
+
* Release pointer events from the current owner
|
81
81
|
*/
|
82
82
|
export const releaseCurrent: () => void;
|
83
83
|
}
|
@@ -145,8 +145,8 @@ declare module ADDONS {
|
|
145
145
|
height: number;
|
146
146
|
};
|
147
147
|
protected _setSize(width: number, height: number): void;
|
148
|
-
protected
|
149
|
-
protected
|
148
|
+
protected _getCameraCssMatrix(matrix: BABYLON.Matrix): string;
|
149
|
+
protected _getHtmlContentCssMatrix(matrix: BABYLON.Matrix, useRightHandedSystem: boolean): string;
|
150
150
|
protected _getTransformationMatrix(htmlMesh: HtmlMesh, useRightHandedSystem: boolean): BABYLON.Matrix;
|
151
151
|
protected _renderHtmlMesh(htmlMesh: HtmlMesh, useRightHandedSystem: boolean): void;
|
152
152
|
protected _render(scene: BABYLON.Scene, camera: BABYLON.Camera): void;
|
@@ -258,7 +258,7 @@ declare module ADDONS {
|
|
258
258
|
protected _doSetEnabled(enabled: boolean): void;
|
259
259
|
protected _updateScaleIfNecessary(): void;
|
260
260
|
protected _createMask(): void;
|
261
|
-
protected
|
261
|
+
protected _setElementzIndex(zIndex: number): void;
|
262
262
|
/**
|
263
263
|
* Callback used by the PointerEventsCaptureBehavior to capture pointer events
|
264
264
|
*/
|