Added mesh generation of normals and tangents

Former-commit-id: 42b29acf5701b19156d6966b402baf11c87f3476
This commit is contained in:
Lynix
2013-01-27 18:39:32 +01:00
parent cf47081224
commit 85c3224752
2 changed files with 159 additions and 0 deletions

View File

@@ -55,6 +55,10 @@ class NAZARA_API NzMesh : public NzResource, NzResourceListener
bool CreateStatic();
void Destroy();
void GenerateNormals();
void GenerateNormalsAndTangents();
void GenerateTangents();
const NzAxisAlignedBox& GetAABB() const;
NzString GetAnimation() const;
nzAnimationType GetAnimationType() const;