#include <X3DLightNode.h>
Inherits X3D::X3DChildNode.
Inherited by DirectionalLight, PointLight, and SpotLight.
Public Member Functions | |
void | Render (void) |
X3DLightNode (const AP_Xml &xml, SFNode scene) | |
Protected Attributes | |
SFFloat | _m_ambientIntensity |
SFColor | _m_color |
SFBool | _m_global |
SFFloat | _m_intensity |
SFNode | _m_metadata |
SFBool | _m_on |
X3DLightNode | ( | const AP_Xml & | xml, | |
SFNode | scene | |||
) |
void Render | ( | void | ) | [virtual] |
SFFloat _m_ambientIntensity [protected] |
SFColor _m_color [protected] |
SFBool _m_global [protected] |
SFFloat _m_intensity [protected] |
SFNode _m_metadata [protected] |
Reimplemented from X3DNode.
SFBool _m_on [protected] |