OBJParser
OBJ File Parser Powered by Boost Spirit
|
Collection of vertex groups comprising a point collection. More...
#include <OBJStructs.hpp>
Public Member Functions | |
OBJPoint (std::vector< OBJVertexGroup > const &vector) | |
Public Attributes | |
std::vector< OBJVertexGroup > | points |
Collection of vertex groups comprising a point collection.
A point collection may have a variable number of points, but will always have a minimum of one.