mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Disambiguate options for lighting mode selection
This commit is contained in:
parent
9aded4ead5
commit
14a1872674
@ -30,10 +30,10 @@ namespace Bloxstrap.Singletons
|
||||
|
||||
public static IReadOnlyDictionary<string, string> LightingTechnologies => new Dictionary<string, string>
|
||||
{
|
||||
{ "Automatic", "" },
|
||||
{ "Voxel", "DFFlagDebugRenderForceTechnologyVoxel" },
|
||||
{ "ShadowMap", "FFlagDebugForceFutureIsBrightPhase2" },
|
||||
{ "Future", "FFlagDebugForceFutureIsBrightPhase3" }
|
||||
{ "Chosen by game", "" },
|
||||
{ "Voxel (Phase 1)", "DFFlagDebugRenderForceTechnologyVoxel" },
|
||||
{ "ShadowMap (Phase 2)", "FFlagDebugForceFutureIsBrightPhase2" },
|
||||
{ "Future (Phase 3)", "FFlagDebugForceFutureIsBrightPhase3" }
|
||||
};
|
||||
|
||||
// this is one hell of a dictionary definition lmao
|
||||
|
Loading…
Reference in New Issue
Block a user