summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physRayCast.h
AgeCommit message (Collapse)Author
2022-03-23ksys/phys: Rename BodyGroup -> StaticCompoundRigidBodyGroupLéo Lam
Makes it obvious that it is related to StaticCompound stuff Also fixes the relative ordering (BodyGroup is located after Mgr code).
2022-03-20ksys/phys: Add most remaining parts of RayCastLéo Lam
One last function remaining (0x0000007100fc4844) but it looks obnoxious so I'll leave it for later.
2022-03-20ksys/phys: Implement world/shape casting RayCast functionsLéo Lam
2022-03-19ksys/phys: Add RayHitCollectorLéo Lam
2022-03-18ksys/phys: Start adding RayCastLéo Lam