Update test vertices for water material

This commit is contained in:
2026-04-07 06:04:05 +02:00
parent 76b7cf538a
commit acf82132ba

View File

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