Added DebugDrawer::DrawTangents

Former-commit-id: 9116b5a878752ff193073ac6c156ddca54f8c501
This commit is contained in:
Lynix
2013-01-04 22:02:47 +01:00
parent e00779ebe0
commit 80d4159faa
2 changed files with 69 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ class NAZARA_API NzDebugDrawer
static void Draw(const NzCubeui& cube);
static void Draw(const NzSkeleton* skeleton);
static void DrawNormals(const NzSubMesh* subMesh);
static void DrawTangents(const NzSubMesh* subMesh);
static bool Initialize();