Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Namespaces | Typedefs
GenCommon.h File Reference

Common user interface definitions for mesh generation. More...

#include <glutil/array_ref.h>
#include <glm/glm.hpp>

Go to the source code of this file.

Namespaces

namespace  glmesh
 The main namespace for the GL Mesh library. All GL Mesh functions are in this namespace.
 

Typedefs

typedef glm::detail::tvec4
< GLubyte > 
glmesh::gen::Color
 A simple vec4 for colors.
 
typedef refs::array_ref< Color > glmesh::gen::ColorArray
 A user-provided array of colors for mesh generation.
 

Detailed Description

Common user interface definitions for mesh generation.