Garry's Mod Wiki

mesh.Position

  mesh.Position( Vector position )
  mesh.Position( number x, number y, number z )

Description

Sets the position to be used for the next vertex. See mesh.Begin.

Default Arguments

1 Vector position
The position of the vertex.

Argument Overload: Direct numbers input (Next Update)

1 number x
The X position of the vertex.
2 number y
The Y position of the vertex.
3 number z
The Z position of the vertex.