PVS
From Blood Wiki
(Difference between revisions)
| Line 1: | Line 1: | ||
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. | 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. | + | PVS is using precomputated visibility data that is calculated at the VIS stage of [[map compilation]]. |
== Console variables == | == Console variables == | ||
Revision as of 17:33, 27 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.