I'm following the LearnOpenGL tutorials over at learnopengl.com to load in a model using assimp and render it with glfw.
Unfortunately all I'm getting is an empty black window....
My code is identical to Joey's tutorial source here:
More than anything I'm just at a loss as to how to debug a problem like this, looking at the model it has clearly loaded in the mesh data:
I'm not really expecting an answer here but if anyone could give advice on how to debug an issue like this when I'm getting nothing back from the compiler or the logger... I'd be grateful!
**************** UPDATE ***************
So I grabbed RenderDoc, the Mesh Output shows nothing:
But the "Errors and Warnings" windows is blank...
I re-downloaded GLAD incase there were extensions I was missing, no success there. I also swapped GLAD for GLEW to see if that would make any difference, no joy.
Also I found a simplified version of this tutorial on YouTube and swapped all the Mesh/Model/Main code for that... and no effect, just a black window.
I have no idea where this leaves me...