Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <vertex.h>
Public Member Functions | |
glVertex & | SetTexCoord (float s, float t) |
glVertex & | SetNormal (const Vector &norm) |
glVertex & | SetVertex (const Vector &vert) |
Public Attributes | |
float | s |
float | t |
float | i |
float | j |
float | k |
float | x |
float | y |
float | z |
float glVertex::i |
Definition at line 8 of file vertex.h.
Referenced by SetNormal().
float glVertex::j |
Definition at line 9 of file vertex.h.
Referenced by SetNormal().
float glVertex::k |
Definition at line 10 of file vertex.h.
Referenced by SetNormal().
float glVertex::s |
Definition at line 6 of file vertex.h.
Referenced by SetTexCoord().
float glVertex::t |
Definition at line 7 of file vertex.h.
Referenced by SetTexCoord().
float glVertex::x |
Definition at line 11 of file vertex.h.
Referenced by SetVertex().
float glVertex::y |
Definition at line 12 of file vertex.h.
Referenced by SetVertex().
float glVertex::z |
Definition at line 13 of file vertex.h.
Referenced by SetVertex().