@babylonjs/core 5.0.0-beta.1 → 5.0.0-beta.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.
- package/Engines/thinEngine.js +2 -2
- package/Engines/thinEngine.js.map +1 -1
- package/Maths/math.vector.js +31 -15
- package/Maths/math.vector.js.map +1 -1
- package/Misc/fileTools.js +3 -1
- package/Misc/fileTools.js.map +1 -1
- package/Shaders/pbr.fragment.js +1 -1
- package/Shaders/pbr.fragment.js.map +1 -1
- package/XR/webXRSessionManager.js +1 -1
- package/XR/webXRSessionManager.js.map +1 -1
- package/package.json +1 -1
package/Engines/thinEngine.js
CHANGED
|
@@ -384,7 +384,7 @@ var ThinEngine = /** @class */ (function () {
|
|
|
384
384
|
*/
|
|
385
385
|
// Not mixed with Version for tooling purpose.
|
|
386
386
|
get: function () {
|
|
387
|
-
return "babylonjs@5.0.0-beta.
|
|
387
|
+
return "babylonjs@5.0.0-beta.2";
|
|
388
388
|
},
|
|
389
389
|
enumerable: false,
|
|
390
390
|
configurable: true
|
|
@@ -394,7 +394,7 @@ var ThinEngine = /** @class */ (function () {
|
|
|
394
394
|
* Returns the current version of the framework
|
|
395
395
|
*/
|
|
396
396
|
get: function () {
|
|
397
|
-
return "5.0.0-beta.
|
|
397
|
+
return "5.0.0-beta.2";
|
|
398
398
|
},
|
|
399
399
|
enumerable: false,
|
|
400
400
|
configurable: true
|