diff options
| author | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-12-08 11:21:44 -0500 |
|---|---|---|
| committer | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-12-08 11:21:44 -0500 |
| commit | f594307273b6ab269ed4eea8dcc831b27cd25108 (patch) | |
| tree | 954c154a90d5c957962eaf22bd537591a2767527 /src/settings.h | |
| parent | 940a2361da8f51ab2547f1b7bfd42dc1c8645642 (diff) | |
6 sliders
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h index c8a454e..ba383b3 100644 --- a/src/settings.h +++ b/src/settings.h @@ -5,8 +5,13 @@ struct Settings { std::string sceneFilePath; - float w = 1; - + float xy = 0.f; + float z = 0.f; + float xz = 0.f; + float yz = 0.f; + float xw = 0.f; + float yw = 0.f; + float zw = 0.f; }; |
