Flow Visualisation
objects::VertexGeometry Class Reference

Stores all model information. More...

#include <VertexGeometry.h>

Collaboration diagram for objects::VertexGeometry:

Public Member Functions

 VertexGeometry ()
 

Public Attributes

glm::vec4vertices
 
glm::vec4colors
 list of vertices More...
 
glm::vec4uv
 list of colors More...
 
unsigned int * indices
 list of uv coordinates More...
 
int vertexCount
 list of indices More...
 
int indexCount
 number of vertices More...
 

Detailed Description

Stores all model information.

Constructor & Destructor Documentation

objects::VertexGeometry::VertexGeometry ( )
inline

Member Data Documentation

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

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