fluidvis
Public Member Functions | Public Attributes | List of all members
sx::XMesh Struct Reference

#include <SXParser.h>

Public Member Functions

EXPA XMesh ()
 
EXPA ~XMesh ()
 

Public Attributes

unsigned int faceSize
 
map< string, XBuffer * > buffers
 

Detailed Description

An XMesh is made of several vertex attribute buffers. Additionally the XMesh specifies, how many vertex attributes in sequence form a face.

Constructor & Destructor Documentation

EXPA sx::XMesh::XMesh ( )

default constructor

EXPA sx::XMesh::~XMesh ( )

deconstructor, deletes all buffers

Member Data Documentation

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).


The documentation for this struct was generated from the following file: