World brush: Difference between revisions
Jump to navigation
Jump to search
Risk of Confusion:Brushes tied to func_detail and func_group are technically still world brushes, as they are added to worldspawn in the compiled BSP. These are used by the compiler to know how to handle specific world brushes (such as skipping VIS for all func_detail brushes).
Thunder4ik (talk | contribs) m (→See also: clean up, replaced: See Also → See also) |
Thunder4ik (talk | contribs) m (→top: Unicodifying) |
||
Line 1: | Line 1: | ||
{{lang|World brush|title=World Brush}}{{goldsource topicon}}{{source topicon}}[[Category:Glossary]][[Category:Level Design]] | {{lang|World brush|title=World Brush}}{{goldsource topicon}}{{source topicon}}[[Category:Glossary]][[Category:Level Design]] | ||
A | A '''world brush''' is a [[brush]] that has not been tied to an [[entity]]. Unless specified otherwise by a [[material]], world brushes are solid to everything, block [[line of sight]], cast [[lightmap]] shadows, cut [[Visleaf|visleaves]], obstruct [[Visibility optimization|visibility]], and [[Leak|seal the map]]. New world brushes are created with the {{hammer block}}. To turn a [[brush entity]] into a world brush, select it, then choose ''Tools > Move to World'' (or press {{key|Ctrl|Shift|W}}). | ||
{{modernConfusion|Brushes tied to {{ent|func_detail}} and {{ent|func_group}} are technically still world brushes, as they are added to {{ent|worldspawn}} in the compiled BSP. These are used by the compiler to know how to handle specific world brushes (such as skipping VIS for all func_detail brushes).}} | {{modernConfusion|Brushes tied to {{ent|func_detail}} and {{ent|func_group}} are technically still world brushes, as they are added to {{ent|worldspawn}} in the compiled BSP. These are used by the compiler to know how to handle specific world brushes (such as skipping VIS for all func_detail brushes).}} |
Revision as of 15:07, 7 January 2024
A world brush is a brush that has not been tied to an entity. Unless specified otherwise by a material, world brushes are solid to everything, block line of sight, cast lightmap shadows, cut visleaves, obstruct visibility, and seal the map. New world brushes are created with the Block tool . To turn a brush entity into a world brush, select it, then choose Tools > Move to World (or press Ctrl+⇧ Shift+W).
