#include <GtpVisibilityPreprocessor/include/Mesh.h>
Public Types | |
typedef std::vector< Vector3 > | VertexContainer |
default vertex container for Mesh | |
typedef std::vector< Patch * > | PatchContainer |
default patch container for Mesh | |
Public Member Functions | |
Mesh () | |
Default constructor. | |
Mesh (const int vertices, const int patches) | |
Constructor with container preallocation. | |
Protected Attributes | |
VertexContainer | mVertices |
PatchContainer | mPatches |