WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
Vertex Struct Reference

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.
 

Detailed Description

A simple vertex with texture coordinates and position.

Definition at line 10 of file modelheaders.h.

Member Data Documentation

◆ tu

float Vertex::tu

Definition at line 12 of file modelheaders.h.

◆ tv

float Vertex::tv

Texture coordinates.

Definition at line 12 of file modelheaders.h.

◆ x

float Vertex::x

Definition at line 13 of file modelheaders.h.

◆ y

float Vertex::y

Definition at line 13 of file modelheaders.h.

◆ z

float Vertex::z

Position.

Definition at line 13 of file modelheaders.h.


The documentation for this struct was generated from the following file: