Add Basic Camera

This commit is contained in:
4VRDriver
2020-09-03 15:33:51 +02:00
parent cd302d0005
commit 919f65fac7
8 changed files with 87 additions and 10 deletions

View File

@@ -30,7 +30,8 @@ Window::Window() {
glViewport(0, 0, width, height);
// Tell GLFW which function to call when window is resized
glfwSetFramebufferSizeCallback(window, framebuffer_size_callback);
// Currently not used...
// glfwSetFramebufferSizeCallback(window, framebuffer_size_callback);
}