OpenMayaRender.MStencilOpDesc Class Reference
Descriptor for a depth-stencil operation.
OpenMayaRender.MStencilOpDesc.__init__ |
( |
| ) |
|
x.__init__(...) initializes x; see help(type(x)) for signature
OpenMayaRender.MStencilOpDesc.setDefaults |
( |
| ) |
|
setDefaults() -> self
Set all values for the stencil operation state to their default values.
OpenMayaRender.MStencilOpDesc.stencilDepthFailOp |
|
static |
Stencil op to use when the fragment passes the depth test, default kKeepStencil
OpenMayaRender.MStencilOpDesc.stencilFailOp |
|
static |
Stencil op to use when the fragment fails the stencil test, default kKeepStencil
OpenMayaRender.MStencilOpDesc.stencilFunc |
|
static |
Sets the stencil buffer comparison function, default kCompareAlways
OpenMayaRender.MStencilOpDesc.stencilPassOp |
|
static |
Stencil op to use when the fragment passes the stencil test, default kKeepStencil
The documentation for this class was generated from the following file:
- D:/Maya-MD-Merge/input/python/2.0/OpenMayaRender.py