Add CCMD addlightprobe and support simple binding of light probes to sides+sectors

This commit is contained in:
RaveYard 2025-02-20 16:32:54 +01:00 committed by Magnus Norddahl
commit 88115cfedd
6 changed files with 114 additions and 0 deletions

View file

@ -7,3 +7,8 @@ struct LightProbe
FVector3 position;
int index = 0;
};
struct LightProbeTarget
{
int index = 0; // parameter for renderstate.SetLightProbe
};