Update vertex coordinates in water material test

This commit is contained in:
2026-04-07 06:01:46 +02:00
parent 3c54ba00c9
commit 76b7cf538a

View File

@@ -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,