add 'perspective' NotePreset property
This commit is contained in:
@@ -66,3 +66,7 @@ void Camera::setFov(float fov) {
|
||||
float Camera::getFov() const {
|
||||
return fov;
|
||||
}
|
||||
|
||||
float Camera::getAspectRatio() const {
|
||||
return aspect;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user