15 Vector3 diffuseColor = Vector3::One();
16 Vector3 specularColor = Vector3::One();
17 float intensity = 1.0f;
18 bool castsShadows =
true;
26 float intensity = 1.0f;
28 bool castsShadows =
true;
36 float intensity = 1.0f;
37 float innerAngle = 0.3491f;
38 float outerAngle = 0.5236f;
40 bool castsShadows =
true;
Component representing an infinite, directional light, like the sun. Not implementing shadowing curre...
Definition: Light.h:14
Component representing an omnidirectional light.
Definition: Light.h:23
Component representing a light pointing in a single direction with a radius for attenuation,...
Definition: Light.h:33
A three component vector.
Definition: Vector.h:29