OpenGL ES SDK for Android
ARM Developer Center
|
#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 |
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.