Terminus
Public Attributes | List of all members
terminus::Vertex Struct Reference

The struct wraps the important vertex data attributes position, texture coordinate and normal vector. More...

#include <geometry.h>

Public Attributes

GLfloat position [3]
 
GLfloat texCoord [3]
 
GLfloat normal [3]
 

Detailed Description

The struct wraps the important vertex data attributes position, texture coordinate and normal vector.

Member Data Documentation

GLfloat terminus::Vertex::normal[3]
GLfloat terminus::Vertex::position[3]
GLfloat terminus::Vertex::texCoord[3]

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