Files
SDL3CPlusPlus/packages/quake3/workflows/quake3_frame.json
2026-01-10 12:16:49 +00:00

96 lines
1.9 KiB
JSON

{
"name": "Quake3 Frame",
"nodes": [
{
"id": "quake_begin",
"name": "Quake Begin",
"type": "frame.begin",
"typeVersion": 1,
"position": [0, 0],
"parameters": {
"inputs": {
"delta": "frame.delta"
}
}
},
{
"id": "quake_physics",
"name": "Quake Physics",
"type": "frame.bullet_physics",
"typeVersion": 1,
"position": [260, 0],
"parameters": {
"inputs": {
"delta": "frame.delta"
}
}
},
{
"id": "quake_scene",
"name": "Quake Scene",
"type": "frame.scene",
"typeVersion": 1,
"position": [520, 0],
"parameters": {
"inputs": {
"delta": "frame.delta"
}
}
},
{
"id": "quake_render",
"name": "Quake Render",
"type": "frame.render",
"typeVersion": 1,
"position": [780, 0],
"parameters": {
"inputs": {
"elapsed": "frame.elapsed"
}
}
},
{
"id": "quake_validation",
"name": "Quake Validation",
"type": "validation.tour.checkpoint",
"typeVersion": 1,
"position": [1040, 0],
"parameters": {
"inputs": {
"checkpoint": "packages.quake3_map"
}
}
}
],
"connections": {
"Quake Begin": {
"main": {
"0": [
{ "node": "Quake Physics", "type": "main", "index": 0 }
]
}
},
"Quake Physics": {
"main": {
"0": [
{ "node": "Quake Scene", "type": "main", "index": 0 }
]
}
},
"Quake Scene": {
"main": {
"0": [
{ "node": "Quake Render", "type": "main", "index": 0 }
]
}
},
"Quake Render": {
"main": {
"0": [
{ "node": "Quake Validation", "type": "main", "index": 0 }
]
}
}
}
}