Task #724
Refactor code for Action Processes
Start date:
01/12/2025
Due date:
01/15/2025
% Done:
0%
Description
Make a parser to accept input as follows:
[
{
"key": "move",
"target": {
"targetId": 0
}
},
{
"key": "speak",
"target": {
"dialog": ""
}
}
]
Make a scene descriptor that returns the description of the scene as formatted:
{
"instruction": "Do something",
"description": [
{
"id": 0,
"position": {},
"rotation": {},
"scale": {},
"boundingBox": {}.
"animations": [
"idle",
"walk"
]
}
]
}
History
#1 Updated by Quan Nguyen 11 months ago
- Start date changed from 01/09/2025 to 01/12/2025
#2 Updated by Quan Nguyen 11 months ago
- Description updated (diff)
- Due date changed from 01/19/2025 to 01/14/2025
#3 Updated by Quan Nguyen 11 months ago
- Assignee set to Quan Nguyen
#4 Updated by Quan Nguyen 11 months ago
- Due date changed from 01/14/2025 to 01/15/2025