Skip to content

Latest commit

Β 

History

History
19 lines (13 loc) Β· 587 Bytes

File metadata and controls

19 lines (13 loc) Β· 587 Bytes

Simple and Fast OBJ File Loader

License

MIT License β€” see LISENSE

Function Definition

void loadObj(const char* objPath, std::vector<Vertex>& vertices, std::vector<unsigned int>& indices);

πŸš€ Performance Test

Test Data Vertices Indices Time Taken Data Source
20,000,000 lines 10,951,291 38,277,738 ~6 seconds powerplant.obj

Author

  • ItzFlco08 (github)