MeshLib
 
Loading...
Searching...
No Matches
MR::ModelBaseRenderParams Struct Reference

#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
 

Detailed Description

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).

Member Data Documentation

◆ clipPlane

const Plane3f& MR::ModelBaseRenderParams::clipPlane

◆ depthFunction

DepthFunction MR::ModelBaseRenderParams::depthFunction = DepthFunction::Default

◆ modelMatrix

const Matrix4f& MR::ModelBaseRenderParams::modelMatrix

The documentation for this struct was generated from the following file: