#include "sw.h"
Go to the source code of this file.
Functions | |
void | R_InitSkyBox (void) |
void | R_EmitSkyBox (void) |
void | R_SetSky (const char *name, float rotate, vec3_t axis) |
Variables | |
static int | r_skyframe |
static mface_t | r_skyfaces [6] |
static cplane_t | r_skyplanes [6] |
static mtexinfo_t | r_skytexinfo [6] |
static mvertex_t | r_skyverts [8] |
static medge_t | r_skyedges [12] |
static msurfedge_t | r_skysurfedges [24] |
static const char | r_skysidenames [6][3] = { "rt", "bk", "lf", "ft", "up", "dn" } |
static const int | r_skysideimage [6] = { 5, 2, 4, 1, 0, 3 } |
static const int | box_planes [12] |
static const int | box_surfedges [24] |
static const int | box_surfverts [24] |
static const int | box_edges [24] |
static const int | box_flags [6] |
static const vec3_t | box_axis [6][2] |
static const vec3_t | box_verts [8] |
void R_SetSky | ( | const char * | name, |
float | rotate, | ||
vec3_t | axis | ||
) |
|
static |
Definition at line 53 of file sky.c.
Referenced by R_InitSkyBox().
|
static |
Definition at line 47 of file sky.c.
Referenced by R_InitSkyBox().
|
static |
Definition at line 50 of file sky.c.
Referenced by R_InitSkyBox().
|
static |
Definition at line 38 of file sky.c.
Referenced by R_EmitSkyBox(), and R_InitSkyBox().
|
static |
Definition at line 41 of file sky.c.
Referenced by R_InitSkyBox().
|
static |
Definition at line 44 of file sky.c.
Referenced by R_InitSkyBox().
|
static |
Definition at line 61 of file sky.c.
Referenced by R_EmitSkyBox().
|
static |
Definition at line 30 of file sky.c.
Referenced by R_InitSkyBox().
|
static |
Definition at line 26 of file sky.c.
Referenced by R_EmitSkyBox(), and R_InitSkyBox().
|
static |
Definition at line 25 of file sky.c.
Referenced by R_EmitSkyBox().
|
static |
Definition at line 27 of file sky.c.
Referenced by R_EmitSkyBox(), and R_InitSkyBox().
|
static |
Definition at line 35 of file sky.c.
Referenced by R_SetSky().
|
static |
Definition at line 34 of file sky.c.
Referenced by R_SetSky().
|
static |
Definition at line 31 of file sky.c.
Referenced by R_InitSkyBox().
|
static |
Definition at line 28 of file sky.c.
Referenced by R_EmitSkyBox(), R_InitSkyBox(), and R_SetSky().
|
static |
Definition at line 29 of file sky.c.
Referenced by R_EmitSkyBox(), and R_InitSkyBox().