Brush: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 9: Line 9:
* [[Introduction to Editing]]
* [[Introduction to Editing]]
* [[Brush Creation]]
* [[Brush Creation]]
* A ''Brush'' (as opposed to a [[Studiomodel]] or [[Sprite]]) is specifically a piece of BSP geometry; see [http://qxx.planetquake.gamespy.com/bsp/ BSP for dummies].


[[Category:Glossary]]
[[Category:Glossary]]
[[Category:Level_Design]]
[[Category:Level_Design]]

Revision as of 19:58, 12 May 2008

A brush is a geometrical object in a map. There are two types of brushes:

  • World brushes are solid objects that cannot be moved, destroyed or changed within the game (like most floors, walls and ceilings).
  • Brush entities are entities that depend on their geometrical volume.

All brushes originate as primitives.

See also