Increase default SDF resolution

This commit is contained in:
Marc Gilleron 2022-05-11 20:19:16 +01:00
parent 86d798abb2
commit 409f26722b

View File

@ -84,7 +84,7 @@ private:
bool _is_baking = false; bool _is_baking = false;
// Baking options // Baking options
int _cell_count = 32; int _cell_count = 64;
float _margin_ratio = 0.25; float _margin_ratio = 0.25;
BakeMode _bake_mode = BAKE_MODE_ACCURATE_PARTITIONED; BakeMode _bake_mode = BAKE_MODE_ACCURATE_PARTITIONED;
uint8_t _partition_subdiv = 32; uint8_t _partition_subdiv = 32;