Light

Base class for lights.

abstract
class Light : Component {}

Members

Variables

castShadows
bool castShadows;

If it should cast shadows

color
vec3f color;

The color the light gives off.

Meta