Wireframe: Difference between revisions
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...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
* Shows a wireframe with all lines being exactly one pixel thick. | |||
* To color it, use the [[$color]] parameter. | |||
* Accepts [[$nocull]] and probably a whole bunch of other parameters. | |||
* Does not require a [[$basetexture]]. | |||
[[Category:Shaders]] | |||
Revision as of 16:30, 3 June 2016
- Shows a wireframe with all lines being exactly one pixel thick.
- To color it, use the $color parameter.
- Accepts $nocull and probably a whole bunch of other parameters.
- Does not require a $basetexture.