Renamed VertexMapper::GetTotalVertexCount
To GetVertexCount Former-commit-id: fa876c5499664bce31d438ef596373d908c6977c
This commit is contained in:
@@ -26,7 +26,7 @@ class NAZARA_API NzVertexMapper
|
||||
NzVector3f GetPosition(unsigned int i) const;
|
||||
NzVector3f GetTangent(unsigned int i) const;
|
||||
NzVector2f GetTexCoords(unsigned int i) const;
|
||||
unsigned int GetTotalVertexCount();
|
||||
unsigned int GetVertexCount();
|
||||
|
||||
void SetNormal(unsigned int i, const NzVector3f& normal);
|
||||
void SetPosition(unsigned int i, const NzVector3f& position);
|
||||
|
||||
Reference in New Issue
Block a user