@babylonjs/core 9.9.2 → 9.10.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/Engines/abstractEngine.pure.js +2 -2
- package/Engines/abstractEngine.pure.js.map +1 -1
- package/Misc/tools.pure.js +1 -1
- package/Misc/tools.pure.js.map +1 -1
- package/Shaders/ShadersInclude/pbrBlockFinalLitComponents.js +1 -1
- package/Shaders/ShadersInclude/pbrBlockFinalLitComponents.js.map +1 -1
- package/ShadersWGSL/ShadersInclude/pbrBlockFinalLitComponents.js +1 -1
- package/ShadersWGSL/ShadersInclude/pbrBlockFinalLitComponents.js.map +1 -1
- package/package.json +1 -1
|
@@ -813,13 +813,13 @@ export class AbstractEngine {
|
|
|
813
813
|
*/
|
|
814
814
|
// Not mixed with Version for tooling purpose.
|
|
815
815
|
static get NpmPackage() {
|
|
816
|
-
return "babylonjs@9.
|
|
816
|
+
return "babylonjs@9.10.0";
|
|
817
817
|
}
|
|
818
818
|
/**
|
|
819
819
|
* Returns the current version of the framework
|
|
820
820
|
*/
|
|
821
821
|
static get Version() {
|
|
822
|
-
return "9.
|
|
822
|
+
return "9.10.0";
|
|
823
823
|
}
|
|
824
824
|
/**
|
|
825
825
|
* Gets the HTML canvas attached with the current webGL context
|