#include <CapsuleShape.h>
Inheritance diagram for vrsode::CapsuleShape:

Public Member Functions | |
| CapsuleShape () | |
| ctor. | |
| virtual | ~CapsuleShape () |
| dtor. | |
Protected Member Functions | |
| virtual void | createGeometry () |
| create an ode geometry. | |
| virtual void | createDebugNode () |
| create a debug geometry. | |
Definition at line 15 of file CapsuleShape.h.
| vrsode::CapsuleShape::CapsuleShape | ( | ) |
ctor.
Definition at line 7 of file CapsuleShape.cpp.
References vrsode::CS_Capsule, and vrsode::Shape::setCollisionShape().
Here is the call graph for this function:

| vrsode::CapsuleShape::~CapsuleShape | ( | ) | [virtual] |
| void vrsode::CapsuleShape::createGeometry | ( | ) | [protected, virtual] |
| void vrsode::CapsuleShape::createDebugNode | ( | ) | [protected, virtual] |
create a debug geometry.
Implements vrsode::Shape.
Definition at line 25 of file CapsuleShape.cpp.
References vrsode::Shape::debugNodeActive().
Here is the call graph for this function:

1.5.1