Inheritance diagram for mrmeshpy.ModelBaseRenderParams:Public Member Functions | |
| None | __init__ (self, ModelBaseRenderParams arg0) |
| Plane3f | clipPlane (self) |
| Matrix4f | modelMatrix (self) |
Public Member Functions inherited from mrmeshpy.BaseRenderParams | |
| 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 |
Static Protected Attributes inherited from mrmeshpy.BaseRenderParams | |
| 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, and mrmeshpy.ModelRenderParams.
| None mrmeshpy.ModelBaseRenderParams.__init__ | ( | self, | |
| ModelBaseRenderParams | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.BaseRenderParams.
Reimplemented in mrmeshpy.ModelRenderParams, and 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 |