summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/RigidBody/Shape/Box/physBoxRigidBody.cpp
AgeCommit message (Collapse)Author
2022-03-03ksys/phys: Add more ContactListener functions and Havok prereqsLéo Lam
2022-02-13ksys/phys: Merge RigidBodyFactory into RigidBodyFromShapeLéo Lam
RigidBodyFactory is right between RigidBodyFromResource and RigidBodyFromShape functions, and some Factory functions are known to be in the same TU as RigidBodyFromShape functions. Some factory functions also use FromShape non-static member functions.
2022-02-07ksys/phys: Add RigidBodyFromResourceLéo Lam
2022-02-03ksys/phys: Group shapes into folders to declutter RigidBody/ShapeLéo Lam