Public Member Functions | |
Plane3f | clipPlane (self) |
Matrix4f | modelMatrix (self) |
![]() | |
Matrix4f | projMatrix (self) |
Matrix4f | viewMatrix (self) |
Vector4i | viewport (self) |
None | viewport (self, Vector4i arg1) |
ViewportId | viewportId (self) |
None | viewportId (self, ViewportId arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_clipPlane = 48 |
typing | _offsetof_depthFunction = 56 |
typing | _offsetof_modelMatrix = 40 |
![]() | |
typing | _offsetof_projMatrix = 8 |
typing | _offsetof_viewMatrix = 0 |
typing | _offsetof_viewport = 20 |
typing | _offsetof_viewportId = 16 |
Generated from: MR::ModelBaseRenderParams 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).
|
static |
Reimplemented from mrmeshpy.BaseRenderParams.
Reimplemented in mrmeshpy.ModelRenderParams.
Plane3f mrmeshpy.ModelBaseRenderParams.clipPlane | ( | self | ) |
viewport clip plane (it is not applied while object does not have clipping flag set)
Matrix4f mrmeshpy.ModelBaseRenderParams.modelMatrix | ( | self | ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |