PVS
From Blood Wiki
(Difference between revisions)
(Created page with "Potentially Viewable Set - a technique for culling used on server and client to exclude entities that are not seen from a position of a player. PVS is using precomputated vis...") |
Revision as of 21:16, 22 July 2012
Potentially Viewable Set - a technique for culling used on server and client to exclude entities that are not seen from a position of a player.
PVS is using precomputated visibility data that is calculated at the VIS stage of map compilation.
Console variables
r_lockpvs : disables PVS switching so you can walk around and inspect what is visible from locked position (anything not in PVS will not be drawn).