mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-28 11:08:36 +02:00
+ | Basic camera but glitched for now
This commit is contained in:
@ -24,6 +24,7 @@ class Window
|
||||
~Window(void);
|
||||
|
||||
GLFWwindow *getWindow(void) const;
|
||||
Camera *get_camera(void) const;
|
||||
float getFps(void) const;
|
||||
|
||||
void display();
|
||||
@ -36,7 +37,7 @@ class Window
|
||||
|
||||
private:
|
||||
GLFWwindow *_window;
|
||||
Camera *camera;
|
||||
Camera *_camera;
|
||||
|
||||
float _fps;
|
||||
|
||||
|
Reference in New Issue
Block a user