Mesh Vertexes

From GMod Wiki

Jump to: navigation, search
Kdict.pngThis page needs reviewing. An expert needs to verify that all of the information in this page is correct.
See more articles for review here.
Structure
Name Mesh Vertexes
Available On: NewerShared.png
Description:
Used to create meshes

Members

Type Name Description
Vector pos The position of the vertex in model space (I assume this means it's a local position.)
Vector normal (Optional) The normal of the vertex, this should normally face out wards from the the surface it is drawing
Float u (Optional) Horizontal texture Coordinate.
Float v (Optional) Vertical texture Coordinate.

Examples

DescriptionN/A
Used onNewerMissing.png
Code
LuaIco3.pngThis page needs an example to demonstrate the item detailed on this page. See how to make one here.
See more articles that need examples here.
OutputN/A


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox