AmbientLight Class Reference

Simulates a light that comes from all directions. More...

#include <eclight.h>

Inheritance diagram for AmbientLight:

Light EclipseObject

List of all members.

Public Member Functions

 AmbientLight (const char *a_sID, YRColorRGB &a_color)
 Complete constructor.

Protected Member Functions

virtual PYOBJECT GetPyStringRep ()
 Provide a string representation of this child.
virtual void DeleteObject ()
 Child message hook for reference-count based destruction.


Detailed Description

Simulates a light that comes from all directions.

Author:
Dan Torres 1/20/2009

Definition at line 228 of file eclight.h.


Constructor & Destructor Documentation

AmbientLight::AmbientLight ( const char *  a_sID,
YRColorRGB a_color 
)

Complete constructor.

Parameters:
a_sID Unique ID for this light
a_color Color for this light


Member Function Documentation

virtual void AmbientLight::DeleteObject (  )  [protected, virtual]

Child message hook for reference-count based destruction.

The child class is responsible for deleting any instance to which this this function is called.

Reimplemented from EclipseObject.


The documentation for this class was generated from the following file:

Generated on Tue Jan 20 17:57:53 2009 for EclipseRay by  doxygen 1.5.7.1