summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physCharacterControllerParam.cpp
AgeCommit message (Collapse)Author
2022-02-13ksys/phys: Add CharacterControllerParam shape creationLéo Lam
2022-01-30ksys/phys: Start merging physShapeParam with RigidBody/ShapeLéo Lam
Turns out we already have a bunch of ShapeParam classes in physShapeParam and parts of RigidBody/Shape are just duplicates -- whoops. ShapeParam is renamed to ShapeParamObj to avoid any confusion with the (.*)ShapeParam classes.
2021-04-23Simplify agl::utl::IParameterObj::applyResParameterObj callsLéo Lam
2021-04-22ksys/phys: Add CharacterControllerParamLéo Lam