OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Vertex Struct Reference

#include <mesh.hpp>

Public Member Functions

 Vertex ()
 
 Vertex (vec3 position, vec3 normal, vec2 tex)
 

Public Attributes

vec3 position
 
vec3 normal
 
vec2 tex
 
float x
 
float y
 
float z
 

Detailed Description

Definition at line 28 of file mesh.hpp.

Constructor & Destructor Documentation

Vertex::Vertex ( )
inline

Definition at line 30 of file mesh.hpp.

Vertex::Vertex ( vec3  position,
vec3  normal,
vec2  tex 
)
inline

Definition at line 31 of file mesh.hpp.

Member Data Documentation

vec3 Vertex::normal

Definition at line 35 of file mesh.hpp.

vec3 Vertex::position

Definition at line 34 of file mesh.hpp.

vec2 Vertex::tex

Definition at line 36 of file mesh.hpp.

float Vertex::x

Definition at line 30 of file tessellation.cpp.

float Vertex::y

Definition at line 30 of file tessellation.cpp.

float Vertex::z

Definition at line 30 of file tessellation.cpp.


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