Draw capsule in world space

This commit is contained in:
Irlan
2019-06-04 21:47:01 -03:00
parent 53e1f3a0be
commit b277b8b588
4 changed files with 15 additions and 13 deletions

View File

@ -89,7 +89,7 @@ public:
void DrawCapsule(const b3Vec3& p1, const b3Vec3& p2, float32 radius, const b3Color& color);
void DrawSolidCapsule(const b3Vec3& p1, const b3Vec3& p2, float32 radius, const b3Transform& transform, const b3Color& color);
void DrawSolidCapsule(const b3Vec3& p1, const b3Vec3& p2, float32 radius, const b3Mat33& rotation, const b3Color& color);
void DrawPlane(const b3Vec3& normal, const b3Vec3& center, float32 radius, const b3Color& color);