Graphics/OBJLoader: Allow users to specifiy a vertex count cache when loading
Former-commit-id: 87ebc2aefe2c2091fd483793f880724e1ed6ac3d
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Nz
|
||||
const Vector3f* GetTexCoords() const;
|
||||
unsigned int GetTexCoordCount() const;
|
||||
|
||||
bool Parse();
|
||||
bool Parse(std::size_t reservedVertexCount = 100);
|
||||
|
||||
private:
|
||||
bool Advance(bool required = true);
|
||||
|
||||
Reference in New Issue
Block a user