Go to the source code of this file.
Typedefs |
| typedef void(* | planefunction_t )(int top, int bottom) |
Functions |
| void | R_InitPlanes (void) |
| void | R_ClearPlanes (void) |
| void | R_MapPlane (int y, int x1, int x2) |
| void | R_MakeSpans (int x, int t1, int b1, int t2, int b2) |
| void | R_DrawPlanes (void) |
| visplane_t * | R_FindPlane (fixed_t height, int picnum, int lightlevel, fixed_t xoffs, fixed_t yoffs, fixed_t xscale, fixed_t yscale, angle_t angle) |
| visplane_t * | R_CheckPlane (visplane_t *pl, int start, int stop) |
| BOOL | R_PlaneInitData (void) |
Variables |
| int * | lastopening |
| planefunction_t | floorfunc |
| planefunction_t | ceilingfunc_t |
| int * | floorclip |
| int * | ceilingclip |
| fixed_t * | yslope |
| fixed_t * | distscale |
Typedef Documentation
Function Documentation
| void R_ClearPlanes |
( |
void |
| ) |
|
| void R_DrawPlanes |
( |
void |
| ) |
|
| void R_InitPlanes |
( |
void |
| ) |
|
| void R_MakeSpans |
( |
int |
x, |
|
|
int |
t1, |
|
|
int |
b1, |
|
|
int |
t2, |
|
|
int |
b2 |
|
) |
| |
| void R_MapPlane |
( |
int |
y, |
|
|
int |
x1, |
|
|
int |
x2 |
|
) |
| |
| BOOL R_PlaneInitData |
( |
void |
| ) |
|
Variable Documentation