class MAGES::MeshDeformations::Editor::Tests::FindTetrahedronNeighborsTestsΒΆ

EditMode tests for MeshUtilities.FindTetrahedronNeighbors(in int[], Vector3[], float), focusing on the coincident-vertex welding that keeps duplicated internal faces out of the render hull.

class FindTetrahedronNeighborsTests
{
public:
    // methods

    void WithoutPositions_DuplicatedInternalFaceIsNotPaired();
    void WithPositions_DuplicatedInternalFaceIsPaired();
    void WithPositions_SharedIndicesStillPair();
    void WithPositions_DistinctNearbyVerticesAreNotWelded();
};