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>
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:50
The SoSFFloat class is a container for a floating point value.
Definition SoSFFloat.h:39
The SoSFNode class is a container for a single node.
Definition SoSFNode.h:47
The SoShadowSpotLight class is a node for setting up a spot light which casts shadows.
Definition SoShadowSpotLight.h:42
SoSFFloat farDistance
Definition SoShadowSpotLight.h:55
SoSFNode shadowMapScene
Definition SoShadowSpotLight.h:53
SoSFFloat nearDistance
Definition SoShadowSpotLight.h:54
The SoSpotLight class is a node type for light sources with a cone shaped light volume.
Definition SoSpotLight.h:41
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition SoSpotLight.cpp:145
virtual void GLRender(SoGLRenderAction *action)
Definition SoSpotLight.cpp:152