I have a small obj loader and it takes two parameters and passes them back to the input variables.. however this is my first time doing this and i\'m not sure how to print s
glm has an extension for this. Add #include "glm/ext.hpp" or "glm/gtx/string_cast.hpp"
#include "glm/ext.hpp"
"glm/gtx/string_cast.hpp"
Then to print a vector for example:
glm::vec4 test; std::cout<