#include <lightlist.h>
Public Member Functions | |
| LightList (const Colour &c, LightSource *l, LightList *n) | |
Static Public Member Functions | |
| LightList * | merge (LightList *first, const LightList *second, CLR weight) |
| CLR | calculateLightListDifference (const LightList &l1, const LightList &l2) |
Public Attributes | |
| Colour | colour |
| LightSource * | light |
| LightList * | next |
|
||||||||||||
|
Calculates a scalar value that relates to how different two light lists are. |
|
||||||||||||||||
|
Add the lights from the second light list to the first one. The lights' colours of the second list are weightend by weight before adding to the first one.
|
1.3.8