Kohi Game Engine
point_light Struct Reference

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...
 

Detailed Description

A point light, the most common light source, which radiates out from the given position.

Field Documentation

◆ data

The shader data for the point light.

◆ debug_data

void* debug_data

Debug data assigned to the light.

◆ name

char* name

The name of the light.


The documentation for this struct was generated from the following file: