Mat wireframe: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(expanded)
(caption)
Line 3: Line 3:


Mat_wireframe is a cheat.
Mat_wireframe is a cheat.
[[Image:Mat_wireframe1.jpg|thumb|mat_wireframe set to 1.]]
[[Image:Mat_wireframe1.jpg|thumb|mat_wireframe set to 1. Note the tree is being drawn by the engine even though it is behind the wall. This is an example of [[visibility]] issues.]]

Revision as of 17:26, 3 October 2010

Mat_wireframe is a console command. It will render wireframe over the normal in-game rendering. This shows how brush faces are being chopped. The wireframe will also render for objects that are blocked by other objects, which can help with visibility optimization.

Mat_wireframe is a cheat.

mat_wireframe set to 1. Note the tree is being drawn by the engine even though it is behind the wall. This is an example of visibility issues.