turn down effect of default specular a bit

This commit is contained in:
Erwin Coumans
2017-06-01 13:15:58 -07:00
parent d744fe10dc
commit 5c6045b61f
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ struct UrdfMaterialColor
btVector3 m_specularColor;
UrdfMaterialColor()
:m_rgbaColor(0.8, 0.8, 0.8, 1),
m_specularColor(0.5,0.5,0.5)
m_specularColor(0.4,0.4,0.4)
{
}
};