#include <Light.h>
Inherited by PointLight.
Public Member Functions | |
Light () | |
virtual | ~Light () |
virtual void | preprocess () |
virtual double | getLight (Color &light_color, Vector &light_direction, const RenderContext &context, const Point &pos) const =0 |
Definition at line 14 of file Light.h.
|
|
|
|
|
Implemented in PointLight. |
|
Reimplemented in PointLight. |