#include <MRIRenderObject.h>
Inheritance diagram for MR::ModelBaseRenderParams:Public Attributes | |
| const Matrix4f & | modelMatrix |
| const Plane3f & | clipPlane |
| DepthFunction | depthFunction = DepthFunction::Default |
Public Attributes inherited from MR::BaseRenderParams | |
| const Matrix4f & | viewMatrix |
| const Matrix4f & | projMatrix |
| ViewportId | viewportId |
| Vector4i | viewport |
Common rendering parameters for meshes (both for primary rendering and for the picker; the picker uses this as is while the primary rendering adds more fields).
| const Plane3f& MR::ModelBaseRenderParams::clipPlane |
| DepthFunction MR::ModelBaseRenderParams::depthFunction = DepthFunction::Default |
| const Matrix4f& MR::ModelBaseRenderParams::modelMatrix |