NGL  6.5
The NCCA Graphics Library
NCCABinMesh.h File Reference

inherited from AbstractMesh export and load binary data in our own format More...

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

Go to the source code of this file.

Classes

class  ngl::NCCABinMesh
 basically this class Loads the contents of the current VBO to file, this is basically the AbstractMesh packed Vert, Texture cord and Normal data Which are stored in contiguous blocks from the Parent Save method. this will then create a VBO which can be mapped and drawn etc. More...
 

Namespaces

 ngl
 implementation files for RibExport class
 

Detailed Description

inherited from AbstractMesh export and load binary data in our own format

Definition in file NCCABinMesh.h.