Holds the final kd-tree data, sorted and reindexed.
More...
#include <vertexBufferData.h>
List of all members.
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 |
Detailed Description
Holds the final kd-tree data, sorted and reindexed.
Definition at line 42 of file eqPly/vertexBufferData.h.
The documentation for this class was generated from the following files: