| Home | Download | Screen shots | Discussion | Documentation |
|---|
Inheritance diagram for openvrml::vrml97_node::directional_light_node:


Public Member Functions | |
| directional_light_node (const node_type &type, const scope_ptr &scope) | |
| Construct. | |
| virtual | ~directional_light_node () throw () |
| Destroy. | |
| virtual void | render (openvrml::viewer &viewer, rendering_context context) |
| Render the node. | |
Private Member Functions | |
| void | process_set_direction (const field_value &value, double timestamp) throw (std::bad_cast) |
| set_direction eventIn handler. | |
Private Attributes | |
| sfvec3f | direction |
| direction exposedField. | |
Friends | |
| class | directional_light_class |
| Class object for DirectionalLight nodes. | |
|
||||||||||||
|
Construct.
|
|
||||||||||||
|
set_direction eventIn handler.
|
|
||||||||||||
|
Render the node. This should be called before rendering any sibling nodes.
Reimplemented from openvrml::node. |