auto-git:

[change] src/document/paths.ts
This commit is contained in:
2026-04-22 18:24:34 +02:00
parent 714cef581f
commit e475fd25d6

View File

@@ -36,6 +36,7 @@ export interface ResolvedScenePath {
}
export interface ResolvedScenePathProjectionSource {
loop: boolean;
points: Array<{
position: Vec3;
}>;