Added DebugDrawer::DrawNormals(submesh)

Former-commit-id: 9a2100f8df288b63d3b64c05871ae42c1fad97f6
This commit is contained in:
Lynix
2013-01-03 19:41:23 +01:00
parent 438d509130
commit 182c667603
2 changed files with 79 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
#include <Nazara/Prerequesites.hpp>
#include <Nazara/Core/Color.hpp>
#include <Nazara/Math/Cube.hpp>
#include <Nazara/Math/Cube.hpp>
#include <Nazara/Utility/SubMesh.hpp>
class NzAxisAlignedBox;
class NzSkeleton;
@@ -23,6 +23,7 @@ class NAZARA_API NzDebugDrawer
static void Draw(const NzCubei& cube);
static void Draw(const NzCubeui& cube);
static void Draw(const NzSkeleton* skeleton);
static void DrawNormals(const NzSubMesh* subMesh);
static bool Initialize();