| Home | Download | Screen shots | Discussion | Documentation |
|---|

Public Member Functions | |
| spot_light_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
| virtual | ~spot_light_node () throw () |
| Destroy. | |
| virtual spot_light_node * | to_spot_light () const |
| Cast to a spot_light_node. | |
| virtual void | renderScoped (openvrml::viewer &viewer) |
| Render the scoped light. | |
Private Member Functions | |
| virtual void | do_initialize (double timestamp) throw (std::bad_alloc) |
| Initialize. | |
| virtual void | do_shutdown (double timestamp) throw () |
| Shut down. | |
Private Attributes | |
| exposedfield< sfvec3f > | attenuation_ |
| attenuation exposedField. | |
| exposedfield< sffloat > | beam_width_ |
| beamWidth exposedField. | |
| exposedfield< sffloat > | cut_off_angle_ |
| cutOffAngle exposedField. | |
| exposedfield< sfvec3f > | direction_ |
| direction exposedField. | |
| exposedfield< sfvec3f > | location_ |
| location exposedField. | |
| exposedfield< sffloat > | radius_ |
| radius exposedField. | |
Friends | |
| class | spot_light_class |
| Class object for SpotLight instances. | |
|
||||||||||||
|
Construct.
|
|
|
Destroy.
|
|
|
Cast to a spot_light_node.
Reimplemented from openvrml::node. |
|
|
Render the scoped light.
Reimplemented from openvrml::vrml97_node::abstract_light_node. |
|
|
Initialize.
Reimplemented from openvrml::node. |
|
|
Shut down.
Reimplemented from openvrml::node. |
|
|
Class object for SpotLight instances.
|
|
|
attenuation exposedField.
|
|
|
beamWidth exposedField.
|
|
|
cutOffAngle exposedField.
|
|
|
direction exposedField.
|
|
|
location exposedField.
|
|
|
radius exposedField.
|