Public Attributes | |
| float | m_CameraViewMatrix [4][4] |
| View matrix of the camera. Can be casted to RtMatrixf. | |
| float | m_CameraProjectionMatrix [4][4] |
| Projection matrix of the camera. Can be casted to RtMatrixf. | |
| RtViewport | m_Viewport |
| Viewport of the layer. | |
| BSTR | m_szRoot |
| The root encapsulator of the layer rendering - can be empty in special render targets like post-process. | |
| BSTR | m_szCamera |
| Camera node string. Can be empty if there is no camera. | |
| BSTR | m_szUsage |
| Layer usage. This string helps to define special layers like "SCENE" is used for scene layer. | |
| float RtLayerInfo::m_CameraViewMatrix[4][4] |
View matrix of the camera. Can be casted to RtMatrixf.
| float RtLayerInfo::m_CameraProjectionMatrix[4][4] |
Projection matrix of the camera. Can be casted to RtMatrixf.
Viewport of the layer.
The root encapsulator of the layer rendering - can be empty in special render targets like post-process.
Camera node string. Can be empty if there is no camera.
Layer usage. This string helps to define special layers like "SCENE" is used for scene layer.
1.5.5