|
OBJParser
OBJ File Parser Powered by Boost Spirit
|
#include <OBJGroup.hpp>
Public Member Functions | |
| void | addLine (std::vector< OBJVertexGroup > const &line) |
| void | addPointCollection (std::vector< OBJVertexGroup > const &points) |
Public Attributes | |
| std::string | name |
| std::vector< OBJFace > | faces |
| std::vector< OBJLine > | lines |
| std::vector< OBJPoint > | points |
| bool | active |
A group is a collection of elements which can be used to define a geometric object.
Each group may be comprised of a variety of different element types, such as both faces and lines.
1.8.8