29 #ifndef __DIRECTIONALLIGHT_H__
30 #define __DIRECTIONALLIGHT_H__
65 Inst< SFFloat> _ambientIntensity = 0,
66 Inst< SFColor> _color = 0,
67 Inst< SFFloat> _intensity = 0,
68 Inst< SFBool > _on = 0,
69 Inst< SFBool > _global = 0,
70 Inst< SFVec3f> _direction = 0 );
Contains the SFVec3f field class.
Header file for X3DLightNode, X3D scene-graph node.
The DirectionalLight node defines a directional light source that illuminates along rays parallel to ...
Definition: DirectionalLight.h:60
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: DirectionalLight.h:89
H3DUniquePtr< SFVec3f > direction
The direction field specifies the direction vector of the illumination emanating from the light sourc...
Definition: DirectionalLight.h:86
TraverseInfo is a structure that is passed along when traversing the scene graph.
Definition: TraverseInfo.h:57
The X3DLightNode abstract node type is the base type from which all node types that serve as light so...
Definition: X3DLightNode.h:70
H3D API namespace.
Definition: Anchor.h:38
The H3DNodeDatabase contains a mapping between a name of a Node and the constructor for the Node with...
Definition: H3DNodeDatabase.h:194
A structure representing a the OpenGL representation of the specified light source.
Definition: X3DLightNode.h:75