1 #ifndef COIN_SOSHADOWDIRECTIONALLIGHT_H 2 #define COIN_SOSHADOWDIRECTIONALLIGHT_H 36 #include <Inventor/nodes/SoSubNode.h> 37 #include <Inventor/nodes/SoDirectionalLight.h> 38 #include <Inventor/fields/SoSFNode.h> 39 #include <Inventor/fields/SoSFFloat.h> 40 #include <Inventor/fields/SoSFVec3f.h> 48 static void initClass(
void);
62 #endif // !COIN_SOSHADOWDIRECTIONALLIGHT_H virtual void GLRender(SoGLRenderAction *action)
Definition: SoDirectionalLight.cpp:153
#define SO_NODE_HEADER(classname)
The SoSFNode class is a container for a single node.This field container stores a pointer to a Coin n...
Definition: SoSFNode.h:47
The SoSFFloat class is a container for a floating point value.This field is used where nodes...
Definition: SoSFFloat.h:39
The SoSFVec3f class is a container for an SbVec3f vector.This field is used where nodes...
Definition: SoSFVec3f.h:40
The SoDirectionalLight class is a node type for specifying directional light sources.A directional light source provides a model of light sources which are at infinite distance from the geometry it illuminates, thereby having no set position and consisting of an infinite volume of parallel rays.
Definition: SoDirectionalLight.h:40
The SoShadowDirectionalLight class is a node for setting up a directional light which casts shadows...
Definition: SoShadowDirectionalLight.h:42
The SoGLRenderAction class renders the scene graph with OpenGL calls.Applying this method at a root n...
Definition: SoGLRenderAction.h:50