cleanup and bug fix
This commit is contained in:
parent
8350b85aa1
commit
6e69a543f0
4 changed files with 10 additions and 7 deletions
|
|
@ -10,6 +10,7 @@ public:
|
|||
void setRotate(float yaw, float pitch);
|
||||
glm::mat4 getView();
|
||||
glm::mat4 getProjection();
|
||||
float aspect;
|
||||
|
||||
private:
|
||||
void update();
|
||||
|
|
@ -20,6 +21,5 @@ private:
|
|||
float yaw;
|
||||
float pitch;
|
||||
float fov;
|
||||
float aspect;
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue