|
Rebel Fork Framework
|
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. | |
Cached projection data.