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;
|
||||
}
|
||||
|
||||
@@ -35,4 +35,6 @@ public:
|
||||
|
||||
void setFov(float fov);
|
||||
float getFov() const;
|
||||
|
||||
float getAspectRatio() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user