Editing Brush

Jump to: navigation, search

Warning: You are not logged in.

Your IP address will be recorded in this page's edit history.
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 6: Line 6:
 
A brush can be made to represent anything from solid matter (metal, dirt, wood, etc.) to liquids (lava, water, etc.) depending on the textures and materials applied to them.  
 
A brush can be made to represent anything from solid matter (metal, dirt, wood, etc.) to liquids (lava, water, etc.) depending on the textures and materials applied to them.  
  
Brush is constructive solid geometry (CSG) primitive and convex figure. It uses a form made of its sides and a volume which is anyting inside. Brushes are presented in Unreal Engine (1/2/3), Torgue engine, Cryengine 3. Hammer (native editor for Source engine games) is using it too. CSG is popular because a modeler can use a set of relatively simple objects to create very complicated geometry. User can revise their complex geometry by changing the position of objects or by changing brush attributes.
+
Brush is constructive solid geometry (CSG). It uses a form made of its sides and a volume which is anyting inside. CSG brushes are presented in Unreal Engine (1/2/3), Torgue engine, Cryengine 3. Hammer (native editor for Source engine games) is using it too. CSG is popular because a modeler can use a set of relatively simple objects to create very complicated geometry. User can revise their complex geometry by changing the position of objects or by changing brush attributes.
 
+
One way to think about level making with brushes is like you are building your structures out of somewhat flexible lego blocks.
+
  
 
== Shape ==
 
== Shape ==
Line 18: Line 16:
 
* If sliced by the plane of any of its sides, the whole brush will be on one side of the plane
 
* If sliced by the plane of any of its sides, the whole brush will be on one side of the plane
  
{{Important|Radiant have tools to edit brush shape (vertexes, sides and planes) that are not CSG-friendly. If you apply transformation that will lead to non-convex figure, resulting brush will be invalid. CSG operations ([[Radiant/CSG Substract|substract]], [[Radiant/CSG Make hollow|hollow]] and [[Radiant/Clipper|clipper]]) always make valid brush.}}
+
{{Important|If modifying brush shape, all these rules must be followed. Radiant have tools to move/transform brush vertexes, sides and planes. If you apply transformation that will lead to CSG rules breakage, resulting brush will become invalid. For most cases Radiant does not allow you to do that.}}
+
 
[[File:Brush rules.jpg|750px]]
+
[[File:Brush rules.jpg|600px]]
  
 
== Texturing ==
 
== Texturing ==
Line 70: Line 68:
 
== Brush vs Patch mesh vs Triangle model ==
 
== Brush vs Patch mesh vs Triangle model ==
  
Brushes are essential when making:
+
Brushes are essential things to make:
* Geometry that requires a volume to function properly (water, triggers).
+
* Geometry that requires a volume to function properly (water, triggers)
* Level hull structure (the geometry that forms [[VIS]] portal tree).
+
* Level hull structure (the geometry that forms [[VIS]] portal tree)  
 
* Geometry used to connect rooms together.
 
* Geometry used to connect rooms together.
  
Brushes are good when making:
+
Brushes are good things to make:
* Simple detail objects used to cover corners and connect parts of level together.
+
* Simple detail objects used to cover corners and connect parts of level together
 
* Semi-complex objects, which are derived version of some generic object (think house or other building) but with altered proportions/moved walls.  
 
* Semi-complex objects, which are derived version of some generic object (think house or other building) but with altered proportions/moved walls.  
* Geometry that is more convenient to make with brushes (using it's features - CSG operators, projection texturing and ability to be edited in level editor).
+
* Geometry that is more convenient to make with brushes (using it's features - CSG operators, projection texturing and ability to be edited in level editor)
  
For all other cases, [[patch mesh|patch meshes]] and triangle models are better and easier alternative to work with.
+
For all other cases, [[patch mesh|patch meshes]] and triangle models are better and more easier alternative to work with.
  
 
Some examples of good and bad usage of brushes:
 
Some examples of good and bad usage of brushes:
Line 91: Line 89:
 
| Walls
 
| Walls
 
| <font color=green>Good choice</font>
 
| <font color=green>Good choice</font>
| Same as for the floor. Walls are part of map hull and when working with map, you ofter reconfigure your walls.  
+
| Same as for the floor. Walls are part of map hull and when working with map, you are ofter reconfiguring your walls.  
 
|-
 
|-
 
| Statue
 
| Statue
 
| <font color=red>Not a good choice</font>
 
| <font color=red>Not a good choice</font>
| Since complex models are broken into many brushes, it is hard to control texturing on them. Also texture projection is only capable of making simple UV. So you statue will be either crude or take insane amount of time to build with brushes.
+
| Since complex models are broken into many brushes, it is hard to control texturing on them. Also texture projection is only capable of making simple UV. So you statue withg be either crude or will take insane abount of time to build with brushes.
 
|-
 
|-
 
| Chair
 
| Chair
Line 102: Line 100:
 
|-
 
|-
 
| Terrain  
 
| Terrain  
| <font color=orange>May be good choice</font>
+
| <font color=orange>may be good choice</font>
| Small chunks of terrain are good to make with brushes, as they can be reconfigured in editor and don't require working with exporting/importing as for models. Brushes are also part of the .map file, so they don't generate any external files. Vertex alpha should be handled by colormod brushes. The big landscapes are not good to make with brushes, because big terrain takes 5000+ brushes and per-brush works is quite ineffective for it.
+
| Small chunks of terrain is good to make with brushes, as they can be reconfigured in editor and dont need a works with exporting/importing as for models. Brushes also part of the .map file, so it dont generates any external files. Vertex alpha should be handled by colormod brushes. The big landscapes is not good to make with brushes, because big terrain takes 5000+ brushes and per-brush works is quite uneffective for it.
 
|-
 
|-
 
| House  
 
| House  
| <font color=orange>May be good choice</font>
+
| <font color=orange>may be good choice</font>
| Since brush have projection texturing, its easy to move house walls/alter its height without texture breakage, which may be easy way to make villages. But house is a complex object, and making it with brushes may get hard and ineffective, depending on house design. So it's up to designer whether use brushes or triangle models for buildings.
+
| Since brush have projection texturing, its easy to move house walls/alter it's height without texture breakage, which may be easy way to make villages. But house is complex object, and making it with brushes may get hard and uneffective, depending on house design. So it's up to designer whether use brushes or triangle models for buildings.
 
|}
 
|}
  
Line 116: Line 114:
  
 
[[Category:Glossary]]
 
[[Category:Glossary]]
{{grammar checked|darth}}
+
{{grammar}}
 
__NOTOC__
 
__NOTOC__

Please note that all contributions to Blood Wiki are considered to be released under the Creative Commons Attribution Share Alike (see BloodWiki: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!

Cancel | Editing help (opens in new window)

This page is a member of 2 hidden categories:

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox