BEVEL Last edited 9 months ago2023-07-23 09:07:33 UTC

User posted image
The BEVEL tool texture acts like NULL, however it changes the clipnode of a brush in a way that any player approaching the brush will not be collide with the brush until their origin reaches the plane that the BEVEL face lies on. It can be used to eliminate exterior corner clipping bugs. For clipnode optimization, BEVEL has no advantage over NULL, and sometimes uses even more clipnodes than NULL.

The -cliptype precise parameter for CSG is recommended instead of the use of this texture, but it still can be used to fix any remaining clipping bugs that -cliptype precise may miss.

Comments

You must log in to post a comment. You can login or register a new account.