Test serialization of foliage blocker mask in project document JSON

This commit is contained in:
2026-05-02 11:33:59 +02:00
parent 0c7f8ab3db
commit 66567a7ba1

View File

@@ -196,7 +196,12 @@ describe("project document JSON", () => {
resolutionZ: 2, resolutionZ: 2,
values: [0, 0.2, 0.4, 1] values: [0, 0.2, 0.4, 1]
}) })
} },
foliageBlockerMask: createTerrainFoliageBlockerMask({
resolutionX: 2,
resolutionZ: 2,
values: [0, 0.5, 1, 0]
})
}); });
const scene = document.scenes[document.activeSceneId]!; const scene = document.scenes[document.activeSceneId]!;