mesh.QuadEasy
From GMod Wiki
| Function | |
| Syntax |
mesh.QuadEasy( Vector position, Vector normal, Number x, Number y ) Where is this used? |
| Description: | |
| Pushes four vertexes that define a simple quad. | |
| Returns: | nil |
| Part of Library: | mesh |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Mesh.QuadEasy]Mesh.QuadEasy [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- The quad is made up of only four points, so you need to specify MATERIAL_QUADS as the mesh type.
- There could be more arguments for color, specular and tangents.