GeometryData.h File Reference
#include <vector>
#include "Renderer_GL.h"
#include "vmmlib/vector.hpp"
#include "MaterialData.h"
#include "Texture.h"

Go to the source code of this file.

Classes

struct  IndexData
 
struct  TexCoord
 
struct  Color
 
struct  Point3
 
struct  Vector3
 
struct  Vertex
 
struct  GeometryData
 The underlying data of a geometry object. More...
 

Typedefs

typedef GLushort Index
 
typedef std::shared_ptr< GeometryDataGeometryDataPtr
 

Typedef Documentation

typedef std::shared_ptr< GeometryData > GeometryDataPtr
typedef GLushort Index