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);
52 #endif // !COIN_SOSHADOWSPOTLIGHT_H #define SO_NODE_HEADER(classname)
virtual void GLRender(SoGLRenderAction *action)
Definition: SoSpotLight.cpp:139
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.Spotlights are light sources with a position and a direction. They can be thought of as a pointlight with a lampshade.
Definition: SoSpotLight.h:32
The SoSFNode class is a container for a single node.This field container stores a pointer to a Coin n...
Definition: SoSFNode.h:38
The SoSFFloat class is a container for a floating point value.This field is used where nodes...
Definition: SoSFFloat.h:30
The SoGLRenderAction class renders the scene graph with OpenGL calls.Applying this method at a root n...
Definition: SoGLRenderAction.h:41