Kohi Game Engine
|
A directional light, typically used to emulate sun/moon light. More...
#include <light_system.h>
Data Fields | |
char * | name |
The name of the directional light. More... | |
directional_light_data | data |
The directional light shader data. More... | |
void * | debug_data |
Debug data assigned to the light. More... | |
A directional light, typically used to emulate sun/moon light.
The directional light shader data.
void* debug_data |
Debug data assigned to the light.
char* name |
The name of the directional light.