Clip Created 17 years ago2006-07-15 01:27:15 UTC by Luke Luke

Created 17 years ago2006-07-15 01:27:15 UTC by Luke Luke

Posted 17 years ago2006-07-15 01:27:15 UTC Post #190137
Does a brush with the texture 'clip' on it count as a face?
Luke LukeLuke
Posted 17 years ago2006-07-15 01:32:31 UTC Post #190138
Posted 17 years ago2006-07-15 01:36:10 UTC Post #190139
Nope, since it's not being rendered. It only counts as a clipnode.
Posted 17 years ago2006-07-15 11:03:09 UTC Post #190183
which is why covering huge areas of advanced brushwork that the player will never see reduces clipnodes, because the CLIP brush will act as one giant one
Posted 17 years ago2006-07-16 07:39:59 UTC Post #190331
It does affect clipnodes, but a clip brush isn't a node itself. See a clipnode as a convex 3D passable block, the player can only walk through clipnodes. By covering complex solid brushes with a clip brush, you prevent them from splitting the rooms clipnode up into many small clipnodes, creating only a few instead.
It's like face splitting, but 3D volume splitting instead. A simpler clipping hull means shorter compile time and faster in-game behaviour, theoretically. The in-game gain is usually not really significant, but since we lack specific profiling tools for HL there's no way to tell. :)

It's one of the reasons I'd recommend to make small detailed brushes func_illusionaries rather than func_walls, or to cover them with clip brushes.
You must be logged in to post a response.