Kohi Game Engine
|
A point light, the most common light source, which radiates out from the given position. More...
#include <light_system.h>
Data Fields | |
char * | name |
The name of the light. More... | |
point_light_data | data |
The shader data for the point light. More... | |
void * | debug_data |
Debug data assigned to the light. More... | |
A point light, the most common light source, which radiates out from the given position.
point_light_data data |
The shader data for the point light.
void* debug_data |
Debug data assigned to the light.
char* name |
The name of the light.