Rebel Fork Framework
Urho3D::Camera::CachedProjection Struct Reference

Cached projection data. More...

Public Member Functions

 CachedProjection (const Matrix4 &projection, float nearClip, float farClip, bool customProjection)
 

Public Attributes

ea::array< CachedInverse< Matrix4 >, 2 > projection_ {}
 Cached projection matrix (normal and flipped).
 
float projNearClip_ {}
 Cached actual near clip distance.
 
float projFarClip_ {}
 Cached actual far clip distance.
 
bool customProjection_ {}
 Use custom projection matrix flag. Used internally.
 

Detailed Description

Cached projection data.


The documentation for this struct was generated from the following files: