Public Member Functions

ILight Class Reference

#include <ILight.h>

List of all members.

Public Member Functions

virtual ~ILight (void)
 Destructor.
virtual void setPosition (const float3 &)
 Set the position of the light.
virtual float3 getPosition (void)
 Get the position of the light.
virtual void setColor (const float3 &)
 Set the color of the light.
virtual float3 getColor (void)
 Get the color of the light.

Detailed Description

Light interface. This interface is used to alter the light variables.

Definition at line 6 of file ILight.h.


Constructor & Destructor Documentation

virtual ILight::~ILight ( void   )  [inline, virtual]

Destructor.

Definition at line 10 of file ILight.h.


Member Function Documentation

virtual float3 ILight::getColor ( void   )  [virtual]

Get the color of the light.

virtual float3 ILight::getPosition ( void   )  [virtual]

Get the position of the light.

virtual void ILight::setColor ( const float3  )  [virtual]

Set the color of the light.

virtual void ILight::setPosition ( const float3  )  [virtual]

Set the position of the light.


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