fluidvis
|
#include <SXParser.h>
Public Member Functions | |
EXPA | XMesh () |
EXPA | ~XMesh () |
Public Attributes | |
unsigned int | faceSize |
map< string, XBuffer * > | buffers |
An XMesh is made of several vertex attribute buffers. Additionally the XMesh specifies, how many vertex attributes in sequence form a face.
EXPA sx::XMesh::XMesh | ( | ) |
default constructor
EXPA sx::XMesh::~XMesh | ( | ) |
deconstructor, deletes all buffers
map<string,XBuffer *> sx::XMesh::buffers |
vertex attribute buffers
unsigned int sx::XMesh::faceSize |
Specifies the number of vertex attributes, which in sequence in a buffer form a face. Allowed values are 1 (points or line/polygon-strip), 2 (lines) or 3 (triangles).