1 #ifndef COIN_SOSHADOWSPOTLIGHT_H
2 #define COIN_SOSHADOWSPOTLIGHT_H
27 #include <Inventor/nodes/SoSubNode.h>
28 #include <Inventor/nodes/SoSpotLight.h>
29 #include <Inventor/fields/SoSFNode.h>
30 #include <Inventor/fields/SoSFFloat.h>
39 static void initClass(
void);
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition: SoGLRenderAction.h:41
The SoSFFloat class is a container for a floating point value.
Definition: SoSFFloat.h:30
The SoSFNode class is a container for a single node.
Definition: SoSFNode.h:38
The SoShadowSpotLight class is a node for setting up a spot light which casts shadows.
Definition: SoShadowSpotLight.h:33
The SoSpotLight class is a node type for light sources with a cone shaped lightvolume.
Definition: SoSpotLight.h:32
virtual void GLRender(SoGLRenderAction *action)
Definition: SoSpotLight.cpp:139
#define SO_NODE_HEADER(classname)