| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Inheritance diagram for DirectionalLight:

Public Methods | |
| DirectionalLight (const NodeType &nodeType, const ScopePtr &scope) | |
| Constructor. | |
| virtual | ~DirectionalLight () throw () |
| Destructor. | |
| virtual void | render (Viewer &viewer, VrmlRenderContext context) |
| Render the node. | |
Private Methods | |
| void | processSet_direction (const FieldValue &sfvec3f, double timestamp) throw (std::bad_cast) |
| set_direction eventIn handler. | |
Private Attributes | |
| SFVec3f | direction |
Friends | |
| class | DirectionalLightClass |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
set_direction eventIn handler.
|
|
||||||||||||
|
Render the node. This should be called before rendering any sibling nodes.
Reimplemented from Node. |