Update test data for water material helpers

This commit is contained in:
2026-04-07 05:51:44 +02:00
parent b62edd7e88
commit 8a774a8e7f

View File

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