diff --git a/thirdparty/simpleuv/simpleuv/uvunwrapper.h b/thirdparty/simpleuv/simpleuv/uvunwrapper.h index c057a86f..14c60a4d 100644 --- a/thirdparty/simpleuv/simpleuv/uvunwrapper.h +++ b/thirdparty/simpleuv/simpleuv/uvunwrapper.h @@ -57,10 +57,10 @@ private: std::vector m_chartRects; std::vector m_chartSourcePartitions; bool m_segmentByNormal = true; - float m_segmentDotProductThreshold = 0.00; + float m_segmentDotProductThreshold = -0.5; //120 degrees float m_texelSizePerUnit = 1.0; float m_resultTextureSize = 0; - bool m_segmentPreferMorePieces = false; + bool m_segmentPreferMorePieces = true; }; }