Home
last modified time | relevance | path

Searched refs:POLYFLAG_SUBDIVIDED (Results 1 – 1 of 1) sorted by relevance

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h89 enum { POLYFLAG_EXTERIOR = 0x1, POLYFLAG_FRACTURE_SEAM = 0x2, POLYFLAG_SUBDIVIDED = 0x4 }; enumerator
4216 flags |= POLYFLAG_SUBDIVIDED; in operator()
4272 if (!(quadFlags & POLYFLAG_SUBDIVIDED)) continue; in operator()