Added DebugDrawer::DrawCone

Former-commit-id: 8c02ac50f3ca6a7fba1494f8f2a42eebfe949f7b
This commit is contained in:
Lynix
2013-12-09 14:16:48 +01:00
parent a9af5523ee
commit 0d8572a60c
2 changed files with 77 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 DrawBinormals(const NzStaticMesh* subMesh);
static void DrawCone(const NzVector3f& origin, const NzQuaternionf& rotation, float angle, float length);
static void DrawNormals(const NzStaticMesh* subMesh);
static void DrawTangents(const NzStaticMesh* subMesh);