Update UV projection test values for box face

This commit is contained in:
2026-03-31 02:39:43 +02:00
parent 7b4d3ce244
commit 36f36d1389

View File

@@ -70,7 +70,7 @@ describe("box face UV projection", () => {
}
);
expect(transformedUv.x).toBeCloseTo(1.5);
expect(transformedUv.y).toBeCloseTo(1.75);
expect(transformedUv.x).toBeCloseTo(2.5);
expect(transformedUv.y).toBeCloseTo(-0.25);
});
});