Flow Visualisation
|
Stores all model information. More...
#include <VertexGeometry.h>
Public Member Functions | |
VertexGeometry () | |
Public Attributes | |
glm::vec4 * | vertices |
glm::vec4 * | colors |
list of vertices More... | |
glm::vec4 * | uv |
list of colors More... | |
unsigned int * | indices |
list of uv coordinates More... | |
int | vertexCount |
list of indices More... | |
int | indexCount |
number of vertices More... | |
Stores all model information.
|
inline |
glm::vec4* objects::VertexGeometry::colors |
list of vertices
int objects::VertexGeometry::indexCount |
number of vertices
unsigned int* objects::VertexGeometry::indices |
list of uv coordinates
glm::vec4* objects::VertexGeometry::uv |
list of colors
int objects::VertexGeometry::vertexCount |
list of indices
glm::vec4* objects::VertexGeometry::vertices |