OpenMayaRender.MDepthNormalizationDescription Class Reference

Class Description

Information required to perform normalization of values stored in the depth buffer of an MImage with respect to clipping plane range.
+ Inheritance diagram for OpenMayaRender.MDepthNormalizationDescription:

Public Member Functions

__init__ ()
 

Properties

 fDepthBias
 
 fDepthScale
 
 fFarClipDistance
 
 fNearClipDistance
 

Constructor & Destructor Documentation

OpenMayaRender.MDepthNormalizationDescription.__init__ ( )
x.__init__(...) initializes x; see help(type(x)) for signature

Property Documentation

OpenMayaRender.MDepthNormalizationDescription.fDepthBias
static
 Bias to apply to depth value
OpenMayaRender.MDepthNormalizationDescription.fDepthScale
static
 Scale to apply to depth values
OpenMayaRender.MDepthNormalizationDescription.fFarClipDistance
static
 Far clip plane of a camera
OpenMayaRender.MDepthNormalizationDescription.fNearClipDistance
static
 Near clip plane of a camera