Garry's Mod Wiki

Revision Difference

mesh.Quad#561902

<function name="Quad" parent="mesh" type="libraryfunc"> <description>Draws a quad using 4 vertices.</description> <description>Adds a quad (4 vertices) to the currently built mesh. See <page>mesh.Begin</page>.</description> <realm>Client</realm> <args> <arg name="vertex1" type="Vector">The first vertex.</arg> <arg name="vertex2" type="Vector">The second vertex.</arg> <arg name="vertex3" type="Vector">The third vertex.</arg> <arg name="vertex4" type="Vector">The fourth vertex.</arg> <arg name="color" type="table">The color for the vertices.</arg>⤶ </args> </function>