#include <ILight.h>
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. |
Light interface. This interface is used to alter the light variables.
Definition at line 6 of file ILight.h.
virtual ILight::~ILight | ( | void | ) | [inline, virtual] |
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.