Changed default material ambient color
Former-commit-id: ad2260abbe06940413ee2cdabd58176364b54365
This commit is contained in:
@@ -263,7 +263,7 @@ void NzMaterial::Reset()
|
||||
}
|
||||
|
||||
m_alphaBlendingEnabled = false;
|
||||
m_ambientColor = NzColor::Black;
|
||||
m_ambientColor = NzColor(128, 128, 128);
|
||||
m_diffuseColor = NzColor::White;
|
||||
m_diffuseSampler = NzTextureSampler();
|
||||
m_dstBlend = nzBlendFunc_Zero;
|
||||
|
||||
Reference in New Issue
Block a user