update default chunks rendering settings values
This commit is contained in:
+2
-2
@@ -64,8 +64,8 @@ struct GraphicsSettings {
|
|||||||
/// @brief Enable chunks frustum culling
|
/// @brief Enable chunks frustum culling
|
||||||
FlagSetting frustumCulling {true};
|
FlagSetting frustumCulling {true};
|
||||||
IntegerSetting skyboxResolution {64 + 32, 64, 128};
|
IntegerSetting skyboxResolution {64 + 32, 64, 128};
|
||||||
IntegerSetting chunkMaxVertices {1'000'000, 0, 4'000'000};
|
IntegerSetting chunkMaxVertices {200'000, 0, 4'000'000};
|
||||||
IntegerSetting chunkMaxRenderers {0, -4, 32};
|
IntegerSetting chunkMaxRenderers {6, -4, 32};
|
||||||
};
|
};
|
||||||
|
|
||||||
struct DebugSettings {
|
struct DebugSettings {
|
||||||
|
|||||||
Reference in New Issue
Block a user