OpenVDB 13.0.1
Loading...
Searching...
No Matches
PolySoup Struct Reference

Simple structure for a polygon soup. More...

#include <openvdb/tools/PolySoupToLevelSet.h>

Public Attributes

std::vector< Vec3svtx
std::vector< Vec3Itri
std::vector< Vec4Iquad
math::BBox< Vec3fbbox

Detailed Description

Simple structure for a polygon soup.

bbox is allowed to be invalid, in which case it will be derived from vtx

Member Data Documentation

◆ bbox

◆ quad

std::vector<Vec4I> quad

◆ tri

std::vector<Vec3I> tri

◆ vtx

std::vector<Vec3s> vtx