Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
graph/data/test.cim

116 lines
3.3 KiB
Text
Raw Normal View History

2018-10-30 21:13:36 -04:00
{
"shots": [
{
"world": "test.world",
2018-10-30 21:13:36 -04:00
"start": 0,
"end": 5,
"meshes": [
{
"name": "suzanne",
"path": "suzanne.obj",
"material": "test.material"
2018-10-30 21:13:36 -04:00
},
{
"name": "suzanne2",
"path": "suzanne.obj",
"material": "test.material"
2018-10-30 21:13:36 -04:00
}
],
"animations": [
{
"target": "suzanne",
"property": "position",
"keyframes": [
{
"time": 0,
"value": "0,0,0"
},
{
"time": 1,
"value": "0,2,-3.5"
},
{
"time": 3,
"value": "0,0.5,-4"
},
{
"time": 5,
"value": "0,0,-6"
}
]
},
{
"target": "suzanne2",
"property": "position",
"keyframes": [
{
"time": 0,
"value": "5,0,-2"
},
{
"time": 2,
"value": "-5,0,-2"
}
]
},
{
"target": "camera",
"property": "position",
"keyframes": [
{
"time": 0,
"value": "1,3,1"
},
{
"time": 3,
"value": "4,4,4"
}
]
}
]
},
{
"world": "test.world",
2018-10-30 21:13:36 -04:00
"start": 5,
"end": 10,
"meshes": [
{
"name": "suzanne",
"path": "suzanne.obj",
"material": "test.material"
2018-10-30 21:13:36 -04:00
}
],
"animations": [
{
"target": "camera",
"property": "position",
"keyframes": [
{
"time": 5,
"value": "-5,0,2"
},
{
"time": 10,
"value": "5,0,2"
}
]
},
{
"target": "camera",
"property": "fov",
"keyframes": [
{
"time": 5,
"value": 35
},
{
"time": 10,
"value": 75
}
]
2018-10-30 21:13:36 -04:00
}
]
}
]
}