Garry's Mod Wiki

mesh.QuadEasy

  mesh.QuadEasy( Vector position, Vector normal, number sizeX, number sizeY )

Description

Draws a quad using a position, a normal and the size.

Arguments

1 Vector position
The center of the quad.
2 Vector normal
The normal of the quad.
3 number sizeX
X size in pixels.
4 number sizeY
Y size in pixels.