25#ifndef SO_DEPTH_OFFSET_H
26#define SO_DEPTH_OFFSET_H
28#include <Inventor/nodes/SoNode.h>
29#include <Inventor/fields/SoSFFloat.h>
30#include <Inventor/fields/SoSFBool.h>
31#include <Inventor/SbMatrix.h>
117 static void initClass();
118 static void exitClass();
130 static void setupGlobalParameters(
SoState *state);
140 virtual void doAction(
SoAction* action );
145 static uint32_t instanceCount;
SoSFBool on
Enables depth offset.
SoDepthOffset()
Constructor.
SoSFFloat offset
Offset to apply to the projection matrix.
Renders a scene graph using Open Inventor's Render Engine.
Intersects objects with a ray cast into scene.
Field containing a single Boolean value.
Field containing a floating-point value.
Searches for nodes in a scene graph.