mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
~ | ImGui camera modification
This commit is contained in:
@ -42,14 +42,14 @@ class Camera
|
||||
|
||||
glm::vec3 getPosition();
|
||||
glm::vec2 getDirection();
|
||||
glm::vec3 getViewSetting();
|
||||
glm::mat4 getViewMatrix();
|
||||
|
||||
int getBounce();
|
||||
|
||||
float getFov();
|
||||
float getVelocity();
|
||||
|
||||
float &getFov();
|
||||
float &getAperture();
|
||||
float &getFocus();
|
||||
int &getBounce();
|
||||
|
||||
GPUCamera getGPUData();
|
||||
|
||||
|
Reference in New Issue
Block a user