Page 1 of 1

pvs ?

Posted: Thu Aug 31, 2006 12:00 am
by nedd3h
ok, I know I'll suffer some embarrassment for this questions due to an easy answer BUT I can't figure out what PVS means in regard to the Fireteam Locations options :oops:

help a noob!
what does PVS mean? :)

Posted: Thu Aug 31, 2006 3:11 am
by Lagger
It means potential visibility set, and is basically a lookup table that the quake3 engine uses to determine which parts of the map you can see from your current position (and thus only draw that).

Without PVS you need to check the distance to every location marker on the map to determine which one is closest. With PVS you only check against those that are in your PVS, which is faster.