update: add runtine camera keyframe

This commit is contained in:
Tom Boullay
2026-05-11 11:13:49 +02:00
parent f74a0c5eae
commit 4218fde63a
8 changed files with 273 additions and 5 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"version": 1,
"cinematics": [
{
"id": "intro_overview",
"timecode": 0,
"cameraKeyframes": [
{
"time": 0,
"position": [8, 5, 12],
"target": [0, 2, 0]
},
{
"time": 4,
"position": [12, 4, -6],
"target": [10, 1.4, -8]
}
]
}
]
}