mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Starting camera handling
This commit is contained in:
@ -39,6 +39,8 @@ class Window
|
||||
private:
|
||||
GLFWwindow *_window;
|
||||
RT::Vec2i _mousePos;
|
||||
RT::Vec2i _prevMousePos;
|
||||
RT::Vec2i _mouseDelta;
|
||||
|
||||
float _fps;
|
||||
|
||||
|
Reference in New Issue
Block a user