X-Git-Url: https://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=util.hpp;h=84b2060cd585c7e5aec53a087ada1abb7995c4c6;hp=89236e242e9f11892d3c505dadf926756b09ab25;hb=d26c67a51e58c3f70d1689e265e9bebe578b50ad;hpb=5e2b8438a1600a790dc105d25b7d5cd2278864aa diff --git a/util.hpp b/util.hpp index 89236e2..84b2060 100644 --- a/util.hpp +++ b/util.hpp @@ -1,6 +1,9 @@ #include "program.hpp" #include +#include void initUtilProg(); Program *getUtilProg(); void drawDebugNode(glm::mat4 transform, glm::vec4 color = {1, 0.5, 1, 1}); +void printMatrix4x4(aiMatrix4x4 m); +void printVec3(glm::vec3 v);