Wireframe: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "A material shader. It literally shows a wireframe with all lines being exactly one pixel thick. To color it, use the $color parameter. Also accept $nocull and proba...")
 
m (who put stub tag at bottom)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
A material shader.
{{stub}}
* Shows a wireframe with all lines being exactly one pixel thick.
* To color it, use the [[$color]] or [[$color2]] parameter.
* Accepts [[$nocull]] and probably a whole bunch of other parameters.
* Does not require a [[$basetexture]].


It literally shows a wireframe with all lines being exactly one pixel thick.
[[Category:Shaders]]
 
To color it, use the [[$color]] parameter.
 
Also accept [[$nocull]] and probably a whole bunch of other things.
 
Does not require [[$basetexture]].

Latest revision as of 17:10, 16 March 2024

Stub

This article or section is a stub. You can help by expanding it.

  • Shows a wireframe with all lines being exactly one pixel thick.
  • To color it, use the $color or $color2 parameter.
  • Accepts $nocull and probably a whole bunch of other parameters.
  • Does not require a $basetexture.