spot light

This commit is contained in:
Confideo-IOM
2026-07-24 19:03:34 +01:00
parent 120f18b1f9
commit 3be84d07de
42 changed files with 311 additions and 265 deletions
@@ -11,8 +11,8 @@ struct HydraLightComponent
float constant = 1.0f;
float linear = 0.7;
float quadratic = 1.8;
float falloff = 1.5;
float falloff_smooth = 0.0f;
float cutoff = 0.5f;
float cutoff_outer = 0.75f;
HydraID entity_id;
uint32_t light_type;
};