summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/RigidBody/physRigidBodyRequestMgr.cpp
AgeCommit message (Collapse)Author
2022-03-26ksys/phys: Implement several easy RigidBodyRequestMgr functionsLéo Lam
2022-03-26ksys/phys: Add RigidBodyRequestMgr::calc1Léo Lam
2022-03-02ksys/phys: ContactPointInfoEx -> ContactLayerContactPointInfoLéo Lam
Turns out it's the equivalent to ContactLayerCollisionInfo.
2022-03-01ksys: Rename RigidContactPoints to match param filesLéo Lam
2022-02-13ksys/phys: Move common headers (Defines, MaterialMask) out of System/Léo Lam
2022-01-21ksys/phys: Add one more RigidBody functionLéo Lam
2022-01-17ksys/phys: Rename RigidBody "isMassScaling" mode to "isSensor"Léo Lam
That also explains the comparison against 1 (ContactLayerType::Sensor) in the constructor.
2022-01-17ksys/phys: Add a bunch of easy RigidBody functionsLéo Lam
2022-01-17ksys/phys: Add easy RigidBodyRequestMgr functionsLéo Lam
2022-01-16ksys/phys: Start adding RigidBodyRequestMgrLéo Lam
2022-01-16ksys/phys: Move RigidBodyRequestMgr to its own headerLéo Lam