Debug axes

Former-commit-id: e7d93df67679d1e29014120aef5cc0c3421fd9c2
This commit is contained in:
Gawaboumga
2015-08-21 12:14:35 +02:00
parent 89e0f631d6
commit 8716daf73c
2 changed files with 20 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class NAZARA_API NzDebugDrawer
static void Draw(const NzOrientedBoxf& orientedBox);
static void Draw(const NzSkeleton* skeleton);
static void Draw(const NzVector3f& position, float size = 0.1f);
static void DrawAxes(const NzVector3f& position = NzVector3f::Zero(), float size = 1.f);
static void DrawBinormals(const NzStaticMesh* subMesh);
static void DrawCone(const NzVector3f& origin, const NzQuaternionf& rotation, float angle, float length);
static void DrawLine(const NzVector3f& p1, const NzVector3f& p2);