|
CSEngine
|
Public Attributes | |
| vec4 | direction |
| vec3 * | position |
| float | radius = 1.0f |
| vec3 | att = vec3{ 1.f, 0.f, 0.f } |
| float | spot |
Public Attributes inherited from CSE::BaseLight | |
| vec3 | color = vec3{ 2, 2, 2 } |
Definition at line 13 of file LightHelper.h.
Definition at line 21 of file LightHelper.h.
| vec4 CSE::SLight::direction |
Definition at line 16 of file LightHelper.h.
| vec3* CSE::SLight::position |
Definition at line 19 of file LightHelper.h.
| float CSE::SLight::radius = 1.0f |
Definition at line 20 of file LightHelper.h.
| float CSE::SLight::spot |
Definition at line 24 of file LightHelper.h.