33#ifndef COIN_SOVRMLPOINTLIGHT_H
34#define COIN_SOVRMLPOINTLIGHT_H
36#include <Inventor/nodes/SoSubNode.h>
37#include <Inventor/VRMLnodes/SoVRMLLight.h>
38#include <Inventor/fields/SoSFVec3f.h>
39#include <Inventor/fields/SoSFFloat.h>
47 static void initClass(
void);
The SbList class is a template container class for lists.
Definition SbList.h:70
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 SoSFVec3f class is a container for an SbVec3f vector.
Definition SoSFVec3f.h:40
The SoVRMLLight class is a superclass for VRML light nodes.
Definition SoVRMLLight.h:43
The SoVRMLPointLight class is used to represent a point light.
Definition SoVRMLPointLight.h:42
SoSFFloat radius
Definition SoVRMLPointLight.h:51
SoSFVec3f attenuation
Definition SoVRMLPointLight.h:52
SoSFVec3f location
Definition SoVRMLPointLight.h:50