1 #ifndef COIN_SOSHADOWSPOTLIGHT_H 2 #define COIN_SOSHADOWSPOTLIGHT_H 36 #include <Inventor/nodes/SoSubNode.h> 37 #include <Inventor/nodes/SoSpotLight.h> 38 #include <Inventor/fields/SoSFNode.h> 39 #include <Inventor/fields/SoSFFloat.h> 48 static void initClass(
void);
61 #endif // !COIN_SOSHADOWSPOTLIGHT_H #define SO_NODE_HEADER(classname)
virtual void GLRender(SoGLRenderAction *action)
Definition: SoSpotLight.cpp:148
The SoShadowSpotLight class is a node for setting up a spot light which casts shadows.
Definition: SoShadowSpotLight.h:42
The SoSpotLight class is a node type for light sources with a cone shaped lightvolume.Spotlights are light sources with a position and a direction. They can be thought of as a pointlight with a lampshade.
Definition: SoSpotLight.h:41
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 SoGLRenderAction class renders the scene graph with OpenGL calls.Applying this method at a root n...
Definition: SoGLRenderAction.h:50