From ecc4794da02a4422bb24dfde96071af4a253c458 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 11:18:58 +0200 Subject: [PATCH] Initialize smoothPath as true in buildRuntimeControlSurface --- src/runtime-three/runtime-scene-build.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime-three/runtime-scene-build.ts b/src/runtime-three/runtime-scene-build.ts index 3eb8d8c6..90b4a95b 100644 --- a/src/runtime-three/runtime-scene-build.ts +++ b/src/runtime-three/runtime-scene-build.ts @@ -1079,6 +1079,7 @@ function buildRuntimeControlSurface( pathId: null, speed: null, loop: false, + smoothPath: true, progressMode: null, source: defaultSource })