fix and improve circle debug drawing

This commit is contained in:
Irlan
2017-03-03 16:46:13 -03:00
parent edd29d729a
commit 03ebca5728
4 changed files with 92 additions and 42 deletions

View File

@ -134,7 +134,7 @@ public:
b3World m_world;
b3RayCastSingleOutput m_rayHit;
b3RayCastSingleOutput m_rayHit; // local space
b3BoxHull m_groundHull;
b3BoxHull m_boxHull;
b3BoxHull m_tallHull;