Home
last modified time | relevance | path

Searched refs:cached_frustumplanes (Results 1 – 6 of 6) sorted by relevance

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dr_shadow.c4075 rtlight->cached_frustumplanes[rtlight->cached_numfrustumplanes++] = r_refdef.view.frustum[i]; in R_Shadow_ComputeShadowCasterCullingPlanes()
4110 rtlight->cached_frustumplanes[rtlight->cached_numfrustumplanes++] = plane; in R_Shadow_ComputeShadowCasterCullingPlanes()
4125 plane = rtlight->cached_frustumplanes[i]; in R_Shadow_ComputeShadowCasterCullingPlanes()
4145 rtlight->cached_frustumplanes[rtlight->cached_numfrustumplanes++] = plane; in R_Shadow_ComputeShadowCasterCullingPlanes()
4157 rtlight->cached_frustumplanes[rtlight->cached_numfrustumplanes++] = plane; in R_Shadow_ComputeShadowCasterCullingPlanes()
4181 bestdist = DotProduct(rtlight->cached_frustumplanes[j].normal, points[0]); in R_Shadow_ComputeShadowCasterCullingPlanes()
4184 dist = DotProduct(rtlight->cached_frustumplanes[j].normal, points[i]); in R_Shadow_ComputeShadowCasterCullingPlanes()
4188cached_frustumplanes[j].dist < bestdist + 0.03125 ? "^2" : "^1", j, rtlight->cached_frustumplanes[… in R_Shadow_ComputeShadowCasterCullingPlanes()
4191 if (rtlight->cached_frustumplanes[j].dist < bestdist + 0.03125) in R_Shadow_ComputeShadowCasterCullingPlanes()
4193 PlaneClassify(&rtlight->cached_frustumplanes[j]); in R_Shadow_ComputeShadowCasterCullingPlanes()
[all …]
H A Dgl_rsurf.c762 …tomPlanes(node->mins, node->maxs, rtlight->cached_numfrustumplanes, rtlight->cached_frustumplanes)) in R_Q1BSP_RecursiveGetLightInfo_BSP()
1082 …tomPlanes(node->mins, node->maxs, rtlight->cached_numfrustumplanes, rtlight->cached_frustumplanes)) in R_Q1BSP_RecursiveGetLightInfo_BIH()
H A Dclient.h346 mplane_t cached_frustumplanes[5]; // see R_Shadow_ComputeShadowCasterCullingPlanes member
/dports/games/darkplaces/darkplaces/
H A Dr_shadow.c4332 rtlight->cached_frustumplanes[rtlight->cached_numfrustumplanes++] = r_refdef.view.frustum[i]; in R_Shadow_ComputeShadowCasterCullingPlanes()
4367 rtlight->cached_frustumplanes[rtlight->cached_numfrustumplanes++] = plane; in R_Shadow_ComputeShadowCasterCullingPlanes()
4382 plane = rtlight->cached_frustumplanes[i]; in R_Shadow_ComputeShadowCasterCullingPlanes()
4402 rtlight->cached_frustumplanes[rtlight->cached_numfrustumplanes++] = plane; in R_Shadow_ComputeShadowCasterCullingPlanes()
4414 rtlight->cached_frustumplanes[rtlight->cached_numfrustumplanes++] = plane; in R_Shadow_ComputeShadowCasterCullingPlanes()
4438 bestdist = DotProduct(rtlight->cached_frustumplanes[j].normal, points[0]); in R_Shadow_ComputeShadowCasterCullingPlanes()
4441 dist = DotProduct(rtlight->cached_frustumplanes[j].normal, points[i]); in R_Shadow_ComputeShadowCasterCullingPlanes()
4445cached_frustumplanes[j].dist < bestdist + 0.03125 ? "^2" : "^1", j, rtlight->cached_frustumplanes[… in R_Shadow_ComputeShadowCasterCullingPlanes()
4448 if (rtlight->cached_frustumplanes[j].dist < bestdist + 0.03125) in R_Shadow_ComputeShadowCasterCullingPlanes()
4450 PlaneClassify(&rtlight->cached_frustumplanes[j]); in R_Shadow_ComputeShadowCasterCullingPlanes()
[all …]
H A Dgl_rsurf.c747 …tomPlanes(node->mins, node->maxs, rtlight->cached_numfrustumplanes, rtlight->cached_frustumplanes)) in R_Q1BSP_RecursiveGetLightInfo_BSP()
1069 …tomPlanes(node->mins, node->maxs, rtlight->cached_numfrustumplanes, rtlight->cached_frustumplanes)) in R_Q1BSP_RecursiveGetLightInfo_BIH()
H A Dclient.h346 mplane_t cached_frustumplanes[5]; // see R_Shadow_ComputeShadowCasterCullingPlanes member