babylonjs-addons 8.4.2 → 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.
@@ -82,7 +82,7 @@ export const requestCapture: (requestId: string, captureCallback: CaptureRelease
82
82
  */
83
83
  export const requestRelease: (requestId: string | null) => void;
84
84
  /**
85
- * Relase pointer events from the current owner
85
+ * Release pointer events from the current owner
86
86
  */
87
87
  export const releaseCurrent: () => void;
88
88
  global {
@@ -162,8 +162,8 @@ export class HtmlMeshRenderer {
162
162
  height: number;
163
163
  };
164
164
  protected _setSize(width: number, height: number): void;
165
- protected _getCameraCSSMatrix(matrix: Matrix): string;
166
- protected _getHtmlContentCSSMatrix(matrix: Matrix, useRightHandedSystem: boolean): string;
165
+ protected _getCameraCssMatrix(matrix: Matrix): string;
166
+ protected _getHtmlContentCssMatrix(matrix: Matrix, useRightHandedSystem: boolean): string;
167
167
  protected _getTransformationMatrix(htmlMesh: HtmlMesh, useRightHandedSystem: boolean): Matrix;
168
168
  protected _renderHtmlMesh(htmlMesh: HtmlMesh, useRightHandedSystem: boolean): void;
169
169
  protected _render(scene: Scene, camera: Camera): void;
@@ -280,7 +280,7 @@ export class HtmlMesh extends Mesh {
280
280
  protected _doSetEnabled(enabled: boolean): void;
281
281
  protected _updateScaleIfNecessary(): void;
282
282
  protected _createMask(): void;
283
- protected _setElementZIndex(zIndex: number): void;
283
+ protected _setElementzIndex(zIndex: number): void;
284
284
  /**
285
285
  * Callback used by the PointerEventsCaptureBehavior to capture pointer events
286
286
  */
@@ -390,7 +390,7 @@ declare module ADDONS {
390
390
  */
391
391
  export const requestRelease: (requestId: string | null) => void;
392
392
  /**
393
- * Relase pointer events from the current owner
393
+ * Release pointer events from the current owner
394
394
  */
395
395
  export const releaseCurrent: () => void;
396
396
  }
@@ -458,8 +458,8 @@ declare module ADDONS {
458
458
  height: number;
459
459
  };
460
460
  protected _setSize(width: number, height: number): void;
461
- protected _getCameraCSSMatrix(matrix: BABYLON.Matrix): string;
462
- protected _getHtmlContentCSSMatrix(matrix: BABYLON.Matrix, useRightHandedSystem: boolean): string;
461
+ protected _getCameraCssMatrix(matrix: BABYLON.Matrix): string;
462
+ protected _getHtmlContentCssMatrix(matrix: BABYLON.Matrix, useRightHandedSystem: boolean): string;
463
463
  protected _getTransformationMatrix(htmlMesh: HtmlMesh, useRightHandedSystem: boolean): BABYLON.Matrix;
464
464
  protected _renderHtmlMesh(htmlMesh: HtmlMesh, useRightHandedSystem: boolean): void;
465
465
  protected _render(scene: BABYLON.Scene, camera: BABYLON.Camera): void;
@@ -571,7 +571,7 @@ declare module ADDONS {
571
571
  protected _doSetEnabled(enabled: boolean): void;
572
572
  protected _updateScaleIfNecessary(): void;
573
573
  protected _createMask(): void;
574
- protected _setElementZIndex(zIndex: number): void;
574
+ protected _setElementzIndex(zIndex: number): void;
575
575
  /**
576
576
  * Callback used by the PointerEventsCaptureBehavior to capture pointer events
577
577
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-addons",
3
- "version": "8.4.2",
3
+ "version": "8.6.0",
4
4
  "main": "babylonjs.addons.js",
5
5
  "types": "babylonjs.addons.module.d.ts",
6
6
  "files": [
@@ -15,7 +15,7 @@
15
15
  "test:escheck": "es-check es6 ./babylonjs.addons.js"
16
16
  },
17
17
  "dependencies": {
18
- "babylonjs": "^8.4.2"
18
+ "babylonjs": "^8.6.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@dev/build-tools": "1.0.0",