implemented some more controls

This commit is contained in:
2025-01-11 17:54:01 +01:00
parent dc0175f88a
commit 9c7dd45858
7 changed files with 68 additions and 30 deletions

View File

@@ -12,12 +12,17 @@ public:
Point3 cameraDir;
Vec3 cameraPos;
Point3 lightPos;
Color3 bgColor;
Color3 bgColor; // TODO: widget
bool paused;
bool renderOnce;
char* fps;
int opacityK;
float opacityKReal;
float sigmoidOne;
float sigmoidTwo;
ImGuiIO io;
void tick(double fps);