#include <physicsdebugdrawer.h>
PhysicsDebugDrawer::PhysicsDebugDrawer |
( |
Ogre::SceneNode * |
node, |
|
|
btDynamicsWorld * |
world |
|
) |
| |
PhysicsDebugDrawer::~PhysicsDebugDrawer |
( |
| ) |
|
void PhysicsDebugDrawer::draw3dText |
( |
const btVector3 & |
location, |
|
|
const char * |
textString |
|
) |
| |
void PhysicsDebugDrawer::drawContactPoint |
( |
const btVector3 & |
PointOnB, |
|
|
const btVector3 & |
normalOnB, |
|
|
btScalar |
distance, |
|
|
int |
lifeTime, |
|
|
const btVector3 & |
color |
|
) |
| |
void PhysicsDebugDrawer::drawLine |
( |
const btVector3 & |
from, |
|
|
const btVector3 & |
to, |
|
|
const btVector3 & |
color |
|
) |
| |
int PhysicsDebugDrawer::getDebugMode |
( |
| ) |
const |
void PhysicsDebugDrawer::reportErrorWarning |
( |
const char * |
warningString | ) |
|
void PhysicsDebugDrawer::setDebugMode |
( |
int |
isOn | ) |
|
void PhysicsDebugDrawer::step |
( |
| ) |
|
bool PhysicsDebugDrawer::mDebugOn |
|
protected |
Ogre::SceneNode* PhysicsDebugDrawer::mNode |
|
protected |
btDynamicsWorld* PhysicsDebugDrawer::mWorld |
|
protected |
The documentation for this class was generated from the following files: