add glow support to Model

This commit is contained in:
Chris Danford
2003-12-24 21:07:50 +00:00
parent 414043d5d8
commit 5339f4f920
2 changed files with 107 additions and 44 deletions
+4 -4
View File
@@ -109,10 +109,10 @@ typedef struct msMaterial
{
int nFlags;
char szName[MS_MAX_NAME];
RageVector4 Ambient;
RageVector4 Diffuse;
RageVector4 Specular;
RageVector4 Emissive;
RageColor Ambient;
RageColor Diffuse;
RageColor Specular;
RageColor Emissive;
float fShininess;
float fTransparency;
char szDiffuseTexture[MS_MAX_PATH];