Jorrit Rouwe 1 год назад
Родитель
Сommit
dce42dba6d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Docs/ReleaseNotes.md

+ 1 - 0
Docs/ReleaseNotes.md

@@ -16,6 +16,7 @@ For breaking API changes see [this document](https://github.com/jrouwe/JoltPhysi
 * Support for compiling with ninja on Windows.
 * Support for compiling with ninja on Windows.
 * Added wheel index and friction direction to VehicleConstraint::CombineFunction friction callback so you can have more differentiation between wheels.
 * Added wheel index and friction direction to VehicleConstraint::CombineFunction friction callback so you can have more differentiation between wheels.
 * Added ability to disable the lean steering limit for the motorcycle, turning this off makes the motorcycle more unstable, but gives you more control over the final steering angle.
 * Added ability to disable the lean steering limit for the motorcycle, turning this off makes the motorcycle more unstable, but gives you more control over the final steering angle.
+* Added function to query the bounding box of all bodies in the physics system, see PhysicsSystem::GetBounds.
 
 
 ### Improvements
 ### Improvements
 * Multithreading the SetupVelocityConstraints job. This was causing a bottleneck in the case that there are a lot of constraints but very few possible collisions.
 * Multithreading the SetupVelocityConstraints job. This was causing a bottleneck in the case that there are a lot of constraints but very few possible collisions.