jrouwe / JoltPhysics

A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West.
MIT License
6k stars 374 forks source link

Added BodyInterface::ResetSleepTimer #1108

Closed mihe closed 1 month ago

mihe commented 1 month ago

This adds ResetSleepTimer to BodyInterface, mostly as a convenience.

jrouwe commented 1 month ago

Thanks!