Directional Shdaows, no alpha

This commit is contained in:
Confideo-IOM
2026-08-03 22:34:52 +01:00
parent 299ad1d9c7
commit d074dc71a5
69 changed files with 1353 additions and 406 deletions
@@ -15,6 +15,10 @@ struct HydraLightComponent
float cutoff_outer = 0.75f;
HydraID entity_id;
uint32_t light_type;
uint32_t shadow_map_id = 0;
uint32_t shadow_caster = 0;
uint32_t padding0;
uint32_t padding1;
};
#endif /* HYDRAECSLIGHTCOMPONENT */