add glow modes

This commit is contained in:
Glenn Maynard
2003-05-04 22:35:42 +00:00
parent c4269307c1
commit df0a74e1b5
6 changed files with 35 additions and 17 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ void BitmapText::DrawPrimitives()
/* render the glow pass */
if( m_temp.glow.a > 0.0001f )
{
DISPLAY->SetTextureModeGlow();
DISPLAY->SetTextureModeGlow(m_temp.glowmode);
for( unsigned i=0; i<verts.size(); i++ )
verts[i].c = m_temp.glow;