From 8a774a8e7f990e07a83eaef36409c962c23db013 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 7 Apr 2026 05:51:44 +0200 Subject: [PATCH] Update test data for water material helpers --- tests/domain/water-material.test.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/domain/water-material.test.ts b/tests/domain/water-material.test.ts index 9fb42a15..13f293bf 100644 --- a/tests/domain/water-material.test.ts +++ b/tests/domain/water-material.test.ts @@ -343,14 +343,14 @@ describe("water material helpers", () => { const sharedSource = { kind: "triangleMesh" as const, vertices: new Float32Array([ - -2, 0, -1, - -0.3, 0, -1, - -0.3, 0, 1, - -2, 0, 1, - 0.3, 0, -1, - 2, 0, -1, - 2, 0, 1, - 0.3, 0, 1 + -3, 0, -1, + -0.4, 0, -1, + -0.4, 0, 1, + -3, 0, 1, + 0.4, 0, -1, + 3, 0, -1, + 3, 0, 1, + 0.4, 0, 1 ]), indices: new Uint32Array([ 0, 1, 2, @@ -365,9 +365,9 @@ describe("water material helpers", () => { z: 0 }, rotationDegrees: { - x: 26, - y: 14, - z: 10 + x: 0, + y: 0, + z: 0 }, scale: { x: 1,