Home
last modified time | relevance | path

Searched refs:focallengthf (Results 1 – 4 of 4) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_draw.h76 extern float focallengthf, zeroheight;
H A Dr_plane.c730 ds_sup->z *= focallengthf; in R_CalculateSlopeVectors()
731 ds_svp->z *= focallengthf; in R_CalculateSlopeVectors()
732 ds_szp->z *= focallengthf; in R_CalculateSlopeVectors()
H A Dr_draw.c116 float focallengthf, zeroheight; variable
H A Dr_main.c503 focallengthf = FIXED_TO_FLOAT(focallength); in R_InitTextureMapping()