Skybox support - just add env/*.tga!

Bring your own Cmd_LoadSky_f (), I haven't done that or the server code
yet.
This commit is contained in:
Joseph Carter 2000-05-18 04:34:26 +00:00
parent 1ce7197bab
commit 0c93f0d1f2
5 changed files with 66 additions and 87 deletions

View file

@ -292,6 +292,9 @@ void EmitBothSkyLayers (msurface_t *fa);
void EmitWaterPolys (msurface_t *fa);
void EmitSkyPolys (msurface_t *fa);
void R_DrawSkyChain (msurface_t *s);
void R_LoadSkys (char *);
void R_ClearSkyBox (void);
void R_DrawSkyBox (void);
//
// gl_draw.c