15 #ifndef PHYSXCAPSULECONTROLLERDESC_H 16 #define PHYSXCAPSULECONTROLLERDESC_H 18 #include "pandabase.h" 20 #include "physxControllerDesc.h" 21 #include "physx_includes.h" 31 INLINE ~PhysxCapsuleControllerDesc();
33 INLINE
void set_to_default();
34 INLINE
bool is_valid()
const;
36 void set_radius(
float radius);
37 void set_height(
float height);
39 float get_radius()
const;
40 float get_height()
const;
43 NxControllerDesc *ptr()
const {
return (NxControllerDesc *)&_desc; };
44 NxCapsuleControllerDesc _desc;
47 #include "physxCapsuleControllerDesc.I" 49 #endif // PHYSXCAPSULECONTROLLERDESC_H Descriptor class for a character controller.
Descriptor class for PhysxCapsuleController.