|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
#include <glm/ext/matrix_clip_space.hpp> // glm::perspective, glm::ortho |
|
|
|
|
#include <glm/ext/matrix_transform.hpp> // glm::radians, glm::lookAt |
|
|
|
|
#include "glm/ext/matrix_clip_space.hpp" // glm::perspective, glm::ortho |
|
|
|
|
#include "glm/ext/matrix_transform.hpp" // glm::radians, glm::lookAt |
|
|
|
|
|
|
|
|
|
#include "inferno/application.h" |
|
|
|
|
#include "inferno/assertions.h" |
|
|
|
|