MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.ModelBaseRenderParams Class Reference
+ Inheritance diagram for mrmeshpy.ModelBaseRenderParams:

Public Member Functions

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

None mrmeshpy.ModelBaseRenderParams.__init__ ( * args,
** kwargs )
static

Reimplemented from mrmeshpy.BaseRenderParams.

Reimplemented in mrmeshpy.ModelRenderParams.

Member Function Documentation

◆ clipPlane()

Plane3f mrmeshpy.ModelBaseRenderParams.clipPlane ( self)
viewport clip plane (it is not applied while object does not have clipping flag set)

◆ modelMatrix()

Matrix4f mrmeshpy.ModelBaseRenderParams.modelMatrix ( self)

Member Data Documentation

◆ _offsetof_clipPlane

typing mrmeshpy.ModelBaseRenderParams._offsetof_clipPlane = 48
staticprotected

◆ _offsetof_depthFunction

typing mrmeshpy.ModelBaseRenderParams._offsetof_depthFunction = 56
staticprotected

◆ _offsetof_modelMatrix

typing mrmeshpy.ModelBaseRenderParams._offsetof_modelMatrix = 40
staticprotected

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