Guillaume Morin

Results 2 comments of Guillaume Morin

This was still crashing for me on startup. It was asserting when getting the vecSunLight uniform location. It turns out that glfwInit() will change the current directory. That happens only...

Here are my changes. I assume you'll want to move this in some platform specific file Update: fixed formatting, referenced pull request #6 ``` --- a/renderer/application.cpp +++ b/renderer/application.cpp @@ -23,6...