Added Mesh::Transform

Former-commit-id: c0680b23ff81a10a580934fc24d1ae4a13780595
This commit is contained in:
Lynix
2013-06-09 22:05:33 +02:00
parent 6b2af70f1d
commit f3d0618ae6
2 changed files with 46 additions and 0 deletions

View File

@@ -108,6 +108,8 @@ class NAZARA_API NzMesh : public NzResource, NzResourceListener
void SetMaterial(unsigned int matIndex, const NzString& materialPath);
void SetMaterialCount(unsigned int matCount);
void Transform(const NzMatrix4f& matrix);
static const NzVertexDeclaration* GetDeclaration();
private: