OpenGL/headers/obj.hpp
k 692fbf8196
All checks were successful
Verify build / verify_build (push) Successful in 1m0s
loading obj files working.
2025-05-28 23:56:20 -04:00

5 lines
116 B
C++

#include <glm/glm.hpp>
#include <vector>
unsigned int loadOBJ(const char *path, std::vector<float> *out_vertices);