mesh.Position
From GMod Wiki
Function | |
Syntax |
mesh.Position( Vector Position ) Where is this used? |
Description: | |
Defines the position of the vertex. | |
Returns: | nil |
Part of Library: | mesh |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Mesh.Position]Mesh.Position [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- It will be much easier to use the cam.PushModelMatrix function to render an object at the right position, angles, and scale that it will be to try and calculate all the positions manually.