Added Mesh::Transform
Former-commit-id: c0680b23ff81a10a580934fc24d1ae4a13780595
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user