Equalizer
1.6.1
|
Holds the final kd-tree data, sorted and reindexed. More...
#include <vertexBufferData.h>
Public Member Functions | |
void | clear () |
void | toStream (std::ostream &os) |
void | fromMemory (char **addr) |
void | clear () |
void | toStream (std::ostream &os) |
void | fromMemory (char **addr) |
Public Attributes | |
std::vector< Vertex > | vertices |
std::vector< Color > | colors |
std::vector< Normal > | normals |
std::vector< ShortIndex > | indices |
Holds the final kd-tree data, sorted and reindexed.
Definition at line 42 of file eqPly/vertexBufferData.h.