summaryrefslogtreecommitdiff
path: root/servers/physics_3d/body_direct_state_3d_sw.cpp
AgeCommit message (Expand)Author
2021-10-05Changed from directly waking bodies to using the wakeup() functions in direct...Daniel
2021-09-24Added set_active(true) to all body direct state force apply/impulses. #52915Daniel
2021-08-25Clean physics direct body state usage in 2D and 3D physicsPouleyKetchoupp