Umbau der Animations Editor Geschichte
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,38 +1,24 @@
|
||||
{
|
||||
"clips": [
|
||||
"Disappointed",
|
||||
"Idle",
|
||||
"Jumping",
|
||||
"Kneeling",
|
||||
"Kneeling Down",
|
||||
"Lifting",
|
||||
"Lying Down",
|
||||
"Male Crouch Pose",
|
||||
"Male Laying Pose",
|
||||
"Male Laying Pose(1)",
|
||||
"Running",
|
||||
"Running Jump",
|
||||
"Sit To Stand",
|
||||
"Sitting",
|
||||
"Sitting Idle",
|
||||
"Sitting Idle(1)",
|
||||
"Sitting Talking",
|
||||
"Sitting Talking(1)",
|
||||
"Sneaking Forward",
|
||||
"Sprint",
|
||||
"Sprinting Forward Roll",
|
||||
"Stand To Roll",
|
||||
"Stand To Sit",
|
||||
"Standing",
|
||||
"Standing Up",
|
||||
"Standing Up(1)",
|
||||
"T-Pose",
|
||||
"Talking",
|
||||
"Talking(1)",
|
||||
"Walking",
|
||||
"Yelling"
|
||||
"Walking"
|
||||
],
|
||||
"actionMap": {},
|
||||
"actionMap": {
|
||||
"DEFAULT": "Idle",
|
||||
"WALK": "Walking",
|
||||
"RUN": "Running",
|
||||
"SPRINT": "Sprint",
|
||||
"SIT_DOWN": "Stand To Sit",
|
||||
"SITTING": "Sitting Idle",
|
||||
"SIT_UP": "Sit To Stand",
|
||||
"IDLE": "Idle"
|
||||
},
|
||||
"previewModelPath": "Characters/Models/hero.j3o",
|
||||
"animOffsets": {
|
||||
"sitting": {
|
||||
@@ -50,7 +36,31 @@
|
||||
"rx": 0.0,
|
||||
"ry": 0.0,
|
||||
"rz": 0.0
|
||||
},
|
||||
"Sitting Idle": {
|
||||
"tx": 0.0,
|
||||
"ty": 0.0,
|
||||
"tz": -0.5,
|
||||
"rx": 0.0,
|
||||
"ry": 0.0,
|
||||
"rz": 0.0
|
||||
},
|
||||
"Sit To Stand": {
|
||||
"tx": 0.0,
|
||||
"ty": 0.0,
|
||||
"tz": -0.5,
|
||||
"rx": 0.0,
|
||||
"ry": 0.0,
|
||||
"rz": 0.0
|
||||
}
|
||||
},
|
||||
"subClips": {}
|
||||
"subClips": {},
|
||||
"sequences": {
|
||||
"Sitzen Loop": [
|
||||
"SIT_DOWN",
|
||||
"SITTING",
|
||||
"SIT_UP",
|
||||
"IDLE"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user