Updated example skeleton.

This commit is contained in:
NathanSweet 2014-04-25 18:50:43 +02:00
parent 6ac54d0bee
commit 57b5f3a35f

View File

@ -1815,55 +1815,55 @@
"slots": { "slots": {
"front_fist": { "front_fist": {
"attachment": [ "attachment": [
{ "time": 0, "name": "front_fist_closed" }, { "time": 0.1333, "name": "front_fist_closed" },
{ "time": 0.2666, "name": "front_fist_open" } { "time": 0.4, "name": "front_fist_open" }
] ]
}, },
"mouth": { "mouth": {
"attachment": [ "attachment": [
{ "time": 0, "name": "mouth_grind" } { "time": 0.1333, "name": "mouth_grind" }
] ]
}, },
"muzzle": { "muzzle": {
"attachment": [ "attachment": [
{ "time": 0, "name": "muzzle" }, { "time": 0.1333, "name": "muzzle" },
{ "time": 0.1333, "name": null } { "time": 0.2666, "name": null }
], ],
"color": [ "color": [
{ {
"time": 0, "time": 0.1333,
"color": "ffffff00", "color": "ffffff00",
"curve": [ 0.118, 0.99, 0.75, 1 ] "curve": [ 0.118, 0.99, 0.75, 1 ]
}, },
{ {
"time": 0.0333, "time": 0.1666,
"color": "ffffffff", "color": "ffffffff",
"curve": [ 0.821, 0, 0.909, 0.89 ] "curve": [ 0.821, 0, 0.909, 0.89 ]
}, },
{ "time": 0.1333, "color": "ffffff00" } { "time": 0.2666, "color": "ffffff00" }
] ]
} }
}, },
"bones": { "bones": {
"front_fist": { "front_fist": {
"scale": [ "scale": [
{ "time": 0, "x": 1, "y": 1, "curve": "stepped" }, { "time": 0.1333, "x": 1, "y": 1, "curve": "stepped" },
{ "time": 0.2666, "x": 1, "y": 1 } { "time": 0.4, "x": 1, "y": 1 }
] ]
}, },
"gunTip": { "gunTip": {
"translate": [ "translate": [
{ "time": 0, "x": 0, "y": 0 }, { "time": 0.1333, "x": 0, "y": 0 },
{ "time": 0.0666, "x": 20.93, "y": 1.57 } { "time": 0.2, "x": 20.93, "y": 1.57 }
], ],
"scale": [ "scale": [
{ "time": 0, "x": 1, "y": 1 }, { "time": 0.1333, "x": 1, "y": 1 },
{ "time": 0.0666, "x": 1.247, "y": 1.516 } { "time": 0.2, "x": 1.247, "y": 1.516 }
] ]
}, },
"gun": { "gun": {
"rotate": [ "rotate": [
{ "time": 0, "angle": 0 } { "time": 0, "angle": 1.9 }
], ],
"translate": [ "translate": [
{ {
@ -1872,13 +1872,13 @@
"y": 5.84, "y": 5.84,
"curve": [ 0, 0.3, 0.678, 1 ] "curve": [ 0, 0.3, 0.678, 1 ]
}, },
{ "time": 0.1666, "x": -9.3, "y": -1.41 }, { "time": 0.3, "x": -9.3, "y": -1.41 },
{ "time": 0.2666, "x": 0, "y": 0 } { "time": 0.4, "x": 0, "y": 0 }
] ]
}, },
"rear_bracer": { "rear_bracer": {
"rotate": [ "rotate": [
{ "time": 0, "angle": 0 } { "time": 0, "angle": -30.47 }
], ],
"translate": [ "translate": [
{ {
@ -1887,13 +1887,13 @@
"y": 0, "y": 0,
"curve": [ 0, 0.3, 0.678, 1 ] "curve": [ 0, 0.3, 0.678, 1 ]
}, },
{ "time": 0.1666, "x": -5.99, "y": -3.71 }, { "time": 0.3, "x": -5.99, "y": -3.71 },
{ "time": 0.2666, "x": 0, "y": 0 } { "time": 0.4, "x": 0, "y": 0 }
] ]
}, },
"rear_upper_arm": { "rear_upper_arm": {
"rotate": [ "rotate": [
{ "time": 0, "angle": 0 } { "time": 0, "angle": 62.3 }
], ],
"translate": [ "translate": [
{ {
@ -1902,8 +1902,8 @@
"y": 0, "y": 0,
"curve": [ 0, 0.3, 0.678, 1 ] "curve": [ 0, 0.3, 0.678, 1 ]
}, },
{ "time": 0.1666, "x": 2.81, "y": 11.41 }, { "time": 0.3, "x": 2.81, "y": 11.41 },
{ "time": 0.2666, "x": 0, "y": 0 } { "time": 0.4, "x": 0, "y": 0 }
] ]
} }
} }