Home
last modified time | relevance | path

Searched refs:viewcullheight (Results 1 – 3 of 3) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_main.h77 boolean R_DoCulling(line_t *cullheight, line_t *viewcullheight, fixed_t vz, fixed_t bottomh, fixed_…
H A Dr_main.c448 boolean R_DoCulling(line_t *cullheight, line_t *viewcullheight, fixed_t vz, fixed_t bottomh, fixed_… in R_DoCulling() argument
458 if (!viewcullheight) in R_DoCulling()
462 if (viewcullheight->frontsector == cullheight->frontsector) in R_DoCulling()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.c3557 static boolean HWR_DoCulling(line_t *cullheight, line_t *viewcullheight, float vz, float bottomh, f… in HWR_DoCulling() argument
3567 if (!viewcullheight) in HWR_DoCulling()
3571 if (viewcullheight->frontsector == cullheight->frontsector) in HWR_DoCulling()