mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: default to layered partitioner
Watershed results in bad geometry around stairs or slopes near complex geometry. Layered partitioning results in much better results in these cases.
This commit is contained in:
parent
3cd61a499d
commit
ee59793118
@ -277,7 +277,7 @@ void Editor::resetCommonSettings()
|
||||
m_vertsPerPoly = 6;
|
||||
m_detailSampleDist = 6.0f;
|
||||
m_detailSampleMaxError = 1.0f;
|
||||
m_partitionType = EDITOR_PARTITION_WATERSHED;
|
||||
m_partitionType = EDITOR_PARTITION_LAYERS;
|
||||
|
||||
initTraverseMasks();
|
||||
initTraverseTableParams();
|
||||
|
Loading…
x
Reference in New Issue
Block a user