Home
last modified time | relevance | path

Searched refs:cullplane (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_main.c450 fixed_t cullplane; in R_DoCulling() local
455 cullplane = cullheight->frontsector->floorheight; in R_DoCulling()
465 if (vz > cullplane && toph < cullplane) // Cull if below plane in R_DoCulling()
468 if (bottomh > cullplane && vz <= cullplane) // Cull if above plane in R_DoCulling()
474 if (vz > cullplane && toph < cullplane) // Cull if below plane in R_DoCulling()
477 if (bottomh > cullplane && vz <= cullplane) // Cull if above plane in R_DoCulling()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.c3559 float cullplane; in HWR_DoCulling() local
3564 cullplane = FIXED_TO_FLOAT(cullheight->frontsector->floorheight); in HWR_DoCulling()
3574 if (vz > cullplane && toph < cullplane) // Cull if below plane in HWR_DoCulling()
3577 if (bottomh > cullplane && vz <= cullplane) // Cull if above plane in HWR_DoCulling()
3583 if (vz > cullplane && toph < cullplane) // Cull if below plane in HWR_DoCulling()
3586 if (bottomh > cullplane && vz <= cullplane) // Cull if above plane in HWR_DoCulling()