Garry's Mod Wiki

Revision Difference

render.SetColorMaterialIgnoreZ#515805

<function name="SetColorMaterialIgnoreZ" parent="render" type="libraryfunc"> <description> Sets the current drawing material to "color_ignorez". The material is defined as: ``` "UnlitGeneric" {⤶ "$basetexture" "color/white"⤶ ```⤶ ⤶ {⤶ ```⤶ ⤶ "$basetexture" "color/white"⤶ "$model" 1 "$translucent" 1 "$vertexalpha" 1 "$vertexcolor" 1 "$ignorez" 1 }⤶ ``` </description>⤶ }⤶ </description>⤶ <realm>Client</realm> <file line="95-99">lua/includes/extensions/client/render.lua</file> </function> <example> <description>Equivalent of this function</description> <code>render.SetMaterial( Material( "color_ignorez" ) )</code> </example>