Nebula
|
#include <physicsinterface.h>
Public Attributes | |
float | radius |
Radius of this capsule. | |
float | height |
Height of this capsule. The total height will be height + 2 * radius . | |
bool | constrainClimbing |
If set to false , the capsule will climb over surfaces according to impact normal. | |
bool Physics::CharacterCreateInfo::CapsuleInfo::constrainClimbing |
If set to false
, the capsule will climb over surfaces according to impact normal.
If set to true
, climbing will be limited according to the step offset.
float Physics::CharacterCreateInfo::CapsuleInfo::height |
Height of this capsule. The total height will be height + 2 * radius
.
float Physics::CharacterCreateInfo::CapsuleInfo::radius |
Radius of this capsule.