class MAGES::MeshDeformations::Editor::Tests::SimpleTetrahedralizationWedgeCoordsEditorTests¶
EditMode tests for the opt-in per-wedge UV capability on Tetrahedralization / SimpleTetrahedralization — the vc*12 per-face-corner array built by TryBuildWedgeCoords is a valid scatter over the reconstructed boundary surface sourced from the input mesh’s UVs, and a tetrahedralizer that does not opt in returns the no-op defaults.
class SimpleTetrahedralizationWedgeCoordsEditorTests
{
public:
// classes
class NoUvTetrahedralizer;
// methods
void TearDown();
void TryBuildWedgeCoords_MatchesBoundarySurfaceScatterAndSourcesInputUvs();
void DefaultTetrahedralizer_DoesNotSupportWedgeCoords_AndBuildsNothing();
};