Odamex
Setting the Standard in Multiplayer Doom
common/r_plane.h File Reference

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_tR_FindPlane (fixed_t height, int picnum, int lightlevel, fixed_t xoffs, fixed_t yoffs, fixed_t xscale, fixed_t yscale, angle_t angle)
visplane_tR_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_tyslope
fixed_tdistscale

Typedef Documentation

typedef void(* planefunction_t)(int top, int bottom)

Function Documentation

visplane_t* R_CheckPlane ( visplane_t pl,
int  start,
int  stop 
)
void R_ClearPlanes ( void  )
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 
)
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

int* floorclip
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends