A container for a render targer's information. This struct contains the render target, the camera matrix, and the parent of the node for which this information was requested.
- Warning
- Modifications to the scene tree may result in RenderTargetInfo objects being invalidated. RenderTargetInfo objects should therefore not be cached beyond the scope of the function that obtained a RenderTargetInfo object.
- See also
- GetRenderTargetInfo
-
GetRenderTargetInfoForChildrenOf
#include <utility/YiSceneNodeUtility.h>
| CYISceneNodeUtility::RenderTargetInfo::RenderTargetInfo |
( |
| ) |
|
|
inline |
| glm::mat4 CYISceneNodeUtility::RenderTargetInfo::cameraMatrix |
| const CYISceneNode* CYISceneNodeUtility::RenderTargetInfo::pParent |
| std::shared_ptr<CYIRenderTarget> CYISceneNodeUtility::RenderTargetInfo::pRenderTarget |
The documentation for this struct was generated from the following file: