Concave: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (+period)
m (other mode of link did not work)
Line 1: Line 1:
Concave simply means hollow at one side. Imagine a brush. It's concave when you are able to draw a straight line through it and make it enter and exit the brush twice. This can only happen when brushes are concave (the opposite of concave is convex). Concave brushes are not allowed in the BSP format. Hammer and the compile tools wil report concave brushes so you can repair them (by [[reshaping solids]]).
Concave simply means hollow at one side. Imagine a brush. It's concave when you are able to draw a straight line through it and make it enter and exit the brush twice. This can only happen when brushes are concave (the opposite of concave is convex). Concave brushes are not allowed in the BSP format. Hammer and the compile tools wil report concave brushes so you can repair them (by [http://developer.valvesoftware.com/wiki/Reshaping_solids reshaping sloids]).


[[image:Concave example.JPG]]
[[image:Concave example.JPG]]

Revision as of 07:36, 20 April 2006

Concave simply means hollow at one side. Imagine a brush. It's concave when you are able to draw a straight line through it and make it enter and exit the brush twice. This can only happen when brushes are concave (the opposite of concave is convex). Concave brushes are not allowed in the BSP format. Hammer and the compile tools wil report concave brushes so you can repair them (by reshaping sloids).

Concave example.JPG

Note how the left and middle brushes are convex (legal) while the right brush is concave (illegal).