public

Inheritance Graph

graph BT
	MyDebugDraw
	click MyDebugDraw "classMinSG_1_1Physics_1_1MyDebugDraw"

Description

Public Functions

   
   
  MyDebugDraw( Rendering::RenderingContext & ctxt)
   
void setDebugMode(int _debugMode)
   
int getDebugMode() const
   
void drawLine(const btVector3 & from, const btVector3 & to, const btVector3 & color)
   
void drawLine(const btVector3 & from, const btVector3 & to, const btVector3 & color1, const btVector3 & color2)
   
void drawContactPoint(const btVector3 & void, const btVector3 & void, btScalar void, int void, const btVector3 & void)
   
void reportErrorWarning(const char * void)
   
void draw3dText(const btVector3 & void, const char * void)

Documentation

function
MinSG::Physics::MyDebugDraw::MyDebugDraw

public inline
     
     
MyDebugDraw( Rendering::RenderingContext & ctxt )

Defined in MinSG/Ext/Physics/Bullet/MyDebugDraw.h:43


function
MinSG::Physics::MyDebugDraw::setDebugMode

public inline
     
     
void setDebugMode( int _debugMode )

Defined in MinSG/Ext/Physics/Bullet/MyDebugDraw.h:45


function
MinSG::Physics::MyDebugDraw::getDebugMode

public const inline
   
   
int getDebugMode( ) const

Defined in MinSG/Ext/Physics/Bullet/MyDebugDraw.h:49


function
MinSG::Physics::MyDebugDraw::drawLine

public inline
     
     
void drawLine( const btVector3 & from,
  const btVector3 & to,
  const btVector3 & color
)    

Defined in MinSG/Ext/Physics/Bullet/MyDebugDraw.h:53


function
MinSG::Physics::MyDebugDraw::drawLine

public inline
     
     
void drawLine( const btVector3 & from,
  const btVector3 & to,
  const btVector3 & color1,
  const btVector3 & color2
)    

Defined in MinSG/Ext/Physics/Bullet/MyDebugDraw.h:56


function
MinSG::Physics::MyDebugDraw::drawContactPoint

public inline
     
     
void drawContactPoint( const btVector3 & void,
  const btVector3 & void,
  btScalar void,
  int void,
  const btVector3 & void
)    

Defined in MinSG/Ext/Physics/Bullet/MyDebugDraw.h:60


function
MinSG::Physics::MyDebugDraw::reportErrorWarning

public inline
     
     
void reportErrorWarning( const char * void )

Defined in MinSG/Ext/Physics/Bullet/MyDebugDraw.h:62


function
MinSG::Physics::MyDebugDraw::draw3dText

public inline
     
     
void draw3dText( const btVector3 & void,
  const char * void
)    

Defined in MinSG/Ext/Physics/Bullet/MyDebugDraw.h:64