summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/RigidBody/Shape/Box
AgeCommit message (Collapse)Author
2024-07-26Update libraries and adjust code to match againThePixelGamer
2022-03-03ksys/phys: Add more ContactListener functions and Havok prereqsLéo Lam
2022-02-13ksys/phys: Move common headers (Defines, MaterialMask) out of System/Lé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-13ksys/phys: Implement RigidBodyParam::createRigidBodyLéo Lam
Also includes a bunch of fixes to the shape and param classes.
2022-02-12ksys/phys: Add ListShapeLéo Lam
2022-02-07ksys/phys: Add RigidBodyFromResourceLéo Lam
2022-02-03ksys/phys: Group shapes into folders to declutter RigidBody/ShapeLéo Lam