Home
last modified time | relevance | path

Searched refs:NEARCLIP (Results 1 – 9 of 9) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dr_bsp.h28 extern const fixed_t NEARCLIP;
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dgl_rmain.c1766 #define NEARCLIP 4 macro
1771 xmax = NEARCLIP * tan(fovx * M_PI / 360.0); in GL_SetFrustum()
1772 ymax = NEARCLIP * tan(fovy * M_PI / 360.0); in GL_SetFrustum()
1773 glFrustum_fp (-xmax, xmax, -ymax, ymax, NEARCLIP, FARCLIP); in GL_SetFrustum()
2076 if (eye[2] > -NEARCLIP) in R_GetScreenPosFromWorldPos()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dgl_rmain.c257 #define NEARCLIP 4 macro
265 const float n = CLAMP(0.5f, d, NEARCLIP); in GL_FrustumMatrix()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dgl_rmain.c1685 #define NEARCLIP 4 macro
1690 xmax = NEARCLIP * tan(fovx * M_PI / 360.0); in GL_SetFrustum()
1691 ymax = NEARCLIP * tan(fovy * M_PI / 360.0); in GL_SetFrustum()
1692 glFrustum_fp (-xmax, xmax, -ymax, ymax, NEARCLIP, FARCLIP); in GL_SetFrustum()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dr_bsp.cpp65 const fixed_t NEARCLIP = 2*FRACUNIT; variable
461 if (!R_ClipLineToFrustum(&t1, &t2, NEARCLIP, lclip, rclip)) in R_AddLine()
H A Dr_main.cpp499 if (!R_ClipLineToFrustum((v2fixed_t*)&pt1, (v2fixed_t*)&pt2, NEARCLIP, lclip, rclip)) in R_DrawLine()
H A Dr_segs.cpp746 const fixed_t mindist = NEARCLIP; in R_PrepWall()
H A Dr_things.cpp563 if (!R_ClipLineToFrustum(&t1, &t2, NEARCLIP, lclip, rclip)) in R_GenerateVisSprite()
/dports/games/uhexen2/hexen2source-1.5.9/docs/
H A DCHANGES3373 only the fovx and fovy parameters. Defined new macros NEARCLIP (4)