VIS

From Blood Wiki
Revision as of 12:37, 10 August 2012 by VorteX (Talk | contribs)

Jump to: navigation, search
This page requires a screenshot or video of the subject
Want to make one?

VIS stands for visibility. Its a name of map compilation phase, and data created during this phase and used for visibility checking. Vis can be estimated as a group of areas called portals with each portal having a link to all other postals visible from it. If entity standing in a portal that is visible from a portal of current eye position, it will get drawn.

Building the VIS

Vis portals is created during BSP stage, links are established during VIS stage.

Structural brushes will define a shape for portals to fill. It is sometimes called 'breaking VIS' because by nature it is breaking space for visible and not visible zones. All entities (including bmodels]) are meant to be changed/removed at any time, so they are always excluded from portals creation. The only entity that breaks VIS is func_group.

Leak

VIS requires map to be internally sealed. So it can know what part of the map is inside, and what is outside. When some inner part of the map is connected with void, map is leaked. When a leak occurs, the tools cannot know which part of the level is inside, and what part is outside, and portals cannot have visibility data generated. Most notable mistakes leading to leak:

  • Small gaps between brushes leading to a void
  • Detail brushes and entities being used as structural walls (they are not blocking VIS)
  • Entities placed outside of map hull

When map compiler detects a leak, it will stop making portals and cast an error. Map editor will show the spot where leak was occured.

Tip: Map compiler is using entities to determine what map part is inside. If your map have no entities, compiler will cast a leak error because it cannot decide what part of the map is inside.

Optimizing VIS

It is important that portal tree should be balanced. It should be detailed enough to make accurate culling, and it should be small enough to have less RAM overhead and small processing time (VIS helps us to save some processing time, we should not allow it to take that time for its own processing). Optimizing portals is one of task map designed should care of.

Things map designer can do to optimize VIS portals:

  • Mark small brushes that should not break VIS as detail (Detail brushes are opposed to Structural)
  • Place hint brushes that will make additional portals for more accurate culling

Tutorials

See also

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox