mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
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:
parent
1ce7197bab
commit
0c93f0d1f2
5 changed files with 66 additions and 87 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue