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
+4
View File
@@ -66,3 +66,7 @@ void Camera::setFov(float fov) {
float Camera::getFov() const {
return fov;
}
float Camera::getAspectRatio() const {
return aspect;
}