Python API 2.0 Reference: OpenMayaRender.MDepthNormalizationDescription Class Reference

+ Inheritance diagram for OpenMayaRender.MDepthNormalizationDescription:

Public Member Functions

__init__ ()
 

Properties

 fDepthBias
 
 fDepthScale
 
 fFarClipDistance
 
 fNearClipDistance
 

Detailed Description

Information required to perform normalization of values stored in the depth buffer of an MImage with respect to clipping plane range.

Constructor & Destructor Documentation

OpenMayaRender.MDepthNormalizationDescription.__init__ ( )
x.__init__(...) initializes x; see x.__class__.__doc__ 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