class MAGES::MeshDeformations::Editor::Tests::AlbedoBakerTests

EditMode test for AlbedoBaker — a trivial transfer bake of a solid-color source albedo from a flat original mesh onto a simulation triangle, exercising both the ±normal raycast path and the closest-point fallback.

class AlbedoBakerTests
{
public:
    // methods

    void Bake_SolidColorTransfers_RayAndClosestPointPaths();
    void Bake_ThinWedge_ForcesOneTexelWithSourceColor();
    void Bake_CollapsedFace_IsNeverForceBaked();
    void SampleBilinear_MatchesUnity_RepeatAndClamp();
    void Bake_IsDeterministic_AcrossRuns();
    void Bake_CounterIdentity_RayPlusFallbackEqualsCovered();
    void Bake_UvSelfOverlap_LogsWarning();
    void Bake_DisjointUvs_DoesNotWarn();
    void Dilate_FrontierMatchesReference();
};