12 #ifndef CAMERA_H_6014714286 13 #define CAMERA_H_6014714286 46 bool orthogonalProjectionHint;
72 void setOrthogonalProjectionHint(
bool isOrthogonalProjection );
77 bool isOrthogonalProjectionHintSet()
const;
88 virtual void updateWorldTransform()
override;
98 #endif // CAMERA_H_6014714286 Defines Carna::base::Spatial.
Represents a spatial scene element. It's location is determined relatively to another spatial that is...
Eigen::Matrix< float, 4, 4, Eigen::ColMajor > Matrix4f
Defines matrix.
Represents the point-of-view and defines the 3D to 2D projection.