Changeset 10191 for code/trunk/src/libraries/tools/BulletDebugDrawer.h
- Timestamp:
- Jan 11, 2015, 9:28:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/tools/BulletDebugDrawer.h
r10190 r10191 26 26 virtual void drawBox(const btVector3& bbMin, const btVector3& bbMax, const btVector3& color); 27 27 virtual void drawBox(const btVector3& bbMin, const btVector3& bbMax, const btTransform& trans, const btVector3& color); 28 //virtual void drawCylinder(btScalar radius, btScalar halfHeight, int upAxis, const btTransform& transform, const btVector3& color);29 //virtual void drawCone(btScalar radius, btScalar height, int upAxis, const btTransform& transform, const btVector3& color);28 virtual void drawCylinder(btScalar radius, btScalar halfHeight, int upAxis, const btTransform& transform, const btVector3& color); 29 virtual void drawCone(btScalar radius, btScalar height, int upAxis, const btTransform& transform, const btVector3& color); 30 30 // virtual void drawPlane(const btVector3& planeNormal, btScalar planeConst, const btTransform& transform, const btVector3& color); 31 31
Note: See TracChangeset
for help on using the changeset viewer.