Add CCMD addlightprobe and support simple binding of light probes to sides+sectors
This commit is contained in:
parent
46d6a5dfd0
commit
88115cfedd
6 changed files with 114 additions and 0 deletions
|
|
@ -7,3 +7,8 @@ struct LightProbe
|
|||
FVector3 position;
|
||||
int index = 0;
|
||||
};
|
||||
|
||||
struct LightProbeTarget
|
||||
{
|
||||
int index = 0; // parameter for renderstate.SetLightProbe
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue