Change Vertex floats to vectors

This commit is contained in:
4VRDriver
2020-09-04 11:33:59 +02:00
parent f8da266fc0
commit eab5c4e5e0
8 changed files with 37 additions and 26 deletions

View File

@@ -1,8 +1,6 @@
#include "Camera.h"
#include "eventActions.h"
#include <iostream>
Camera::Camera(float fov, int width, int height) {
this->fov = fov;
viewMatrix = glm::mat4(1.0f);