|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
A simple vertex with texture coordinates and position. More...
#include <modelheaders.h>
Public Attributes | |
| float | tu |
| float | tv |
| Texture coordinates. | |
| float | x |
| float | y |
| float | z |
| Position. | |
A simple vertex with texture coordinates and position.
Definition at line 10 of file modelheaders.h.
| float Vertex::tu |
Definition at line 12 of file modelheaders.h.
| float Vertex::tv |
Texture coordinates.
Definition at line 12 of file modelheaders.h.
| float Vertex::x |
Definition at line 13 of file modelheaders.h.
| float Vertex::y |
Definition at line 13 of file modelheaders.h.
| float Vertex::z |
Position.
Definition at line 13 of file modelheaders.h.