Added TriangleIterator::Unmap()
Former-commit-id: 8ef858c5374c6701c087d0f4b1644bb6704e1131
This commit is contained in:
@@ -34,6 +34,8 @@ class NAZARA_API NzTriangleIterator
|
||||
void SetTangent(unsigned int i, const NzVector3f& tangent);
|
||||
void SetTexCoords(unsigned int i, const NzVector2f& texCoords);
|
||||
|
||||
void Unmap();
|
||||
|
||||
private:
|
||||
nzPrimitiveType m_primitiveType;
|
||||
nzUInt32 m_triangleIndices[3];
|
||||
|
||||
Reference in New Issue
Block a user