babylonjs-materials 9.9.0 → 9.9.2

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.
@@ -1591,6 +1591,7 @@ export class PBRCustomMaterial extends PBRMaterial {
1591
1591
  * List of the custom attributes
1592
1592
  */
1593
1593
  _customAttributes: string[];
1594
+ private readonly _customEffects;
1594
1595
  /**
1595
1596
  * Fragment shader string
1596
1597
  */
@@ -1626,6 +1627,7 @@ export class PBRCustomMaterial extends PBRMaterial {
1626
1627
  [pointName: string]: string;
1627
1628
  };
1628
1629
  constructor(name: string, scene?: Scene);
1630
+ private _isCreatedShaderEffect;
1629
1631
  /**
1630
1632
  * Disposes the material
1631
1633
  * @param forceDisposeEffect specifies if effects should be forcefully disposed
@@ -3446,6 +3448,7 @@ declare namespace BABYLON {
3446
3448
  * List of the custom attributes
3447
3449
  */
3448
3450
  _customAttributes: string[];
3451
+ private readonly _customEffects;
3449
3452
  /**
3450
3453
  * Fragment shader string
3451
3454
  */
@@ -3481,6 +3484,7 @@ declare namespace BABYLON {
3481
3484
  [pointName: string]: string;
3482
3485
  };
3483
3486
  constructor(name: string, scene?: Scene);
3487
+ private _isCreatedShaderEffect;
3484
3488
  /**
3485
3489
  * Disposes the material
3486
3490
  * @param forceDisposeEffect specifies if effects should be forcefully disposed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-materials",
3
- "version": "9.9.0",
3
+ "version": "9.9.2",
4
4
  "main": "babylonjs.materials.min.js",
5
5
  "types": "babylonjs.materials.module.d.ts",
6
6
  "files": [
@@ -16,7 +16,7 @@
16
16
  "test:escheck": "es-check es6 ./babylonjs.materials.js"
17
17
  },
18
18
  "dependencies": {
19
- "babylonjs": "9.9.0"
19
+ "babylonjs": "9.9.2"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@dev/build-tools": "1.0.0",