From acf82132ba03f96b7e10c3ac47d1cc90c3c173b1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 7 Apr 2026 06:04:05 +0200 Subject: [PATCH] Update test vertices for water material --- tests/domain/water-material.test.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/domain/water-material.test.ts b/tests/domain/water-material.test.ts index 77c451eb..90296454 100644 --- a/tests/domain/water-material.test.ts +++ b/tests/domain/water-material.test.ts @@ -400,14 +400,14 @@ describe("water material helpers", () => { const sharedSource = { kind: "triangleMesh" as const, vertices: new Float32Array([ - -3, 0, -2, - -0.08, 0, -2, - -0.08, 0, 2, - -3, 0, 2, - 0.08, 0, -2, - 3, 0, -2, - 3, 0, 2, - 0.08, 0, 2 + -0.4, -0.3, -2, + -0.25, 0.3, -2, + -0.25, 0.3, 2, + -0.4, -0.3, 2, + 0.25, -0.3, -2, + 0.4, 0.3, -2, + 0.4, 0.3, 2, + 0.25, -0.3, 2 ]), indices: new Uint32Array([ 0, 1, 2,