Talk:Brush

From Valve Developer Community
Jump to: navigation, search

I'm currently working on a German verison of this page and I'm wondering whether it is correct to define brushes as convex 3D shapes. The linked Wikipedia article explains that there must not be an angle greater than 180° in convex polygons. While that is true for the standard brushes available in Hammer, vertex manipulation allows you to create single brushes with angles greater than 180°.

I conclude that brushes in Hammer can either be convex or conave and would suggest to drop the reference to that property of a brush. Or am I missing something?--Innocentive 23:57, 4 February 2013 (PST)

Hammer will handle concave brushes alright, but once it is created it will show up as "invalid" in the "Check for Problems" dialog, and BSP compilers (for any Quake-based engine) will error and refuse to compile it. So it is an "invalid" brush in that case, I don't think it can be considered a brush.MofoMan2000 00:02, 14 June 2013 (PDT)

Reason for BSP retaining original brushes

Article says it's unknown why the compiled BSP retains original brushes after making brush models. Is it possible that this helps with decompiling? Jessay (talk)

I think it's because doing that makes the brushes get messed up like how putting toolsskip on one side of a regular brush does. It definitely does help decompilers. (Not to say that the decision was made to help decompilers.) Loudslappingsounds (talk) 00:02, 15 March 2019 (UTC)