fix model glow
This commit is contained in:
@@ -453,8 +453,8 @@ void Model::DrawPrimitives()
|
|||||||
|
|
||||||
// apply material
|
// apply material
|
||||||
RageColor emissive = RageColor(0,0,0,0);
|
RageColor emissive = RageColor(0,0,0,0);
|
||||||
RageColor ambient = m_pTempState->glow;
|
RageColor ambient = RageColor(0,0,0,0);
|
||||||
RageColor diffuse = RageColor(0,0,0,0);
|
RageColor diffuse = m_pTempState->glow;
|
||||||
RageColor specular = RageColor(0,0,0,0);
|
RageColor specular = RageColor(0,0,0,0);
|
||||||
float shininess = 1;
|
float shininess = 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user