Files
P42_UI/app/assets/json/threetobus/eventsMapping.json
T
2025-10-04 20:27:47 +00:00

66 lines
1.8 KiB
JSON

[
{
"chan": "gps:agents",
"events": [
{
"eventName": "move",
"mappings": [
{
"id": "aid",
"assign": {
"position.x": "coords.x",
"position.z": "coords.y",
"position.y": "coords.z"
},
"tween": true,
"tweenDelay": 200
}
]
}
]
},
{
"chan": "agents:*",
"events": [
{
"eventName": "age",
"mappings": [
{
"id": "aid",
"assign": {
"material.color": "color"
}
}
]
},
{
"eventName": "rotate",
"mappings": [
{
"id": "aid",
"assign": {
"rotation.x": "facing.x",
"rotation.y": "facing.y",
"rotation.z": "facing.z"
},
"tween": true,
"tweenDelay": 500
}
]
},
{
"eventName": "polarize",
"mappings": [
{
"id": "aid",
"child": "head",
"assign": {
"material.color": "color"
}
}
]
}
]
}
]