Definition BoxCollider.hpp:27
Component representing a character controller, which allows for easy character movement and collision...
Definition CharacterController.hpp:8
float gravityFactor
Factor controlling how much gravity affects the character (1.0 = normal gravity, 0....
Definition CharacterController.hpp:14
float mass
Mass of the character (used for physics interactions).
Definition CharacterController.hpp:16
float maxStepHeight
Maximum height of steps that the character can climb.
Definition CharacterController.hpp:12
glm::vec3 linearVelocity
Current linear velocity of the character (in world space).
Definition CharacterController.hpp:18
float maxSlopeAngle
Maximum slope angle (in degrees) that the character can walk up.
Definition CharacterController.hpp:10