Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Editing Vis

From Quake Wiki

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 2: Line 2:
 
'''Vis''' is one of the stages of [[map compiling]].  It calculates visibility (or [[PVS]]) data for a [[Quake file formats|bsp file]] previously generated by [[QBSP]]. With PVS data, the engine need only draw those parts of the level (and those entities) that might be visible from the current player location. This performance optimization was necessary to allow levels as large and as complex as Quake's on the computers of the day. And even today, most games use equivalent systems to allow levels, props, and NPCs to be as detailed as possible.  
 
'''Vis''' is one of the stages of [[map compiling]].  It calculates visibility (or [[PVS]]) data for a [[Quake file formats|bsp file]] previously generated by [[QBSP]]. With PVS data, the engine need only draw those parts of the level (and those entities) that might be visible from the current player location. This performance optimization was necessary to allow levels as large and as complex as Quake's on the computers of the day. And even today, most games use equivalent systems to allow levels, props, and NPCs to be as detailed as possible.  
  
==How Vis Does It==   
+
==How Vis Does==   
 
Vis uses the [[portal|portals]] from the [[Quake file formats|prt file]] generated by [[QBSP]] to calculate visibility.  For each [[visleaf]], it calculates which other visleafs are potentially visible from any point within that visleaf.  It does this using the portal data, as each visleaf can only see into other visleafs by looking through one or more portals.  The final data, which is a series of bits representing whether or not each pair of visleafs can see each other, is then compressed down and saved in the bsp file.
 
Vis uses the [[portal|portals]] from the [[Quake file formats|prt file]] generated by [[QBSP]] to calculate visibility.  For each [[visleaf]], it calculates which other visleafs are potentially visible from any point within that visleaf.  It does this using the portal data, as each visleaf can only see into other visleafs by looking through one or more portals.  The final data, which is a series of bits representing whether or not each pair of visleafs can see each other, is then compressed down and saved in the bsp file.
  

Please note that all contributions to Quake Wiki are considered to be released under the GNU Free Documentation License 1.3 or later (see Quake Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)