Python API 2.0 Reference
OpenMayaRender.MDepthNormalizationDescription Class Reference
+ Inheritance diagram for OpenMayaRender.MDepthNormalizationDescription:

Public Member Functions

def __init__ ()
 

Static Public Member Functions

def __new__ ()
 

Properties

 fDepthBias = property(...)
 
 fDepthScale = property(...)
 
 fFarClipDistance = property(...)
 
 fNearClipDistance = property(...)
 

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

def OpenMayaRender.MDepthNormalizationDescription.__init__ ( )
Initialize self.  See help(type(self)) for accurate signature.

Member Function Documentation

def OpenMayaRender.MDepthNormalizationDescription.__new__ ( )
static
Create and return a new object.  See help(type) for accurate signature.

Property Documentation

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