Changed default material ambient color
Former-commit-id: ad2260abbe06940413ee2cdabd58176364b54365
This commit is contained in:
parent
e6cef2ddbf
commit
093d0ab0b5
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue