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
+1
View File
@@ -22,6 +22,7 @@ struct NotePreset : public Serializable {
float scale = 1.0f;
float renderDistance = 10.0f;
float xrayOpacity = 0.0f;
float perspective = 0.0f;
dv::value serialize() const override;
void deserialize(const dv::value& src) override;