MIT License — see LISENSE
void loadObj(const char* objPath, std::vector<Vertex>& vertices, std::vector<unsigned int>& indices);| Test Data | Vertices | Indices | Time Taken | Data Source |
|---|---|---|---|---|
| 20,000,000 lines | 10,951,291 | 38,277,738 | ~6 seconds | powerplant.obj |
- ItzFlco08 (github)