NGL  6.5
The NCCA Graphics Library
AbstractMesh.h File Reference

a series of classes used to define an abstract 3D mesh of Faces, Vertex Normals and TexCords More...

#include "Types.h"
#include "BBox.h"
#include "RibExport.h"
#include "Texture.h"
#include "NGLassert.h"
#include "Vec4.h"
#include "AbstractVAO.h"
#include <vector>
#include <string>
#include <cstdint>
#include <memory>
+ Include dependency graph for AbstractMesh.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ngl::Face
 simple class used to encapsulate a single face of an abstract mesh file More...
 
class  ngl::IndexRef
 a class to hold the index into vert / norm and tex list for creating the VBO data structure More...
 
class  ngl::AbstractMesh
 an abstract base mesh used to build specific meshes such as Obj More...
 

Namespaces

 ngl
 implementation files for RibExport class
 

Detailed Description

a series of classes used to define an abstract 3D mesh of Faces, Vertex Normals and TexCords

Definition in file AbstractMesh.h.