mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: increase cell height
32 seems to generate the nicest tessellation, way better and more consistent than the previous value.
This commit is contained in:
parent
136fc4ecf5
commit
b5527cff5b
@ -255,7 +255,7 @@ void Editor::resetCommonSettings()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
m_cellSize = 16.0f;
|
m_cellSize = 16.0f;
|
||||||
m_cellHeight = 5.85f;
|
m_cellHeight = 32.0f;
|
||||||
m_traverseLinkDrawParams.dynamicOffset = m_traverseRayDynamicOffset;
|
m_traverseLinkDrawParams.dynamicOffset = m_traverseRayDynamicOffset;
|
||||||
m_traverseLinkDrawParams.cellHeight = m_cellHeight;
|
m_traverseLinkDrawParams.cellHeight = m_cellHeight;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user