DooVR
|
Data structure containing the coordinates and normal coordinates of a vertex, aswell as a pointer to an adjacent face. More...
#include <Mesh.h>
Public Attributes | |
GLfloat | x |
GLfloat | y |
GLfloat | z |
GLfloat | nx |
GLfloat | ny |
GLfloat | nz |
Data structure containing the coordinates and normal coordinates of a vertex, aswell as a pointer to an adjacent face.