Enhance water material merging logic with normal alignment and profile settings

This commit is contained in:
2026-04-07 05:50:55 +02:00
parent b9bda55693
commit b62edd7e88
7 changed files with 281 additions and 19 deletions

View File

@@ -847,6 +847,7 @@ export class RuntimeHost {
kind: "triangleMesh",
vertices: collider.vertices,
indices: collider.indices,
mergeProfile: "aggressive",
transform: collider.transform
});
continue;