From 76b7cf538afd1fde8e7f2275fae99f50b50387b2 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 7 Apr 2026 06:01:46 +0200 Subject: [PATCH] Update vertex coordinates in water material test --- tests/domain/water-material.test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/domain/water-material.test.ts b/tests/domain/water-material.test.ts index 9ea08a0a..77c451eb 100644 --- a/tests/domain/water-material.test.ts +++ b/tests/domain/water-material.test.ts @@ -401,13 +401,13 @@ describe("water material helpers", () => { kind: "triangleMesh" as const, vertices: new Float32Array([ -3, 0, -2, - -0.6, 0, -2, - -0.6, 0, 2, + -0.08, 0, -2, + -0.08, 0, 2, -3, 0, 2, - 0.6, 0, -2, + 0.08, 0, -2, 3, 0, -2, 3, 0, 2, - 0.6, 0, 2 + 0.08, 0, 2 ]), indices: new Uint32Array([ 0, 1, 2,