Fix default flat shading

master
Jeremy Hu 2019-06-26 21:34:10 +09:30
parent 85449e36e7
commit 0543e8a0be
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ void Preferences::loadDefault()
{
m_componentCombineMode = CombineMode::Normal;
m_partColor = Qt::white;
m_flatShading = false;
m_flatShading = true;
m_threeNodesBranchEnabled = false;
}