diff options
author | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-12-08 13:25:50 -0500 |
---|---|---|
committer | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-12-08 13:25:50 -0500 |
commit | 31d28f945856ff4b3f5d55e61a747afd08d6f0f9 (patch) | |
tree | 82916f5a11c14da7d91f8f8b0de1f977e6a3af08 /src/settings.h | |
parent | 7445995cbedb5d77d5abea54df7c976ca6664d76 (diff) |
rotation
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index ba383b3..f114226 100644 --- a/src/settings.h +++ b/src/settings.h @@ -12,6 +12,8 @@ struct Settings { float xw = 0.f; float yw = 0.f; float zw = 0.f; + float rotation = 1.f; + bool negative = false; }; |