Abstract base class for global depth compositing parameter setup. More...
#include <ScaleViz/nodes/SoDepthComposerParams.h>
Public Types | |
enum | DepthBits { AUTO, DEPTH_16, DEPTH_32 } |
Public Member Functions | |
virtual SoType | getTypeId () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFEnum | depthBits |
SoSFBool | hullOptimization |
SoDepthComposerParams class is the abstract base class for global depth compositing parameters setup.
depthBits | DEPTH_32 |
hullOptimization | TRUE |
static SoType SoDepthComposerParams::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoNode.
virtual SoType SoDepthComposerParams::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoNode.
Number of depth bits precision to use for depth composition.
Use enum DepthBits. Default is DEPTH_32.
Enables hull optimization.
Hull optimization specifies to send only the portion of the image that really contains graphics entities (non background pixels). Default is TRUE.