From 6bf2441372e7c37944e4c0ed6e9e32b9a76731ea Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 13:23:13 +0200 Subject: [PATCH] Add MaterialDef import to runtime host --- 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 d42737ea..4d14b573 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -89,6 +89,7 @@ import { disposeStarterMaterialTextureSet, type StarterMaterialTextureSet } from "../materials/starter-material-textures"; +import type { MaterialDef } from "../materials/starter-material-library"; import { applyAdvancedRenderingRenderableShadowFlags, configureAdvancedRenderingShadowLight,