Increase default SDF resolution

master
Marc Gilleron 2022-05-11 20:19:16 +01:00
parent 86d798abb2
commit 409f26722b
1 changed files with 1 additions and 1 deletions

View File

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