Changed default material ambient color

Former-commit-id: ad2260abbe06940413ee2cdabd58176364b54365
This commit is contained in:
Lynix 2013-01-08 17:31:59 +01:00
parent e6cef2ddbf
commit 093d0ab0b5
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ void NzMaterial::Reset()
} }
m_alphaBlendingEnabled = false; m_alphaBlendingEnabled = false;
m_ambientColor = NzColor::Black; m_ambientColor = NzColor(128, 128, 128);
m_diffuseColor = NzColor::White; m_diffuseColor = NzColor::White;
m_diffuseSampler = NzTextureSampler(); m_diffuseSampler = NzTextureSampler();
m_dstBlend = nzBlendFunc_Zero; m_dstBlend = nzBlendFunc_Zero;