![]() |
OpenVDB 13.0.1
|
Simple structure for a polygon soup. More...
#include <openvdb/tools/PolySoupToLevelSet.h>
Public Attributes | |
| std::vector< Vec3s > | vtx |
| std::vector< Vec3I > | tri |
| std::vector< Vec4I > | quad |
| math::BBox< Vec3f > | bbox |
Simple structure for a polygon soup.
bbox is allowed to be invalid, in which case it will be derived from vtx
| math::BBox<Vec3f> bbox |
| std::vector<Vec4I> quad |
| std::vector<Vec3I> tri |
| std::vector<Vec3s> vtx |