Visleaf: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) mNo edit summary |
TomEdwards (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
A | A visleaf, or a leaf, is a type of volume in a map created by the visibility compile tools. When '''any part''' of a leaf is visible from '''any part''' of the current leaf, '''the entire contents of that leaf are considered for rendering'''. | ||
You can view the current leaf in the engine by | You can view the current leaf in the engine by submitting <code>mat_leafvis 1</code> to the console. A red wireframe box will be drawn, and will redraw each time a new leaf is entered. | ||
Leaves can also be examined from the desktop with the [[glview]] tool. | |||
==See also== | ==See also== | ||
*Visleaf optimisation: [[Hint brush]]es | *Visleaf optimisation: [[Hint brush]]es | ||
* | *Visleaves calculation: [[Optimization (Geometry)#Visibility]] | ||
*[[Controlling Geometry Visibility and Compile Times]] | *[[Controlling Geometry Visibility and Compile Times]] | ||
[[Category:Level Design]] | [[Category:Level Design]] | ||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 12:15, 4 January 2008
A visleaf, or a leaf, is a type of volume in a map created by the visibility compile tools. When any part of a leaf is visible from any part of the current leaf, the entire contents of that leaf are considered for rendering.
You can view the current leaf in the engine by submitting mat_leafvis 1
to the console. A red wireframe box will be drawn, and will redraw each time a new leaf is entered.
Leaves can also be examined from the desktop with the glview tool.
See also
- Visleaf optimisation: Hint brushes
- Visleaves calculation: Optimization (Geometry)#Visibility
- Controlling Geometry Visibility and Compile Times