#include <MRIRenderObject.h>
Inheritance diagram for MR::ModelBaseRenderParams:Public Attributes | |
| const Matrix4f & | modelMatrix |
| const Plane3f & | clipPlane |
| DepthFunction | depthFunction = DepthFunction::Default |
| viewport clip plane (it is not applied while object does not have clipping flag set) | |
Public Attributes inherited from MR::BaseRenderParams | |
| const Matrix4f & | viewMatrix |
| const Matrix4f & | projMatrix |
| ViewportId | viewportId |
| Vector4i | viewport |
| id of the 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).