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

Editing Brush

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 1: Line 1:
[[file:Brush.png|thumb|A brush]]
+
A brush in [[Mapping|Quake map making]] is the building block of a level. Brushes are placed by the level author in a level editor and used to define the entire geometry of the level, including any [[solid entities]] such as doors, lifts and buttons.
A '''brush''' in [[Mapping|Quake map making]] is the building block of a level. Brushes are placed by the level author in a level editor and used to define the entire geometry of the level, including any [[Entity#Overview|solid entities]] such as doors, lifts and buttons.
 
  
 
Brushes are something that are only ever seen during the level creation process, as they are turned into a polygonal mesh during the [[Map_compiling|map compilation]] process.
 
Brushes are something that are only ever seen during the level creation process, as they are turned into a polygonal mesh during the [[Map_compiling|map compilation]] process.
  
 
The shape of a brush is limited in that is can only ever be a convex shape. To make non-convex shapes, level authors must use multiple brushes. The reason for this limitation is that means that brushes can be defined in the .map file as a simple series of planes, the intersections of which result in the vertices of the brush that can be seen in the editor. It also makes the calculations needed during the [[QBSP]] phase of map compilation much simpler, and thus faster to run - something that was very important when Quake was being developed.
 
The shape of a brush is limited in that is can only ever be a convex shape. To make non-convex shapes, level authors must use multiple brushes. The reason for this limitation is that means that brushes can be defined in the .map file as a simple series of planes, the intersections of which result in the vertices of the brush that can be seen in the editor. It also makes the calculations needed during the [[QBSP]] phase of map compilation much simpler, and thus faster to run - something that was very important when Quake was being developed.

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)