@babylonjs/core 5.45.1 → 5.45.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.
Files changed (36) hide show
  1. package/Engines/thinEngine.js +2 -2
  2. package/Engines/thinEngine.js.map +1 -1
  3. package/Inputs/scene.inputManager.js +12 -1
  4. package/Inputs/scene.inputManager.js.map +1 -1
  5. package/Materials/Textures/videoTexture.d.ts +1 -0
  6. package/Materials/Textures/videoTexture.js +19 -8
  7. package/Materials/Textures/videoTexture.js.map +1 -1
  8. package/Physics/index.d.ts +1 -0
  9. package/Physics/index.js +1 -0
  10. package/Physics/index.js.map +1 -1
  11. package/Physics/physicsHelper.d.ts +452 -1
  12. package/Physics/physicsHelper.js +877 -2
  13. package/Physics/physicsHelper.js.map +1 -1
  14. package/Physics/v1/index.d.ts +0 -1
  15. package/Physics/v1/index.js +0 -1
  16. package/Physics/v1/index.js.map +1 -1
  17. package/Physics/v2/IPhysicsEnginePlugin.d.ts +2 -1
  18. package/Physics/v2/IPhysicsEnginePlugin.js.map +1 -1
  19. package/Physics/v2/index.d.ts +1 -0
  20. package/Physics/v2/index.js +1 -0
  21. package/Physics/v2/index.js.map +1 -1
  22. package/Physics/v2/physicsAggregate.d.ts +18 -0
  23. package/Physics/v2/physicsAggregate.js +44 -2
  24. package/Physics/v2/physicsAggregate.js.map +1 -1
  25. package/Physics/v2/physicsBody.d.ts +22 -1
  26. package/Physics/v2/physicsBody.js +54 -1
  27. package/Physics/v2/physicsBody.js.map +1 -1
  28. package/Physics/v2/physicsEngine.d.ts +7 -2
  29. package/Physics/v2/physicsEngine.js +9 -2
  30. package/Physics/v2/physicsEngine.js.map +1 -1
  31. package/Shaders/ShadersInclude/bumpFragmentMainFunctions.js +4 -1
  32. package/Shaders/ShadersInclude/bumpFragmentMainFunctions.js.map +1 -1
  33. package/package.json +1 -1
  34. package/Physics/v1/physicsHelper.d.ts +0 -411
  35. package/Physics/v1/physicsHelper.js +0 -709
  36. package/Physics/v1/physicsHelper.js.map +0 -1
@@ -403,13 +403,13 @@ export class ThinEngine {
403
403
  */
404
404
  // Not mixed with Version for tooling purpose.
405
405
  static get NpmPackage() {
406
- return "babylonjs@5.45.1";
406
+ return "babylonjs@5.45.2";
407
407
  }
408
408
  /**
409
409
  * Returns the current version of the framework
410
410
  */
411
411
  static get Version() {
412
- return "5.45.1";
412
+ return "5.45.2";
413
413
  }
414
414
  /**
415
415
  * Returns a string describing the current engine