#include <RainLight.h>
Public Member Functions | |
RainLight (SceneManager *sceneMgr, int lightNumber=0, ColourValue col=ColourValue::Red, Vector3 LightPos=Vector3(0, 0, 0), float LightAttenuation=150) | |
void | animate () |
ColourValue | getColour () |
Vector3 | getPosition () |
Vector3 | getDirection () |
float | getCutoff () |
float | getAttenuation () |
bool | getIsAnimated () |
|
Constructor for street light. Should not be called directly. Use RainLightManager->addStreetLight() instead. |