Feat: Add path configuration options (curve mode and sample resolution)

This commit is contained in:
2026-05-12 22:47:44 +02:00
parent 3e5ea88bbf
commit c60bbbc519
2 changed files with 43 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ import {
import type { SceneDocument } from "../document/scene-document";
import {
getScenePaths,
resolveScenePath,
sampleScenePathPosition,
type ScenePath
} from "../document/paths";