From 13c02ec9443ac81257977f8922a7f4a62c5162b1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 2 May 2026 11:30:23 +0200 Subject: [PATCH] Import foliage blocker mask utility --- src/runtime-three/runtime-host.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 80da7830..0a56eb30 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -51,6 +51,7 @@ import { type Brush, type WhiteboxFaceId } from "../document/brushes"; +import { createEmptyTerrainFoliageBlockerMask } from "../document/terrains"; import { mapWorldPointToScenePathProgressBetweenPoints, resolveNearestPointOnResolvedScenePath,