add 'perspective' NotePreset property

This commit is contained in:
MihailRis
2024-11-15 02:21:05 +03:00
parent 2147f507a6
commit 525cf1ed4b
6 changed files with 26 additions and 3 deletions
+2
View File
@@ -35,4 +35,6 @@ public:
void setFov(float fov);
float getFov() const;
float getAspectRatio() const;
};