Index
trap_InPVSIgnorePortals
Description
Checks if a point exists in the Potential Visibility Set of an another point, ignoring portals (mirrors, camers).
Prototype
qboolean
trap_InPVSIgnorePortals
(
const
vec3_t
p1
,
const
vec3_t
p2
)
;
Parameters
p1
: Absolute coordinates of point 1.
p2
: Absolute coordinates of point 2.
Remarks
This function does not check areaportals.
Points hidden by closed doors (and other areaportals) will still return qtrue.
Return value
Returns qtrue if point1 can _potentially_ see point2.
A return value of qfalse guarantees that the points can not see each other.
See also
trap_InPVS
Author(s)
FonFon
QuakeIII trap calls reference