Merge branch 'master' of https://github.com/whocares77/FlaxEngine into whocares77-master

This commit is contained in:
Wojciech Figat
2022-07-14 14:49:04 +02:00
7 changed files with 66 additions and 6 deletions

View File

@@ -53,6 +53,11 @@ public:
/// </summary>
API_FIELD() static bool AllowCSMBlending;
/// <summary>
/// Default probes cubemap resolution.
/// </summary>
API_FIELD() static int32 DefaultProbeResolution;
/// <summary>
/// The Global SDF quality. Controls the volume texture resolution and amount of cascades to use.
/// </summary>