From efab46edfa109ca7cd55cf9a12829d8d26a9d4d5 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 03:45:37 +0200 Subject: [PATCH] Apply shadow flags to spline repeater group --- src/runtime-three/runtime-host.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index ae11a465..d7243637 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -3226,6 +3226,11 @@ export class RuntimeHost { } } + applyAdvancedRenderingRenderableShadowFlags( + this.splineRepeaterRenderer.group, + shadowsEnabled + ); + applyAdvancedRenderingRenderableShadowFlags( this.foliageRenderer.group, shadowsEnabled