#include <Shape.h>
Static Private Member Functions |
static void | triangleCallback (void *userData, SoCallbackAction *action, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2, const SoPrimitiveVertex *v3) |
Additional Inherited Members |
Body * | body |
Constructor & Destructor Documentation
rl::sg::bullet::Shape::Shape |
( |
SoVRMLShape * |
shape, |
|
|
Body * |
body |
|
) |
| |
rl::sg::bullet::Shape::~Shape |
( |
| ) |
|
|
virtual |
Member Function Documentation
void rl::sg::bullet::Shape::triangleCallback |
( |
void * |
userData, |
|
|
SoCallbackAction * |
action, |
|
|
const SoPrimitiveVertex * |
v1, |
|
|
const SoPrimitiveVertex * |
v2, |
|
|
const SoPrimitiveVertex * |
v3 |
|
) |
| |
|
staticprivate |
Member Data Documentation
::std::vector< int > rl::sg::bullet::Shape::indices |
|
private |
btCollisionShape* rl::sg::bullet::Shape::shape |
btTransform rl::sg::bullet::Shape::transform |
btTriangleIndexVertexArray* rl::sg::bullet::Shape::triangleIndexVertexArray |
|
private |
::std::vector< btScalar > rl::sg::bullet::Shape::vertices |
|
private |
The documentation for this class was generated from the following files: