dash ~master (2014-11-19T20:54:00Z)
Home
Dub
Repo
Light
dash
components
lights
Base class for lights.
abstract
class
Light : Component {
vec3f
color
;
bool
castShadows
;
}
Members
Variables
castShadows
bool
castShadows
;
If it should cast shadows
color
vec3f
color
;
The color the light gives off.
Meta
Source
See Implementation
dash
components
lights
classes
AmbientLight
DirectionalLight
Light
PointLight
SpotLight
Base class for lights.