Home
last modified time | relevance | path

Searched refs:POLYFLAG_FRACTURE_SEAM (Results 1 – 3 of 3) 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
2531 tag[0] = (flags & SEAM) ? POLYFLAG_FRACTURE_SEAM : 0; in constructPolygons()
4201 if ((flags & POLYFLAG_FRACTURE_SEAM) && !(flags & POLYFLAG_EXTERIOR)) { in operator()
4440 if (flags & POLYFLAG_FRACTURE_SEAM) { in operator()
4449 flags &= ~POLYFLAG_FRACTURE_SEAM; in operator()
4458 if (flags & POLYFLAG_FRACTURE_SEAM) { in operator()
4466 flags &= ~POLYFLAG_FRACTURE_SEAM; in operator()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_To_Polygons.cc381 const char seamLineFlag = char(openvdb::tools::POLYFLAG_FRACTURE_SEAM); in copyMesh()
H A DSOP_OpenVDB_Convert.cc606 const char seamLineFlag = char(openvdb::tools::POLYFLAG_FRACTURE_SEAM); in copyMesh()