Clips a volume with the depth map projection of a shape. More...
#include <VolumeViz/nodes/SoUniformGridProjectionClipping.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoUniformGridProjectionClipping () | |
void | GLRender (SoGLRenderAction *action) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFNode | sceneGraph |
This class is an helper class derived from SoUniformGridClipping. It defines its clipping texture by the depth map of the given sceneGraph in the given axis orientation.
Notes:
See SoUniformGridClipping for detailed behavior and limitations.
NOTE: node available since Open Inventor 8.6sceneGraph | NULL |
axis | Y |
extent | -1,0,-1 1,1,1 |
filename | "" |
image | 0 0 0 |
wrapS | CLAMP_TO_EDGE |
wrapT | CLAMP_TO_EDGE |
model | MODULATE |
enableCompressedTexture | FALSE |
blendColor | 0 0 0 |
enableBorder | FALSE |
borderColor | 0 0 0 0 |
maxAnisotropy | 1.0 |
minFilter | AUTO |
magFilter | AUTO |
loadingMode | AUTO |
useAutoMipmap | FALSE |
internalFormat | AUTO_INTERNAL_FORMAT |
thickness | 0 |
clipBelow | FALSE |
clipAbove | TRUE |
SoUniformGridClipping, SoVolumeClippingGroup, SoPolygonOffset
SoUniformGridProjectionClipping::SoUniformGridProjectionClipping | ( | ) |
Constructor.
static SoType SoUniformGridProjectionClipping::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoUniformGridClipping.
virtual SoType SoUniformGridProjectionClipping::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoUniformGridClipping.
void SoUniformGridProjectionClipping::GLRender | ( | SoGLRenderAction * | action | ) | [virtual] |
Reimplemented from SoUniformGridClipping.
Scene graph containing shapes to project on the orthogonal plane defined by axis field to generate the SoUniformGridClipping height map texture.