-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathup-and-running.html
113 lines (101 loc) · 333 KB
/
up-and-running.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!doctype html>
<html lang="en">
<head>
<title>try</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Theo Armour">
</head>
<body>
<script src='http://mrdoob.github.io/three.js/build/three.min.js'></script>
<script src='http://mrdoob.github.io/three.js/examples/js/controls/TrackballControls.js'></script>
<script src='http://mrdoob.github.io/three.js/examples/js/libs/stats.min.js'></script>
<script>
// the above scripts and these vars are in the Blogger template
var renderer, scene, camera, controls, stats,
light, geometry, material, mesh, clock = new THREE.Clock(), renderers = [];
// the animate source ccode, as below, is in the Blogger Creative Commons widget - for easy acces
function animate() {
requestAnimationFrame( animate );
var tim = clock.getElapsedTime() * 0.15;
for ( var i = 0, l = renderers.length; i < l; i++ ) {
var r = renderers[i];
r.renderer.render( r.scene, r.camera );
if (r.stats) { r.stats.update(); }
if (r.callback) {
r.callback();
} else {
r.camera.position.x = 20 * Math.cos( tim );
r.camera.position.y = 20 * Math.cos( tim );
r.camera.position.z = 20 * Math.sin( tim );
}
r.controls.update();
}
}
animate();
</script>
<script>
function init() {
var tonyBot = {
"scale" : 1.000000,
"materials": [],
"vertices": [0.243163,6.165874,-0.163812,-0.241428,6.162605,-0.164022,0.211064,5.757043,0.392128,-0.207319,5.753561,0.389435,-0.003452,5.642124,0.558107,0.001042,6.140276,-0.249441,0.675944,7.033873,-0.194419,-0.686003,7.025737,-0.190999,0.419596,7.105463,0.655634,-0.426264,7.100410,0.657757,-0.002942,7.111634,0.833390,-0.005811,7.068367,-0.412329,0.398450,6.674157,0.739253,-0.399548,6.669390,0.741256,0.607073,6.786207,-0.240227,-0.614410,6.778911,-0.237160,-0.001042,6.686604,0.899470,-0.003717,6.661822,-0.545259,0.485745,5.975897,0.629014,-0.482081,5.969396,0.628701,0.480778,6.426335,-0.236780,-0.483405,6.420362,-0.235176,0.001763,5.907953,0.847273,-0.001056,6.352811,-0.471175,0.173890,5.830377,0.128816,-0.167585,5.826386,0.122245,-0.001214,5.784815,0.203548,0.554479,7.173484,0.378044,-0.563342,7.166806,0.380850,-0.005246,7.316368,0.403074,0.667332,6.723900,0.457866,-0.670414,6.715909,0.461225,0.578952,6.114666,0.399430,-0.576961,6.106897,0.399041,0.189487,5.958708,-0.065370,-0.184039,5.955882,-0.066694,0.002905,5.985925,-0.135667,0.553639,7.172712,0.041610,-0.564182,7.166035,0.044416,-0.006171,7.308528,0.015998,0.641122,6.814438,-0.018117,-0.647677,6.806739,-0.014881,0.572643,6.252570,-0.084283,-0.572536,6.245377,-0.082751,0.017630,5.641073,-0.088905,0.145715,5.604476,-0.011902,-0.119597,5.603169,-0.043288,-0.006179,5.503358,0.178262,0.129284,5.552976,0.115182,-0.132569,5.560553,0.075088,0.039117,5.522802,-0.171009,0.259200,5.537060,0.005705,-0.191313,5.508261,-0.151099,0.221974,5.398875,0.205948,-0.287423,5.458997,0.071826,-0.013910,5.398172,0.220752,0.181912,5.090784,0.307605,-0.242580,5.116838,0.286468,-0.026652,5.119985,0.346638,0.183830,4.730647,0.405279,-0.230821,4.737280,0.370448,-0.027666,4.740819,0.446542,0.361905,5.406639,-0.198036,-0.170326,5.293580,-0.307394,0.053864,5.360372,-0.271706,0.360668,5.074458,0.173698,-0.424771,5.118459,0.109482,0.357246,4.750888,0.306260,-0.394816,4.757314,0.247692,0.500035,5.336159,0.255465,-0.551390,5.380794,-0.067483,0.538243,5.467264,0.087074,-0.447886,5.420427,-0.255773,0.496089,5.235663,-0.144232,-0.310492,5.131326,-0.266900,0.431593,4.778461,0.115648,-0.430855,4.773766,0.049601,0.459198,5.095786,-0.036737,-0.374341,5.054495,-0.105492,0.302471,4.800949,-0.049147,-0.267021,4.790029,-0.080993,0.136730,4.845102,-0.150401,-0.076965,4.834091,-0.143630,0.025057,4.864988,-0.189167,0.164580,3.897828,0.326394,-0.159447,3.858739,0.326394,0.005324,3.855426,0.412239,0.250825,3.931212,0.194500,-0.249561,3.870640,0.192373,0.302197,3.988297,0.010103,-0.312926,3.914269,0.007507,0.261206,3.997989,-0.091113,-0.276217,3.934288,-0.092093,0.058777,3.986896,-0.164022,-0.076757,3.970784,-0.164229,-0.008206,3.979400,-0.176075,0.261932,3.432447,0.264846,-0.118900,3.434434,0.232677,0.065046,3.331693,0.350018,0.435960,3.533542,0.119807,-0.303988,3.491328,0.076995,0.466562,3.620683,-0.186974,-0.357210,3.514963,-0.226490,0.431764,3.623493,-0.304810,-0.344458,3.517666,-0.317239,0.209959,3.185658,0.253294,-0.041666,3.205681,0.263656,0.098631,3.175392,0.294661,0.128230,3.064264,0.147296,0.165522,3.062840,0.116491,0.008729,3.067482,0.155907,0.126616,3.067736,-0.022567,0.172839,3.022323,-0.022198,0.002094,3.000423,0.029230,0.114694,3.058260,-0.244932,0.187520,3.523922,-0.513776,-0.091560,3.473344,-0.515568,0.044477,3.515697,-0.408472,0.080920,3.243495,-0.356081,0.386671,3.251754,0.292633,-0.225812,3.278437,0.299092,0.563673,3.371131,0.123199,-0.414024,3.344874,0.113483,0.622641,3.328315,-0.074569,-0.474212,3.254384,-0.067105,0.237365,3.069321,0.278880,-0.064920,3.107081,0.321770,0.186910,3.002116,0.145081,-0.012947,3.014178,0.205015,0.210262,2.975842,0.013771,-0.037292,2.957144,0.084049,0.567242,3.100679,-0.236090,-0.407126,2.999568,-0.174548,0.333364,3.286840,0.261476,-0.174537,3.301080,0.257310,0.485880,3.479174,0.095992,-0.345095,3.443793,0.060700,0.538655,3.486086,-0.133696,-0.404284,3.394976,-0.160937,0.517535,3.445371,-0.354813,-0.386744,3.314021,-0.365542,0.331938,3.327229,-0.588950,-0.197130,3.188332,-0.575108,0.212283,3.130267,0.258263,-0.040722,3.157516,0.281956,0.177303,3.037240,0.126156,-0.002184,3.044123,0.173008,0.196753,3.009717,0.005495,-0.022029,2.990926,0.062172,0.279870,2.963621,-0.150051,-0.109223,2.903690,-0.070334,0.474318,3.010203,-0.278606,-0.308476,2.908153,-0.199773,0.139678,3.024626,-0.235739,0.047488,2.992270,-0.202739,0.148737,3.101214,-0.378259,0.032465,3.067798,-0.361208,0.249340,3.011960,-0.185555,-0.071144,2.957397,-0.132378,0.313758,3.072571,-0.328954,-0.142373,2.987923,-0.283540,0.395104,2.949483,-0.285829,-0.224441,2.853594,-0.197318,0.542121,2.692723,0.506106,-0.338753,2.774862,0.639545,0.818073,2.783069,0.306163,-0.624374,2.800118,0.434430,0.790742,2.657926,0.084412,-0.593462,2.629371,0.246093,0.372985,2.538449,0.462147,-0.160619,2.625139,0.625709,0.356852,2.457601,0.333023,-0.141865,2.517977,0.517847,0.387340,2.435828,0.138829,-0.174980,2.450474,0.334922,0.699218,2.526422,-0.084834,-0.496963,2.468361,0.107970,0.651169,2.480241,-0.078517,-0.445797,2.427850,0.122875,0.516280,2.406008,-0.069383,-0.306062,2.365985,0.143752,0.575926,2.440738,-0.073218,-0.367975,2.395238,0.134285,0.384198,1.233364,-0.866977,-0.373621,0.513468,0.629704,0.414828,1.245422,-0.891368,-0.406323,0.505060,0.606501,0.464185,1.312498,-0.902451,-0.451707,0.541168,0.545717,0.335785,1.245710,-0.849632,-0.322529,0.527078,0.628492,0.291950,1.276936,-0.864227,-0.278928,0.525957,0.593747,0.305895,1.340355,-0.875447,-0.289610,0.554475,0.535308,0.422991,1.368988,-0.916007,-0.408733,0.555446,0.490752,0.402251,1.369551,-0.915913,-0.388187,0.552657,0.489992,0.355201,1.371248,-0.909919,-0.340762,0.551271,0.491183,0.380839,1.370950,-0.913163,-0.366555,0.552395,0.490030,0.374423,1.197770,-1.000257,-0.374423,0.419375,0.611808,0.397774,1.217438,-1.004193,-0.397774,0.417395,0.591847,0.428261,1.281206,-0.970734,-0.428261,0.456972,0.531685,0.327502,1.192778,-0.994986,-0.327502,0.424129,0.617295,0.286204,1.210957,-1.001017,-0.286203,0.419918,0.598610,0.285635,1.265417,-0.980503,-0.285635,0.445696,0.546435,0.383143,1.323055,-0.968934,-0.383142,0.462886,0.490217,0.365672,1.329899,-0.964064,-0.365672,0.468406,0.483886,0.326322,1.311069,-0.981857,-0.326322,0.448845,0.500871,0.347647,1.329612,-0.968197,-0.347646,0.464265,0.483765,0.403814,1.056349,-1.019926,-0.403814,0.385872,0.750604,0.481867,1.063524,-1.085011,-0.481867,0.321811,0.737053,0.330106,1.047480,-1.013720,-0.330106,0.391175,0.760041,0.265114,1.067986,-1.089241,-0.265114,0.318041,0.732196,0.447939,0.768903,-0.995840,-0.447939,0.378212,1.035253,0.586560,0.810491,-1.045828,-0.586560,0.328044,0.989876,0.363948,0.756216,-0.991612,-0.363948,0.382548,1.049374,0.235750,0.752762,-1.039611,-0.235749,0.334223,1.048669,0.566368,0.457007,-1.047587,-0.566367,0.389987,1.309833,0.430481,0.280825,-0.984480,-0.430481,0.509187,1.457581,0.351611,0.277982,-0.984602,-0.351611,0.509922,1.460330,0.241588,0.295673,-1.008332,-0.241588,0.481979,1.450570,0.474570,0.621087,-0.910342,-0.474569,0.473322,1.120921,0.679822,0.674401,-1.050542,-0.679822,0.325213,1.107410,0.380296,0.607054,-0.906319,-0.380296,0.482488,1.129574,0.178565,0.619626,-1.024167,-0.178565,0.366221,1.149645,0.493194,1.178352,-1.203338,-0.493194,0.215369,0.611128,0.503902,1.369951,-1.215723,-0.503902,0.221916,0.419241,0.206637,1.353541,-1.223211,-0.206637,0.212848,0.434834,0.248849,1.195916,-1.199504,-0.248849,0.220914,0.594027,0.366007,1.444099,-1.200434,-0.366007,0.244434,0.346960,0.412897,1.443253,-1.198726,-0.412897,0.246050,0.347970,0.285425,1.439101,-1.210499,-0.285425,0.233925,0.350943,0.328573,1.444575,-1.204564,-0.328573,0.240371,0.346080,0.529195,1.055657,-1.182908,-0.529195,0.219873,0.736999,0.621980,0.855506,-1.177221,-0.621980,0.199029,0.942637,0.245221,1.077600,-1.187837,-0.245220,0.220871,0.712918,0.190689,0.793380,-1.180386,-0.190689,0.196196,1.001560,0.642624,0.400416,-1.118489,-0.642624,0.339028,1.383349,0.476096,0.207671,-1.050834,-0.476095,0.467823,1.547266,0.328912,0.194484,-1.047512,-0.328912,0.474947,1.558850,0.193144,0.224839,-1.069669,-0.193143,0.444706,1.536537,0.714766,0.647262,-1.185555,-0.714766,0.202450,1.161977,0.119369,0.610592,-1.171091,-0.119369,0.228293,1.196372,0.456158,1.258934,-1.314991,-0.456157,0.112196,0.519941,0.492012,1.382811,-1.330317,-0.492012,0.109146,0.395158,0.175784,1.339151,-1.324915,-0.175784,0.110221,0.439137,0.214049,1.228390,-1.311212,-0.214049,0.112948,0.550709,0.359196,1.468339,-1.341307,-0.359195,0.106633,0.308963,0.400352,1.454107,-1.339138,-0.400351,0.107390,0.323339,0.282139,1.432825,-1.336505,-0.282139,0.107914,0.344777,0.320197,1.469351,-1.341433,-0.320196,0.106608,0.307943,0.512998,1.097139,-1.295842,-0.512998,0.113243,0.684515,0.600361,0.899782,-1.274855,-0.600361,0.107643,0.893354,0.233915,1.076773,-1.292591,-0.233915,0.116218,0.703697,0.177430,0.859561,-1.268439,-0.177430,0.113510,0.931258,0.596903,0.351002,-1.158094,-0.596903,0.318777,1.442083,0.527287,0.307021,-1.140700,-0.527287,0.352301,1.479437,0.394235,0.285804,-1.137158,-0.394235,0.362042,1.498615,0.188943,0.300950,-1.141233,-0.188942,0.353612,1.485388,0.687723,0.694256,-1.246197,-0.687723,0.134575,1.130370,0.120945,0.633027,-1.231205,-0.120945,0.164470,1.189271,0.658356,1.650210,0.030162,-0.492105,1.519380,0.796693,0.806877,1.715520,-0.075069,-0.648398,1.493056,0.685892,0.853206,1.867641,-0.183777,-0.697868,1.496839,0.499766,0.504073,1.659791,0.062173,-0.334618,1.527144,0.804260,0.423626,1.765737,-0.025195,-0.259294,1.503000,0.666156,0.463419,1.935805,-0.100688,-0.296482,1.542873,0.483857,0.741048,2.002430,-0.236656,-0.584422,1.512063,0.356792,0.653242,1.968510,-0.276754,-0.505593,1.446953,0.360675,0.579998,2.023650,-0.196385,-0.418276,1.532032,0.359302,0.577986,1.972132,-0.272604,-0.430409,1.440818,0.358763,0.770005,1.852680,0.482941,-0.527176,2.012017,0.890869,0.853580,1.920912,0.403985,-0.614642,2.002437,0.788215,0.880972,2.016497,0.325689,-0.644196,1.998607,0.661001,0.669411,1.879652,0.483612,-0.425200,2.012076,0.865160,0.629421,1.940315,0.444502,-0.385540,2.011148,0.788414,0.653221,2.030668,0.370971,-0.410950,2.009357,0.666978,0.790270,2.073465,0.322470,-0.549328,2.017784,0.604807,0.776335,2.078609,0.319089,-0.535219,2.016439,0.596769,0.704933,2.081464,0.328514,-0.462880,2.014760,0.597318,0.736304,2.079143,0.320914,-0.495224,2.011802,0.596033,0.729347,2.113448,0.526808,-0.485847,2.208452,0.797139,0.804437,2.114493,0.460410,-0.562511,2.187069,0.735846,0.850759,2.091561,0.342816,-0.609252,2.134523,0.626457,0.675542,2.086209,0.533496,-0.429909,2.188749,0.806883,0.646433,2.048793,0.452804,-0.399825,2.132177,0.734441,0.666324,2.022949,0.344399,-0.419910,2.076884,0.633791,0.781019,2.050777,0.303477,-0.537207,2.087546,0.592361,0.765846,2.046018,0.298082,-0.521670,2.081851,0.586785,0.696101,2.022325,0.306268,-0.450113,2.063849,0.596637,0.736884,2.032858,0.301018,-0.491695,2.070682,0.590955,0.732598,1.829738,0.329150,-0.511711,1.874730,0.818545,0.855466,1.879576,0.269419,-0.637598,1.872852,0.745764,0.887457,1.979762,0.195184,-0.672000,1.873421,0.621717,0.646160,1.843370,0.355300,-0.421758,1.890397,0.820602,0.601356,1.921900,0.294240,-0.380071,1.877787,0.720572,0.611685,2.035311,0.237487,-0.389729,1.896672,0.595115,0.758395,2.061422,0.199057,-0.538005,1.902507,0.554340,0.744235,2.069175,0.199125,-0.523440,1.904732,0.547742,0.674591,2.072867,0.216823,-0.451954,1.910527,0.553513,0.704028,2.071040,0.201046,-0.483318,1.901174,0.546611,1.205426,3.756320,0.648565,-1.272889,3.705701,-0.518959,1.250228,3.732039,0.625187,-1.291104,3.693223,-0.570494,1.126643,3.722448,0.600603,-1.180527,3.672740,-0.512850,1.243077,3.707572,0.540384,-1.230048,3.686850,-0.634312,1.184151,3.691008,0.532026,-1.179036,3.664759,-0.607362,1.025816,4.464249,0.380969,-1.124706,4.469239,-0.513944,1.152299,4.444682,0.383292,-1.131891,4.431966,-0.636445,0.940068,4.404253,0.176971,-0.910725,4.445902,-0.437554,1.248934,4.293683,0.168092,-0.949843,4.310746,-0.756889,1.032106,4.309045,0.084263,-0.811272,4.350889,-0.522901,0.703220,4.981970,0.305391,-0.796001,5.018891,-0.228880,0.873471,5.095740,0.129256,-0.677618,5.090073,-0.460982,0.596630,4.872855,0.045247,-0.545203,4.851787,-0.217954,0.736997,4.963326,-0.034457,-0.507240,4.922390,-0.384731,0.654556,4.900020,-0.018869,-0.503660,4.863807,-0.297540,1.043611,4.559135,0.232454,-0.951320,4.593146,-0.536439,1.109739,4.584855,0.227102,-0.966054,4.617412,-0.601686,1.006997,4.526343,0.193652,-0.909623,4.552002,-0.514303,1.101851,4.631269,0.095799,-0.834917,4.632136,-0.646891,1.001332,4.479626,0.119016,-0.851224,4.490272,-0.532269,0.584190,5.158913,0.233460,-0.648072,5.174085,-0.155173,0.706241,5.242388,0.114560,-0.571012,5.227066,-0.323219,0.486380,5.065699,0.047701,-0.465781,5.039739,-0.119569,0.602540,5.150108,-0.040060,-0.416736,5.098976,-0.272968,0.528099,5.087918,-0.027406,-0.412909,5.042031,-0.188493,1.204777,3.795935,0.932689,-1.336816,3.445127,-0.289392,1.027457,3.752541,0.895726,-1.150970,3.437010,-0.280078,1.104382,2.931698,1.407354,-1.120173,2.441990,-0.772800,1.000369,2.941252,1.408382,-1.023701,2.425159,-0.739785,1.288631,2.565273,0.955923,-1.108264,2.797507,-1.261585,1.219705,2.530570,0.912221,-1.025423,2.821119,-1.283940,1.292114,3.543619,0.431276,-1.217739,3.671365,-0.825102,1.178402,3.525453,0.453542,-1.114408,3.640648,-0.780186,1.092638,2.639234,1.252750,-1.006838,2.529538,-1.105487,1.193159,2.638586,1.260360,-1.103301,2.527528,-1.115272,1.127726,3.614513,0.639473,-1.140292,3.566117,-0.586693,1.334135,3.688257,0.637451,-1.350770,3.620898,-0.613992,1.068735,3.564421,0.909228,-1.143454,3.357788,-0.453062,1.229609,3.655533,0.945351,-1.326301,3.384552,-0.417793,1.302713,3.304501,0.504561,-1.184967,3.460551,-0.949721,1.167387,3.327810,0.724012,-1.123380,3.311455,-0.747254,1.351260,3.491110,0.729354,-1.338618,3.420618,-0.699703,1.215681,3.279723,0.495682,-1.095331,3.448901,-0.939872,1.077207,3.246725,1.089002,-1.113038,2.977091,-0.548292,1.187169,3.262548,1.094819,-1.221617,2.995350,-0.576135,1.316289,3.048598,0.646595,-1.167960,3.188995,-1.039056,1.181266,3.061808,0.883176,-1.108153,3.018344,-0.835292,1.362677,3.099654,0.869876,-1.282491,3.053582,-0.887449,1.240849,3.017538,0.626631,-1.085508,3.188515,-1.039412,1.180662,3.605968,1.118183,-1.311642,3.201926,-0.395676,1.130464,3.564732,1.098826,-1.249173,3.197291,-0.421581,1.080168,3.705747,1.168862,-1.257152,3.176626,-0.257786,1.145288,3.704371,1.137116,-1.309346,3.215003,-0.290241,1.110127,3.547814,1.364632,-1.293332,2.943646,-0.350401,0.973874,3.552904,1.275632,-1.145217,3.007105,-0.327014,1.006850,3.452660,1.228982,-1.137756,3.018497,-0.441587,1.151367,3.474503,1.335228,-1.305012,2.950188,-0.438496],
"morphTargets": [{ "name": "animation_000000", "vertices": [0.221930,5.955602,-0.183008,-0.262610,5.956753,-0.182695,0.191108,5.604896,0.408434,-0.227134,5.607916,0.413611,-0.006961,5.496292,0.584794,-0.020425,5.923137,-0.265323,0.662514,6.811883,-0.305242,-0.699445,6.811883,-0.312192,0.400202,6.979255,0.529389,-0.445664,6.979255,0.525072,-0.023622,7.007596,0.701852,-0.017330,6.825722,-0.531266,0.375602,6.560088,0.660378,-0.422403,6.560088,0.656305,0.592373,6.561048,-0.323730,-0.629119,6.561048,-0.329964,-0.022501,6.591740,0.815875,-0.016887,6.406885,-0.618037,0.463684,5.849663,0.625668,-0.504044,5.851877,0.626089,0.463134,6.204539,-0.281919,-0.501025,6.205197,-0.285246,-0.019333,5.809292,0.849998,-0.018636,6.109217,-0.509358,0.149052,5.649487,0.131168,-0.192138,5.655482,0.143937,-0.012157,5.608191,0.213827,0.537627,7.015137,0.247071,-0.580202,7.015137,0.241367,-0.021324,7.163085,0.251394,0.646929,6.576625,0.377432,-0.690828,6.576625,0.370605,0.557876,5.962125,0.382484,-0.597919,5.964781,0.383013,0.164936,5.760778,-0.064654,-0.208506,5.762604,-0.062142,-0.022449,5.783237,-0.135600,0.539333,6.976863,-0.087176,-0.578496,6.976863,-0.092881,-0.019365,7.112141,-0.132390,0.624921,6.613675,-0.105877,-0.663889,6.613675,-0.112454,0.552859,6.047926,-0.111084,-0.592277,6.049010,-0.114305,-0.049531,5.463061,-0.077899,0.085689,5.423280,-0.043548,-0.173386,5.427410,0.004674,0.002387,5.331922,0.177843,0.107377,5.380505,0.066012,-0.144576,5.374682,0.129062,-0.087827,5.328769,-0.170687,0.123474,5.331279,-0.164724,-0.293306,5.357155,0.024403,0.249028,5.293427,0.044362,-0.217387,5.233046,0.223930,0.025337,5.244427,0.222667,0.246924,4.942364,0.261523,-0.173243,4.915970,0.329449,0.040580,4.953672,0.357252,0.235065,4.561069,0.351639,-0.175156,4.550208,0.420399,0.038301,4.562611,0.444250,0.107915,5.114093,-0.320777,-0.426274,5.208532,-0.150363,-0.122957,5.127751,-0.235559,0.429357,4.968453,0.061630,-0.350090,4.899116,0.239531,0.393898,4.581302,0.211271,-0.351545,4.571564,0.342904,0.498900,5.254583,-0.127925,-0.477917,5.170020,0.328278,0.367462,5.279133,-0.300834,-0.551848,5.284510,0.158684,0.270332,4.969682,-0.297885,-0.541512,5.032458,-0.058698,0.415142,4.596648,0.010064,-0.441461,4.599142,0.163460,0.362791,4.896822,-0.144933,-0.482239,4.900363,0.049330,0.240258,4.610514,-0.104425,-0.330171,4.620502,-0.013008,0.042273,4.652891,-0.148642,-0.178636,4.663957,-0.131241,-0.069357,4.672968,-0.152647,0.142062,3.669014,0.326394,-0.177983,3.732981,0.326394,-0.022473,3.678421,0.412239,0.233615,3.673660,0.190470,-0.263632,3.770731,0.199474,0.299968,3.712013,0.005663,-0.310022,3.832765,0.015442,0.263747,3.735650,-0.092482,-0.267043,3.839895,-0.090565,0.067706,3.787138,-0.164245,-0.066156,3.813503,-0.163840,-0.000773,3.800876,-0.175869,0.068619,3.293394,0.191769,-0.378720,3.119298,0.282499,-0.142134,3.226762,0.305417,0.266739,3.302094,0.042751,-0.541233,3.264507,0.171170,0.332699,3.274608,-0.246775,-0.527401,3.483120,-0.083699,0.308625,3.295516,-0.322161,-0.468094,3.503327,-0.261364,-0.044440,3.093685,0.251913,-0.308394,2.892889,0.168220,-0.154810,3.100813,0.280899,-0.149398,2.969807,0.187886,-0.111976,2.953535,0.168147,-0.231386,2.845353,-0.008114,-0.142854,2.914522,0.034618,-0.109109,2.865188,0.057324,-0.212830,2.878335,-0.146139,-0.157862,2.867344,-0.204147,0.048612,3.278311,-0.515379,-0.222403,3.395091,-0.491920,-0.090979,3.329721,-0.411180,-0.138605,3.054218,-0.347175,0.140363,3.160853,0.291063,-0.500045,2.895641,0.170302,0.347977,3.159958,0.114473,-0.660023,3.086190,0.059006,0.404252,3.026455,-0.038605,-0.677377,3.160722,-0.137378,-0.046758,3.022615,0.331554,-0.326622,2.755287,0.092916,-0.105384,2.915962,0.230796,-0.244931,2.775794,-0.040764,-0.082858,2.832279,0.126068,-0.241348,2.827361,-0.166485,0.304486,2.767157,-0.100146,-0.563677,3.064184,-0.379718,0.098849,3.174615,0.239838,-0.444427,2.959238,0.187968,0.299702,3.253074,0.036892,-0.591714,3.200639,0.114802,0.362998,3.155582,-0.165064,-0.604713,3.330310,-0.083953,0.341789,3.049589,-0.351487,-0.545332,3.398185,-0.295467,0.140459,2.930930,-0.546495,-0.325206,3.371948,-0.536191,-0.056183,3.057368,0.278608,-0.306881,2.831318,0.133981,-0.106773,2.934958,0.190598,-0.240379,2.817288,-0.020804,-0.089369,2.860127,0.094135,-0.236666,2.855661,-0.139543,-0.010739,2.738408,-0.007700,-0.279540,2.907421,-0.320653,0.194471,2.688254,-0.117154,-0.454658,3.012274,-0.441063,-0.141511,2.826887,-0.179761,-0.180595,2.921611,-0.292200,-0.113674,2.890368,-0.347390,-0.197463,2.989431,-0.397970,-0.033851,2.786432,-0.091017,-0.270922,2.932980,-0.292385,0.047480,2.785962,-0.239989,-0.324604,3.037698,-0.399641,0.102976,2.648658,-0.112970,-0.369824,2.963714,-0.460344,0.150505,2.727694,0.732108,-0.610440,2.310384,0.004355,0.448797,2.669018,0.553592,-0.857573,2.492178,-0.169327,0.403068,2.469215,0.400071,-0.775146,2.513714,-0.410829,-0.047889,2.605305,0.731124,-0.416395,2.210662,-0.077756,-0.076599,2.481953,0.644929,-0.367072,2.216608,-0.222675,-0.043212,2.374076,0.482563,-0.360211,2.307079,-0.398409,0.291111,2.298568,0.287556,-0.638311,2.501718,-0.599102,0.233338,2.269732,0.305221,-0.586106,2.460880,-0.608492,0.084534,2.234086,0.324604,-0.445799,2.396902,-0.611655,0.150771,2.251618,0.315446,-0.508142,2.426654,-0.609055,0.364397,0.485737,1.119102,-0.399892,0.662255,-1.542464,0.397610,0.480029,1.095803,-0.426594,0.672740,-1.571714,0.433893,0.513901,1.028021,-0.463149,0.742018,-1.602087,0.311625,0.489181,1.118446,-0.351153,0.670837,-1.523809,0.268336,0.474435,1.086538,-0.301899,0.690722,-1.540785,0.272087,0.494826,1.023988,-0.304225,0.751080,-1.567127,0.387824,0.510997,0.973789,-0.412268,0.786801,-1.623937,0.368190,0.504329,0.974507,-0.391772,0.784214,-1.622010,0.321957,0.494301,0.978310,-0.345535,0.780110,-1.612123,0.347020,0.500034,0.975686,-0.370624,0.782953,-1.617629,0.374423,0.416926,1.118697,-0.374423,0.595552,-1.629928,0.397774,0.406393,1.101626,-0.397774,0.610129,-1.643706,0.428261,0.415579,1.030201,-0.428261,0.681931,-1.649208,0.327502,0.423605,1.121544,-0.327502,0.594120,-1.622811,0.286203,0.411626,1.106598,-0.286203,0.606323,-1.637573,0.285635,0.411913,1.048403,-0.285635,0.663365,-1.649104,0.383142,0.402710,0.990340,-0.383142,0.718351,-1.669900,0.365672,0.404894,0.982230,-0.365672,0.726736,-1.669407,0.326322,0.394763,1.006073,-0.326322,0.701333,-1.674489,0.347646,0.401119,0.983937,-0.347646,0.724298,-1.672757,0.403814,0.447682,1.258127,-0.403814,0.465265,-1.571513,0.481867,0.384167,1.274042,-0.481867,0.436791,-1.630476,0.330106,0.456586,1.264283,-0.330106,0.461045,-1.561545,0.265114,0.378648,1.271330,-0.265114,0.438327,-1.636431,0.447939,0.563642,1.517078,-0.447939,0.234173,-1.408741,0.586560,0.497574,1.499775,-0.586560,0.234561,-1.477611,0.363948,0.574425,1.527819,-0.363948,0.226423,-1.394930,0.235749,0.530776,1.548609,-0.235749,0.196904,-1.433139,0.566367,0.714140,1.724613,-0.566367,0.130071,-1.212654,0.430481,0.898780,1.775532,-0.430481,0.174196,-1.022536,0.351611,0.900963,1.777357,-0.351611,0.173597,-1.019754,0.241588,0.872493,1.785453,-0.241588,0.153177,-1.041180,0.474569,0.675327,1.525243,-0.474569,0.284018,-1.335467,0.679822,0.546424,1.597449,-0.679822,0.163439,-1.416827,0.380296,0.687766,1.525575,-0.380296,0.291986,-1.325037,0.178565,0.603776,1.607675,-0.178565,0.182082,-1.362468,0.493194,0.233284,1.207548,-0.493194,0.471277,-1.791714,0.503902,0.155020,1.032224,-0.503902,0.627067,-1.903933,0.206637,0.153709,1.050215,-0.206637,0.609185,-1.901566,0.248849,0.230768,1.189747,-0.248849,0.488197,-1.797791,0.366007,0.143560,0.957390,-0.366007,0.698018,-1.930343,0.412897,0.145456,0.957589,-0.412897,0.698208,-1.928447,0.285425,0.135862,0.965577,-0.285425,0.688439,-1.936219,0.328573,0.139522,0.958380,-0.328573,0.696228,-1.934096,0.529195,0.291896,1.320210,-0.529195,0.369976,-1.711376,0.621980,0.362913,1.517707,-0.621980,0.185024,-1.599878,0.245220,0.282866,1.296616,-0.245220,0.394127,-1.725087,0.190689,0.387412,1.569429,-0.190689,0.144182,-1.565250,0.642624,0.714434,1.813448,-0.642624,0.052473,-1.171878,0.476095,0.916559,1.872682,-0.476095,0.096496,-0.961569,0.328912,0.929051,1.878057,-0.328912,0.097555,-0.948012,0.193143,0.891479,1.877209,-0.193143,0.080812,-0.981657,0.714766,0.475107,1.708558,-0.714766,0.037886,-1.434046,0.119369,0.516913,1.723088,-0.119369,0.042741,-1.388209,0.456157,0.100572,1.170840,-0.456157,0.480285,-1.929114,0.492012,0.043110,1.060033,-0.492012,0.577124,-2.007870,0.175784,0.063363,1.099087,-0.175784,0.542993,-1.980113,0.214049,0.114741,1.198162,-0.214049,0.456408,-1.909695,0.359195,0.003053,0.983670,-0.359195,0.643767,-2.062592,0.400351,0.010038,0.996258,-0.400351,0.632859,-2.053198,0.282139,0.019910,1.015295,-0.282139,0.616222,-2.039667,0.320196,0.002584,0.982764,-0.320196,0.644559,-2.063236,0.512998,0.173520,1.319333,-0.512998,0.347897,-1.827052,0.600361,0.260756,1.514409,-0.600361,0.167197,-1.697380,0.233915,0.184745,1.334389,-0.233915,0.336939,-1.813416,0.177430,0.282932,1.544173,-0.177430,0.145519,-1.670421,0.596903,0.732652,1.872679,-0.596903,0.009762,-1.126723,0.527287,0.783048,1.883685,-0.527287,0.024597,-1.074603,0.394235,0.802051,1.893764,-0.394235,0.024524,-1.053093,0.188942,0.787545,1.887797,-0.188942,0.023051,-1.068709,0.687723,0.402294,1.719378,-0.687723,-0.001139,-1.493044,0.120945,0.460243,1.752577,-0.120945,-0.007497,-1.425946,0.290254,1.509575,1.125583,-0.650018,1.315197,-0.790875,0.446322,1.495747,1.012230,-0.779076,1.375677,-0.921579,0.490204,1.479192,0.825402,-0.792670,1.503159,-1.065343,0.134418,1.488837,1.139900,-0.498422,1.308501,-0.747362,0.062269,1.429464,1.011063,-0.396330,1.377428,-0.848139,0.087227,1.446207,0.823174,-0.402342,1.528962,-0.963060,0.372965,1.450083,0.687738,-0.656453,1.603076,-1.136089,0.308265,1.372827,0.705447,-0.573533,1.547744,-1.159129,0.206177,1.438756,0.695656,-0.496695,1.608471,-1.086516,0.235651,1.352509,0.708319,-0.499113,1.540770,-1.148793,0.231414,2.008857,1.142109,-0.752285,1.624803,-0.409563,0.316792,1.997998,1.038520,-0.817471,1.689973,-0.508614,0.342775,1.977652,0.913034,-0.822000,1.772943,-0.609992,0.129663,1.988310,1.120943,-0.647772,1.636981,-0.407324,0.088534,1.968212,1.047276,-0.594505,1.685493,-0.455534,0.110044,1.951201,0.926878,-0.596299,1.766196,-0.550460,0.243362,1.971127,0.859001,-0.720728,1.820673,-0.618688,0.229098,1.966192,0.851930,-0.705292,1.824515,-0.622518,0.157736,1.953588,0.855417,-0.634515,1.819450,-0.608355,0.190266,1.955456,0.853405,-0.665578,1.819587,-0.617893,0.195090,2.190866,1.010206,-0.715561,1.819221,-0.334068,0.271667,2.146835,0.961494,-0.777531,1.853145,-0.405311,0.315274,2.067753,0.868944,-0.798291,1.900305,-0.525055,0.135708,2.180595,1.018922,-0.660243,1.796402,-0.330679,0.101262,2.114720,0.956634,-0.611722,1.809586,-0.413610,0.117993,2.038007,0.870870,-0.607550,1.846702,-0.524377,0.237931,2.025220,0.838329,-0.716399,1.889925,-0.567530,0.221718,2.020600,0.832661,-0.699551,1.889376,-0.572340,0.147481,2.013927,0.839790,-0.629134,1.866469,-0.564623,0.189957,2.014331,0.836394,-0.669627,1.877259,-0.571770,0.241452,1.861213,1.092345,-0.709641,1.569181,-0.547826,0.363779,1.871418,1.014370,-0.818674,1.621624,-0.628510,0.394807,1.858760,0.890078,-0.828933,1.705185,-0.725894,0.150230,1.859899,1.096585,-0.623774,1.575297,-0.517319,0.109659,1.824031,1.001874,-0.562899,1.629510,-0.589831,0.112851,1.824278,0.874676,-0.550597,1.726592,-0.671152,0.256330,1.851218,0.825988,-0.688325,1.764890,-0.728134,0.241473,1.849606,0.819880,-0.673082,1.770198,-0.728457,0.170348,1.842763,0.828341,-0.604943,1.767334,-0.705523,0.202774,1.838470,0.821346,-0.633317,1.766336,-0.723207,1.314155,3.711725,-0.946407,-1.358367,3.773889,1.091805,1.326347,3.714602,-1.001054,-1.401989,3.748282,1.067623,1.224686,3.671709,-0.939453,-1.277738,3.725704,1.062967,1.258175,3.720836,-1.057222,-1.386695,3.706340,0.991150,1.211837,3.688792,-1.031873,-1.328981,3.684568,0.994554,1.151122,4.452101,-0.760499,-1.062608,4.386108,0.711334,1.118615,4.436333,-0.883742,-1.190778,4.384938,0.710963,0.977055,4.393452,-0.624760,-0.981513,4.278417,0.525545,0.924017,4.324028,-0.967881,-1.298628,4.207214,0.518195,0.859089,4.302824,-0.691172,-1.084758,4.181221,0.447294,0.774842,4.962016,-0.353900,-0.690135,4.864649,0.470835,0.598018,5.000913,-0.554331,-0.878038,4.950974,0.297073,0.576065,4.742414,-0.297285,-0.624545,4.697080,0.228840,0.489455,4.800023,-0.450323,-0.770668,4.778542,0.149766,0.517323,4.743473,-0.366223,-0.689518,4.714319,0.168132,0.955063,4.578222,-0.700596,-1.054225,4.460243,0.533049,0.950101,4.604225,-0.766644,-1.119362,4.488778,0.530607,0.929238,4.529007,-0.671746,-1.024609,4.417708,0.497905,0.812581,4.588048,-0.783493,-1.127568,4.506403,0.392480,0.884318,4.455017,-0.679271,-1.030860,4.356116,0.435394,0.614838,5.079542,-0.245424,-0.574434,5.012448,0.349117,0.494722,5.111911,-0.393032,-0.708729,5.079198,0.231255,0.477071,4.907168,-0.177076,-0.505336,4.876245,0.174560,0.386478,4.952368,-0.316022,-0.630310,4.949870,0.087357,0.411962,4.896555,-0.233781,-0.556226,4.885886,0.102194,1.369470,3.439697,-0.729703,-1.371618,3.989087,1.275602,1.183603,3.429618,-0.723113,-1.191895,3.940189,1.275289,1.150109,2.482618,-1.411753,-1.278878,3.552083,2.160315,1.052260,2.457019,-1.391875,-1.175242,3.565072,2.158889,1.155296,2.967366,-1.750346,-1.433493,2.986590,1.992034,1.073395,2.999110,-1.765517,-1.361835,2.936275,1.977944,1.252160,3.712088,-1.251829,-1.429331,3.494823,1.000735,1.149164,3.677124,-1.209861,-1.316668,3.496650,1.033477,1.046828,2.683504,-1.712007,-1.253967,3.224385,2.199917,1.143888,2.677472,-1.709606,-1.354712,3.223771,2.203484,1.174465,3.588406,-1.021449,-1.276663,3.676907,1.140100,1.384920,3.645624,-1.043405,-1.484058,3.727372,1.090224,1.177477,3.378893,-0.905537,-1.230270,3.791345,1.392116,1.359994,3.400658,-0.865941,-1.394422,3.879726,1.365101,1.221923,3.508644,-1.390658,-1.438873,3.337781,1.200190,1.159536,3.345553,-1.199544,-1.315122,3.487369,1.371433,1.374058,3.451795,-1.142999,-1.502055,3.616643,1.277364,1.132267,3.496052,-1.382263,-1.351059,3.316174,1.209629,1.148842,2.993008,-1.027526,-1.241759,3.631708,1.720303,1.257690,3.018166,-1.052052,-1.352151,3.643208,1.712743,1.206755,3.246069,-1.495382,-1.454727,3.207332,1.462060,1.146190,3.060814,-1.304720,-1.331939,3.358331,1.653120,1.320500,3.098623,-1.356341,-1.513143,3.373960,1.615145,1.124650,3.248246,-1.491910,-1.377818,3.173766,1.465608,1.345924,3.217232,-0.874725,-1.353237,3.939163,1.536842,1.283637,3.216741,-0.901463,-1.301373,3.896468,1.545909,1.290679,3.169425,-0.743250,-1.257280,4.054362,1.524810,1.342921,3.212771,-0.768593,-1.320699,4.032371,1.497517,1.328361,2.954969,-0.872692,-1.294008,4.034245,1.774635,1.179852,3.013284,-0.840187,-1.153604,3.993898,1.702727,1.173059,3.043355,-0.951372,-1.182331,3.883556,1.720389,1.340563,2.975954,-0.958427,-1.332351,3.955473,1.790904] },
{ "name": "animation_000001", "vertices": [0.225733,5.998937,-0.179327,-0.258819,6.000976,-0.179069,0.193933,5.635784,0.404691,-0.224342,5.639242,0.409369,-0.005301,5.526703,0.579536,-0.016676,5.968780,-0.262388,0.667964,6.857102,-0.281736,-0.693994,6.860126,-0.288120,0.406310,7.005535,0.556676,-0.439555,7.007413,0.552711,-0.017390,7.030741,0.729929,-0.011932,6.877632,-0.507094,0.380874,6.583482,0.677874,-0.417130,6.585254,0.674134,0.597287,6.606915,-0.306034,-0.624205,6.609626,-0.311760,-0.017287,6.612524,0.834039,-0.012404,6.460931,-0.603600,0.467158,5.874442,0.626819,-0.500594,5.878445,0.627149,0.467341,6.249736,-0.272517,-0.496825,6.252428,-0.275590,-0.016067,5.830076,0.850121,-0.014636,6.160577,-0.502020,0.152399,5.686425,0.129252,-0.188858,5.692203,0.140828,-0.009568,5.645449,0.211366,0.543708,7.047695,0.275214,-0.574120,7.050177,0.269975,-0.014928,7.196676,0.283215,0.652132,6.606037,0.395278,-0.685624,6.609007,0.389008,0.561598,5.992158,0.386231,-0.594225,5.996947,0.386649,0.168473,5.801504,-0.065255,-0.204989,5.803861,-0.062994,-0.018807,5.825727,-0.135852,0.545211,7.017216,-0.059834,-0.572618,7.019697,-0.065074,-0.013217,7.154684,-0.101653,0.630026,6.654383,-0.087027,-0.658783,6.657244,-0.093068,0.556792,6.089043,-0.105348,-0.588356,6.092492,-0.108334,-0.043535,5.500356,-0.080524,0.091820,5.460938,-0.043620,-0.168037,5.464564,0.001223,0.004659,5.369875,0.177403,0.111892,5.418229,0.067801,-0.141633,5.412081,0.126348,-0.078482,5.366424,-0.172374,0.134622,5.369385,-0.161518,-0.284733,5.395642,0.019719,0.255486,5.329088,0.050025,-0.218434,5.268449,0.220690,0.026838,5.281855,0.223345,0.246720,4.978894,0.266123,-0.176148,4.952558,0.325781,0.039050,4.990948,0.358038,0.234266,4.598068,0.355358,-0.177028,4.587993,0.417630,0.036165,4.599976,0.444835,0.119494,5.153263,-0.318705,-0.412847,5.251328,-0.161415,-0.112954,5.166873,-0.237895,0.430663,5.002065,0.069575,-0.356156,4.937506,0.227352,0.394605,4.618298,0.218099,-0.353507,4.609196,0.336090,0.508704,5.286417,-0.116949,-0.484256,5.208735,0.313507,0.381553,5.314138,-0.292550,-0.549022,5.326820,0.142822,0.279267,5.007074,-0.293469,-0.534567,5.077833,-0.077008,0.418919,4.633975,0.017217,-0.440708,4.636919,0.154329,0.367081,4.932753,-0.138919,-0.481172,4.943623,0.031941,0.246030,4.648155,-0.100431,-0.325763,4.658388,-0.020047,0.049327,4.690649,-0.148147,-0.171164,4.701791,-0.135100,-0.062468,4.710845,-0.154288,0.145340,3.708517,0.326421,-0.175608,3.767796,0.326420,-0.019316,3.715516,0.412265,0.236474,3.714558,0.190775,-0.261020,3.805027,0.198561,0.302305,3.753920,0.005951,-0.308401,3.866119,0.014378,0.266151,3.776874,-0.092386,-0.266143,3.873478,-0.090648,0.069371,3.825542,-0.164220,-0.064870,3.849975,-0.163853,0.000848,3.838315,-0.175892,0.076018,3.325236,0.198869,-0.352456,3.187498,0.288017,-0.132132,3.254246,0.312091,0.270818,3.344753,0.046011,-0.514622,3.328194,0.169032,0.333885,3.325186,-0.246404,-0.508296,3.520090,-0.104777,0.314216,3.341127,-0.322288,-0.458758,3.531543,-0.271729,-0.026565,3.118634,0.256363,-0.293687,2.949911,0.193592,-0.138439,3.123628,0.287149,-0.127023,2.991784,0.191034,-0.088754,2.976811,0.170058,-0.227627,2.882140,0.020333,-0.120968,2.940201,0.035882,-0.084496,2.891501,0.056549,-0.215441,2.898822,-0.122228,-0.139554,2.900021,-0.205059,0.056288,3.317955,-0.515355,-0.215240,3.422486,-0.498734,-0.083418,3.366165,-0.410751,-0.126121,3.089470,-0.347141,0.158603,3.190276,0.292661,-0.482587,2.969077,0.209883,0.361093,3.204191,0.110748,-0.641802,3.151390,0.084580,0.419133,3.078003,-0.047779,-0.669007,3.201121,-0.118422,-0.020852,3.042396,0.333779,-0.320332,2.811886,0.141124,-0.077327,2.936161,0.231365,-0.246826,2.811311,0.001264,-0.053919,2.856731,0.123563,-0.249439,2.846262,-0.130073,0.329597,2.816293,-0.114616,-0.575365,3.069252,-0.352553,0.113924,3.204561,0.243295,-0.424959,3.027419,0.214641,0.306258,3.297190,0.037623,-0.566581,3.266552,0.121129,0.368876,3.207788,-0.168535,-0.587238,3.371274,-0.091082,0.349122,3.104261,-0.357264,-0.537043,3.414203,-0.311825,0.151274,2.980403,-0.551955,-0.327066,3.362997,-0.559176,-0.034997,3.079922,0.282332,-0.295603,2.887490,0.167977,-0.081745,2.957355,0.191871,-0.238651,2.853560,0.012622,-0.063328,2.885914,0.092770,-0.240462,2.877678,-0.110294,0.018658,2.770283,-0.014854,-0.294337,2.907900,-0.290904,0.222834,2.732788,-0.131013,-0.472297,3.005150,-0.413704,-0.121275,2.859208,-0.181431,-0.178820,2.937490,-0.284737,-0.097215,2.925805,-0.348696,-0.191156,3.010116,-0.397338,-0.009653,2.819841,-0.095497,-0.276599,2.941771,-0.274924,0.068920,2.825525,-0.246141,-0.330290,3.039821,-0.391736,0.133353,2.688825,-0.125560,-0.390256,2.951131,-0.432367,0.200586,2.745242,0.719783,-0.626828,2.373448,0.128200,0.496199,2.705715,0.531795,-0.877378,2.543339,-0.052496,0.455382,2.508621,0.373462,-0.810162,2.530054,-0.299248,0.008009,2.613889,0.720242,-0.442705,2.254925,0.048255,-0.017431,2.491934,0.631082,-0.402786,2.240047,-0.098900,0.016333,2.390548,0.464662,-0.403861,2.307034,-0.284982,0.348236,2.336366,0.258735,-0.686545,2.487703,-0.492224,0.292342,2.304380,0.277014,-0.636735,2.443550,-0.499344,0.145903,2.261333,0.299186,-0.499596,2.373041,-0.502571,0.210997,2.282173,0.288838,-0.560400,2.405834,-0.500127,0.367085,0.489903,1.022204,-0.397794,0.770142,-1.402554,0.400276,0.483336,0.999100,-0.425136,0.780710,-1.431176,0.439301,0.517871,0.933202,-0.466175,0.849248,-1.457188,0.314590,0.496231,1.021044,-0.349720,0.780688,-1.383195,0.271035,0.485146,0.988035,-0.301884,0.804812,-1.398666,0.276779,0.507789,0.926417,-0.308181,0.866455,-1.421092,0.393929,0.519646,0.878338,-0.418354,0.898584,-1.475920,0.373956,0.514030,0.878544,-0.397732,0.897230,-1.474081,0.327202,0.506384,0.881369,-0.351322,0.895542,-1.464296,0.352572,0.510847,0.879288,-0.376546,0.897080,-1.469707,0.374423,0.416937,1.019004,-0.374423,0.711024,-1.497282,0.397774,0.407929,1.001083,-0.397774,0.726925,-1.509508,0.428261,0.423291,0.930727,-0.428261,0.798915,-1.507688,0.327502,0.423343,1.022421,-0.327502,0.708877,-1.490347,0.286203,0.412709,1.006490,-0.286203,0.722516,-1.503793,0.285635,0.418056,0.948541,-0.285635,0.780434,-1.509470,0.383142,0.413936,0.889898,-0.383142,0.837248,-1.524574,0.365672,0.416817,0.882008,-0.365672,0.845540,-1.523232,0.326322,0.404652,0.904880,-0.326322,0.820785,-1.530867,0.347646,0.412909,0.883380,-0.347646,0.843455,-1.526812,0.403814,0.435452,1.160581,-0.403814,0.575478,-1.452402,0.481867,0.370793,1.170912,-0.481867,0.553140,-1.513953,0.330106,0.443787,1.167488,-0.330106,0.570267,-1.442914,0.265114,0.365531,1.167730,-0.265114,0.555273,-1.519720,0.447939,0.528868,1.428692,-0.447939,0.329602,-1.311889,0.586560,0.464788,1.405406,-0.586560,0.338875,-1.379870,0.363948,0.538531,1.440337,-0.363948,0.320168,-1.299605,0.235749,0.493221,1.457204,-0.235749,0.294875,-1.340796,0.566367,0.656498,1.655555,-0.566367,0.164643,-1.133350,0.430481,0.833201,1.728462,-0.430481,0.154863,-0.940724,0.351611,0.835149,1.730536,-0.351611,0.153539,-0.938205,0.241588,0.805913,1.735157,-0.241588,0.139617,-0.964325,0.474569,0.641659,1.452267,-0.474570,0.349301,-1.211997,0.679822,0.504944,1.508883,-0.679822,0.252877,-1.322863,0.380296,0.653920,1.454394,-0.380296,0.352611,-1.199870,0.178565,0.560728,1.526085,-0.178565,0.255453,-1.265021,0.493194,0.226265,1.091550,-0.493194,0.603825,-1.670854,0.503902,0.163544,0.910085,-0.503902,0.770207,-1.766668,0.206637,0.160672,0.927893,-0.206637,0.752177,-1.766130,0.248849,0.225306,1.073598,-0.248849,0.621274,-1.675181,0.366007,0.158634,0.834537,-0.366007,0.843474,-1.785735,0.412897,0.160505,0.834900,-0.412897,0.843471,-1.783830,0.285425,0.150253,0.842023,-0.285425,0.834541,-1.792554,0.328573,0.154525,0.835172,-0.328573,0.842075,-1.789651,0.529195,0.274998,1.208568,-0.529195,0.496640,-1.601187,0.621980,0.328678,1.410753,-0.621980,0.305006,-1.510021,0.245220,0.267914,1.184591,-0.245220,0.520306,-1.612407,0.190689,0.348322,1.464921,-0.190689,0.257927,-1.479944,0.642624,0.646170,1.743923,-0.642624,0.078275,-1.114578,0.476096,0.839189,1.827045,-0.476096,0.063652,-0.902844,0.328912,0.850945,1.833880,-0.328912,0.061035,-0.889499,0.193144,0.813747,1.828528,-0.193144,0.053934,-0.926404,0.714766,0.421122,1.611571,-0.714766,0.131964,-1.370949,0.119369,0.460750,1.630719,-0.119369,0.125754,-1.326343,0.456157,0.097248,1.043441,-0.456157,0.626743,-1.806628,0.492012,0.049639,0.928056,-0.492012,0.731080,-1.875141,0.175784,0.066419,0.968723,-0.175784,0.694306,-1.850994,0.214049,0.108987,1.071891,-0.214049,0.601016,-1.789735,0.359195,0.016374,0.848499,-0.359195,0.802936,-1.922811,0.400351,0.022238,0.861647,-0.400351,0.791130,-1.914573,0.282139,0.030417,0.881470,-0.282139,0.773205,-1.902802,0.320196,0.015985,0.847556,-0.320196,0.803790,-1.923371,0.512998,0.157046,1.197496,-0.512998,0.485775,-1.718790,0.600361,0.226869,1.398384,-0.600361,0.297462,-1.610763,0.233915,0.166885,1.213654,-0.233915,0.472562,-1.706131,0.177430,0.246305,1.430324,-0.177430,0.271333,-1.585746,0.596903,0.656927,1.804969,-0.596903,0.024590,-1.083618,0.527287,0.705323,1.821940,-0.527287,0.024723,-1.031026,0.394235,0.722977,1.834228,-0.394235,0.018880,-1.010325,0.188942,0.709293,1.826563,-0.188942,0.021652,-1.025763,0.687723,0.347264,1.614029,-0.687723,0.107716,-1.439357,0.120945,0.400974,1.653501,-0.120945,0.085935,-1.375858,0.348016,1.515176,1.069466,-0.690096,1.355616,-0.611629,0.504732,1.497438,0.957562,-0.822888,1.415769,-0.738693,0.550350,1.486011,0.770765,-0.844875,1.551057,-0.874038,0.191101,1.502376,1.081020,-0.538375,1.356102,-0.568037,0.117728,1.452210,0.948999,-0.441065,1.437913,-0.663783,0.146257,1.475076,0.762267,-0.457059,1.595796,-0.768771,0.433713,1.468843,0.630607,-0.715542,1.664038,-0.937692,0.364703,1.394567,0.644362,-0.629169,1.615861,-0.963906,0.266460,1.466283,0.636016,-0.556470,1.676709,-0.887246,0.291068,1.378125,0.645515,-0.554449,1.613137,-0.953745,0.315930,2.016010,1.105536,-0.812554,1.634520,-0.210311,0.402228,2.005022,1.002527,-0.881938,1.700371,-0.305836,0.429333,1.988753,0.876527,-0.892306,1.787915,-0.401783,0.213728,2.001087,1.082631,-0.709399,1.652514,-0.206769,0.172863,1.985947,1.007833,-0.659663,1.705923,-0.252030,0.195578,1.972631,0.887152,-0.667152,1.790317,-0.342047,0.330857,1.989134,0.821352,-0.794799,1.840420,-0.407546,0.316589,1.985130,0.813978,-0.779806,1.844942,-0.411103,0.244678,1.975539,0.816369,-0.709036,1.843025,-0.397018,0.277277,1.976060,0.814702,-0.739984,1.842049,-0.406577,0.277380,2.203114,0.980016,-0.773637,1.847993,-0.136742,0.354347,2.164079,0.927988,-0.838514,1.876308,-0.207910,0.399276,2.089654,0.832056,-0.865475,1.908715,-0.330830,0.218879,2.190179,0.989850,-0.719402,1.822642,-0.133615,0.185834,2.124899,0.926404,-0.676047,1.823762,-0.219580,0.203855,2.051635,0.837923,-0.677824,1.847248,-0.333431,0.323412,2.044749,0.802122,-0.787365,1.889658,-0.375490,0.307366,2.039652,0.796713,-0.771022,1.887856,-0.380881,0.233720,2.029821,0.805393,-0.701345,1.863135,-0.374046,0.276058,2.032022,0.801005,-0.741710,1.874724,-0.380260,0.318677,1.869993,1.049981,-0.766220,1.588997,-0.353029,0.442487,1.876651,0.973989,-0.878488,1.639246,-0.430612,0.474578,1.867308,0.849673,-0.894246,1.728038,-0.522476,0.227465,1.873467,1.053048,-0.680933,1.598762,-0.321854,0.186393,1.843673,0.956466,-0.623774,1.661400,-0.390498,0.191427,1.848834,0.829432,-0.617905,1.764104,-0.465377,0.336834,1.869868,0.783640,-0.757868,1.796863,-0.520329,0.322002,1.869311,0.777290,-0.743007,1.803170,-0.520250,0.250497,1.866008,0.784595,-0.674821,1.803316,-0.497278,0.282743,1.860243,0.777828,-0.703073,1.801597,-0.515102,1.305757,3.710575,-0.861802,-1.325882,3.770136,1.004043,1.319100,3.709773,-0.916250,-1.369926,3.744606,0.980558,1.215510,3.672463,-0.854229,-1.245538,3.724974,0.969990,1.252193,3.713456,-0.974139,-1.356922,3.706223,0.901825,1.204823,3.683810,-0.947800,-1.298688,3.685601,0.901995,1.149153,4.461113,-0.718516,-1.064036,4.407310,0.640947,1.123741,4.440322,-0.842641,-1.191988,4.400784,0.642126,0.965662,4.413100,-0.591452,-0.981267,4.309376,0.450633,0.929338,4.327731,-0.932116,-1.296497,4.226523,0.445863,0.849515,4.322464,-0.660511,-1.081246,4.210722,0.370327,0.781429,4.980785,-0.333788,-0.699199,4.892697,0.436881,0.613188,5.027360,-0.539890,-0.881918,4.985666,0.261032,0.571665,4.769862,-0.284261,-0.624692,4.736332,0.190017,0.492732,4.831234,-0.439965,-0.768698,4.820468,0.109867,0.515346,4.773484,-0.355107,-0.687770,4.755908,0.128033,0.956480,4.589863,-0.675127,-1.062471,4.484089,0.469271,0.954832,4.616100,-0.741248,-1.127679,4.512372,0.465957,0.927628,4.541779,-0.647253,-1.031452,4.443301,0.433276,0.817382,4.605841,-0.762683,-1.131510,4.536048,0.328546,0.879770,4.469941,-0.656430,-1.035296,4.384605,0.367810,0.622965,5.105285,-0.230553,-0.580639,5.046802,0.325563,0.509335,5.142653,-0.381896,-0.711342,5.117672,0.206389,0.476292,4.939050,-0.167303,-0.505492,4.918796,0.148086,0.392140,4.987979,-0.308954,-0.627686,4.995310,0.059831,0.412780,4.931240,-0.226151,-0.554055,4.931262,0.074610,1.363672,3.438734,-0.644225,-1.335380,3.956401,1.216320,1.177837,3.428759,-0.636647,-1.156131,3.906489,1.207960,1.143287,2.471500,-1.293422,-1.236689,3.416135,2.041345,1.045725,2.447036,-1.270694,-1.132961,3.428392,2.040203,1.144510,2.938369,-1.661101,-1.398405,2.876017,1.808693,1.062398,2.968894,-1.677446,-1.327378,2.827187,1.787817,1.244325,3.704834,-1.167645,-1.400692,3.498425,0.885780,1.141399,3.670405,-1.124935,-1.287609,3.495698,0.917009,1.037174,2.653811,-1.601625,-1.214355,3.085870,2.041242,1.134194,2.648890,-1.601680,-1.315056,3.085621,2.045952,1.167427,3.583509,-0.936029,-1.244850,3.661900,1.043376,1.377764,3.640639,-0.959307,-1.452320,3.719580,1.002436,1.171016,3.373565,-0.817936,-1.194556,3.745058,1.306652,1.353678,3.396294,-0.779470,-1.358180,3.837313,1.292402,1.213432,3.500728,-1.304757,-1.409492,3.319301,1.064555,1.151896,3.339190,-1.112055,-1.282439,3.446393,1.250890,1.366594,3.445991,-1.057255,-1.469223,3.587434,1.175231,1.123816,3.488164,-1.295895,-1.321779,3.296037,1.070266,1.142089,2.989033,-0.936463,-1.203812,3.547450,1.613562,1.250813,3.013154,-0.961920,-1.314172,3.560632,1.608788,1.197937,3.236928,-1.407952,-1.423589,3.158635,1.309159,1.138232,3.053414,-1.215517,-1.297260,3.284776,1.515343,1.312346,3.091048,-1.267460,-1.478732,3.306235,1.481745,1.115807,3.238611,-1.405062,-1.346957,3.124287,1.307728,1.339659,3.212633,-0.783432,-1.314511,3.875488,1.469488,1.277267,3.211438,-0.809903,-1.262944,3.831612,1.472755,1.284955,3.168175,-0.650563,-1.217638,3.990546,1.470110,1.337076,3.210880,-0.677210,-1.281561,3.972469,1.441171,1.322227,2.950502,-0.774641,-1.251726,3.941019,1.716182,1.173820,3.009573,-0.743049,-1.112520,3.908455,1.638249,1.166575,3.036795,-0.854937,-1.142063,3.797022,1.642968,1.334081,2.969297,-0.860932,-1.290607,3.861170,1.723404] },
{ "name": "animation_000002", "vertices": [0.235888,6.112298,-0.168983,-0.248692,6.115545,-0.168772,0.202224,5.717151,0.394295,-0.216130,5.720884,0.397595,-0.000250,5.606516,0.564935,-0.006585,6.087716,-0.253750,0.680392,6.974264,-0.219238,-0.681555,6.981904,-0.223620,0.420163,7.071947,0.627029,-0.425697,7.076692,0.624307,-0.003259,7.087824,0.802060,0.000311,7.010652,-0.442018,0.393521,6.643353,0.722219,-0.404477,6.647829,0.719652,0.608893,6.726251,-0.258700,-0.612590,6.733103,-0.262629,-0.004866,6.664530,0.879912,-0.001597,6.600637,-0.563829,0.476674,5.939943,0.628509,-0.491132,5.946389,0.628800,0.477942,6.367931,-0.246991,-0.486235,6.373641,-0.249080,-0.007019,5.884071,0.848690,-0.004357,6.294032,-0.481192,0.161996,5.783290,0.124369,-0.179422,5.787958,0.132489,-0.002065,5.742890,0.204804,0.557375,7.130817,0.348490,-0.560445,7.137088,0.344894,-0.000775,7.280766,0.366329,0.664528,6.682308,0.441173,-0.673217,6.689812,0.436869,0.571509,6.071384,0.395302,-0.584379,6.079087,0.395667,0.178396,5.908333,-0.066411,-0.195114,5.911266,-0.064806,-0.008635,5.936729,-0.135937,0.558402,7.120885,0.012203,-0.559419,7.127155,0.008607,0.000366,7.262388,-0.020389,0.642030,6.760133,-0.037243,-0.646770,6.767362,-0.041389,0.567049,6.197142,-0.089891,-0.578120,6.204063,-0.091909,-0.026110,5.597848,-0.087246,0.109901,5.559474,-0.043443,-0.153563,5.561609,-0.008198,0.011365,5.469530,0.175898,0.125134,5.516854,0.072865,-0.134209,5.509995,0.118465,-0.050275,5.465810,-0.177314,0.170745,5.466603,-0.154055,-0.267676,5.493820,0.006815,0.276031,5.420083,0.064931,-0.223724,5.360893,0.209896,0.031273,5.380932,0.224648,0.243977,5.074406,0.279986,-0.181738,5.048781,0.314374,0.033700,5.088913,0.360091,0.231182,4.694525,0.365882,-0.182632,4.686833,0.409223,0.029492,4.697557,0.446147,0.152897,5.251719,-0.311283,-0.376533,5.356926,-0.190421,-0.083629,5.271227,-0.244139,0.428552,5.084478,0.095541,-0.362639,5.033957,0.191921,0.394618,4.714658,0.238409,-0.357292,4.707403,0.315971,0.537280,5.356572,-0.084688,-0.500094,5.300345,0.269842,0.424836,5.392550,-0.268570,-0.543920,5.425437,0.097939,0.301100,5.096035,-0.276781,-0.507777,5.185715,-0.126723,0.427256,4.730975,0.039223,-0.435615,4.734890,0.127978,0.373622,5.019438,-0.117587,-0.467069,5.048753,-0.016046,0.260477,4.746428,-0.087370,-0.310562,4.756850,-0.039872,0.068123,4.789789,-0.145311,-0.147978,4.800643,-0.145429,-0.043743,4.810579,-0.157806,0.154374,3.812593,0.326430,-0.168852,3.857824,0.326430,-0.010430,3.812408,0.412274,0.244801,3.822744,0.191821,-0.254661,3.892538,0.195886,0.308947,3.865072,0.006967,-0.304860,3.950883,0.011494,0.272418,3.885992,-0.092160,-0.263673,3.959703,-0.090945,0.073688,3.926196,-0.164203,-0.061510,3.944839,-0.163946,0.005113,3.936077,-0.176000,0.104354,3.403197,0.221463,-0.287745,3.356695,0.278919,-0.099523,3.325659,0.328047,0.292508,3.448081,0.065348,-0.456632,3.473682,0.141065,0.348989,3.456265,-0.235024,-0.475710,3.595165,-0.161115,0.334460,3.462858,-0.319579,-0.439448,3.597115,-0.295399,0.019965,3.180997,0.262844,-0.238341,3.107950,0.240293,-0.093823,3.182996,0.297303,-0.072828,3.052220,0.187406,-0.033561,3.040452,0.163092,-0.190204,2.999729,0.088500,-0.068134,3.014819,0.026142,-0.027359,2.966585,0.040769,-0.192525,2.977002,-0.054586,-0.091767,2.991062,-0.214314,0.080049,3.424851,-0.515596,-0.196525,3.493109,-0.510561,-0.060382,3.463072,-0.410126,-0.090141,3.184673,-0.349265,0.204482,3.254786,0.297856,-0.418491,3.160875,0.276288,0.397162,3.304071,0.111486,-0.587707,3.305105,0.118643,0.457194,3.200767,-0.062144,-0.638235,3.291895,-0.085552,0.038310,3.089846,0.328592,-0.269241,2.981018,0.242535,-0.014730,2.991331,0.217031,-0.213266,2.933435,0.102654,0.009625,2.926161,0.100250,-0.231022,2.926653,-0.031945,0.384149,2.941737,-0.154579,-0.576575,3.089544,-0.275888,0.155040,3.274227,0.253364,-0.362612,3.204075,0.254746,0.332067,3.400811,0.051553,-0.507948,3.417063,0.110537,0.392657,3.337533,-0.165526,-0.551173,3.455997,-0.118808,0.374792,3.247817,-0.364607,-0.522538,3.440703,-0.344790,0.182950,3.120924,-0.568024,-0.331907,3.340353,-0.588171,0.016910,3.135912,0.284227,-0.242063,3.048725,0.235968,-0.023730,3.018391,0.182009,-0.202593,2.972395,0.092897,-0.004057,2.958530,0.074958,-0.217402,2.961175,-0.031251,0.082118,2.861136,-0.049403,-0.293594,2.938806,-0.198449,0.283204,2.852015,-0.175911,-0.482395,3.004749,-0.326528,-0.070286,2.950138,-0.194367,-0.155932,2.994017,-0.253945,-0.052707,3.023017,-0.356486,-0.164204,3.071483,-0.386595,0.046594,2.913761,-0.118403,-0.264120,2.985104,-0.216979,0.120089,2.935962,-0.270176,-0.324141,3.059543,-0.353650,0.197558,2.800416,-0.171722,-0.403423,2.944212,-0.338367,0.297740,2.770511,0.670727,-0.584538,2.578255,0.399711,0.586838,2.774714,0.469000,-0.851382,2.699067,0.203528,0.553563,2.593455,0.291182,-0.814889,2.607094,-0.032672,0.115485,2.625357,0.663404,-0.414099,2.430453,0.341018,0.095103,2.512228,0.562133,-0.392653,2.369003,0.202333,0.128785,2.432481,0.384311,-0.414821,2.375840,0.005924,0.454317,2.426926,0.161827,-0.716538,2.500652,-0.215187,0.401775,2.388904,0.178410,-0.668934,2.453613,-0.213611,0.259998,2.332478,0.200872,-0.534770,2.377630,-0.209659,0.322873,2.359303,0.190589,-0.594099,2.413084,-0.210930,0.371730,0.505319,0.744058,-0.388650,1.056929,-1.021810,0.404645,0.497679,0.720890,-0.418254,1.067826,-1.047951,0.448309,0.534139,0.659066,-0.466391,1.134610,-1.064712,0.320132,0.516860,0.742788,-0.340737,1.069804,-1.003487,0.276469,0.513205,0.708296,-0.296047,1.099687,-1.018298,0.285769,0.540761,0.649164,-0.308836,1.162467,-1.033708,0.404576,0.545422,0.604002,-0.424078,1.189798,-1.080063,0.384155,0.541803,0.603409,-0.403348,1.190164,-1.079256,0.336828,0.538565,0.604870,-0.356523,1.191753,-1.071683,0.362551,0.540684,0.603561,-0.382032,1.191513,-1.075824,0.374423,0.418896,0.731151,-0.374423,1.011248,-1.139657,0.397774,0.414616,0.711555,-0.397774,1.029840,-1.147184,0.428261,0.446953,0.647211,-0.428261,1.098720,-1.126174,0.327502,0.424254,0.736051,-0.327502,1.007324,-1.133549,0.286203,0.417905,0.717980,-0.286204,1.024063,-1.142857,0.285635,0.437463,0.663169,-0.285635,1.081389,-1.132834,0.383142,0.448021,0.605337,-0.383143,1.140173,-1.132191,0.365672,0.452770,0.598409,-0.365672,1.147804,-1.128680,0.326322,0.435310,0.617547,-0.326322,1.125992,-1.142659,0.347646,0.448643,0.598769,-0.347647,1.146752,-1.132688,0.403814,0.401706,0.872895,-0.403814,0.868636,-1.132669,0.481867,0.336506,0.866861,-0.481868,0.863576,-1.197952,0.330106,0.408067,0.881654,-0.330106,0.861077,-1.124921,0.265114,0.332198,0.862473,-0.265114,0.867174,-1.202939,0.447939,0.426666,1.156275,-0.447939,0.592280,-1.057559,0.586560,0.371194,1.117249,-0.586560,0.622936,-1.116606,0.363948,0.432770,1.169854,-0.363948,0.580187,-1.050243,0.235749,0.384687,1.174815,-0.235750,0.567546,-1.096817,0.566367,0.477786,1.421829,-0.566368,0.300726,-1.005809,0.430481,0.618960,1.549319,-0.430481,0.163509,-0.876986,0.351611,0.620111,1.551922,-0.351611,0.160836,-0.876010,0.241588,0.590997,1.546589,-0.241588,0.168076,-0.904709,0.474569,0.531074,1.223178,-0.474570,0.500611,-0.940318,0.679822,0.382840,1.232239,-0.679822,0.498617,-1.089872,0.380296,0.541596,1.229979,-0.380296,0.491085,-0.930993,0.178565,0.429832,1.267433,-0.178565,0.459154,-1.045005,0.493194,0.216187,0.754122,-0.493194,0.954383,-1.335578,0.503902,0.200449,0.562769,-0.503902,1.140332,-1.383396,0.206637,0.193249,0.579308,-0.206637,1.122815,-1.387701,0.248849,0.219712,0.736493,-0.248849,0.972354,-1.335080,0.366007,0.214437,0.488365,-0.366007,1.216029,-1.382171,0.412897,0.216160,0.489181,-0.412897,1.215515,-1.380335,0.285425,0.204461,0.493539,-0.285425,1.209245,-1.391131,0.328573,0.210299,0.487962,-0.328573,1.215728,-1.386318,0.529195,0.234964,0.878903,-0.529195,0.836384,-1.294398,0.621980,0.237663,1.086327,-0.621980,0.637153,-1.254436,0.245220,0.233449,0.854588,-0.245221,0.858274,-1.301602,0.190689,0.242183,1.144739,-0.190689,0.577449,-1.242982,0.642624,0.438764,1.502158,-0.642624,0.222121,-1.049904,0.476096,0.591930,1.644312,-0.476096,0.070504,-0.910217,0.328912,0.600756,1.654658,-0.328912,0.059599,-0.902092,0.193144,0.567435,1.637278,-0.193144,0.079137,-0.934196,0.714766,0.269840,1.303941,-0.714766,0.427549,-1.206352,0.119369,0.300758,1.334305,-0.119369,0.397433,-1.178043,0.456157,0.103140,0.675507,-0.456158,1.012783,-1.460275,0.492012,0.085647,0.551918,-0.492012,1.131645,-1.498382,0.175784,0.091812,0.595477,-0.175784,1.089752,-1.484951,0.214049,0.107453,0.705981,-0.214049,0.983475,-1.450879,0.359195,0.073161,0.466596,-0.359196,1.213634,-1.525094,0.400351,0.075579,0.480787,-0.400352,1.200055,-1.520315,0.282139,0.078584,0.502020,-0.282139,1.179634,-1.513768,0.320196,0.073018,0.465585,-0.320197,1.214606,-1.525406,0.512998,0.123119,0.839070,-0.512998,0.856329,-1.412243,0.600361,0.141450,1.048324,-0.600361,0.660404,-1.357468,0.233915,0.128411,0.857594,-0.233915,0.837801,-1.404512,0.177430,0.151897,1.084931,-0.177430,0.623801,-1.342205,0.596903,0.428082,1.563303,-0.596903,0.161701,-1.066189,0.527287,0.467325,1.595121,-0.527287,0.127800,-1.031310,0.394235,0.479909,1.612566,-0.394235,0.109563,-1.019903,0.188942,0.469539,1.600798,-0.188943,0.121989,-1.029475,0.687723,0.198325,1.282733,-0.687723,0.450594,-1.278798,0.120945,0.236651,1.336780,-0.120945,0.397010,-1.242395,0.450798,1.518742,0.887252,-0.689397,1.528593,-0.161073,0.607560,1.496074,0.776306,-0.833321,1.589028,-0.275224,0.656080,1.497498,0.589897,-0.873974,1.734920,-0.394252,0.293159,1.520427,0.895427,-0.536239,1.538541,-0.124147,0.218291,1.490117,0.758293,-0.451505,1.638364,-0.214619,0.253119,1.527194,0.574941,-0.486588,1.804064,-0.301327,0.541535,1.504889,0.447180,-0.758430,1.865258,-0.450865,0.465374,1.436811,0.452955,-0.669669,1.828179,-0.485722,0.374738,1.518305,0.450061,-0.598664,1.887246,-0.406138,0.390487,1.427656,0.451561,-0.594569,1.831307,-0.479086,0.466564,2.014773,0.969822,-0.814649,1.756399,0.274525,0.553909,2.005729,0.867160,-0.894505,1.822252,0.188774,0.582869,1.999518,0.740225,-0.917896,1.914873,0.103566,0.364337,2.010749,0.944587,-0.713801,1.782336,0.276540,0.324287,2.006387,0.868189,-0.671670,1.841474,0.235009,0.349028,2.002385,0.746954,-0.691683,1.929490,0.154908,0.486810,2.013737,0.684197,-0.826372,1.972257,0.099491,0.472635,2.011664,0.676314,-0.812239,1.977440,0.096038,0.400281,2.007679,0.677175,-0.741173,1.979992,0.107386,0.432761,2.005741,0.675842,-0.772287,1.977540,0.098975,0.425721,2.210993,0.865683,-0.774076,2.004615,0.328565,0.502687,2.183777,0.806957,-0.846256,2.015191,0.259651,0.549201,2.123460,0.701826,-0.887515,2.009976,0.137548,0.368994,2.193217,0.875903,-0.720662,1.976978,0.333681,0.338197,2.133149,0.806683,-0.688196,1.950918,0.248869,0.357930,2.071394,0.709985,-0.703458,1.940550,0.136011,0.476077,2.076581,0.669679,-0.816223,1.974609,0.094712,0.460388,2.070997,0.664262,-0.800832,1.970552,0.089024,0.388146,2.055410,0.674197,-0.731552,1.945448,0.096337,0.430000,2.060874,0.668695,-0.772050,1.956865,0.091010,0.456346,1.875002,0.900820,-0.772030,1.726150,0.124021,0.581909,1.876431,0.827473,-0.892111,1.773575,0.057091,0.615755,1.875485,0.703275,-0.920270,1.869516,-0.023987,0.365850,1.887132,0.902966,-0.686415,1.740458,0.152421,0.324290,1.870561,0.803463,-0.638555,1.814811,0.088518,0.332676,1.886899,0.677558,-0.645528,1.924773,0.024885,0.480435,1.897663,0.635918,-0.790468,1.950001,-0.020263,0.465766,1.899155,0.629343,-0.776229,1.957606,-0.020139,0.394130,1.902242,0.635337,-0.707215,1.961657,-0.000194,0.425813,1.893982,0.628495,-0.736096,1.959190,-0.016885,1.283255,3.707942,-0.620666,-1.242725,3.760296,0.754071,1.299862,3.698202,-0.673322,-1.287148,3.735088,0.730954,1.191341,3.674011,-0.613259,-1.163066,3.722945,0.710326,1.236805,3.694569,-0.735385,-1.278016,3.705605,0.647957,1.186829,3.670766,-0.707956,-1.219070,3.688043,0.642180,1.135771,4.471190,-0.581625,-1.048516,4.449561,0.450365,1.132998,4.437805,-0.705459,-1.175239,4.431327,0.450434,0.929125,4.443904,-0.488592,-0.958134,4.376859,0.252526,0.945146,4.320197,-0.815689,-1.267801,4.268809,0.241929,0.823222,4.350804,-0.568596,-1.048706,4.277224,0.163200,0.793884,5.012427,-0.265804,-0.711581,4.956136,0.340446,0.657528,5.077382,-0.489725,-0.881132,5.062175,0.158895,0.554890,4.830153,-0.241290,-0.608243,4.830510,0.086513,0.502648,4.899144,-0.404850,-0.747689,4.918402,0.002426,0.507944,4.840003,-0.318123,-0.666133,4.854823,0.021230,0.956009,4.598634,-0.585907,-1.058832,4.535157,0.293867,0.965252,4.624095,-0.651705,-1.124590,4.561554,0.287376,0.918322,4.554889,-0.561668,-1.022957,4.499609,0.256843,0.830963,4.630955,-0.688807,-1.116785,4.600169,0.153566,0.862906,4.489794,-0.576594,-1.018405,4.448590,0.185111,0.641521,5.157694,-0.181675,-0.590051,5.126383,0.258006,0.551413,5.206820,-0.344520,-0.711819,5.205019,0.135058,0.469963,5.012146,-0.136314,-0.494574,5.021097,0.077113,0.408531,5.069182,-0.286149,-0.610453,5.102342,-0.014514,0.413064,5.011582,-0.201978,-0.536595,5.039712,0.001122,1.347756,3.442361,-0.395934,-1.243773,3.847677,1.024764,1.162001,3.432956,-0.386030,-1.065852,3.800899,0.995656,1.128188,2.447104,-0.934918,-1.139915,3.063735,1.622209,1.031538,2.427295,-0.904378,-1.035991,3.074267,1.622436,1.117496,2.844831,-1.386135,-1.317980,2.633167,1.228625,1.034747,2.870983,-1.406050,-1.248465,2.593022,1.190926,1.224501,3.682317,-0.926703,-1.325489,3.523975,0.564819,1.121655,3.650025,-0.881883,-1.211818,3.510138,0.590302,1.014547,2.567786,-1.261526,-1.124726,2.751803,1.512470,1.111308,2.565153,-1.268713,-1.225290,2.751384,1.519494,1.149052,3.571173,-0.690199,-1.163168,3.625732,0.761949,1.359131,3.627513,-0.717396,-1.370139,3.696524,0.747852,1.153864,3.361952,-0.562242,-1.105725,3.616459,1.036490,1.336787,3.387954,-0.526938,-1.267577,3.710456,1.057832,1.192206,3.473958,-1.055734,-1.334701,3.297673,0.673162,1.132394,3.320092,-0.856327,-1.201150,3.354270,0.887583,1.347401,3.429146,-0.807504,-1.386353,3.514923,0.867705,1.102678,3.461680,-1.045666,-1.247413,3.272637,0.668550,1.124542,2.979936,-0.665485,-1.112959,3.328653,1.261069,1.232938,3.000557,-0.693309,-1.223082,3.344176,1.263835,1.176044,3.205060,-1.150173,-1.347259,3.065377,0.851278,1.118112,3.029665,-0.950015,-1.214055,3.114506,1.084131,1.291879,3.066148,-1.003114,-1.395660,3.148355,1.064315,1.093754,3.205150,-1.149015,-1.271433,3.032392,0.836560,1.323030,3.204502,-0.513782,-1.219482,3.687335,1.236371,1.260438,3.200847,-0.539548,-1.168819,3.644148,1.223602,1.269418,3.172282,-0.376995,-1.120155,3.794387,1.272387,1.321266,3.212427,-0.407825,-1.185032,3.787766,1.240804,1.306077,2.944245,-0.481024,-1.150263,3.666758,1.489115,1.157825,3.005819,-0.453786,-1.013417,3.659899,1.401148,1.149678,3.022733,-0.567627,-1.045257,3.553585,1.369587,1.317239,2.955115,-0.568757,-1.190704,3.589548,1.470592] },
{ "name": "animation_000003", "vertices": [0.246762,6.225981,-0.157481,-0.237847,6.228250,-0.157322,0.212710,5.799839,0.383346,-0.205714,5.802102,0.384877,0.006403,5.687008,0.549298,0.004344,6.205982,-0.243657,0.689553,7.090584,-0.155509,-0.672409,7.096475,-0.157287,0.430586,7.135826,0.695560,-0.415283,7.139484,0.694456,0.007432,7.140322,0.871897,0.009056,7.139559,-0.374576,0.404689,6.702164,0.764340,-0.393318,6.705615,0.763298,0.618329,6.845352,-0.209987,-0.603167,6.850635,-0.211582,0.005956,6.713571,0.923184,0.007510,6.737780,-0.521289,0.487626,6.007355,0.628508,-0.480237,6.011873,0.628767,0.488025,6.486629,-0.220087,-0.476177,6.490898,-0.220893,0.003659,5.937973,0.844818,0.005726,6.426085,-0.458006,0.173663,5.880861,0.120084,-0.167887,5.883238,0.123760,0.006917,5.840407,0.198330,0.567258,7.211861,0.420941,-0.550574,7.216696,0.419481,0.008933,7.359612,0.448809,0.675179,6.758672,0.485787,-0.662581,6.764458,0.484041,0.582280,6.152512,0.403525,-0.573677,6.157909,0.403842,0.190006,6.015890,-0.066750,-0.183546,6.017779,-0.065983,0.003160,6.047568,-0.135073,0.567743,7.222562,0.084676,-0.550089,7.227397,0.083216,0.009462,7.364976,0.061691,0.651785,6.865643,0.013078,-0.637028,6.871218,0.011395,0.577591,6.306761,-0.073665,-0.567613,6.311876,-0.074415,-0.004365,5.695353,-0.093489,0.132359,5.658150,-0.041220,-0.136808,5.658558,-0.019183,0.018240,5.569331,0.174267,0.140332,5.615261,0.080532,-0.126788,5.608301,0.108242,-0.012716,5.565987,-0.183723,0.222545,5.561080,-0.140574,-0.254364,5.589358,-0.015136,0.296547,5.507588,0.090505,-0.236341,5.455187,0.191035,0.033288,5.480624,0.225497,0.234473,5.169808,0.298113,-0.186743,5.146125,0.300658,0.023928,5.187253,0.361593,0.225520,4.790462,0.378718,-0.190199,4.786014,0.397895,0.019919,4.795061,0.447090,0.206274,5.348058,-0.299172,-0.328214,5.453183,-0.227560,-0.042477,5.377988,-0.255162,0.414084,5.162817,0.138197,-0.359833,5.127081,0.149578,0.390725,4.810706,0.264415,-0.359854,4.805521,0.290807,0.568197,5.413963,-0.021411,-0.519859,5.383480,0.203087,0.486691,5.458624,-0.219129,-0.539103,5.510966,0.028716,0.335501,5.178741,-0.246301,-0.460021,5.279478,-0.188653,0.433812,4.827851,0.068398,-0.425282,4.831705,0.096043,0.380028,5.101196,-0.081491,-0.433208,5.144225,-0.072590,0.276052,4.845086,-0.069933,-0.287932,4.854199,-0.062442,0.090470,4.889739,-0.141523,-0.116492,4.898977,-0.155270,-0.020925,4.911301,-0.162468,0.164652,3.919010,0.326402,-0.160654,3.945413,0.326402,0.000136,3.909264,0.412246,0.254557,3.934496,0.193200,-0.248107,3.975523,0.192355,0.316213,3.980624,0.008380,-0.301720,4.030144,0.008036,0.278637,3.998900,-0.091887,-0.260906,4.041928,-0.091342,0.077906,4.027723,-0.164195,-0.058163,4.038606,-0.164080,0.009440,4.033726,-0.176117,0.148158,3.474558,0.246532,-0.227580,3.531610,0.231850,-0.054441,3.395158,0.341685,0.331877,3.543513,0.094472,-0.410745,3.601593,0.079397,0.381032,3.589662,-0.211768,-0.456505,3.633993,-0.223944,0.364055,3.591175,-0.312867,-0.420480,3.644575,-0.316544,0.073703,3.239516,0.261363,-0.163850,3.297203,0.261438,-0.040383,3.240660,0.299265,-0.015893,3.115785,0.169718,0.023191,3.107511,0.141847,-0.118794,3.157627,0.152425,-0.013379,3.098867,0.002560,0.029355,3.050242,0.009832,-0.130302,3.090707,0.025897,-0.036951,3.089776,-0.230187,0.111398,3.537268,-0.515285,-0.172045,3.556918,-0.515889,-0.030119,3.562192,-0.409513,-0.044675,3.284058,-0.353069,0.257220,3.305123,0.299181,-0.337876,3.379661,0.300369,0.443945,3.388415,0.118946,-0.528238,3.451801,0.119133,0.503110,3.314530,-0.069372,-0.595060,3.363393,-0.060148,0.096956,3.131897,0.307624,-0.181507,3.203715,0.319217,0.044417,3.049564,0.183427,-0.134873,3.109562,0.201215,0.068068,3.003586,0.057710,-0.163570,3.053463,0.080768,0.435962,3.070047,-0.198582,-0.537770,3.106943,-0.169360,0.205751,3.333953,0.260968,-0.289423,3.401052,0.257496,0.374205,3.492842,0.075541,-0.457328,3.550733,0.064655,0.431800,3.463589,-0.150494,-0.521084,3.506813,-0.156042,0.412904,3.397517,-0.362562,-0.506704,3.429320,-0.361624,0.222657,3.279521,-0.582561,-0.322678,3.291245,-0.574667,0.072990,3.187907,0.274766,-0.162093,3.250575,0.279415,0.034095,3.082584,0.156215,-0.128597,3.136053,0.169519,0.053400,3.038547,0.040959,-0.152251,3.083832,0.059072,0.139100,2.964230,-0.101209,-0.240647,3.002288,-0.071995,0.337565,2.980570,-0.230805,-0.442997,3.012967,-0.196919,-0.014050,3.050069,-0.215771,-0.103552,3.065550,-0.204676,0.000383,3.127019,-0.368177,-0.116597,3.137048,-0.362143,0.102895,3.018144,-0.153116,-0.212537,3.049245,-0.133864,0.173181,3.058489,-0.301839,-0.284193,3.084883,-0.283754,0.253935,2.925190,-0.232184,-0.361410,2.955734,-0.196369,0.373909,2.773667,0.592760,-0.457541,2.878943,0.642733,0.658015,2.817997,0.388780,-0.746872,2.912751,0.444152,0.626245,2.664559,0.186225,-0.725138,2.741516,0.254976,0.196088,2.625175,0.566874,-0.284144,2.724190,0.624711,0.176869,2.527960,0.450043,-0.270917,2.616723,0.516334,0.208883,2.477087,0.261624,-0.310076,2.550518,0.334131,0.529217,2.516139,0.034993,-0.636449,2.578042,0.114531,0.478266,2.474295,0.046583,-0.586145,2.536053,0.128232,0.338849,2.410355,0.062821,-0.447811,2.470163,0.145878,0.400615,2.440539,0.055574,-0.509056,2.501199,0.137845,0.375234,0.527829,0.373915,-0.378060,1.353636,-0.547200,0.407674,0.520892,0.349874,-0.410029,1.365381,-0.569970,0.453728,0.561502,0.292532,-0.458615,1.433089,-0.580617,0.324466,0.542652,0.374222,-0.328325,1.365545,-0.533718,0.280764,0.545789,0.339728,-0.284948,1.395073,-0.552589,0.291956,0.579413,0.284171,-0.298299,1.458277,-0.565603,0.410958,0.581847,0.239348,-0.417273,1.487958,-0.599378,0.390351,0.579611,0.238425,-0.396567,1.488030,-0.600709,0.342910,0.579199,0.239702,-0.349193,1.488856,-0.597985,0.368719,0.579839,0.238539,-0.374993,1.489032,-0.599475,0.374423,0.428151,0.342789,-0.374423,1.315319,-0.692039,0.397774,0.429945,0.322811,-0.397774,1.335246,-0.694323,0.428261,0.480092,0.271128,-0.428262,1.396005,-0.655668,0.327502,0.431793,0.349069,-0.327503,1.309905,-0.687203,0.286203,0.431156,0.329926,-0.286204,1.328523,-0.691698,0.285635,0.466252,0.283505,-0.285635,1.381085,-0.666718,0.383142,0.493670,0.231502,-0.383143,1.437558,-0.650386,0.365672,0.500278,0.226317,-0.365672,1.443973,-0.644964,0.326322,0.477881,0.239337,-0.326322,1.426691,-0.664263,0.347646,0.496233,0.225422,-0.347647,1.444031,-0.649106,0.403814,0.369239,0.472851,-0.403814,1.176028,-0.723424,0.481867,0.308851,0.447540,-0.481868,1.188601,-0.787684,0.330106,0.372680,0.483115,-0.330106,1.166673,-0.717978,0.265114,0.306057,0.442062,-0.265114,1.193401,-0.791528,0.447939,0.308786,0.751486,-0.447939,0.884637,-0.722105,0.586560,0.268554,0.697407,-0.586560,0.929921,-0.765531,0.363948,0.310235,0.766038,-0.363948,0.872567,-0.719570,0.235749,0.262924,0.756221,-0.235750,0.873436,-0.767442,0.566367,0.257517,1.026995,-0.566368,0.578047,-0.862657,0.430481,0.337974,1.198442,-0.430481,0.391271,-0.865793,0.351611,0.338043,1.201287,-0.351611,0.388630,-0.866855,0.241588,0.313171,1.185242,-0.241588,0.413210,-0.883344,0.474569,0.383100,0.861861,-0.474570,0.692730,-0.677876,0.679822,0.241887,0.814416,-0.679822,0.787140,-0.794249,0.380296,0.389685,0.872758,-0.380296,0.676242,-0.680126,0.178565,0.271802,0.865355,-0.178565,0.725318,-0.787674,0.493194,0.227884,0.303904,-0.493194,1.312890,-0.896032,0.503902,0.270262,0.116640,-0.503902,1.504854,-0.892409,0.206637,0.258433,0.130259,-0.206637,1.489125,-0.901239,0.248849,0.236534,0.288144,-0.248850,1.330074,-0.890748,0.366007,0.305922,0.049858,-0.366007,1.577470,-0.870996,0.412897,0.307320,0.051153,-0.412898,1.576485,-0.869364,0.285425,0.294853,0.051801,-0.285425,1.573328,-0.881443,0.328573,0.302095,0.048231,-0.328574,1.578289,-0.875072,0.529195,0.209183,0.428183,-0.529195,1.189248,-0.883282,0.621980,0.151012,0.625572,-0.621980,0.991557,-0.889016,0.245220,0.214220,0.404922,-0.245221,1.211196,-0.888980,0.190689,0.136410,0.683225,-0.190689,0.929610,-0.901756,0.642624,0.190680,1.086707,-0.642625,0.547172,-0.948516,0.476095,0.276722,1.275918,-0.476096,0.344370,-0.952710,0.328912,0.280929,1.288850,-0.328912,0.330829,-0.953966,0.193143,0.256768,1.260064,-0.193144,0.366828,-0.964758,0.714766,0.109406,0.840064,-0.714766,0.798913,-0.931651,0.119369,0.126524,0.879097,-0.119369,0.761998,-0.930112,0.456157,0.143620,0.195003,-0.456158,1.402495,-1.000583,0.492012,0.164000,0.071857,-0.492012,1.527217,-1.005534,0.175784,0.156817,0.115260,-0.175784,1.483259,-1.003789,0.214049,0.138595,0.225367,-0.214049,1.371742,-0.999362,0.359195,0.177679,-0.013282,-0.359196,1.613363,-1.009360,0.400351,0.175729,0.000981,-0.400352,1.599001,-1.008384,0.282139,0.172228,0.022138,-0.282139,1.577573,-1.007533,0.320196,0.177845,-0.014289,-0.320197,1.614383,-1.009400,0.512998,0.114071,0.356659,-0.512998,1.240276,-0.993394,0.600361,0.070312,0.559508,-0.600361,1.046754,-0.982612,0.233915,0.113186,0.376226,-0.233915,1.219201,-0.993187,0.177430,0.068554,0.598168,-0.177430,1.005149,-0.982199,0.596903,0.156900,1.138949,-0.596903,0.514120,-1.004009,0.527287,0.180339,1.182877,-0.527288,0.467964,-1.004389,0.394235,0.185308,1.203805,-0.394235,0.446778,-1.008111,0.188942,0.180218,1.188970,-0.188943,0.462417,-1.006912,0.687723,0.050151,0.793764,-0.687724,0.861207,-0.976639,0.120945,0.065940,0.857619,-0.120945,0.800954,-0.980218,0.517343,1.510678,0.633904,-0.581374,1.814363,0.347326,0.672708,1.491314,0.520397,-0.735352,1.878700,0.249608,0.721787,1.511415,0.335216,-0.785821,2.027163,0.137732,0.360096,1.521282,0.642899,-0.425095,1.821604,0.368401,0.283889,1.511922,0.503492,-0.348618,1.921824,0.271256,0.321532,1.567865,0.325562,-0.389921,2.089456,0.191262,0.608365,1.542564,0.194829,-0.674753,2.156889,0.071564,0.528063,1.479189,0.192959,-0.590627,2.119225,0.027150,0.442732,1.565987,0.199974,-0.510914,2.175943,0.099906,0.452753,1.474973,0.190831,-0.515204,2.121223,0.026049,0.564025,1.991455,0.773673,-0.657649,2.040197,0.797190,0.651012,1.989626,0.670165,-0.744837,2.105362,0.721326,0.680243,1.997175,0.543025,-0.775206,2.196572,0.641579,0.462093,1.996053,0.748589,-0.556472,2.065344,0.790600,0.422295,2.003152,0.672297,-0.517728,2.122358,0.746847,0.447456,2.012170,0.551131,-0.544224,2.208364,0.672025,0.585818,2.023511,0.489355,-0.683337,2.250189,0.630785,0.571702,2.023212,0.481303,-0.669430,2.254611,0.626570,0.499393,2.022951,0.482052,-0.597364,2.256785,0.631500,0.531640,2.019477,0.480336,-0.629280,2.254671,0.625955,0.523695,2.195970,0.698406,-0.617644,2.313031,0.803911,0.599937,2.180379,0.634930,-0.695926,2.297307,0.743614,0.646117,2.137852,0.521008,-0.746811,2.247079,0.637668,0.467926,2.175361,0.706740,-0.562403,2.288868,0.813296,0.437509,2.125426,0.629759,-0.535518,2.235505,0.742156,0.457070,2.079379,0.524465,-0.559355,2.185935,0.644567,0.574034,2.093910,0.483366,-0.677088,2.200839,0.605305,0.558498,2.088706,0.477414,-0.661912,2.195476,0.600497,0.487080,2.069786,0.486103,-0.590768,2.176144,0.609900,0.528596,2.077165,0.480775,-0.632215,2.184168,0.604789,0.545207,1.861872,0.688877,-0.631200,2.008059,0.642513,0.670835,1.863966,0.615655,-0.756799,2.058250,0.589091,0.704930,1.875386,0.492049,-0.791695,2.155950,0.512879,0.455646,1.879321,0.692812,-0.542908,2.020717,0.662148,0.413429,1.877103,0.592236,-0.500757,2.095511,0.594830,0.423206,1.907451,0.469058,-0.512572,2.206642,0.534003,0.571475,1.913708,0.428319,-0.660991,2.234600,0.504459,0.556949,1.916873,0.422027,-0.646700,2.242009,0.503232,0.485631,1.923727,0.428649,-0.575945,2.244783,0.516010,0.516753,1.914351,0.420754,-0.606426,2.242994,0.502351,1.260353,3.706209,-0.308556,-1.163190,3.749089,0.432043,1.280301,3.688081,-0.357716,-1.206892,3.725153,0.406344,1.166679,3.676980,-0.303528,-1.082556,3.719073,0.384591,1.221853,3.677326,-0.423362,-1.197104,3.705001,0.320674,1.168962,3.659668,-0.396767,-1.137667,3.689962,0.313080,1.125292,4.469020,-0.366433,-1.007923,4.477736,0.211323,1.150557,4.424205,-0.483859,-1.132366,4.450736,0.198620,0.901270,4.454162,-0.323734,-0.896505,4.431377,0.016496,0.979239,4.297018,-0.622445,-1.199406,4.305562,-0.027745,0.814038,4.355958,-0.417835,-0.971448,4.334947,-0.089409,0.802751,5.031514,-0.142861,-0.715097,5.009762,0.209523,0.722607,5.106173,-0.389753,-0.861089,5.123759,0.012943,0.540734,4.883761,-0.164295,-0.563793,4.916972,-0.034280,0.531165,4.953310,-0.335503,-0.694256,5.004738,-0.131836,0.511367,4.897081,-0.248937,-0.612236,4.944422,-0.105722,0.965169,4.588770,-0.421382,-1.018457,4.576268,0.067992,0.990395,4.610438,-0.484289,-1.084125,4.599320,0.053177,0.917839,4.551330,-0.404662,-0.974636,4.546837,0.034303,0.868083,4.633858,-0.547125,-1.058079,4.651797,-0.073412,0.857774,4.493742,-0.429773,-0.955091,4.503801,-0.040316,0.658567,5.199045,-0.092214,-0.594996,5.195339,0.164148,0.609002,5.253829,-0.269534,-0.701076,5.278044,0.030337,0.463942,5.079377,-0.080613,-0.465287,5.114462,-0.005924,0.440150,5.138813,-0.239650,-0.570361,5.196945,-0.108443,0.421052,5.084161,-0.156160,-0.496017,5.137691,-0.085678,1.329767,3.464057,-0.065808,-1.162158,3.707857,0.722996,1.144036,3.456063,-0.054328,-0.984652,3.673600,0.678170,1.117518,2.442724,-0.432213,-1.066124,2.757467,0.987242,1.021938,2.432172,-0.393769,-0.962108,2.766233,0.991086,1.093817,2.712140,-0.976563,-1.247813,2.504960,0.462614,1.010352,2.730952,-1.000860,-1.178639,2.481016,0.412546,1.206255,3.650478,-0.612448,-1.246216,3.576390,0.177381,1.103178,3.622523,-0.565030,-1.132702,3.553549,0.195703,0.997007,2.470628,-0.766135,-1.053729,2.508261,0.769713,1.093314,2.468054,-0.781848,-1.154299,2.506171,0.776341,1.130681,3.561032,-0.367267,-1.083371,3.598360,0.396457,1.340690,3.614884,-0.399569,-1.289664,3.671187,0.410123,1.135828,3.358796,-0.218280,-1.026271,3.487522,0.647874,1.318752,3.389946,-0.187011,-1.187264,3.568369,0.702938,1.173484,3.432052,-0.722881,-1.257858,3.328088,0.192897,1.114008,3.296295,-0.510636,-1.123985,3.300022,0.412683,1.328995,3.409351,-0.471856,-1.307672,3.458260,0.454213,1.083977,3.420655,-0.711664,-1.170801,3.305761,0.179113,1.106951,2.977793,-0.289375,-1.036379,3.137074,0.749875,1.215091,2.992742,-0.319148,-1.146356,3.151453,0.758479,1.157154,3.154021,-0.795143,-1.272734,3.046457,0.272315,1.099641,2.997476,-0.579759,-1.139296,3.004627,0.506450,1.273502,3.030514,-0.634697,-1.320559,3.045037,0.501059,1.074552,3.151718,-0.796153,-1.197203,3.020593,0.246228,1.305302,3.210612,-0.144823,-1.139550,3.480321,0.860082,1.242691,3.202869,-0.169620,-1.089278,3.444485,0.832092,1.251872,3.200190,-0.004610,-1.039268,3.565518,0.932938,1.303627,3.235071,-0.041422,-1.104174,3.571650,0.901316,1.288790,2.958702,-0.071592,-1.070758,3.366955,1.087040,1.140467,3.023580,-0.054180,-0.933900,3.391947,1.002439,1.132184,3.022400,-0.169256,-0.966695,3.305180,0.933821,1.299850,2.955678,-0.159957,-1.111896,3.302467,1.041336] },
{ "name": "animation_000004", "vertices": [0.253233,6.270185,-0.152692,-0.231388,6.270185,-0.152692,0.220145,5.832493,0.379460,-0.198300,5.832493,0.379460,0.010922,5.718045,0.543118,0.010922,6.251007,-0.239393,0.691911,7.136597,-0.131232,-0.670066,7.136597,-0.131232,0.433861,7.160791,0.720973,-0.412016,7.160791,0.720973,0.010922,7.159319,0.897876,0.010922,7.187719,-0.348275,0.409930,6.725531,0.779619,-0.388085,6.725531,0.779619,0.621677,6.892398,-0.191348,-0.599832,6.892398,-0.191348,0.010922,6.731684,0.938984,0.010922,6.789478,-0.504345,0.494865,6.035052,0.628228,-0.473020,6.035052,0.628228,0.493030,6.533400,-0.209575,-0.471185,6.533400,-0.209575,0.010922,5.958691,0.842743,0.010922,6.476156,-0.448528,0.181715,5.918983,0.119522,-0.159870,5.918983,0.119522,0.012597,5.877735,0.196026,0.569844,7.243824,0.448043,-0.547999,7.243824,0.448043,0.010922,7.388451,0.480033,0.679809,6.789716,0.502139,-0.657964,6.789716,0.502139,0.588914,6.185674,0.406618,-0.567069,6.185674,0.406618,0.197705,6.057747,-0.066419,-0.175860,6.057747,-0.066419,0.010922,6.089904,-0.134450,0.569844,7.262390,0.112120,-0.548000,7.262390,0.112120,0.010922,7.402870,0.093146,0.655336,6.907612,0.032091,-0.633491,6.907612,0.032091,0.583533,6.350596,-0.067345,-0.561689,6.350596,-0.067345,0.011774,5.732662,-0.095626,0.147986,5.696277,-0.036684,-0.124735,5.695493,-0.027238,0.020898,5.607418,0.173802,0.149069,5.652864,0.088357,-0.122918,5.646598,0.099387,0.015877,5.604487,-0.187035,0.258751,5.596801,-0.122781,-0.242209,5.624502,-0.043901,0.302133,5.539840,0.115945,-0.253079,5.496255,0.167152,0.030621,5.518601,0.225612,0.223689,5.206084,0.311435,-0.193795,5.185053,0.291758,0.013864,5.224854,0.361426,0.218734,4.826339,0.388677,-0.197461,4.824772,0.388288,0.010514,4.832361,0.447308,0.254667,5.385503,-0.284517,-0.277694,5.480710,-0.261026,-0.007454,5.419567,-0.264001,0.399639,5.192597,0.173296,-0.359747,5.163883,0.119616,0.385220,4.847136,0.284713,-0.362468,4.843389,0.271734,0.580818,5.433434,0.042735,-0.536772,5.416591,0.128593,0.530070,5.481841,-0.164156,-0.526827,5.538633,-0.050673,0.371414,5.210236,-0.216339,-0.405704,5.305140,-0.239550,0.437395,4.865300,0.091765,-0.416397,4.867781,0.072749,0.390710,5.132572,-0.050226,-0.396617,5.175419,-0.112811,0.288047,4.883368,-0.055973,-0.269138,4.890069,-0.076977,0.108727,4.928355,-0.138633,-0.091149,4.935472,-0.158805,-0.002134,4.950154,-0.166451,0.171302,3.964396,0.326394,-0.154928,3.974138,0.326394,0.007500,3.946255,0.412239,0.260684,3.984430,0.194329,-0.243928,3.999242,0.189828,0.319941,4.033752,0.009588,-0.300260,4.050653,0.005764,0.281363,4.049783,-0.091631,-0.259702,4.065659,-0.091631,0.079433,4.068500,-0.164154,-0.057020,4.072515,-0.164154,0.011216,4.071070,-0.176147,0.187340,3.491283,0.262760,-0.191660,3.611772,0.176635,-0.015449,3.412291,0.349321,0.368067,3.576988,0.116412,-0.383684,3.641376,0.023691,0.410157,3.654239,-0.190576,-0.441684,3.610187,-0.259070,0.388342,3.654734,-0.306015,-0.403168,3.637872,-0.324906,0.117827,3.249831,0.254865,-0.111117,3.405226,0.250207,0.004030,3.250560,0.295839,0.028767,3.133109,0.150829,0.067212,3.127762,0.120361,-0.060834,3.254993,0.178751,0.028693,3.133395,-0.018823,0.072175,3.084794,-0.017586,-0.073396,3.160755,0.074364,0.006967,3.133300,-0.242878,0.136811,3.588547,-0.514021,-0.149427,3.568731,-0.514052,-0.005289,3.602122,-0.408608,-0.007091,3.325622,-0.355662,0.301001,3.306061,0.293841,-0.284511,3.505113,0.281994,0.484021,3.412872,0.122426,-0.487416,3.516404,0.100362,0.540780,3.363308,-0.074411,-0.557214,3.379597,-0.043981,0.142453,3.131373,0.283337,-0.116918,3.348320,0.337599,0.088644,3.064340,0.150765,-0.070311,3.227879,0.246572,0.110661,3.034401,0.020010,-0.101259,3.139882,0.147694,0.473736,3.135817,-0.231665,-0.489604,3.106035,-0.083588,0.248591,3.342579,0.261757,-0.241189,3.507322,0.230347,0.412334,3.522958,0.093147,-0.425928,3.596952,0.017961,0.466388,3.521429,-0.136376,-0.496682,3.495628,-0.177099,0.444840,3.476566,-0.356404,-0.484925,3.379979,-0.353275,0.253612,3.369857,-0.588526,-0.298095,3.226609,-0.534128,0.117960,3.194102,0.261022,-0.104290,3.372926,0.280373,0.078381,3.101051,0.130673,-0.068105,3.240356,0.203010,0.096403,3.070364,0.010577,-0.093244,3.162103,0.111821,0.179507,3.015532,-0.143473,-0.182278,3.045703,0.019172,0.375872,3.049432,-0.272667,-0.390531,3.013486,-0.092072,0.030258,3.095442,-0.232980,-0.052444,3.098252,-0.166669,0.043466,3.173758,-0.376914,-0.071125,3.158936,-0.339731,0.145205,3.068489,-0.181177,-0.158926,3.083204,-0.072233,0.213301,3.122242,-0.325495,-0.237346,3.086925,-0.222436,0.293051,2.993004,-0.278962,-0.305473,2.963524,-0.082986,0.427197,2.743890,0.518096,-0.356667,3.111400,0.753199,0.707545,2.816012,0.316868,-0.656721,3.076571,0.571419,0.673867,2.688259,0.097492,-0.633624,2.861537,0.434276,0.250317,2.597772,0.476829,-0.175166,2.965736,0.766599,0.230075,2.515428,0.349238,-0.160587,2.833575,0.690502,0.259479,2.488419,0.155536,-0.204307,2.718589,0.535642,0.575729,2.558476,-0.069361,-0.541914,2.670298,0.337677,0.525350,2.514974,-0.062237,-0.488530,2.635980,0.358976,0.386793,2.448011,-0.051889,-0.345727,2.583816,0.384965,0.448160,2.479527,-0.056298,-0.409075,2.608643,0.372746,0.378260,0.548038,0.036459,-0.373792,1.483318,-0.156278,0.410145,0.542841,0.011262,-0.406415,1.494890,-0.178194,0.456918,0.588240,-0.041742,-0.451061,1.564453,-0.193225,0.328056,0.564431,0.039284,-0.322569,1.492928,-0.147276,0.284083,0.573017,0.006085,-0.278751,1.517059,-0.171918,0.295792,0.612452,-0.045396,-0.288782,1.579340,-0.190969,0.414261,0.616041,-0.091534,-0.407593,1.613875,-0.220426,0.393578,0.614623,-0.092379,-0.387069,1.612298,-0.223027,0.346171,0.615668,-0.090400,-0.339668,1.609953,-0.223330,0.371971,0.615566,-0.091894,-0.365442,1.611850,-0.223241,0.374423,0.445903,-0.012261,-0.374423,1.435707,-0.316007,0.397774,0.451949,-0.031386,-0.397774,1.455764,-0.316259,0.428261,0.512032,-0.071084,-0.428261,1.512291,-0.271644,0.327502,0.448110,-0.005345,-0.327502,1.429831,-0.311743,0.286203,0.451602,-0.024177,-0.286203,1.448809,-0.314329,0.285635,0.495856,-0.061971,-0.285635,1.498568,-0.284150,0.383142,0.533809,-0.106865,-0.383142,1.553095,-0.262179,0.365672,0.541378,-0.110509,-0.365672,1.558927,-0.256134,0.326322,0.516706,-0.102606,-0.326322,1.543691,-0.277085,0.347646,0.537619,-0.112252,-0.347646,1.559404,-0.260249,0.403814,0.360415,0.102100,-0.403814,1.300315,-0.361347,0.481867,0.306877,0.064401,-0.481867,1.319336,-0.424002,0.330106,0.361569,0.112863,-0.330106,1.290456,-0.356877,0.265114,0.305326,0.058451,-0.265114,1.324500,-0.427340,0.447939,0.241670,0.361604,-0.447939,1.008209,-0.389372,0.586560,0.214383,0.300168,-0.586560,1.056870,-0.426233,0.363948,0.239871,0.376011,-0.363948,0.996644,-0.388275,0.235749,0.195806,0.356213,-0.235749,1.002504,-0.435594,0.566367,0.124185,0.620043,-0.566367,0.730059,-0.599459,0.430481,0.159265,0.805857,-0.430481,0.551192,-0.654628,0.351611,0.158629,0.808631,-0.351611,0.548928,-0.656352,0.241588,0.138496,0.786934,-0.241588,0.577002,-0.665731,0.474569,0.287018,0.490422,-0.474569,0.795268,-0.390177,0.679822,0.161586,0.409769,-0.679822,0.915590,-0.478679,0.380296,0.290457,0.502793,-0.380296,0.778769,-0.397687,0.178565,0.177912,0.466694,-0.178565,0.853332,-0.488832,0.493194,0.258674,-0.093280,-0.493194,1.453966,-0.519195,0.503902,0.340310,-0.267059,-0.503902,1.644575,-0.496135,0.206637,0.325831,-0.256302,-0.206637,1.629821,-0.506513,0.248849,0.270509,-0.106812,-0.248849,1.470526,-0.512197,0.366007,0.389490,-0.324617,-0.366007,1.714646,-0.467471,0.412897,0.390577,-0.323052,-0.412897,1.713500,-0.465948,0.285425,0.378262,-0.325098,-0.285425,1.711584,-0.478284,0.328573,0.386102,-0.327028,-0.328573,1.715873,-0.471444,0.529195,0.214037,0.024016,-0.529195,1.329347,-0.517351,0.621980,0.115475,0.203967,-0.621980,1.133585,-0.539362,0.245220,0.223617,0.002440,-0.245220,1.352081,-0.522486,0.190689,0.088250,0.257200,-0.190689,1.073949,-0.561116,0.642624,0.044593,0.661505,-0.642624,0.722348,-0.690581,0.476095,0.080757,0.865781,-0.476095,0.529026,-0.750872,0.328912,0.081636,0.879351,-0.328912,0.516303,-0.755674,0.193143,0.065343,0.845485,-0.193143,0.553875,-0.756532,0.714766,0.026446,0.402759,-0.714766,0.958487,-0.609006,0.119369,0.033492,0.444509,-0.119369,0.924099,-0.617154,0.456157,0.199785,-0.217747,-0.456157,1.553706,-0.614125,0.492012,0.246156,-0.333634,-0.492012,1.678288,-0.606410,0.175784,0.229813,-0.292790,-0.175784,1.634379,-0.609129,0.214049,0.188351,-0.189172,-0.214049,1.522987,-0.616028,0.359195,0.277815,-0.413844,-0.359195,1.764378,-0.601485,0.400351,0.272845,-0.400333,-0.400351,1.749990,-0.601970,0.282139,0.264878,-0.380423,-0.282139,1.728587,-0.603295,0.320196,0.278194,-0.414791,-0.320196,1.765397,-0.601422,0.512998,0.136385,-0.066309,-0.512998,1.391654,-0.622307,0.600361,0.050843,0.121719,-0.600361,1.199811,-0.626284,0.233915,0.131145,-0.047315,-0.233915,1.370619,-0.625168,0.177430,0.040481,0.159243,-0.177430,1.158292,-0.631923,0.596903,-0.001253,0.703659,-0.596903,0.705499,-0.753950,0.527287,0.010374,0.751796,-0.527287,0.661901,-0.767917,0.394235,0.010014,0.773303,-0.394235,0.642461,-0.777125,0.188942,0.008750,0.757669,-0.188942,0.657222,-0.771821,0.687723,-0.020035,0.343382,-0.687723,1.029173,-0.638187,0.120945,-0.020098,0.408956,-0.120945,0.973544,-0.655793,0.558162,1.488798,0.405764,-0.484115,2.049529,0.692849,0.711376,1.477475,0.288313,-0.639906,2.114231,0.598296,0.758916,1.517219,0.105926,-0.688104,2.253328,0.474064,0.401509,1.503592,0.418433,-0.326617,2.047550,0.703342,0.323355,1.513020,0.280112,-0.250604,2.131108,0.591228,0.360823,1.587891,0.109243,-0.286214,2.291915,0.495947,0.644996,1.568231,-0.028101,-0.573577,2.366901,0.387300,0.562484,1.508246,-0.035985,-0.495378,2.318727,0.342215,0.480369,1.596479,-0.017644,-0.407275,2.376853,0.403236,0.487053,1.506851,-0.037382,-0.420243,2.315098,0.336262,0.623510,1.948271,0.599283,-0.514555,2.328138,1.118354,0.709168,1.955736,0.494878,-0.601894,2.389445,1.041831,0.737276,1.977246,0.368987,-0.630931,2.472111,0.955462,0.521648,1.958840,0.576497,-0.412239,2.346130,1.103294,0.481324,1.976021,0.502160,-0.372367,2.394610,1.051965,0.505507,1.998272,0.382430,-0.397396,2.472537,0.971005,0.643400,2.012594,0.320191,-0.535809,2.517138,0.934320,0.629253,2.013670,0.312372,-0.521701,2.519988,0.929131,0.557076,2.015434,0.314220,-0.449245,2.518507,0.929612,0.589128,2.011245,0.311607,-0.481636,2.517716,0.926198,0.583941,2.159284,0.549667,-0.473860,2.603188,1.070314,0.659200,2.152396,0.483632,-0.553789,2.568747,1.021543,0.704014,2.124535,0.364645,-0.606129,2.489744,0.936897,0.528580,2.137364,0.556232,-0.416875,2.584072,1.082361,0.497406,2.096984,0.474158,-0.389783,2.515006,1.027176,0.515728,2.064359,0.363709,-0.414610,2.440563,0.948912,0.631849,2.084801,0.322954,-0.534762,2.439844,0.914561,0.616308,2.080221,0.316634,-0.519352,2.434072,0.910657,0.545254,2.059803,0.324002,-0.446633,2.420762,0.920633,0.586596,2.068111,0.318997,-0.488720,2.425562,0.916120,0.599094,1.830119,0.500422,-0.500593,2.276431,0.967402,0.723832,1.836436,0.425932,-0.626007,2.329715,0.916605,0.756829,1.860937,0.303939,-0.659579,2.421101,0.832385,0.510260,1.850009,0.507774,-0.410516,2.284626,0.980054,0.466790,1.860882,0.408301,-0.368285,2.348620,0.902440,0.476160,1.904944,0.289304,-0.376936,2.453269,0.830584,0.624060,1.910866,0.247196,-0.524879,2.488688,0.807327,0.609581,1.915228,0.241543,-0.510250,2.494865,0.804415,0.538634,1.923674,0.250050,-0.438754,2.493811,0.812432,0.569308,1.914229,0.240630,-0.470156,2.492815,0.800954,1.249524,3.712073,-0.038282,-1.138429,3.741955,0.157014,1.272070,3.687892,-0.083561,-1.180014,3.720157,0.126373,1.154719,3.686306,-0.036703,-1.054341,3.713504,0.114893,1.217835,3.671399,-0.151588,-1.163156,3.704757,0.040817,1.162659,3.658413,-0.127021,-1.103438,3.689306,0.037418,1.125847,4.466472,-0.172111,-0.978800,4.484816,-0.002144,1.173437,4.413336,-0.278579,-1.097731,4.455266,-0.038932,0.897468,4.453772,-0.173931,-0.831684,4.450299,-0.174307,1.023150,4.273501,-0.437670,-1.122551,4.321140,-0.276119,0.829828,4.348628,-0.275830,-0.882399,4.356944,-0.296279,0.805171,5.035600,-0.027531,-0.722060,5.026378,0.080550,0.775692,5.107553,-0.286194,-0.824520,5.143834,-0.140037,0.542068,4.903682,-0.093235,-0.516712,4.947801,-0.125848,0.567958,4.968480,-0.264617,-0.625221,5.035563,-0.247357,0.529294,4.916220,-0.182026,-0.548934,4.976659,-0.205429,0.985296,4.575475,-0.263786,-0.969735,4.590251,-0.139509,1.022765,4.593637,-0.321486,-1.031236,4.611960,-0.167959,0.933368,4.541543,-0.255206,-0.918424,4.563469,-0.163413,0.915516,4.622633,-0.405830,-0.979505,4.670173,-0.283685,0.875032,4.486996,-0.289770,-0.881118,4.524020,-0.233214,0.665758,5.213249,-0.007338,-0.601545,5.217628,0.069819,0.652225,5.265664,-0.191420,-0.678344,5.301834,-0.082086,0.465271,5.106096,-0.029457,-0.434706,5.147023,-0.067893,0.473651,5.162386,-0.190952,-0.517518,5.229647,-0.189517,0.436825,5.111425,-0.111714,-0.448103,5.171885,-0.151570,1.318473,3.510882,0.229088,-1.148328,3.623639,0.435498,1.132606,3.504872,0.239523,-0.968605,3.600039,0.392672,1.115517,2.477940,0.051716,-1.055588,2.638178,0.486053,1.020185,2.478376,0.092843,-0.951952,2.645764,0.496692,1.090131,2.599015,-0.545924,-1.210202,2.508957,-0.089621,1.006505,2.610061,-0.573892,-1.138544,2.496688,-0.140413,1.202622,3.619021,-0.335735,-1.205488,3.615960,-0.128378,1.098712,3.597503,-0.286584,-1.092789,3.589622,-0.110039,0.994757,2.417298,-0.268997,-1.030678,2.443628,0.219396,1.090945,2.411384,-0.289162,-1.131423,2.440215,0.220603,1.123472,3.562640,-0.081796,-1.053367,3.589485,0.096916,1.333926,3.611974,-0.118155,-1.260761,3.657652,0.116607,1.126481,3.378036,0.096388,-1.006979,3.425414,0.319813,1.308998,3.414820,0.124042,-1.171131,3.492139,0.383754,1.170930,3.387713,-0.416576,-1.215576,3.371475,-0.169709,1.108542,3.281218,-0.189021,-1.091825,3.295061,0.044444,1.323065,3.398660,-0.162712,-1.278758,3.440271,0.111337,1.081273,3.377802,-0.405139,-1.127762,3.352689,-0.183957,1.098651,2.997397,0.072800,-1.018463,3.061063,0.340734,1.206979,3.006046,0.043230,-1.128855,3.073276,0.347080,1.155188,3.100948,-0.452555,-1.231431,3.079248,-0.155706,1.094779,2.974851,-0.218648,-1.108649,2.986224,0.069337,1.269507,3.001519,-0.274628,-1.289846,3.026999,0.064455,1.072355,3.096389,-0.455471,-1.154522,3.059764,-0.183269,1.294927,3.246883,0.200330,-1.129947,3.371276,0.519472,1.232640,3.234355,0.176703,-1.078084,3.342519,0.486637,1.239682,3.263692,0.339213,-1.033991,3.438019,0.614133,1.291924,3.290894,0.297009,-1.097409,3.451101,0.581617,1.277364,3.013882,0.320729,-1.070718,3.210170,0.718547,1.128855,3.080593,0.323353,-0.930314,3.253227,0.648228,1.122062,3.057140,0.210587,-0.959041,3.183943,0.560554,1.289566,2.993832,0.234770,-1.109061,3.157513,0.657744] },
{ "name": "animation_000005", "vertices": [0.256945,6.243545,-0.155644,-0.227667,6.241440,-0.155796,0.224791,5.813248,0.383168,-0.193638,5.811175,0.381806,0.013020,5.698074,0.547126,0.014742,6.222055,-0.242139,0.691801,7.111712,-0.148195,-0.670163,7.106207,-0.146655,0.434567,7.147694,0.703841,-0.411303,7.144274,0.704798,0.011827,7.147175,0.881225,0.010379,7.156807,-0.365212,0.412465,6.713272,0.769060,-0.385542,6.710046,0.769963,0.622495,6.866354,-0.204548,-0.599003,6.861416,-0.203167,0.013224,6.720083,0.928884,0.011829,6.756265,-0.515270,0.499299,6.020792,0.628666,-0.468568,6.016600,0.628415,0.495389,6.506706,-0.216946,-0.468815,6.502725,-0.216256,0.015414,5.945369,0.844139,0.013472,6.443970,-0.454643,0.186872,5.896293,0.122717,-0.154686,5.894157,0.119461,0.015384,5.853656,0.197812,0.569920,7.227156,0.429539,-0.547914,7.222637,0.430803,0.010450,7.369987,0.459980,0.681785,6.774362,0.490341,-0.655977,6.768954,0.491853,0.592778,6.168595,0.404918,-0.563183,6.163588,0.404611,0.202545,6.032301,-0.066032,-0.171010,6.030561,-0.066719,0.015823,6.062673,-0.134845,0.569486,7.240661,0.093375,-0.548349,7.236142,0.094639,0.009978,7.378579,0.072919,0.656331,6.885067,0.018598,-0.632485,6.879857,0.020055,0.586756,6.326446,-0.071964,-0.558452,6.321680,-0.071328,0.023907,5.708696,-0.094148,0.158213,5.672973,-0.029564,-0.113259,5.671317,-0.033481,0.019746,5.582329,0.174636,0.152425,5.628530,0.097023,-0.118483,5.624166,0.090601,0.037146,5.581345,-0.187256,0.279373,5.576965,-0.099574,-0.210898,5.601382,-0.078838,0.294807,5.514589,0.141654,-0.260054,5.491197,0.137840,0.023778,5.492461,0.225367,0.213062,5.180200,0.321042,-0.208224,5.165844,0.286015,0.003350,5.199690,0.359909,0.210444,4.800914,0.397118,-0.205375,4.802230,0.379512,0.000333,4.808385,0.447100,0.299092,5.369769,-0.266496,-0.223560,5.440641,-0.287912,0.023052,5.396831,-0.270205,0.390534,5.168761,0.199975,-0.381831,5.159637,0.105342,0.379101,4.822230,0.301445,-0.369726,4.820759,0.256747,0.579776,5.415086,0.105797,-0.542182,5.431116,0.055148,0.557378,5.468246,-0.104901,-0.491517,5.533938,-0.130128,0.412601,5.194972,-0.187925,-0.361048,5.275627,-0.270898,0.440308,4.841886,0.111347,-0.414993,4.843246,0.055827,0.410482,5.113216,-0.024863,-0.380678,5.156136,-0.129321,0.299164,4.860054,-0.044383,-0.259272,4.863210,-0.085545,0.125688,4.904437,-0.136508,-0.075119,4.907382,-0.157826,0.015102,4.925942,-0.170242,0.175429,3.948764,0.326394,-0.150871,3.941729,0.326394,0.012776,3.922229,0.412239,0.264137,3.973220,0.195431,-0.240955,3.961628,0.188508,0.320791,4.025620,0.010788,-0.299839,4.010005,0.004595,0.281216,4.039452,-0.091383,-0.259950,4.027987,-0.091865,0.078613,4.047957,-0.164097,-0.057866,4.045058,-0.164199,0.010772,4.047071,-0.176130,0.226703,3.447745,0.275059,-0.160729,3.600217,0.139617,0.022968,3.370413,0.354596,0.404238,3.548207,0.135145,-0.356540,3.606224,-0.009545,0.437687,3.655630,-0.169055,-0.419914,3.541242,-0.273445,0.409842,3.657071,-0.298429,-0.383130,3.580532,-0.326643,0.160630,3.203178,0.244738,-0.069950,3.415193,0.234172,0.047324,3.203429,0.289371,0.070725,3.095182,0.130079,0.108210,3.092856,0.097197,-0.015542,3.263754,0.184824,0.067027,3.112491,-0.039902,0.110833,3.064441,-0.044809,-0.027049,3.157126,0.095893,0.047547,3.119529,-0.254283,0.159581,3.579560,-0.511787,-0.126324,3.527824,-0.510979,0.017432,3.581883,-0.407224,0.028064,3.308148,-0.357424,0.344191,3.249149,0.282515,-0.244800,3.523171,0.259012,0.523292,3.376581,0.121357,-0.452331,3.500515,0.083781,0.575888,3.351285,-0.081168,-0.521130,3.341137,-0.035753,0.185758,3.076308,0.254434,-0.070881,3.381672,0.333130,0.129225,3.025466,0.115930,-0.022606,3.249999,0.260356,0.148475,3.011557,-0.017913,-0.053069,3.146950,0.177104,0.505871,3.144060,-0.263189,-0.445625,3.066776,-0.034841,0.290880,3.292759,0.257667,-0.203414,3.513633,0.205165,0.450371,3.491007,0.106969,-0.395877,3.567115,-0.011316,0.499323,3.516577,-0.122915,-0.467875,3.436672,-0.185560,0.473422,3.493525,-0.347959,-0.455735,3.302983,-0.340869,0.279546,3.400081,-0.589270,-0.265950,3.146134,-0.501251,0.161232,3.144375,0.243347,-0.060817,3.392160,0.269235,0.119413,3.064883,0.103275,-0.021730,3.253660,0.212089,0.135158,3.047628,-0.020017,-0.046239,3.163301,0.134555,0.213883,3.012684,-0.183783,-0.134050,3.031874,0.066814,0.407585,3.062362,-0.311717,-0.343653,2.977414,-0.032598,0.070776,3.084097,-0.248697,-0.005896,3.074775,-0.145973,0.083405,3.162425,-0.384319,-0.027644,3.128080,-0.326261,0.182651,3.063116,-0.207572,-0.112049,3.061265,-0.039412,0.248314,3.129052,-0.346409,-0.193095,3.046786,-0.186205,0.325140,3.006027,-0.322384,-0.256585,2.932631,-0.019343,0.476164,2.664647,0.434805,-0.292582,3.205016,0.786975,0.751990,2.761646,0.237826,-0.595682,3.134024,0.621506,0.713820,2.661047,0.005439,-0.568938,2.901144,0.518390,0.298691,2.523787,0.380016,-0.106158,3.068389,0.817293,0.275851,2.457292,0.243904,-0.089138,2.926536,0.761997,0.301127,2.453891,0.047780,-0.132848,2.787828,0.627967,0.612340,2.551841,-0.173699,-0.473426,2.699975,0.449670,0.562202,2.507580,-0.170794,-0.418448,2.670888,0.474424,0.424016,2.439261,-0.165646,-0.273430,2.627445,0.503947,0.485219,2.471343,-0.167530,-0.337832,2.648275,0.489909,0.381853,0.553854,-0.315685,-0.372331,1.410361,0.182770,0.412994,0.551282,-0.342182,-0.404926,1.419540,0.159709,0.459553,0.602142,-0.390179,-0.446117,1.487584,0.132662,0.332135,0.570775,-0.309446,-0.320404,1.418409,0.188773,0.287597,0.584450,-0.340088,-0.276103,1.434813,0.159145,0.299007,0.629920,-0.386400,-0.283272,1.492890,0.128846,0.416391,0.636974,-0.434852,-0.400852,1.528322,0.095739,0.395666,0.636101,-0.435318,-0.380535,1.525058,0.093077,0.348358,0.637854,-0.431955,-0.333367,1.519866,0.092286,0.374106,0.637417,-0.434139,-0.358982,1.523285,0.092525,0.374423,0.458965,-0.376899,-0.374422,1.333404,0.031908,0.397774,0.467491,-0.395055,-0.397773,1.353162,0.028449,0.428261,0.532303,-0.426444,-0.428261,1.416100,0.063444,0.327502,0.460236,-0.369751,-0.327502,1.328285,0.037056,0.286203,0.466192,-0.387955,-0.286203,1.346605,0.031467,0.285635,0.515062,-0.419554,-0.285634,1.400552,0.053295,0.383142,0.558628,-0.459026,-0.383142,1.457892,0.066258,0.365672,0.566612,-0.461635,-0.365671,1.464617,0.071292,0.326322,0.541111,-0.457070,-0.326321,1.446224,0.053048,0.347646,0.563118,-0.463860,-0.347646,1.464429,0.067154,0.403814,0.359081,-0.274870,-0.403813,1.192501,0.008816,0.481867,0.311010,-0.319328,-0.481867,1.201252,-0.056075,0.330106,0.358800,-0.264048,-0.330105,1.183484,0.014806,0.265114,0.310260,-0.325431,-0.265113,1.205815,-0.060196,0.447939,0.206825,-0.033926,-0.447938,0.900716,0.027667,0.586560,0.187397,-0.098536,-0.586559,0.943145,-0.017440,0.363948,0.203231,-0.019710,-0.363947,0.889133,0.030745,0.235749,0.162128,-0.045117,-0.235749,0.887260,-0.017003,0.566367,0.067436,0.207571,-0.566367,0.588537,-0.114623,0.430481,0.086884,0.396072,-0.430481,0.401809,-0.123308,0.351611,0.086009,0.398780,-0.351610,0.399193,-0.124430,0.241588,0.067837,0.375417,-0.241588,0.424143,-0.140355,0.474569,0.240391,0.093461,-0.474569,0.700801,0.072701,0.679822,0.122930,0.001936,-0.679821,0.796950,-0.041978,0.380296,0.243104,0.105863,-0.380295,0.683696,0.069729,0.178565,0.134361,0.059838,-0.178565,0.734548,-0.036769,0.493194,0.284117,-0.482005,-0.493193,1.318915,-0.171584,0.503902,0.388053,-0.643439,-0.503901,1.510757,-0.179321,0.206637,0.372276,-0.634694,-0.206637,1.494534,-0.187205,0.248849,0.297641,-0.493850,-0.248849,1.336381,-0.167326,0.366007,0.444423,-0.693975,-0.366007,1.584512,-0.162240,0.412897,0.445294,-0.692280,-0.412897,1.583625,-0.160553,0.285425,0.433358,-0.695940,-0.285425,1.579760,-0.172424,0.328573,0.441385,-0.696813,-0.328573,1.585088,-0.166358,0.529195,0.223863,-0.371634,-0.529194,1.196256,-0.150698,0.621980,0.101356,-0.205999,-0.621980,0.999101,-0.142967,0.245220,0.236690,-0.391771,-0.245220,1.217816,-0.158530,0.190689,0.068115,-0.156831,-0.190688,0.936568,-0.153439,0.642624,-0.015350,0.241792,-0.642624,0.559268,-0.201164,0.476096,0.003468,0.448951,-0.476095,0.356902,-0.211273,0.328912,0.003165,0.462547,-0.328911,0.343394,-0.212837,0.193144,-0.010125,0.427394,-0.193143,0.379629,-0.222806,0.714766,-0.010383,-0.017963,-0.714765,0.809397,-0.179056,0.119369,-0.007181,0.024644,-0.119368,0.773250,-0.178442,0.456157,0.242234,-0.613175,-0.456157,1.402179,-0.281251,0.492012,0.303547,-0.721899,-0.492011,1.526391,-0.293570,0.175784,0.281937,-0.683580,-0.175783,1.482612,-0.289229,0.214049,0.227116,-0.586367,-0.214048,1.371552,-0.278214,0.359195,0.345551,-0.797209,-0.359195,1.612160,-0.302484,0.400351,0.338835,-0.784475,-0.400351,1.597880,-0.300660,0.282139,0.328302,-0.765796,-0.282138,1.576540,-0.298544,0.320196,0.346052,-0.798097,-0.320196,1.613176,-0.302585,0.512998,0.159040,-0.471383,-0.512998,1.240808,-0.263954,0.600361,0.048143,-0.295556,-0.600360,1.049604,-0.239557,0.233915,0.151577,-0.453322,-0.233914,1.219668,-0.262944,0.177430,0.033388,-0.259875,-0.177429,1.007873,-0.237558,0.596903,-0.064428,0.279986,-0.596902,0.527526,-0.257954,0.527287,-0.056749,0.329285,-0.527287,0.481642,-0.260120,0.394235,-0.058976,0.350679,-0.394234,0.460547,-0.264323,0.188942,-0.058877,0.334995,-0.188942,0.476155,-0.262769,0.687723,-0.050807,-0.081274,-0.687723,0.871840,-0.223603,0.120945,-0.057179,-0.015732,-0.120944,0.812596,-0.227826,0.592819,1.435532,0.165896,-0.425178,2.131627,0.911307,0.742871,1.436243,0.043908,-0.580004,2.186613,0.809313,0.786972,1.498091,-0.133108,-0.624270,2.302515,0.661964,0.436908,1.451785,0.184535,-0.267779,2.122233,0.918866,0.355719,1.480492,0.050692,-0.190765,2.178532,0.791474,0.390863,1.575896,-0.110145,-0.220383,2.320406,0.668185,0.671126,1.568210,-0.256423,-0.506387,2.390698,0.553011,0.587049,1.511438,-0.269700,-0.432380,2.330318,0.516328,0.507514,1.598251,-0.238044,-0.339378,2.393498,0.563480,0.511594,1.511780,-0.269248,-0.357778,2.321145,0.509684,0.673654,1.865032,0.414761,-0.427586,2.486246,1.277075,0.756979,1.884114,0.309931,-0.513334,2.536981,1.191927,0.782674,1.921088,0.187160,-0.539842,2.603158,1.091852,0.571635,1.880339,0.396227,-0.324725,2.495556,1.256704,0.530040,1.907640,0.325800,-0.283384,2.531314,1.196126,0.551990,1.944524,0.209315,-0.305868,2.594011,1.102092,0.688649,1.964117,0.145801,-0.442412,2.638224,1.060349,0.674390,1.966435,0.138568,-0.428142,2.639307,1.054344,0.602387,1.969250,0.142531,-0.355787,2.634221,1.053556,0.634242,1.964858,0.138561,-0.388312,2.634452,1.051045,0.634631,2.081131,0.392520,-0.385402,2.748855,1.181622,0.708410,2.082582,0.324547,-0.465303,2.704940,1.141063,0.750758,2.069360,0.202156,-0.516802,2.612587,1.070967,0.579515,2.058389,0.397597,-0.327578,2.733295,1.194828,0.546670,2.028121,0.311964,-0.299329,2.657027,1.150052,0.562690,2.009126,0.198046,-0.323224,2.570587,1.084751,0.677848,2.034677,0.157559,-0.444034,2.561671,1.054354,0.662206,2.030847,0.151076,-0.428426,2.555722,1.050894,0.591388,2.009501,0.157470,-0.355016,2.545768,1.060687,0.632588,2.018465,0.152610,-0.397336,2.548843,1.056695,0.644095,1.760965,0.302276,-0.420698,2.406654,1.138189,0.767133,1.774235,0.225897,-0.544491,2.456851,1.080711,0.797779,1.813514,0.107198,-0.575556,2.532624,0.981389,0.555959,1.781563,0.314482,-0.329960,2.411675,1.147274,0.510397,1.806005,0.218412,-0.286677,2.457300,1.058125,0.517966,1.864778,0.105816,-0.291760,2.546906,0.967935,0.664917,1.873025,0.060871,-0.438174,2.586113,0.941323,0.650414,1.878372,0.056212,-0.423324,2.590746,0.937005,0.579911,1.887107,0.067622,-0.351782,2.586941,0.943660,0.610118,1.878324,0.056255,-0.383529,2.585687,0.933203,1.257550,3.725428,0.225332,-1.163312,3.735493,-0.103905,1.283297,3.696102,0.185079,-1.198943,3.716619,-0.142860,1.162280,3.701778,0.221023,-1.073372,3.707563,-0.131926,1.234813,3.673429,0.114536,-1.167066,3.705996,-0.224788,1.177342,3.664203,0.135235,-1.107934,3.689306,-0.218358,1.143975,4.463608,0.015452,-1.014982,4.492196,-0.188662,1.213846,4.404476,-0.074163,-1.107515,4.457750,-0.270100,0.921415,4.443955,-0.033707,-0.810183,4.469454,-0.288024,1.094384,4.247222,-0.250367,-1.042903,4.333280,-0.495336,0.878451,4.329937,-0.139099,-0.802341,4.377288,-0.420622,0.810371,5.021307,0.081645,-0.751100,5.041582,-0.041590,0.826915,5.087394,-0.179719,-0.771406,5.151119,-0.287642,0.562845,4.887097,-0.026342,-0.497007,4.941193,-0.169268,0.618532,4.948153,-0.191908,-0.556022,5.027110,-0.322161,0.565903,4.897615,-0.116254,-0.500722,4.966998,-0.256012,1.028945,4.556638,-0.108837,-0.945234,4.606367,-0.311544,1.075995,4.573635,-0.159438,-0.993173,4.629432,-0.358798,0.976295,4.522735,-0.108766,-0.890878,4.575744,-0.316942,0.985280,4.600396,-0.261965,-0.904111,4.678266,-0.454405,0.924845,4.467271,-0.151976,-0.836305,4.530951,-0.369467,0.669878,5.198844,0.072697,-0.620412,5.226196,-0.019373,0.688681,5.247386,-0.111842,-0.641132,5.304759,-0.192136,0.476877,5.090415,0.017094,-0.424997,5.139524,-0.093512,0.512896,5.143806,-0.141299,-0.461439,5.218461,-0.239339,0.463167,5.094203,-0.069264,-0.411327,5.159819,-0.178117,1.322204,3.598401,0.520203,-1.186040,3.575044,0.161100,1.136198,3.590672,0.525997,-1.003263,3.557192,0.130026,1.146779,2.574727,0.588684,-1.088550,2.570219,0.072216,1.050367,2.585787,0.626163,-0.986163,2.573323,0.091708,1.136717,2.513542,-0.019128,-1.197222,2.554535,-0.528522,1.053723,2.513397,-0.050748,-1.121828,2.551162,-0.575174,1.225626,3.579271,-0.054347,-1.198106,3.641024,-0.405006,1.120208,3.565768,-0.005304,-1.087089,3.612889,-0.380721,1.036376,2.419647,0.304241,-1.044153,2.429749,-0.229172,1.133254,2.409903,0.285269,-1.144023,2.427639,-0.233831,1.137959,3.575147,0.203725,-1.064606,3.586755,-0.173389,1.348698,3.621068,0.164642,-1.273808,3.651182,-0.161954,1.137522,3.429674,0.421699,-1.034514,3.397390,0.026621,1.318235,3.477217,0.444749,-1.203822,3.454218,0.086523,1.201077,3.334726,-0.084620,-1.202151,3.404171,-0.477812,1.132158,3.277138,0.158174,-1.094807,3.301353,-0.265867,1.343382,3.402949,0.165993,-1.288404,3.436210,-0.196306,1.111250,3.325158,-0.074283,-1.113237,3.387642,-0.487213,1.117815,3.056520,0.473808,-1.042024,3.030206,0.003049,1.226850,3.059965,0.447538,-1.152903,3.042333,0.001415,1.191788,3.045295,-0.059825,-1.215097,3.113431,-0.502153,1.125000,2.970450,0.193639,-1.109388,2.992256,-0.281865,1.301259,2.989889,0.139130,-1.290170,3.032312,-0.296192,1.109081,3.036553,-0.064756,-1.135952,3.099020,-0.525361,1.304022,3.336028,0.563869,-1.173670,3.312003,0.202731,1.242874,3.315941,0.542601,-1.119118,3.288650,0.169965,1.243349,3.388580,0.691070,-1.086260,3.360976,0.314910,1.296688,3.404603,0.644718,-1.146790,3.379951,0.279889,1.285729,3.144230,0.742679,-1.130620,3.119216,0.376149,1.136168,3.205286,0.722294,-0.985009,3.172072,0.325993,1.133983,3.151854,0.620056,-1.006001,3.118759,0.225845,1.301465,3.101859,0.665888,-1.163514,3.077883,0.304389] },
{ "name": "animation_000006", "vertices": [0.260363,6.165933,-0.163767,-0.224225,6.162527,-0.163986,0.228304,5.757125,0.392236,-0.190073,5.753498,0.389431,0.013569,5.642139,0.558148,0.018251,6.140265,-0.249399,0.692899,7.034031,-0.194471,-0.669046,7.025557,-0.190910,0.436621,7.105581,0.655606,-0.409237,7.100318,0.657818,0.014100,7.111651,0.833406,0.011113,7.068351,-0.412312,0.415592,6.674272,0.739239,-0.382405,6.669307,0.741325,0.624085,6.786347,-0.240266,-0.597395,6.778748,-0.237072,0.016079,6.686624,0.899496,0.013295,6.661802,-0.545231,0.502984,5.976047,0.629065,-0.464837,5.969275,0.628738,0.497888,6.426449,-0.236780,-0.466293,6.420226,-0.235109,0.019001,5.907975,0.847317,0.016066,6.352793,-0.471139,0.191181,5.830461,0.129008,-0.150284,5.826304,0.122163,0.016890,5.785913,0.202611,0.571458,7.173627,0.378000,-0.546360,7.166672,0.380923,0.011701,7.316373,0.403084,0.684432,6.724074,0.457823,-0.653311,6.715751,0.461321,0.596156,6.114835,0.399478,-0.559751,6.106743,0.399074,0.206764,5.958760,-0.065295,-0.166759,5.955817,-0.066674,0.020191,5.985916,-0.135620,0.570584,7.172846,0.041566,-0.547235,7.165891,0.044489,0.010738,7.308523,0.016009,0.658150,6.814593,-0.018160,-0.630647,6.806574,-0.014790,0.589809,6.252713,-0.084277,-0.555367,6.245220,-0.082681,0.035992,5.641220,-0.089777,0.167283,5.605997,-0.018970,-0.099437,5.603030,-0.038923,0.016289,5.511976,0.176135,0.153207,5.559605,0.108056,-0.111029,5.558147,0.080779,0.059543,5.516002,-0.184712,0.295663,5.517819,-0.064724,-0.164685,5.529334,-0.115722,0.276539,5.442744,0.172673,-0.250107,5.451645,0.104060,0.013369,5.419851,0.223691,0.199326,5.108463,0.328874,-0.225384,5.107844,0.278974,-0.009518,5.129493,0.356321,0.199569,4.731603,0.406169,-0.214944,4.736391,0.369370,-0.012197,4.740846,0.446422,0.350748,5.321081,-0.237237,-0.174495,5.344860,-0.307572,0.059207,5.332813,-0.274866,0.377158,5.099119,0.225097,-0.413119,5.129699,0.096276,0.370626,4.753182,0.318851,-0.380125,4.756207,0.240470,0.562648,5.357463,0.184968,-0.526150,5.425457,-0.013912,0.576001,5.422381,-0.023098,-0.436114,5.492695,-0.201473,0.462513,5.146824,-0.149205,-0.330981,5.199764,-0.285122,0.442293,4.775020,0.132359,-0.417666,4.776522,0.038903,0.435765,5.054271,0.003796,-0.383741,5.098947,-0.131203,0.311361,4.793512,-0.031900,-0.254105,4.792667,-0.093044,0.145271,4.837151,-0.134354,-0.063573,4.834447,-0.155227,0.035186,4.858109,-0.174625,0.178724,3.891669,0.326394,-0.146496,3.864225,0.326394,0.018050,3.855006,0.412238,0.266545,3.921209,0.196953,-0.237767,3.878242,0.188141,0.319772,3.977229,0.012461,-0.299505,3.922979,0.004169,0.278905,3.988489,-0.091090,-0.260458,3.943764,-0.092112,0.076201,3.984529,-0.164015,-0.059823,3.973218,-0.164231,0.009020,3.979435,-0.176069,0.278758,3.350648,0.285981,-0.129965,3.528153,0.127427,0.071613,3.279895,0.358484,0.452650,3.467545,0.155970,-0.329192,3.517900,-0.015890,0.472775,3.616463,-0.138106,-0.395009,3.440799,-0.273050,0.434369,3.622607,-0.286416,-0.358468,3.485518,-0.325647,0.212224,3.107662,0.224288,-0.024023,3.354695,0.225111,0.100020,3.108200,0.275406,0.117716,3.015834,0.097789,0.153280,3.017671,0.061685,0.039024,3.206498,0.180333,0.107554,3.057350,-0.068877,0.150516,3.010623,-0.082904,0.031614,3.096390,0.096351,0.092095,3.072178,-0.268090,0.185176,3.533200,-0.506850,-0.098025,3.450120,-0.510142,0.043748,3.521198,-0.404342,0.068505,3.253007,-0.358375,0.397796,3.135964,0.255624,-0.202181,3.455992,0.251805,0.572562,3.286952,0.110890,-0.413581,3.413606,0.085066,0.616253,3.296134,-0.095094,-0.476633,3.245371,-0.025135,0.234981,2.972458,0.205418,-0.017845,3.328233,0.325706,0.171798,2.946828,0.062887,0.035780,3.196486,0.256922,0.185235,2.955854,-0.072080,0.008806,3.088259,0.179222,0.534740,3.124083,-0.306588,-0.384968,2.976157,-0.015262,0.343929,3.189156,0.243268,-0.163059,3.445094,0.196585,0.500556,3.405883,0.119474,-0.364691,3.478532,-0.014910,0.540243,3.469001,-0.105654,-0.434040,3.337052,-0.181088,0.505343,3.478453,-0.332585,-0.417468,3.199659,-0.331118,0.304119,3.409016,-0.581337,-0.220585,3.051981,-0.489820,0.212129,3.046141,0.211614,-0.011555,3.334956,0.260685,0.163797,2.988633,0.061389,0.034506,3.197511,0.208183,0.174587,2.990743,-0.063690,0.013273,3.103034,0.135375,0.243868,2.984484,-0.237872,-0.068712,2.963935,0.076773,0.433446,3.052501,-0.363307,-0.277706,2.893209,-0.013031,0.114094,3.040894,-0.268291,0.053213,3.009437,-0.142970,0.127867,3.117008,-0.392456,0.026700,3.059216,-0.323638,0.219557,3.028994,-0.242244,-0.050524,2.991599,-0.032840,0.282235,3.109869,-0.371583,-0.133720,2.968058,-0.176405,0.350227,2.998808,-0.378954,-0.187566,2.854404,-0.001143,0.524453,2.532430,0.299840,-0.213799,3.159298,0.794105,0.793768,2.658398,0.110392,-0.517358,3.063598,0.642505,0.744081,2.599635,-0.133860,-0.480186,2.828322,0.548460,0.342144,2.405242,0.229647,-0.018699,3.035184,0.823628,0.312410,2.363369,0.085314,0.004917,2.892246,0.773820,0.329503,2.393357,-0.109426,-0.034804,2.745438,0.647391,0.633178,2.524032,-0.324383,-0.375170,2.630181,0.485009,0.582344,2.480547,-0.326882,-0.317786,2.605455,0.509030,0.443176,2.414056,-0.327410,-0.169560,2.571841,0.535267,0.504866,2.445233,-0.326474,-0.235508,2.588261,0.522625,0.386773,0.547615,-0.750431,-0.369716,1.164487,0.547234,0.416798,0.548866,-0.778278,-0.402192,1.170388,0.522966,0.461295,0.606072,-0.820771,-0.438744,1.232857,0.480308,0.337339,0.563211,-0.739931,-0.317157,1.169394,0.550494,0.291565,0.580634,-0.766590,-0.272649,1.174218,0.517248,0.301017,0.632043,-0.806717,-0.276183,1.223417,0.473551,0.416299,0.646368,-0.858499,-0.391596,1.259296,0.433941,0.395573,0.645432,-0.858236,-0.371691,1.253788,0.431956,0.348442,0.646408,-0.852742,-0.325122,1.244634,0.431975,0.374078,0.646437,-0.856012,-0.350370,1.250137,0.431631,0.374423,0.463641,-0.819859,-0.374422,1.053852,0.446157,0.397774,0.473911,-0.837088,-0.397773,1.069258,0.433311,0.428261,0.541496,-0.861953,-0.428261,1.141264,0.432286,0.327502,0.464203,-0.812621,-0.327502,1.051980,0.453171,0.286204,0.471921,-0.830150,-0.286203,1.065078,0.439196,0.285635,0.523660,-0.856791,-0.285634,1.122727,0.431236,0.383143,0.570896,-0.891788,-0.383142,1.178900,0.413898,0.365672,0.579098,-0.893599,-0.365671,1.187238,0.414911,0.326322,0.553272,-0.891564,-0.326321,1.162200,0.408261,0.347647,0.575840,-0.896157,-0.347646,1.185013,0.411417,0.403814,0.354209,-0.728145,-0.403813,0.920185,0.496356,0.481867,0.310742,-0.777114,-0.481867,0.895433,0.435736,0.330106,0.352865,-0.717403,-0.330105,0.915353,0.506043,0.265114,0.310596,-0.783262,-0.265113,0.897336,0.429889,0.447939,0.178492,-0.504891,-0.447938,0.678522,0.655696,0.586560,0.164042,-0.571399,-0.586559,0.691769,0.592819,0.363948,0.173791,-0.490598,-0.363947,0.669514,0.665087,0.235749,0.135244,-0.519777,-0.235749,0.643717,0.624555,0.566367,0.048053,-0.275391,-0.566367,0.365809,0.741278,0.430481,0.075240,-0.086532,-0.430480,0.228086,0.867618,0.351611,0.074452,-0.083797,-0.351610,0.225426,0.868628,0.241588,0.055546,-0.106570,-0.241587,0.232308,0.839840,0.474570,0.215672,-0.392539,-0.474569,0.572509,0.801544,0.679822,0.096803,-0.481004,-0.679821,0.564991,0.651703,0.380296,0.219841,-0.380796,-0.380295,0.560361,0.810815,0.178565,0.110414,-0.424118,-0.178564,0.524675,0.697852,0.493194,0.299975,-0.941647,-0.493193,0.939879,0.276955,0.503902,0.419280,-1.092079,-0.503901,1.102346,0.174642,0.206637,0.402720,-1.084928,-0.206636,1.084352,0.175892,0.248849,0.314598,-0.952105,-0.248849,0.957144,0.271943,0.366007,0.480347,-1.136828,-0.366006,1.174803,0.152695,0.412897,0.481046,-1.135055,-0.412897,1.174874,0.154600,0.285425,0.469528,-1.139871,-0.285424,1.165607,0.146234,0.328573,0.477602,-1.139951,-0.328573,1.173250,0.148838,0.529195,0.227817,-0.837689,-0.529194,0.842474,0.354124,0.621980,0.086832,-0.684011,-0.621980,0.671091,0.455629,0.245221,0.243906,-0.856514,-0.245220,0.858735,0.338656,0.190689,0.051172,-0.638298,-0.190688,0.613927,0.481315,0.642624,-0.033278,-0.239023,-0.642624,0.285470,0.698685,0.476096,-0.006451,-0.031026,-0.476095,0.134675,0.835545,0.328912,-0.006321,-0.017427,-0.328911,0.123872,0.843805,0.193144,-0.020723,-0.052140,-0.193143,0.143009,0.811461,0.714766,-0.034884,-0.499878,-0.714765,0.484370,0.539753,0.119369,-0.030936,-0.456283,-0.119368,0.457115,0.567004,0.456157,0.271193,-1.076300,-0.456157,0.957415,0.140382,0.492012,0.342899,-1.178468,-0.492011,1.058964,0.067800,0.175784,0.317626,-1.142459,-0.175783,1.023173,0.093382,0.214049,0.253512,-1.051108,-0.214048,0.932376,0.158278,0.359196,0.392104,-1.249283,-0.359195,1.128881,0.017329,0.400351,0.384169,-1.237271,-0.400351,1.117409,0.026026,0.282139,0.371850,-1.219718,-0.282138,1.099963,0.038496,0.320197,0.392690,-1.250118,-0.320196,1.129711,0.016735,0.512998,0.173625,-0.943139,-0.512997,0.824889,0.234731,0.600361,0.042542,-0.776872,-0.600360,0.664243,0.348055,0.233915,0.165124,-0.926096,-0.233914,0.808104,0.247041,0.177430,0.025731,-0.743196,-0.177429,0.631099,0.372361,0.596903,-0.080420,-0.198738,-0.596902,0.224160,0.681251,0.527287,-0.070445,-0.148716,-0.527287,0.190461,0.713750,0.394235,-0.071990,-0.127261,-0.394234,0.172368,0.725382,0.188942,-0.072390,-0.142941,-0.188942,0.184674,0.715657,0.687723,-0.075228,-0.562102,-0.687723,0.502215,0.464994,0.120945,-0.081288,-0.495858,-0.120944,0.453169,0.503153,0.616654,1.357076,-0.162460,-0.343172,2.044980,1.074312,0.761550,1.375313,-0.289226,-0.496310,2.085862,0.963520,0.798264,1.460908,-0.457839,-0.535917,2.165122,0.792482,0.461630,1.369641,-0.135451,-0.186835,2.024609,1.082283,0.374969,1.415733,-0.260731,-0.109646,2.041099,0.944082,0.403372,1.532318,-0.408402,-0.131873,2.150144,0.789742,0.677375,1.546374,-0.565657,-0.414931,2.213526,0.663786,0.592870,1.491390,-0.583094,-0.347062,2.139991,0.642459,0.514633,1.572585,-0.536718,-0.247972,2.204840,0.671443,0.517497,1.491180,-0.579527,-0.273651,2.123255,0.637504,0.707275,1.748941,0.138860,-0.307172,2.476203,1.341979,0.786200,1.782827,0.034341,-0.390589,2.511651,1.246705,0.806736,1.836498,-0.083256,-0.413959,2.552785,1.132181,0.604499,1.766114,0.126657,-0.204282,2.472341,1.318253,0.559982,1.802732,0.062335,-0.161419,2.489296,1.248970,0.577031,1.855575,-0.048884,-0.180682,2.529065,1.140706,0.710983,1.884546,-0.114572,-0.314039,2.572091,1.090060,0.696410,1.887829,-0.120865,-0.299616,2.570681,1.083319,0.624587,1.889733,-0.113684,-0.227813,2.560357,1.082717,0.656269,1.886063,-0.119492,-0.260345,2.562228,1.080742,0.669539,1.963078,0.151505,-0.266439,2.717273,1.210514,0.740492,1.975129,0.081626,-0.344876,2.666340,1.174802,0.777436,1.982593,-0.043058,-0.392582,2.568296,1.109788,0.614215,1.940559,0.155004,-0.207415,2.705935,1.222325,0.577244,1.925651,0.066898,-0.175793,2.628365,1.179488,0.588131,1.926093,-0.049295,-0.196070,2.536787,1.118113,0.702013,1.956846,-0.089816,-0.316944,2.520157,1.092096,0.686021,1.954339,-0.096209,-0.300958,2.514703,1.088126,0.615098,1.932994,-0.090505,-0.226731,2.508716,1.095754,0.656239,1.942188,-0.095549,-0.269252,2.509490,1.093045,0.673229,1.661300,0.014692,-0.310092,2.366103,1.225710,0.793003,1.685611,-0.064120,-0.431297,2.410746,1.158894,0.818697,1.740841,-0.177526,-0.459402,2.462003,1.044202,0.585654,1.679481,0.033163,-0.219001,2.365601,1.232292,0.536149,1.716447,-0.056757,-0.175068,2.384041,1.134147,0.539021,1.790012,-0.160532,-0.175916,2.448733,1.024586,0.683987,1.805234,-0.209884,-0.319563,2.492271,0.990638,0.669300,1.811070,-0.213179,-0.304537,2.494437,0.985145,0.599320,1.817721,-0.197827,-0.233341,2.486420,0.991771,0.629041,1.810757,-0.211502,-0.265398,2.485285,0.982293,1.285147,3.742011,0.539334,-1.213101,3.723297,-0.410412,1.316307,3.709929,0.505524,-1.238491,3.710502,-0.458733,1.191570,3.715739,0.524926,-1.118612,3.698363,-0.420636,1.277743,3.680007,0.431642,-1.188496,3.710975,-0.531819,1.218187,3.671210,0.445509,-1.132098,3.692776,-0.514367,1.156657,4.454396,0.259714,-1.116693,4.494090,-0.388144,1.253768,4.399182,0.197100,-1.151562,4.462091,-0.507282,0.959328,4.409984,0.152551,-0.889706,4.485770,-0.368069,1.192529,4.220006,0.003668,-0.991698,4.361413,-0.675960,0.957969,4.287886,0.047507,-0.807761,4.403710,-0.481702,0.801513,4.986078,0.222226,-0.789777,5.067513,-0.160311,0.877926,5.047122,-0.029542,-0.708277,5.144661,-0.405991,0.593395,4.837451,0.062415,-0.534433,4.909369,-0.187377,0.684806,4.897517,-0.086839,-0.523125,4.982569,-0.356949,0.617650,4.846122,-0.024422,-0.505124,4.923477,-0.271912,1.079266,4.528691,0.105494,-0.972821,4.638900,-0.447993,1.136386,4.546873,0.067155,-0.997547,4.663131,-0.510159,1.029656,4.492238,0.094031,-0.927008,4.599098,-0.432554,1.072096,4.566851,-0.055012,-0.874797,4.682867,-0.573404,0.992545,4.433215,0.041434,-0.869430,4.539599,-0.459688,0.660393,5.155631,0.173474,-0.637810,5.228449,-0.106302,0.720572,5.201731,-0.002452,-0.587366,5.285460,-0.282879,0.491712,5.036413,0.074963,-0.450837,5.100692,-0.102582,0.561644,5.089279,-0.071340,-0.424839,5.164280,-0.259300,0.498690,5.038304,-0.012812,-0.408859,5.106709,-0.179181,1.339321,3.737839,0.840560,-1.245136,3.524288,-0.159915,1.153933,3.719882,0.839950,-1.060213,3.510169,-0.177110,1.213471,2.812006,1.244186,-1.129672,2.494081,-0.439707,1.114386,2.831003,1.270315,-1.029345,2.486220,-0.414253,1.246197,2.517940,0.709767,-1.188541,2.664745,-1.022693,1.165524,2.499538,0.677650,-1.109689,2.674003,-1.062564,1.283105,3.528413,0.304242,-1.207230,3.668383,-0.719867,1.175316,3.523221,0.349941,-1.098790,3.637876,-0.688786,1.128909,2.553411,1.045027,-1.064014,2.455266,-0.779235,1.227436,2.542304,1.032690,-1.162047,2.455973,-0.784302,1.178226,3.599684,0.546981,-1.095277,3.585882,-0.485385,1.388381,3.645851,0.505140,-1.305696,3.647290,-0.485084,1.170292,3.531128,0.806733,-1.081094,3.379641,-0.316663,1.346414,3.596747,0.818667,-1.255553,3.424996,-0.262166,1.273657,3.284796,0.355494,-1.201929,3.442416,-0.821498,1.191506,3.303206,0.600295,-1.112347,3.314259,-0.615183,1.394666,3.439891,0.576886,-1.313602,3.438288,-0.547228,1.183975,3.272542,0.364112,-1.112269,3.427655,-0.824755,1.167550,3.196323,0.969180,-1.079210,3.007948,-0.379620,1.277647,3.198112,0.949804,-1.190023,3.023180,-0.390752,1.278178,3.017600,0.472439,-1.207829,3.159365,-0.881645,1.198358,3.023742,0.733085,-1.120362,3.010890,-0.670396,1.376643,3.038101,0.683439,-1.299735,3.050192,-0.696570,1.196547,3.000386,0.466930,-1.126713,3.151404,-0.897592,1.330082,3.513012,0.983543,-1.236846,3.258735,-0.182040,1.271616,3.481930,0.969032,-1.179385,3.242673,-0.214214,1.258032,3.606792,1.076478,-1.160677,3.277270,-0.053674,1.313790,3.607087,1.030204,-1.217542,3.305509,-0.088592,1.307733,3.405888,1.222539,-1.210746,3.028980,-0.057039,1.157393,3.443336,1.172463,-1.060971,3.088928,-0.079080,1.165053,3.354093,1.099734,-1.072194,3.061743,-0.190648,1.330902,3.338032,1.169637,-1.236556,3.006877,-0.139411] },
{ "name": "animation_000007", "vertices": [0.262958,6.064761,-0.173457,-0.221606,6.061740,-0.173684,0.229681,5.684616,0.403053,-0.188632,5.680715,0.398996,0.012098,5.570898,0.571593,0.020856,6.034818,-0.257730,0.696287,6.928577,-0.252619,-0.665663,6.922151,-0.247093,0.441104,7.046652,0.592585,-0.404756,7.042661,0.596017,0.018802,7.062965,0.770259,0.014288,6.951906,-0.471250,0.419617,6.620565,0.699601,-0.378382,6.616800,0.702839,0.627099,6.678861,-0.284783,-0.594385,6.673097,-0.279827,0.019868,6.641734,0.859841,0.015789,6.538722,-0.581838,0.505175,5.916474,0.628308,-0.462601,5.910495,0.628016,0.500518,6.320162,-0.261096,-0.463652,6.315193,-0.258438,0.020886,5.860039,0.849671,0.018545,6.234756,-0.490713,0.193573,5.745431,0.136437,-0.147760,5.739995,0.126401,0.016669,5.699005,0.208715,0.575702,7.099300,0.311536,-0.542120,7.094026,0.316072,0.016159,7.243957,0.329431,0.688189,6.654608,0.415594,-0.649559,6.648295,0.421021,0.598518,6.042961,0.391788,-0.557334,6.035812,0.391419,0.209422,5.863557,-0.064006,-0.164062,5.860630,-0.065969,0.023083,5.887301,-0.135966,0.574429,7.080204,-0.024355,-0.543393,7.074929,-0.019819,0.014729,7.215044,-0.056641,0.661463,6.719111,-0.064583,-0.627339,6.713030,-0.059354,0.592362,6.154862,-0.099359,-0.552793,6.148767,-0.096777,0.045387,5.554648,-0.083819,0.173255,5.519468,-0.007408,-0.089726,5.515419,-0.042048,0.011641,5.421440,0.177626,0.151463,5.470457,0.118834,-0.106768,5.471992,0.072610,0.078324,5.432815,-0.179195,0.302769,5.439984,-0.025016,-0.136957,5.432641,-0.143765,0.252422,5.346052,0.200114,-0.245472,5.379629,0.072474,0.002743,5.326269,0.220444,0.186038,5.015951,0.332492,-0.236645,5.028895,0.270308,-0.021596,5.039412,0.351164,0.188243,4.643203,0.413988,-0.224284,4.651242,0.359923,-0.024602,4.654128,0.445412,0.394251,5.260144,-0.200143,-0.137113,5.229256,-0.317624,0.092815,5.253352,-0.274964,0.362643,5.004879,0.240108,-0.425386,5.059571,0.079711,0.361511,4.664747,0.333162,-0.387055,4.671691,0.224942,0.530593,5.272995,0.258494,-0.509270,5.356225,-0.075837,0.576796,5.356378,0.062338,-0.394871,5.396744,-0.257800,0.505165,5.084808,-0.106891,-0.300219,5.089414,-0.293715,0.442636,4.689032,0.150370,-0.416348,4.689522,0.023306,0.458501,4.976556,0.029307,-0.376216,5.005044,-0.137526,0.321768,4.708428,-0.020869,-0.246519,4.703812,-0.099474,0.163191,4.751720,-0.132135,-0.051553,4.745224,-0.152103,0.053867,4.772104,-0.178144,0.180209,3.815187,0.326394,-0.142789,3.768354,0.326394,0.022014,3.768986,0.412239,0.267109,3.849159,0.198464,-0.234835,3.777264,0.188830,0.316818,3.908483,0.014187,-0.299080,3.818541,0.004545,0.274661,3.917508,-0.090812,-0.261016,3.841187,-0.092318,0.072599,3.901660,-0.163927,-0.062496,3.882357,-0.164245,0.006270,3.892567,-0.175976,0.332443,3.231021,0.288155,-0.101280,3.422936,0.147411,0.120127,3.170203,0.357803,0.502606,3.362097,0.168942,-0.302657,3.409778,0.006477,0.507258,3.552812,-0.106068,-0.370086,3.344968,-0.261699,0.455960,3.567457,-0.272406,-0.334304,3.384985,-0.323922,0.261186,2.996511,0.195033,0.018145,3.245107,0.231634,0.150696,2.997013,0.254812,0.159076,2.924965,0.061154,0.192015,2.931543,0.021955,0.089039,3.101475,0.172503,0.140759,2.991637,-0.096766,0.181623,2.947774,-0.120843,0.085681,2.996989,0.079827,0.130033,3.012231,-0.278690,0.207513,3.468659,-0.499241,-0.071497,3.362669,-0.512551,0.067576,3.442767,-0.400027,0.104827,3.182013,-0.357056,0.449684,3.005697,0.212561,-0.162676,3.328334,0.267774,0.620076,3.177207,0.086708,-0.376386,3.288209,0.103438,0.651353,3.223423,-0.116537,-0.433493,3.126541,-0.019138,0.278877,2.857693,0.144126,0.030471,3.205468,0.325752,0.206289,2.860176,0.003808,0.089081,3.083229,0.244593,0.211726,2.893728,-0.127808,0.065700,2.980569,0.158615,0.551502,3.095175,-0.350114,-0.327080,2.863083,-0.034700,0.395949,3.067121,0.216342,-0.125588,3.326962,0.211872,0.551504,3.297023,0.121760,-0.334491,3.364925,0.007700,0.579235,3.398852,-0.091204,-0.400674,3.233104,-0.169297,0.532288,3.443493,-0.312579,-0.379766,3.105774,-0.332875,0.320563,3.402590,-0.560602,-0.176876,2.974667,-0.508493,0.259259,2.934268,0.169993,0.033507,3.220913,0.264174,0.201179,2.902505,0.014592,0.086002,3.089419,0.198763,0.205065,2.925493,-0.108523,0.068093,2.999396,0.118646,0.261136,2.951168,-0.288883,-0.007977,2.861066,0.047992,0.445261,3.036759,-0.411413,-0.215310,2.786111,-0.041989,0.149767,2.986333,-0.284349,0.108132,2.923722,-0.157403,0.166272,3.057733,-0.397354,0.077405,2.976134,-0.332669,0.246467,2.986022,-0.273775,0.006841,2.895585,-0.053251,0.306070,3.080456,-0.391113,-0.077786,2.875360,-0.197140,0.360389,2.987514,-0.430182,-0.122696,2.751184,-0.035249,0.559139,2.401913,0.136962,-0.141819,2.986881,0.782776,0.820304,2.555159,-0.043587,-0.444157,2.887219,0.631289,0.753878,2.543622,-0.290642,-0.397105,2.663178,0.516516,0.368842,2.293693,0.056867,0.060538,2.871986,0.796592,0.328985,2.279859,-0.090407,0.090374,2.735316,0.734137,0.335092,2.344986,-0.277051,0.054900,2.597651,0.596642,0.629124,2.506866,-0.484032,-0.283435,2.477353,0.433675,0.576847,2.465652,-0.491089,-0.224095,2.453987,0.454024,0.435822,2.403292,-0.494585,-0.073540,2.426743,0.473513,0.498434,2.432478,-0.492035,-0.140633,2.440403,0.464003,0.392163,0.552956,-1.164941,-0.365684,0.836875,0.861102,0.420835,0.558279,-1.193718,-0.398245,0.838876,0.836316,0.461421,0.621299,-1.231658,-0.431404,0.891207,0.779570,0.342763,0.565465,-1.150787,-0.312850,0.838604,0.862726,0.295270,0.583846,-1.173504,-0.268918,0.831724,0.829077,0.301168,0.639523,-1.208256,-0.270088,0.868580,0.774463,0.413438,0.663607,-1.262953,-0.383661,0.901731,0.727786,0.392788,0.661861,-1.261930,-0.364235,0.894470,0.727131,0.345949,0.660457,-1.254410,-0.318422,0.882248,0.729177,0.371395,0.661807,-1.258720,-0.343231,0.889313,0.727609,0.374423,0.476866,-1.239432,-0.374422,0.734728,0.826365,0.397774,0.488481,-1.255785,-0.397774,0.737397,0.806485,0.428261,0.557838,-1.275163,-0.428261,0.789764,0.757051,0.327502,0.476847,-1.232173,-0.327502,0.738091,0.832799,0.286204,0.485942,-1.249029,-0.286203,0.738295,0.813646,0.285635,0.539647,-1.271445,-0.285634,0.775394,0.768809,0.383143,0.589531,-1.302550,-0.383142,0.805067,0.718060,0.365672,0.597852,-1.303700,-0.365672,0.811896,0.713170,0.326322,0.571946,-1.303737,-0.326321,0.788950,0.725195,0.347647,0.594809,-1.306511,-0.347646,0.807894,0.712098,0.403814,0.360447,-1.156767,-0.403814,0.670167,0.953717,0.481867,0.321037,-1.209057,-0.481867,0.610947,0.925780,0.330106,0.358248,-1.146168,-0.330105,0.673154,0.964122,0.265114,0.321384,-1.215197,-0.265113,0.608397,0.920185,0.447939,0.166641,-0.950240,-0.447938,0.598397,1.230729,0.586560,0.155638,-1.017947,-0.586560,0.562000,1.174848,0.363948,0.161208,-0.935750,-0.363948,0.598831,1.244940,0.235750,0.124951,-0.967719,-0.235749,0.552090,1.232888,0.566367,0.059737,-0.731061,-0.566367,0.504999,1.509033,0.430481,0.105617,-0.543807,-0.430481,0.553823,1.690981,0.351611,0.105073,-0.541014,-0.351611,0.553416,1.693798,0.241588,0.084235,-0.562035,-0.241588,0.531571,1.673826,0.474570,0.214121,-0.859536,-0.474569,0.657240,1.364561,0.679822,0.089842,-0.938012,-0.679821,0.524798,1.295244,0.380296,0.220719,-0.848852,-0.380295,0.661090,1.377199,0.178565,0.108901,-0.883319,-0.178565,0.545636,1.351121,0.493194,0.323468,-1.373924,-0.493194,0.536361,0.778730,0.503902,0.454425,-1.514330,-0.503901,0.586914,0.593507,0.206637,0.437346,-1.508526,-0.206637,0.574499,0.606592,0.248849,0.338880,-1.383179,-0.248849,0.545694,0.763365,0.366007,0.518876,-1.554049,-0.366007,0.625470,0.528352,0.412897,0.519431,-1.552226,-0.412897,0.626810,0.529708,0.285425,0.508336,-1.557948,-0.285425,0.614326,0.529808,0.328573,0.516390,-1.557382,-0.328573,0.621718,0.526560,0.529195,0.241498,-1.275893,-0.529194,0.513445,0.901693,0.621980,0.085164,-1.132589,-0.621980,0.449004,1.094829,0.245221,0.260767,-1.293549,-0.245220,0.518277,0.879052,0.190689,0.048869,-1.090010,-0.190688,0.429805,1.152299,0.642624,-0.017620,-0.688253,-0.642624,0.428955,1.557263,0.476096,0.029129,-0.481326,-0.476095,0.480496,1.757144,0.328912,0.030456,-0.467792,-0.328912,0.482485,1.770596,0.193144,0.013054,-0.501102,-0.193143,0.463469,1.738181,0.714766,-0.039918,-0.949202,-0.714765,0.388729,1.301934,0.119369,-0.033017,-0.904741,-0.119369,0.399357,1.342103,0.456158,0.305550,-1.510448,-0.456157,0.456956,0.666237,0.492012,0.385200,-1.606553,-0.492012,0.482719,0.544104,0.175784,0.357127,-1.572681,-0.175783,0.473639,0.587150,0.214049,0.285910,-1.486751,-0.214049,0.450603,0.696351,0.359196,0.439912,-1.673203,-0.359195,0.500121,0.459647,0.400351,0.431042,-1.661865,-0.400351,0.497547,0.473811,0.282139,0.417358,-1.645354,-0.282138,0.493121,0.494794,0.320197,0.440564,-1.673989,-0.320196,0.500331,0.458648,0.512998,0.196588,-1.385141,-0.512998,0.421049,0.826017,0.600361,0.048397,-1.226761,-0.600360,0.371039,1.023883,0.233915,0.187637,-1.369148,-0.233914,0.418712,0.845881,0.177430,0.030691,-1.195150,-0.177429,0.366413,1.063121,0.596903,-0.060180,-0.643210,-0.596902,0.386148,1.602810,0.527287,-0.044976,-0.592926,-0.527287,0.400999,1.649318,0.394235,-0.044626,-0.571418,-0.394234,0.402404,1.670782,0.188942,-0.046406,-0.587002,-0.188942,0.399862,1.655305,0.687723,-0.082895,-1.007767,-0.687723,0.336200,1.247141,0.120945,-0.085430,-0.940701,-0.120944,0.342593,1.311787,0.621295,1.304054,-0.503780,-0.265942,1.816728,1.150447,0.759600,1.341061,-0.633779,-0.418486,1.839686,1.033826,0.785744,1.445296,-0.793642,-0.456587,1.876403,0.848610,0.467323,1.307790,-0.469163,-0.111237,1.787676,1.162373,0.373574,1.363504,-0.585080,-0.036402,1.763485,1.024011,0.391335,1.496009,-0.720478,-0.054718,1.831867,0.847393,0.657297,1.536992,-0.886576,-0.335645,1.882215,0.711196,0.573974,1.480977,-0.906270,-0.273537,1.800949,0.708597,0.495251,1.553791,-0.848260,-0.169548,1.863595,0.719828,0.498890,1.477523,-0.899617,-0.201594,1.778211,0.707574,0.712264,1.664295,-0.166707,-0.194623,2.294682,1.303529,0.785180,1.712398,-0.270038,-0.276978,2.312141,1.200940,0.798362,1.779323,-0.382036,-0.299262,2.325078,1.077371,0.608320,1.679213,-0.172778,-0.092632,2.278163,1.280286,0.559603,1.721346,-0.230798,-0.049701,2.275408,1.206723,0.569608,1.787006,-0.336275,-0.067700,2.289342,1.089020,0.699489,1.827752,-0.403912,-0.198362,2.327813,1.028399,0.684455,1.831368,-0.409218,-0.183969,2.324019,1.021371,0.612882,1.830155,-0.398894,-0.113028,2.309389,1.022711,0.644415,1.828132,-0.406400,-0.145421,2.312624,1.020659,0.676175,1.867309,-0.122468,-0.157658,2.510373,1.160418,0.743183,1.890294,-0.193485,-0.234354,2.457138,1.122913,0.772486,1.920015,-0.317019,-0.278181,2.362128,1.049851,0.620347,1.845828,-0.119590,-0.097737,2.502119,1.169514,0.577502,1.847813,-0.206571,-0.063056,2.428557,1.119103,0.581153,1.869108,-0.321476,-0.079812,2.339471,1.049934,0.693339,1.904655,-0.362971,-0.200202,2.318583,1.025261,0.676842,1.903620,-0.368764,-0.183942,2.313956,1.020141,0.605664,1.882810,-0.362587,-0.109290,2.310783,1.025413,0.646726,1.892036,-0.368490,-0.151819,2.309647,1.023729,0.675647,1.589830,-0.297592,-0.207198,2.162194,1.216313,0.790842,1.626859,-0.378259,-0.326590,2.197438,1.141136,0.809504,1.694679,-0.486072,-0.353811,2.220345,1.017420,0.588441,1.602615,-0.273658,-0.116228,2.156726,1.222288,0.533700,1.646946,-0.356970,-0.073475,2.146836,1.122403,0.529399,1.731101,-0.452305,-0.072463,2.182015,1.000129,0.671387,1.756950,-0.505727,-0.213531,2.226029,0.957176,0.656379,1.762538,-0.507764,-0.198527,2.225657,0.951230,0.586984,1.764864,-0.488894,-0.127915,2.214390,0.959245,0.616270,1.760518,-0.504459,-0.160191,2.213261,0.950538,1.320744,3.758244,0.832335,-1.265099,3.715472,-0.695899,1.358257,3.727357,0.804370,-1.282659,3.710214,-0.748883,1.232044,3.723021,0.808967,-1.171427,3.685867,-0.694072,1.331389,3.690320,0.728558,-1.221255,3.716175,-0.812406,1.271534,3.676980,0.736034,-1.169401,3.692405,-0.788685,1.132547,4.432717,0.495722,-1.160269,4.480425,-0.592156,1.251061,4.396279,0.463625,-1.152676,4.457596,-0.718235,0.981617,4.353049,0.342740,-0.955464,4.455404,-0.495212,1.266866,4.203741,0.265631,-0.959615,4.359743,-0.833540,1.030494,4.232562,0.247271,-0.842555,4.374100,-0.579976,0.764553,4.933795,0.354555,-0.792795,5.036413,-0.269009,0.898917,4.998204,0.129277,-0.649416,5.087505,-0.492134,0.615031,4.769451,0.150651,-0.567771,4.838019,-0.238230,0.737534,4.834746,0.028297,-0.508734,4.900204,-0.402207,0.660180,4.779164,0.072732,-0.519306,4.843135,-0.314579,1.093025,4.496541,0.324721,-0.980188,4.629639,-0.584278,1.156735,4.518462,0.301839,-0.986781,4.654528,-0.650612,1.050598,4.456548,0.301875,-0.946025,4.583754,-0.558804,1.124863,4.532854,0.166805,-0.851902,4.651134,-0.686015,1.032317,4.394218,0.243032,-0.895295,4.514480,-0.571856,0.630497,5.091468,0.266558,-0.631307,5.172112,-0.184525,0.729847,5.141423,0.110941,-0.536115,5.212115,-0.347430,0.501272,4.959666,0.129048,-0.471676,5.015476,-0.136427,0.601653,5.017658,0.004722,-0.404622,5.066417,-0.286098,0.529820,4.962138,0.045212,-0.414469,5.010450,-0.201957,1.356115,3.879102,1.092889,-1.309200,3.478900,-0.460775,1.172895,3.845762,1.089685,-1.123400,3.466664,-0.465266,1.262482,3.167439,1.791501,-1.154382,2.459267,-0.949984,1.160564,3.186805,1.802850,-1.055873,2.440250,-0.925174,1.356413,2.690984,1.421688,-1.175127,2.814516,-1.438108,1.279867,2.654216,1.396003,-1.093928,2.836372,-1.467247,1.355808,3.495624,0.666192,-1.227187,3.692420,-1.005009,1.245377,3.495842,0.705757,-1.121557,3.659318,-0.968038,1.209889,2.847934,1.711637,-1.066993,2.544877,-1.291664,1.309976,2.840150,1.708063,-1.163987,2.544798,-1.292941,1.227455,3.634969,0.865482,-1.134249,3.586505,-0.771659,1.436385,3.683270,0.820069,-1.344911,3.646059,-0.782705,1.203565,3.661746,1.138223,-1.131268,3.374686,-0.632522,1.373578,3.742596,1.131994,-1.310130,3.408491,-0.584716,1.359490,3.283703,0.801386,-1.210407,3.478106,-1.128561,1.257662,3.377809,1.019995,-1.136221,3.329778,-0.929789,1.451777,3.516345,0.959730,-1.344345,3.444623,-0.866546,1.270511,3.266852,0.809513,-1.120564,3.464400,-1.125777,1.213032,3.404236,1.401075,-1.117632,2.996472,-0.727517,1.323728,3.409305,1.388852,-1.227631,3.016736,-0.746467,1.374035,3.074356,1.005104,-1.206959,3.205384,-1.215350,1.274156,3.163018,1.242862,-1.134938,3.035586,-1.014890,1.454253,3.176325,1.199510,-1.312034,3.074316,-1.053476,1.294522,3.047908,1.002669,-1.124850,3.203078,-1.222132,1.347826,3.733365,1.315978,-1.297404,3.227612,-0.549045,1.292813,3.693905,1.312601,-1.237291,3.219346,-0.579261,1.262452,3.850156,1.357139,-1.232674,3.211665,-0.414217,1.321929,3.836407,1.318103,-1.286497,3.248762,-0.445476,1.311074,3.732720,1.576253,-1.280739,2.973231,-0.484963,1.163729,3.732400,1.506961,-1.129996,3.034411,-0.478229,1.183035,3.622213,1.478704,-1.131413,3.036682,-0.593577,1.342791,3.651499,1.557892,-1.299232,2.973223,-0.572129] },
{ "name": "animation_000008", "vertices": [0.263829,5.985156,-0.180373,-0.220717,5.983396,-0.180650,0.228996,5.628025,0.410932,-0.189264,5.624678,0.406038,0.009467,5.515790,0.581441,0.021675,5.952431,-0.263450,0.699529,6.842949,-0.296782,-0.662429,6.840916,-0.290128,0.445347,6.997416,0.542838,-0.400519,6.996153,0.546970,0.023231,7.022511,0.719930,0.017439,6.859098,-0.515772,0.422655,6.576300,0.667780,-0.375349,6.575109,0.671678,0.629563,6.592309,-0.318319,-0.591929,6.590486,-0.312352,0.022782,6.605112,0.827592,0.017607,6.441607,-0.608800,0.505486,5.868958,0.626807,-0.462255,5.865518,0.626449,0.501956,6.235563,-0.279076,-0.462208,6.233531,-0.275878,0.020891,5.822618,0.850129,0.019699,6.142194,-0.504673,0.193709,5.679065,0.142006,-0.147518,5.673152,0.129903,0.015006,5.631311,0.213425,0.579889,7.037729,0.259730,-0.537940,7.036060,0.265191,0.020800,7.184718,0.271849,0.691112,6.597490,0.382418,-0.646644,6.595493,0.388953,0.599197,5.985470,0.385371,-0.556614,5.981352,0.384918,0.209924,5.789089,-0.062678,-0.163529,5.786887,-0.065047,0.023792,5.810497,-0.135763,0.578304,7.004457,-0.075052,-0.539526,7.002789,-0.069592,0.018989,7.139520,-0.112655,0.664215,6.641725,-0.100039,-0.624594,6.639801,-0.093743,0.593402,6.076966,-0.110491,-0.551741,6.074280,-0.107386,0.049990,5.487256,-0.078977,0.174965,5.451702,0.001290,-0.085335,5.447383,-0.043267,0.006994,5.350334,0.178454,0.147980,5.400244,0.126297,-0.105799,5.404501,0.067646,0.088611,5.368592,-0.173186,0.299773,5.378623,0.008290,-0.125279,5.357858,-0.159640,0.229814,5.265654,0.217523,-0.245838,5.316886,0.052143,-0.005586,5.252038,0.216704,0.177035,4.942957,0.331688,-0.243167,4.965295,0.263915,-0.029939,4.968869,0.346179,0.179544,4.574549,0.418866,-0.231289,4.584721,0.353667,-0.033791,4.586589,0.444558,0.419735,5.217752,-0.166514,-0.115567,5.143981,-0.320723,0.114844,5.194336,-0.271868,0.353038,4.928298,0.243158,-0.428040,4.994211,0.067520,0.354755,4.595973,0.341182,-0.391240,4.605102,0.214658,0.496499,5.199776,0.308808,-0.500355,5.284273,-0.112963,0.563726,5.302523,0.128958,-0.373849,5.311932,-0.289113,0.532109,5.041422,-0.072721,-0.279146,5.001832,-0.296626,0.442272,4.622396,0.160992,-0.414645,4.621118,0.013302,0.474915,4.917958,0.045624,-0.367102,4.926450,-0.142119,0.328478,4.642978,-0.014296,-0.241011,4.634948,-0.103355,0.175189,4.686310,-0.130933,-0.043670,4.676927,-0.149740,0.066462,4.706238,-0.180541,0.179744,3.754646,0.326394,-0.141115,3.694893,0.326394,0.023529,3.702135,0.412239,0.265916,3.791363,0.199380,-0.233062,3.700577,0.189928,0.313137,3.852791,0.015298,-0.298899,3.739611,0.005281,0.270158,3.860454,-0.090626,-0.261977,3.763077,-0.092443,0.068929,3.836658,-0.163862,-0.065272,3.812030,-0.164246,0.003297,3.824901,-0.175897,0.369551,3.141990,0.283367,-0.077736,3.330497,0.177756,0.153403,3.087677,0.354193,0.536023,3.282477,0.171377,-0.278247,3.328584,0.032830,0.528335,3.499171,-0.085731,-0.345794,3.288123,-0.250466,0.468149,3.520622,-0.262448,-0.315727,3.316737,-0.322564,0.294600,2.916273,0.171001,0.041992,3.139282,0.245016,0.185519,2.915463,0.237596,0.186565,2.858662,0.035733,0.217397,2.868893,-0.005268,0.113026,2.998944,0.168224,0.161589,2.941267,-0.113046,0.200667,2.900677,-0.143916,0.110667,2.904924,0.062976,0.153372,2.964859,-0.282923,0.220586,3.415990,-0.492721,-0.053785,3.299716,-0.514844,0.082199,3.381100,-0.396388,0.127531,3.126032,-0.354662,0.485271,2.915183,0.174940,-0.141159,3.208385,0.285482,0.651033,3.099932,0.062336,-0.352840,3.190185,0.114753,0.671839,3.171251,-0.134903,-0.408466,3.045790,-0.028351,0.308832,2.778337,0.098091,0.051239,3.078723,0.329461,0.228735,2.799108,-0.036509,0.110819,2.967879,0.233921,0.227468,2.849000,-0.162950,0.088478,2.877216,0.135132,0.557515,3.074354,-0.376806,-0.301916,2.786357,-0.076495,0.431576,2.980042,0.191131,-0.102584,3.218183,0.231921,0.585332,3.216861,0.116009,-0.309694,3.279554,0.030201,0.602997,3.343745,-0.084344,-0.374125,3.169436,-0.163849,0.546408,3.411128,-0.297118,-0.352328,3.056948,-0.343974,0.326777,3.388222,-0.538980,-0.148989,2.937439,-0.535063,0.291421,2.854771,0.137648,0.056405,3.107206,0.273534,0.225589,2.840608,-0.017436,0.109354,2.982466,0.191960,0.223706,2.877586,-0.136726,0.092296,2.902055,0.100656,0.268936,2.925892,-0.317901,0.016180,2.773071,0.009240,0.447667,3.024535,-0.438377,-0.189958,2.710211,-0.091783,0.171317,2.943114,-0.291688,0.137798,2.854131,-0.173763,0.189799,3.010458,-0.398082,0.107378,2.913168,-0.343354,0.261378,2.952304,-0.290847,0.034109,2.816778,-0.079790,0.318118,3.054971,-0.399100,-0.049464,2.808402,-0.226714,0.361781,2.978003,-0.457752,-0.097282,2.673955,-0.087842,0.581575,2.324998,0.017910,-0.126696,2.803281,0.752315,0.834709,2.497856,-0.156251,-0.427167,2.724540,0.585564,0.754730,2.518178,-0.398680,-0.378748,2.517103,0.443413,0.385622,2.229239,-0.064386,0.075455,2.687206,0.753646,0.337585,2.234455,-0.209764,0.106032,2.559688,0.674439,0.334445,2.322625,-0.386770,0.072226,2.440984,0.519903,0.619078,2.507140,-0.587865,-0.264102,2.343324,0.338667,0.565895,2.467551,-0.597115,-0.205021,2.317423,0.356550,0.423990,2.407215,-0.600529,-0.054721,2.287625,0.374190,0.487069,2.435364,-0.597836,-0.121690,2.302517,0.365707,0.396740,0.590083,-1.446007,-0.363616,0.578026,1.057306,0.424197,0.598618,-1.475193,-0.396597,0.575258,1.033159,0.461201,0.665780,-1.509514,-0.430639,0.615507,0.967743,0.347447,0.599626,-1.429384,-0.310758,0.579766,1.057677,0.298580,0.617845,-1.449122,-0.267429,0.566140,1.025328,0.301307,0.676142,-1.479723,-0.269478,0.591474,0.964530,0.410704,0.708463,-1.535973,-0.383781,0.615335,0.914113,0.390177,0.705867,-1.534430,-0.364383,0.607987,0.914585,0.343704,0.702137,-1.525555,-0.318564,0.596171,0.918245,0.368922,0.704765,-1.530556,-0.343384,0.602916,0.915724,0.374423,0.518147,-1.526061,-0.374422,0.501501,1.051169,0.397774,0.531130,-1.541350,-0.397774,0.493834,1.032634,0.428261,0.601901,-1.554671,-0.428261,0.514326,0.963598,0.327502,0.517502,-1.518830,-0.327502,0.507638,1.055048,0.286204,0.528018,-1.534838,-0.286203,0.498204,1.038378,0.285635,0.583457,-1.552537,-0.285635,0.507796,0.980979,0.383143,0.635839,-1.579222,-0.383142,0.507998,0.922192,0.365672,0.644228,-1.579649,-0.365672,0.511452,0.914535,0.326322,0.618422,-1.581921,-0.326322,0.497638,0.936450,0.347647,0.641438,-1.582712,-0.347646,0.507453,0.915616,0.403814,0.395030,-1.453749,-0.403814,0.509558,1.193724,0.481867,0.360279,-1.509245,-0.481867,0.444315,1.199274,0.330106,0.391925,-1.443379,-0.330105,0.517363,1.201225,0.265114,0.361154,-1.515332,-0.265114,0.439301,1.195714,0.447939,0.183417,-1.266188,-0.447939,0.583640,1.468140,0.586560,0.176801,-1.334697,-0.586560,0.521861,1.439780,0.363948,0.177092,-1.251763,-0.363948,0.592195,1.480448,0.235749,0.143608,-1.286576,-0.235749,0.545749,1.493860,0.566367,0.090139,-1.058416,-0.566367,0.686418,1.713858,0.430481,0.145762,-0.872012,-0.430481,0.851842,1.808509,0.351611,0.145341,-0.869197,-0.351611,0.853516,1.810811,0.241588,0.123599,-0.889281,-0.241588,0.823932,1.811741,0.474570,0.236729,-1.191449,-0.474569,0.696819,1.509192,0.679822,0.110664,-1.264858,-0.679821,0.553931,1.548897,0.380296,0.244933,-1.181448,-0.380296,0.708604,1.513299,0.178565,0.132553,-1.211613,-0.178565,0.607220,1.573203,0.493194,0.376927,-1.673287,-0.493194,0.306011,1.109502,0.503902,0.519511,-1.801869,-0.503901,0.256799,0.923917,0.206637,0.501995,-1.797561,-0.206637,0.252626,0.941466,0.248849,0.393080,-1.681178,-0.248849,0.306375,1.091528,0.366007,0.587149,-1.835879,-0.366007,0.257457,0.848213,0.412897,0.587545,-1.834015,-0.412897,0.259296,0.848713,0.285425,0.576984,-1.840673,-0.285425,0.248548,0.855063,0.328573,0.584959,-1.839414,-0.328573,0.253312,0.848545,0.529195,0.285477,-1.582472,-0.529195,0.346283,1.229327,0.621980,0.114716,-1.451941,-0.621980,0.385255,1.433789,0.245221,0.307524,-1.598623,-0.245220,0.340708,1.205354,0.190689,0.077126,-1.412898,-0.190688,0.400363,1.489997,0.642624,0.015138,-1.012656,-0.642624,0.665180,1.800463,0.476096,0.072096,-0.806227,-0.476095,0.845463,1.907067,0.328912,0.074016,-0.792764,-0.328912,0.856273,1.915318,0.193144,0.055166,-0.825277,-0.193143,0.820035,1.905360,0.714766,-0.016765,-1.273151,-0.714765,0.458304,1.641808,0.119369,-0.008698,-1.228041,-0.119369,0.495062,1.665285,0.456157,0.370856,-1.810848,-0.456157,0.180880,1.052039,0.492012,0.458501,-1.899721,-0.492012,0.141882,0.933467,0.175784,0.427611,-1.868398,-0.175784,0.155627,0.975258,0.214049,0.349245,-1.788934,-0.214049,0.190496,1.081276,0.359196,0.518761,-1.961402,-0.359195,0.114555,0.851680,0.400351,0.508946,-1.950872,-0.400351,0.119437,0.865223,0.282139,0.493888,-1.935603,-0.282139,0.126137,0.885594,0.320197,0.519478,-1.962129,-0.320196,0.114236,0.850711,0.512998,0.250691,-1.695067,-0.512998,0.229291,1.209744,0.600361,0.086268,-1.547433,-0.600360,0.284161,1.413602,0.233915,0.241064,-1.680193,-0.233914,0.237831,1.226859,0.177430,0.067221,-1.518028,-0.177429,0.301027,1.447428,0.596903,-0.024804,-0.965127,-0.596903,0.667876,1.862434,0.527287,-0.006846,-0.914460,-0.527287,0.713284,1.885273,0.394235,-0.005551,-0.892989,-0.394234,0.729265,1.899671,0.188942,-0.008014,-0.908479,-0.188942,0.716646,1.890356,0.687723,-0.060191,-1.329653,-0.687723,0.384235,1.635691,0.120945,-0.061616,-1.262310,-0.120945,0.432906,1.680900,0.621908,1.297875,-0.737408,-0.257072,1.595212,1.145429,0.754254,1.349675,-0.868551,-0.411572,1.595454,1.029123,0.771175,1.466460,-1.020800,-0.452810,1.595022,0.840964,0.469186,1.293200,-0.697737,-0.102237,1.568282,1.160291,0.369587,1.353827,-0.806061,-0.029856,1.516819,1.028222,0.377981,1.496641,-0.931518,-0.051105,1.549023,0.841898,0.636444,1.559917,-1.102389,-0.334258,1.572915,0.703124,0.554519,1.502420,-1.123619,-0.272353,1.492416,0.715617,0.475325,1.567678,-1.057785,-0.168071,1.555502,0.712504,0.479878,1.495647,-1.114866,-0.200481,1.469549,0.717916,0.711601,1.634617,-0.377417,-0.182503,2.090786,1.201579,0.779169,1.693260,-0.478934,-0.266424,2.089721,1.096991,0.785967,1.769070,-0.585909,-0.290708,2.079110,0.971046,0.606900,1.646373,-0.379000,-0.080980,2.069230,1.180218,0.554672,1.691296,-0.431934,-0.039205,2.053049,1.106301,0.558567,1.765491,-0.532272,-0.059043,2.045194,0.985669,0.684586,1.815941,-0.600698,-0.190511,2.073107,0.918691,0.669194,1.819546,-0.605211,-0.176221,2.068182,0.911671,0.598021,1.815159,-0.592679,-0.105309,2.053586,0.914921,0.629355,1.814749,-0.601362,-0.137731,2.056465,0.912721,0.676310,1.826882,-0.312898,-0.147153,2.283178,1.064266,0.739765,1.857943,-0.384108,-0.223493,2.234308,1.019943,0.762584,1.902905,-0.504458,-0.266493,2.148881,0.933799,0.620314,1.805726,-0.309682,-0.087256,2.274704,1.072459,0.572761,1.818737,-0.393395,-0.052108,2.206688,1.013368,0.570370,1.854103,-0.504946,-0.068213,2.125240,0.932814,0.680674,1.893908,-0.547730,-0.188339,2.107419,0.904054,0.663819,1.893682,-0.552760,-0.172051,2.103083,0.898344,0.592729,1.872620,-0.545432,-0.097487,2.098930,0.904063,0.633561,1.882288,-0.552350,-0.139998,2.098024,0.901684,0.673227,1.569319,-0.511975,-0.196560,1.946568,1.140677,0.784193,1.616588,-0.593218,-0.317172,1.966876,1.062010,0.796720,1.692919,-0.696117,-0.346492,1.965010,0.936677,0.586502,1.576980,-0.484384,-0.105510,1.941915,1.146102,0.527389,1.625304,-0.562315,-0.064513,1.912246,1.049450,0.516837,1.716115,-0.650810,-0.065556,1.922547,0.922634,0.655897,1.751222,-0.706598,-0.207266,1.957936,0.874175,0.640640,1.756376,-0.707729,-0.192368,1.956316,0.868172,0.571898,1.754664,-0.686543,-0.121649,1.946488,0.877082,0.600765,1.752601,-0.703315,-0.154073,1.943828,0.869308,1.348905,3.769273,1.027251,-1.301922,3.711854,-0.884749,1.390814,3.741660,1.002263,-1.315179,3.712812,-0.939215,1.265582,3.724885,1.000025,-1.210953,3.675261,-0.878416,1.372116,3.700455,0.926146,-1.248284,3.719951,-0.996795,1.313528,3.681392,0.930685,-1.200374,3.690282,-0.971480,1.088492,4.401992,0.656446,-1.161160,4.460593,-0.716426,1.215470,4.388517,0.645718,-1.133348,4.444052,-0.840707,0.982739,4.299502,0.480488,-0.979190,4.411710,-0.587590,1.293523,4.201018,0.451316,-0.936500,4.337867,-0.930764,1.069208,4.191756,0.396409,-0.860266,4.324967,-0.657656,0.716667,4.885645,0.441400,-0.781892,4.986611,-0.330716,0.889673,4.960924,0.248127,-0.612367,5.025893,-0.537284,0.622025,4.715185,0.211337,-0.578123,4.770535,-0.278449,0.762518,4.789317,0.116433,-0.497468,4.827734,-0.434858,0.681345,4.728602,0.144216,-0.521708,4.771699,-0.349302,1.070722,4.469448,0.478810,-0.967733,4.596520,-0.667269,1.136271,4.495468,0.469352,-0.965336,4.621876,-0.733710,1.036359,4.427259,0.447814,-0.940243,4.547999,-0.638784,1.131609,4.509631,0.330662,-0.828222,4.607511,-0.754937,1.034307,4.364269,0.386576,-0.894458,4.474633,-0.647034,0.594509,5.035195,0.327778,-0.620040,5.107872,-0.228687,0.719334,5.093874,0.195710,-0.505404,5.140326,-0.380592,0.504196,4.897676,0.165038,-0.478030,4.938318,-0.163861,0.623019,4.964226,0.064128,-0.392614,4.983510,-0.306028,0.548419,4.903543,0.088132,-0.414793,4.928235,-0.222780,1.367417,3.963354,1.233370,-1.354826,3.449362,-0.663014,1.186692,3.918324,1.231828,-1.168943,3.438208,-0.659231,1.277180,3.453213,2.080907,-1.156741,2.471228,-1.298848,1.173857,3.468344,2.082405,-1.058899,2.446585,-1.277515,1.416836,2.901967,1.860065,-1.162628,2.929116,-1.679017,1.343893,2.854605,1.842668,-1.080673,2.958468,-1.698022,1.410443,3.491048,0.917346,-1.245341,3.707579,-1.191167,1.298300,3.492826,0.951832,-1.141750,3.672740,-1.150486,1.245772,3.123302,2.091043,-1.056340,2.644295,-1.613323,1.346452,3.120557,2.093040,-1.153321,2.640454,-1.611670,1.263964,3.664776,1.072935,-1.164284,3.587615,-0.960043,1.471777,3.714717,1.024285,-1.374693,3.646027,-0.979098,1.223790,3.758225,1.333032,-1.166602,3.376874,-0.838933,1.389378,3.845393,1.311400,-1.348184,3.402203,-0.796984,1.419232,3.318446,1.102544,-1.219308,3.501418,-1.326747,1.301150,3.456031,1.287320,-1.154504,3.341410,-1.133840,1.489713,3.588576,1.201409,-1.367136,3.450315,-1.075256,1.331082,3.298026,1.111485,-1.129603,3.488297,-1.319806,1.235680,3.572481,1.647958,-1.143116,2.993071,-0.954585,1.346238,3.582135,1.639496,-1.252224,3.017293,-0.977811,1.435553,3.166625,1.352466,-1.208019,3.236354,-1.427750,1.318726,3.303934,1.557105,-1.145199,3.054384,-1.234876,1.499728,3.318691,1.517915,-1.320209,3.092866,-1.282961,1.357951,3.134637,1.354281,-1.125817,3.237298,-1.427040,1.352551,3.888508,1.488818,-1.335547,3.218327,-0.794648,1.299936,3.846176,1.494701,-1.273777,3.215714,-0.822444,1.258934,4.006227,1.489947,-1.278174,3.178141,-0.661544,1.321367,3.985745,1.459403,-1.330582,3.220288,-0.688514,1.299604,3.961052,1.735857,-1.319761,2.956538,-0.776994,1.157109,3.930744,1.663134,-1.170269,3.015522,-0.750823,1.183729,3.818652,1.669400,-1.165357,3.038736,-0.863736,1.336500,3.880316,1.743622,-1.333426,2.972380,-0.863609] },
{ "name": "animation_000009", "vertices": [0.262610,5.956753,-0.182695,-0.221930,5.955602,-0.183008,0.227134,5.607916,0.413611,-0.191108,5.604896,0.408434,0.006961,5.496292,0.584794,0.020425,5.923137,-0.265323,0.699445,6.811883,-0.312192,-0.662514,6.811883,-0.305242,0.445664,6.979255,0.525072,-0.400202,6.979255,0.529388,0.023622,7.007596,0.701852,0.017330,6.825722,-0.531266,0.422403,6.560088,0.656305,-0.375602,6.560088,0.660377,0.629119,6.561048,-0.329964,-0.592373,6.561048,-0.323730,0.022501,6.591740,0.815875,0.016887,6.406885,-0.618037,0.504044,5.851877,0.626088,-0.463684,5.849663,0.625668,0.501025,6.205197,-0.285246,-0.463134,6.204538,-0.281919,0.019333,5.809292,0.849998,0.018636,6.109217,-0.509358,0.192138,5.655482,0.143937,-0.149052,5.649487,0.131168,0.012768,5.607199,0.215112,0.580202,7.015137,0.241366,-0.537627,7.015137,0.247071,0.021324,7.163085,0.251394,0.690828,6.576625,0.370605,-0.646929,6.576625,0.377432,0.597919,5.964780,0.383013,-0.557876,5.962125,0.382484,0.208506,5.762604,-0.062142,-0.164936,5.760778,-0.064654,0.022449,5.783237,-0.135600,0.578496,6.976863,-0.092881,-0.539333,6.976863,-0.087176,0.019365,7.112141,-0.132390,0.663889,6.613674,-0.112454,-0.624921,6.613674,-0.105877,0.592277,6.049010,-0.114305,-0.552859,6.047926,-0.111084,0.049790,5.463318,-0.077188,0.173386,5.427410,0.004674,-0.085689,5.423280,-0.043548,0.003545,5.324428,0.178666,0.144576,5.374682,0.129062,-0.107377,5.380505,0.066012,0.089723,5.346199,-0.169915,0.293306,5.357156,0.024403,-0.123474,5.331279,-0.164724,0.217387,5.233046,0.223930,-0.249028,5.293427,0.044362,-0.010266,5.224126,0.214691,0.173243,4.915970,0.329449,-0.246924,4.942364,0.261523,-0.033849,4.943265,0.343612,0.175156,4.550208,0.420399,-0.235065,4.561069,0.351639,-0.038301,4.562611,0.444250,0.426274,5.208532,-0.150364,-0.107915,5.114093,-0.320777,0.121059,5.175641,-0.269520,0.350090,4.899116,0.239531,-0.429357,4.968453,0.061630,0.351545,4.571564,0.342904,-0.393898,4.581302,0.211271,0.477917,5.170020,0.328277,-0.498900,5.254583,-0.127925,0.551848,5.284511,0.158684,-0.367462,5.279133,-0.300834,0.541513,5.032458,-0.058698,-0.270332,4.969682,-0.297885,0.441461,4.599142,0.163460,-0.415142,4.596648,0.010064,0.482239,4.900363,0.049330,-0.362791,4.896822,-0.144933,0.330171,4.620502,-0.013008,-0.240258,4.610513,-0.104425,0.178636,4.663956,-0.131241,-0.042273,4.652890,-0.148642,0.070043,4.683658,-0.181933,0.177983,3.732981,0.326394,-0.142062,3.669014,0.326394,0.022473,3.678421,0.412239,0.263632,3.770731,0.199474,-0.233491,3.673658,0.190470,0.310022,3.832765,0.015442,-0.299851,3.712020,0.005657,0.267043,3.839895,-0.090565,-0.263747,3.735650,-0.092482,0.066156,3.813503,-0.163840,-0.067706,3.787138,-0.164245,0.000773,3.800876,-0.175869,0.378720,3.119298,0.282499,-0.067335,3.293050,0.191949,0.162961,3.062124,0.353703,0.541233,3.264507,0.171170,-0.264696,3.303566,0.041895,0.527401,3.483120,-0.083699,-0.330238,3.276212,-0.247710,0.468094,3.503327,-0.261364,-0.307741,3.295974,-0.322430,0.308394,2.892889,0.168220,0.043180,3.092350,0.252682,0.198976,2.889890,0.235654,0.200839,2.834147,0.033081,0.231386,2.845354,-0.008114,0.109287,2.951391,0.169390,0.172959,2.917617,-0.114508,0.212830,2.878335,-0.146139,0.106012,2.863093,0.058544,0.162205,2.942916,-0.283140,0.222403,3.395091,-0.491920,-0.048331,3.278164,-0.515299,0.084995,3.358074,-0.395935,0.133704,3.103699,-0.354282,0.500045,2.895641,0.170302,-0.141819,3.161375,0.290785,0.660023,3.086190,0.059006,-0.348217,3.162958,0.112780,0.677377,3.160722,-0.137378,-0.405055,3.030118,-0.040666,0.326622,2.755287,0.092916,0.043334,3.020890,0.332569,0.244931,2.775794,-0.040764,0.101353,2.913518,0.232224,0.241348,2.827361,-0.166485,0.078533,2.830094,0.127354,0.563677,3.064184,-0.379718,-0.308015,2.769621,-0.101497,0.444427,2.959238,0.187968,-0.099453,3.174634,0.239835,0.591714,3.200639,0.114802,-0.298231,3.255326,0.035602,0.604713,3.330310,-0.083953,-0.361477,3.158359,-0.166651,0.545332,3.398185,-0.295467,-0.340756,3.051804,-0.352751,0.325206,3.371948,-0.536191,-0.140394,2.931191,-0.546644,0.306881,2.831318,0.133981,0.054056,3.055775,0.279533,0.240379,2.817288,-0.020804,0.103597,2.932763,0.191875,0.236666,2.855662,-0.139542,0.085878,2.858119,0.095311,0.279540,2.907421,-0.320653,0.006208,2.737085,-0.006899,0.454658,3.012274,-0.441063,-0.198825,2.689386,-0.117742,0.180595,2.921611,-0.292200,0.139762,2.825679,-0.179058,0.197463,2.989431,-0.397970,0.112868,2.889789,-0.347053,0.270922,2.932980,-0.292385,0.030895,2.785352,-0.090372,0.324604,3.037698,-0.399641,-0.049780,2.785635,-0.239777,0.369824,2.963714,-0.460344,-0.107816,2.648720,-0.112948,0.610440,2.310384,0.004355,-0.160215,2.728450,0.731794,0.857573,2.492178,-0.169327,-0.457969,2.673354,0.551249,0.775146,2.513714,-0.410829,-0.413612,2.472984,0.398063,0.416395,2.210662,-0.077756,0.036685,2.603670,0.732179,0.367072,2.216608,-0.222675,0.064489,2.479964,0.646194,0.360211,2.307079,-0.398409,0.030910,2.372469,0.483615,0.638311,2.501718,-0.599102,-0.302961,2.300975,0.286334,0.586106,2.460880,-0.608492,-0.245663,2.271445,0.304397,0.445799,2.396902,-0.611655,-0.097436,2.234006,0.324800,0.508142,2.426654,-0.609055,-0.163392,2.252336,0.315187,0.399892,0.662255,-1.542464,-0.364968,0.485676,1.119113,0.426595,0.672741,-1.571714,-0.398193,0.479564,1.095935,0.463149,0.742018,-1.602087,-0.435125,0.512986,1.028280,0.351153,0.670838,-1.523809,-0.312244,0.489755,1.118268,0.301899,0.690722,-1.540785,-0.268895,0.475528,1.086206,0.304226,0.751080,-1.567127,-0.273117,0.495863,1.023668,0.412268,0.786801,-1.623937,-0.389220,0.510630,0.973883,0.391772,0.784215,-1.622010,-0.369504,0.504200,0.974532,0.345535,0.780110,-1.612123,-0.323140,0.494730,0.978169,0.370625,0.782953,-1.617629,-0.348280,0.500160,0.975635,0.374423,0.595552,-1.629928,-0.374423,0.416926,1.118697,0.397774,0.610129,-1.643706,-0.397774,0.406393,1.101626,0.428261,0.681931,-1.649208,-0.428261,0.415579,1.030201,0.327502,0.594120,-1.622811,-0.327502,0.423604,1.121544,0.286203,0.606323,-1.637573,-0.286203,0.411626,1.106598,0.285635,0.663365,-1.649104,-0.285635,0.411913,1.048403,0.383142,0.718351,-1.669900,-0.383142,0.402709,0.990340,0.365672,0.726736,-1.669407,-0.365672,0.404894,0.982230,0.326322,0.701333,-1.674489,-0.326322,0.394763,1.006073,0.347646,0.724298,-1.672757,-0.347646,0.401119,0.983937,0.403814,0.465265,-1.571513,-0.403814,0.447681,1.258127,0.481867,0.436791,-1.630476,-0.481867,0.384167,1.274042,0.330106,0.461045,-1.561545,-0.330106,0.456586,1.264283,0.265114,0.438327,-1.636431,-0.265114,0.378648,1.271330,0.447939,0.234173,-1.408741,-0.447939,0.563642,1.517078,0.586560,0.234561,-1.477611,-0.586560,0.497574,1.499775,0.363948,0.226423,-1.394930,-0.363948,0.574425,1.527819,0.235749,0.196904,-1.433139,-0.235749,0.530776,1.548609,0.566367,0.130071,-1.212654,-0.566367,0.714140,1.724613,0.430481,0.174196,-1.022536,-0.430481,0.898780,1.775532,0.351611,0.173597,-1.019754,-0.351611,0.900963,1.777357,0.241588,0.153177,-1.041180,-0.241588,0.872493,1.785453,0.474569,0.284018,-1.335467,-0.474569,0.675327,1.525243,0.679822,0.163439,-1.416827,-0.679822,0.546424,1.597449,0.380296,0.291986,-1.325037,-0.380296,0.687767,1.525575,0.178565,0.182082,-1.362468,-0.178565,0.603776,1.607675,0.493194,0.471277,-1.791714,-0.493194,0.233284,1.207548,0.503902,0.627067,-1.903933,-0.503902,0.155020,1.032224,0.206637,0.609185,-1.901566,-0.206637,0.153709,1.050215,0.248849,0.488197,-1.797791,-0.248849,0.230768,1.189747,0.366007,0.698018,-1.930343,-0.366007,0.143560,0.957390,0.412897,0.698208,-1.928447,-0.412897,0.145456,0.957589,0.285425,0.688439,-1.936219,-0.285425,0.135862,0.965577,0.328573,0.696228,-1.934096,-0.328573,0.139522,0.958380,0.529195,0.369976,-1.711376,-0.529195,0.291896,1.320210,0.621980,0.185024,-1.599878,-0.621980,0.362913,1.517708,0.245220,0.394127,-1.725087,-0.245220,0.282866,1.296616,0.190689,0.144182,-1.565250,-0.190689,0.387412,1.569429,0.642624,0.052473,-1.171878,-0.642624,0.714434,1.813448,0.476095,0.096496,-0.961569,-0.476095,0.916559,1.872682,0.328912,0.097555,-0.948012,-0.328912,0.929051,1.878056,0.193143,0.080812,-0.981657,-0.193143,0.891479,1.877209,0.714766,0.037886,-1.434046,-0.714766,0.475107,1.708558,0.119369,0.042741,-1.388209,-0.119369,0.516913,1.723088,0.456157,0.480285,-1.929114,-0.456157,0.100572,1.170840,0.492012,0.577124,-2.007870,-0.492012,0.043110,1.060033,0.175784,0.542993,-1.980113,-0.175784,0.063363,1.099087,0.214049,0.456408,-1.909695,-0.214049,0.114741,1.198162,0.359195,0.643767,-2.062592,-0.359195,0.003053,0.983670,0.400351,0.632859,-2.053198,-0.400351,0.010038,0.996258,0.282139,0.616222,-2.039667,-0.282139,0.019910,1.015295,0.320196,0.644559,-2.063236,-0.320196,0.002584,0.982764,0.512998,0.347897,-1.827052,-0.512998,0.173520,1.319333,0.600361,0.167197,-1.697380,-0.600361,0.260756,1.514409,0.233915,0.336939,-1.813416,-0.233915,0.184745,1.334389,0.177430,0.145519,-1.670421,-0.177430,0.282932,1.544173,0.596903,0.009762,-1.126723,-0.596903,0.732652,1.872679,0.527287,0.024597,-1.074603,-0.527287,0.783048,1.883685,0.394235,0.024524,-1.053093,-0.394235,0.802051,1.893764,0.188942,0.023051,-1.068709,-0.188942,0.787545,1.887797,0.687723,-0.001139,-1.493044,-0.687723,0.402294,1.719378,0.120945,-0.007497,-1.425946,-0.120945,0.460243,1.752577,0.650018,1.315197,-0.790875,-0.303151,1.510334,1.125225,0.779076,1.375678,-0.921579,-0.459447,1.494609,1.012434,0.792671,1.503159,-1.065343,-0.503798,1.477499,0.825767,0.498422,1.308501,-0.747362,-0.147027,1.491478,1.138984,0.396330,1.377428,-0.848139,-0.074630,1.432961,1.009895,0.402343,1.528962,-0.963060,-0.100463,1.449374,0.822095,0.656454,1.603077,-1.136089,-0.386711,1.449786,0.687686,0.573533,1.547744,-1.159129,-0.321021,1.373317,0.705170,0.496695,1.608471,-1.086516,-0.219772,1.440472,0.695006,0.499113,1.540770,-1.148792,-0.248157,1.353878,0.707783,0.752285,1.624803,-0.409563,-0.250292,2.010303,1.141483,0.817471,1.689973,-0.508614,-0.335937,1.998500,1.038160,0.822001,1.772943,-0.609992,-0.362231,1.977938,0.912721,0.647772,1.636981,-0.407324,-0.148424,1.990789,1.120037,0.594505,1.685493,-0.455534,-0.107373,1.971127,1.046247,0.596299,1.766196,-0.550460,-0.129209,1.953861,0.925920,0.720728,1.820674,-0.618688,-0.263027,1.972460,0.858395,0.705292,1.824515,-0.622517,-0.248763,1.967666,0.851286,0.634515,1.819450,-0.608354,-0.177259,1.955741,0.854596,0.665578,1.819588,-0.617893,-0.209814,1.957299,0.852666,0.715561,1.819222,-0.334068,-0.213240,2.192264,1.009628,0.777531,1.853145,-0.405311,-0.289971,2.149135,0.960407,0.798291,1.900305,-0.525054,-0.333982,2.070514,0.867593,0.660242,1.796402,-0.330679,-0.154068,2.181362,1.018715,0.611722,1.809586,-0.413610,-0.120016,2.115114,0.956649,0.607550,1.846702,-0.524377,-0.137135,2.038585,0.870784,0.716399,1.889926,-0.567530,-0.257020,2.027089,0.837491,0.699551,1.889376,-0.572340,-0.240848,2.022293,0.831926,0.629134,1.866469,-0.564623,-0.166744,2.014837,0.839514,0.669627,1.877259,-0.571770,-0.209196,2.015689,0.835856,0.709641,1.569181,-0.547826,-0.258713,1.862530,1.091776,0.818674,1.621624,-0.628510,-0.381433,1.871248,1.014240,0.828933,1.705185,-0.725894,-0.412752,1.858199,0.890062,0.623774,1.575298,-0.517319,-0.167467,1.862316,1.095688,0.562899,1.629510,-0.589831,-0.126806,1.826927,1.000836,0.550598,1.726592,-0.671152,-0.130458,1.827117,0.873651,0.688325,1.764890,-0.728134,-0.274425,1.852318,0.825475,0.673082,1.770199,-0.728457,-0.259572,1.850884,0.819314,0.604943,1.767334,-0.705523,-0.188340,1.844901,0.827520,0.633317,1.766336,-0.723207,-0.220737,1.840216,0.820642,1.358368,3.773888,1.091805,-1.314156,3.711725,-0.946406,1.401989,3.748281,1.067622,-1.326348,3.714602,-1.001053,1.277739,3.725703,1.062967,-1.224687,3.671708,-0.939452,1.386696,3.706339,0.991149,-1.258175,3.720835,-1.057221,1.328982,3.684567,0.994553,-1.211837,3.688792,-1.031872,1.062609,4.386108,0.711333,-1.151123,4.452101,-0.760499,1.190779,4.384938,0.710962,-1.118616,4.436333,-0.883742,0.981514,4.278417,0.525544,-0.977055,4.393452,-0.624760,1.298629,4.207214,0.518194,-0.924017,4.324028,-0.967881,1.084759,4.181220,0.447294,-0.859090,4.302824,-0.691171,0.690136,4.864649,0.470834,-0.774842,4.962016,-0.353900,0.878039,4.950974,0.297072,-0.598018,5.000912,-0.554331,0.624546,4.697080,0.228840,-0.576065,4.742414,-0.297285,0.770669,4.778543,0.149765,-0.489455,4.800023,-0.450323,0.689519,4.714319,0.168131,-0.517323,4.743473,-0.366223,1.054226,4.460244,0.533048,-0.955064,4.578222,-0.700596,1.119363,4.488778,0.530606,-0.950101,4.604225,-0.766643,1.024610,4.417708,0.497904,-0.929238,4.529006,-0.671746,1.127569,4.506403,0.392479,-0.812582,4.588048,-0.783493,1.030861,4.356116,0.435393,-0.884318,4.455017,-0.679271,0.574434,5.012448,0.349117,-0.614838,5.079542,-0.245424,0.708729,5.079199,0.231254,-0.494722,5.111911,-0.393032,0.505336,4.876245,0.174560,-0.477071,4.907168,-0.177076,0.630310,4.949870,0.087356,-0.386478,4.952368,-0.316022,0.556226,4.885886,0.102194,-0.411962,4.896555,-0.233781,1.371618,3.989085,1.275602,-1.369470,3.439696,-0.729702,1.191895,3.940187,1.275289,-1.183603,3.429617,-0.723112,1.278878,3.552080,2.160315,-1.150110,2.482616,-1.411752,1.175242,3.565070,2.158889,-1.052261,2.457018,-1.391874,1.433493,2.986589,1.992034,-1.155296,2.967364,-1.750346,1.361835,2.936273,1.977944,-1.073396,2.999108,-1.765517,1.429332,3.494823,1.000735,-1.252161,3.712088,-1.251829,1.316668,3.496650,1.033477,-1.149164,3.677124,-1.209861,1.253967,3.224383,2.199917,-1.046828,2.683502,-1.712006,1.354713,3.223769,2.203484,-1.143888,2.677471,-1.709605,1.276664,3.676906,1.140100,-1.174465,3.588406,-1.021449,1.484058,3.727371,1.090224,-1.384920,3.645623,-1.043404,1.230270,3.791343,1.392116,-1.177477,3.378892,-0.905536,1.394422,3.879725,1.365101,-1.359995,3.400657,-0.865940,1.438873,3.337780,1.200190,-1.221923,3.508644,-1.390657,1.315122,3.487369,1.371433,-1.159536,3.345553,-1.199544,1.502055,3.616642,1.277364,-1.374058,3.451795,-1.142998,1.351059,3.316174,1.209629,-1.132267,3.496051,-1.382262,1.241759,3.631707,1.720303,-1.148843,2.993008,-1.027526,1.352151,3.643207,1.712743,-1.257690,3.018165,-1.052051,1.454727,3.207331,1.462060,-1.206755,3.246068,-1.495382,1.331939,3.358329,1.653120,-1.146191,3.060813,-1.304719,1.513143,3.373960,1.615145,-1.320500,3.098622,-1.356340,1.377818,3.173765,1.465608,-1.124650,3.248245,-1.491910,1.353237,3.939162,1.536842,-1.345924,3.217230,-0.874724,1.301374,3.896466,1.545909,-1.283637,3.216740,-0.901462,1.257281,4.054360,1.524810,-1.290680,3.169424,-0.743249,1.320699,4.032370,1.497517,-1.342921,3.212770,-0.768592,1.294008,4.034243,1.774635,-1.328361,2.954968,-0.872691,1.153604,3.993896,1.702727,-1.179853,3.013283,-0.840186,1.182331,3.883554,1.720389,-1.173059,3.043354,-0.951371,1.332351,3.955471,1.790904,-1.340563,2.975953,-0.958427] },
{ "name": "animation_000010", "vertices": [0.258676,5.985154,-0.180390,-0.225871,5.983400,-0.180665,0.223851,5.628016,0.410906,-0.194411,5.624683,0.406032,0.004365,5.515787,0.581429,0.016521,5.952432,-0.263466,0.694388,6.842946,-0.296782,-0.667570,6.840921,-0.290157,0.440190,6.997413,0.542832,-0.405676,6.996156,0.546947,0.018070,7.022511,0.719916,0.012302,6.859099,-0.515787,0.417492,6.576297,0.667773,-0.380512,6.575110,0.671655,0.624421,6.592306,-0.318322,-0.597071,6.590490,-0.312380,0.017623,6.605111,0.827578,0.012470,6.441607,-0.608815,0.500333,5.868950,0.626791,-0.467410,5.865524,0.626435,0.496809,6.235559,-0.279084,-0.467355,6.233536,-0.275900,0.015740,5.822616,0.850114,0.014553,6.142195,-0.504688,0.188551,5.679051,0.141962,-0.152680,5.673163,0.129911,0.009534,5.630952,0.213594,0.574738,7.037725,0.259727,-0.543091,7.036064,0.265165,0.015649,7.184718,0.271835,0.685956,6.597486,0.382416,-0.651801,6.595497,0.388924,0.594045,5.985461,0.385355,-0.561768,5.981359,0.384904,0.204764,5.789085,-0.062700,-0.168690,5.786892,-0.065058,0.018628,5.810498,-0.135780,0.573159,7.004455,-0.075056,-0.544670,7.002793,-0.069618,0.013846,7.139521,-0.112670,0.659069,6.641721,-0.100040,-0.629741,6.639805,-0.093771,0.588252,6.076961,-0.110500,-0.556892,6.074286,-0.107408,0.044495,5.487178,-0.078779,0.167995,5.451056,0.002966,-0.091146,5.447450,-0.043666,0.000271,5.347618,0.178524,0.140394,5.398059,0.127726,-0.112017,5.404709,0.066998,0.081145,5.370037,-0.169449,0.282730,5.382884,0.026663,-0.132073,5.355675,-0.162911,0.212288,5.252130,0.223389,-0.255958,5.315726,0.046788,-0.013047,5.245418,0.214843,0.173938,4.938235,0.325573,-0.248625,4.965628,0.264023,-0.034194,4.966184,0.343303,0.174660,4.574425,0.418724,-0.236219,4.584827,0.353865,-0.038644,4.586582,0.444593,0.417692,5.242819,-0.152294,-0.114401,5.139141,-0.319234,0.112008,5.202005,-0.269602,0.353878,4.922622,0.228943,-0.431184,4.988294,0.064560,0.351744,4.595680,0.338090,-0.395841,4.604945,0.215266,0.474294,5.193735,0.324681,-0.506559,5.272377,-0.124345,0.543410,5.315575,0.158459,-0.376532,5.299710,-0.297873,0.539700,5.069694,-0.066382,-0.274146,4.992585,-0.296139,0.440502,4.623849,0.157147,-0.418709,4.620426,0.014222,0.484607,4.932577,0.038072,-0.364584,4.918447,-0.142810,0.327247,4.645560,-0.018098,-0.244948,4.634607,-0.102022,0.173860,4.688964,-0.134437,-0.047779,4.677202,-0.148196,0.064661,4.708508,-0.183748,0.174946,3.755464,0.326394,-0.145635,3.694232,0.326394,0.018975,3.702234,0.412239,0.260199,3.793059,0.198744,-0.236447,3.699681,0.190713,0.307180,3.854487,0.014601,-0.302523,3.738677,0.005862,0.264867,3.861663,-0.090631,-0.266815,3.761874,-0.092440,0.063750,3.836956,-0.163864,-0.070337,3.811717,-0.164246,-0.001833,3.824893,-0.175899,0.359205,3.168767,0.287307,-0.069779,3.311101,0.198359,0.148966,3.099710,0.357264,0.519299,3.312646,0.169854,-0.262410,3.334156,0.043030,0.508879,3.509811,-0.100292,-0.324706,3.313448,-0.249136,0.458976,3.521792,-0.269598,-0.309817,3.326635,-0.323040,0.301312,2.932405,0.188549,0.026679,3.103037,0.257871,0.190266,2.926875,0.250392,0.201684,2.858357,0.054191,0.233951,2.867671,0.014391,0.085271,2.959198,0.173300,0.176750,2.928023,-0.101274,0.219931,2.887575,-0.127424,0.080095,2.873606,0.060116,0.160882,2.952171,-0.279949,0.216019,3.411548,-0.497393,-0.053580,3.303439,-0.515118,0.078381,3.378484,-0.398966,0.127238,3.120104,-0.356374,0.491178,2.950905,0.202011,-0.158856,3.179564,0.291437,0.647298,3.137746,0.079515,-0.357867,3.198507,0.106170,0.671331,3.193121,-0.122423,-0.417082,3.073235,-0.052649,0.329154,2.794366,0.131252,0.015408,3.026627,0.336225,0.253730,2.796978,-0.007559,0.070331,2.918192,0.235282,0.254272,2.835464,-0.137931,0.046306,2.838903,0.127513,0.575442,3.066866,-0.358729,-0.334341,2.808608,-0.116698,0.432746,3.009485,0.209444,-0.112095,3.192105,0.242668,0.571592,3.251593,0.120167,-0.298980,3.288946,0.033686,0.588741,3.361764,-0.089529,-0.361325,3.199758,-0.172702,0.535902,3.408858,-0.308628,-0.342858,3.094078,-0.360122,0.324356,3.359928,-0.554870,-0.147725,2.965345,-0.551556,0.303718,2.869980,0.161104,0.032903,3.064007,0.284363,0.245174,2.839224,0.005621,0.077025,2.939760,0.195282,0.245266,2.866342,-0.116600,0.057920,2.868377,0.096268,0.296495,2.901731,-0.297609,-0.026546,2.753922,-0.011653,0.472065,3.003524,-0.420052,-0.229784,2.721872,-0.130943,0.181982,2.927791,-0.286542,0.120804,2.843261,-0.179186,0.194009,3.000070,-0.397651,0.099118,2.911245,-0.347550,0.279159,2.934019,-0.278927,0.005996,2.803920,-0.093075,0.331198,3.034243,-0.393815,-0.070817,2.810755,-0.244717,0.390236,2.949256,-0.438895,-0.141643,2.675408,-0.123877,0.638668,2.358820,0.102344,-0.221037,2.738338,0.720045,0.885440,2.535439,-0.077096,-0.514618,2.706609,0.527451,0.814924,2.528267,-0.323180,-0.477156,2.507516,0.370798,0.454339,2.241065,0.021744,-0.032507,2.601305,0.724311,0.412504,2.229836,-0.125203,-0.009285,2.478157,0.636192,0.410515,2.301803,-0.309408,-0.043368,2.376908,0.469754,0.688971,2.490158,-0.515528,-0.373365,2.331514,0.258704,0.639394,2.445827,-0.523158,-0.318757,2.297976,0.278055,0.502747,2.374370,-0.526420,-0.174049,2.250705,0.302834,0.563336,2.407556,-0.523920,-0.238314,2.273419,0.291318,0.399688,0.794294,-1.466584,-0.368259,0.488637,1.064693,0.426533,0.805814,-1.495310,-0.401441,0.480572,1.042056,0.466677,0.875322,-1.520116,-0.441932,0.512319,0.975643,0.351822,0.803958,-1.446272,-0.315969,0.496367,1.062914,0.303588,0.828097,-1.460426,-0.272392,0.485632,1.029818,0.309098,0.890347,-1.481331,-0.279254,0.506516,0.967696,0.418222,0.924749,-1.536874,-0.397069,0.513922,0.920356,0.397639,0.923186,-1.534777,-0.376948,0.508863,0.920530,0.351390,0.920881,-1.524376,-0.329979,0.502574,0.923141,0.376520,0.922756,-1.530105,-0.355478,0.506286,0.921169,0.374422,0.736944,-1.564827,-0.374423,0.416422,1.063291,0.397774,0.753460,-1.576209,-0.397774,0.406846,1.045667,0.428261,0.825258,-1.570642,-0.428261,0.419955,0.974857,0.327502,0.734438,-1.558014,-0.327502,0.422933,1.066502,0.286203,0.748759,-1.570732,-0.286203,0.411796,1.050919,0.285635,0.806894,-1.573384,-0.285635,0.415291,0.992828,0.383142,0.864418,-1.585508,-0.383142,0.409302,0.934347,0.365672,0.872629,-1.583736,-0.365672,0.411930,0.926369,0.326322,0.848304,-1.592650,-0.326322,0.400500,0.949617,0.347646,0.870733,-1.587420,-0.347646,0.408067,0.927866,0.403814,0.599244,-1.527069,-0.403814,0.439445,1.204205,0.481867,0.580142,-1.589700,-0.481867,0.375149,1.216595,0.330105,0.593546,-1.517866,-0.330106,0.447996,1.210843,0.265114,0.582572,-1.595348,-0.265114,0.369788,1.213583,0.447939,0.346259,-1.400334,-0.447939,0.541222,1.469181,0.586560,0.358381,-1.467996,-0.586560,0.476351,1.448062,0.363948,0.336290,-1.388299,-0.363948,0.551304,1.480508,0.235749,0.313098,-1.430692,-0.235749,0.506562,1.498829,0.566367,0.187298,-1.226808,-0.566367,0.677492,1.689314,0.430481,0.180140,-1.033244,-0.430481,0.857388,1.754336,0.351611,0.178844,-1.030710,-0.351611,0.859426,1.756323,0.241588,0.164639,-1.056677,-0.241588,0.830420,1.762219,0.474569,0.369868,-1.306768,-0.474569,0.653865,1.487115,0.679821,0.273025,-1.416579,-0.679822,0.519780,1.549517,0.380296,0.373892,-1.294694,-0.380296,0.666219,1.488594,0.178565,0.276514,-1.358963,-0.178565,0.576233,1.564203,0.493194,0.638931,-1.743747,-0.493194,0.228161,1.141885,0.503901,0.810079,-1.830765,-0.503902,0.159681,0.962514,0.206637,0.792045,-1.831167,-0.206637,0.157379,0.980405,0.248849,0.656582,-1.747159,-0.248849,0.226630,1.123973,0.366007,0.884239,-1.845990,-0.366007,0.152363,0.887161,0.412897,0.884136,-1.844087,-0.412897,0.154245,0.887465,0.285425,0.875673,-1.853265,-0.285425,0.144225,0.894912,0.328573,0.883046,-1.849973,-0.328573,0.148276,0.887928,0.529195,0.527618,-1.679839,-0.529195,0.280556,1.257402,0.621980,0.330097,-1.598566,-0.621980,0.340630,1.458036,0.245220,0.552481,-1.689731,-0.245220,0.272759,1.233550,0.190688,0.282588,-1.570784,-0.190689,0.362083,1.511364,0.642624,0.101381,-1.207230,-0.642624,0.671025,1.778000,0.476095,0.089347,-0.994373,-0.476095,0.867687,1.852561,0.328912,0.086875,-0.981001,-0.328912,0.879731,1.858875,0.193143,0.079373,-1.017826,-0.193143,0.842335,1.855158,0.714765,0.153241,-1.464268,-0.714766,0.440403,1.655447,0.119369,0.147014,-1.419247,-0.119369,0.480884,1.672944,0.456157,0.668890,-1.878144,-0.456157,0.097675,1.097918,0.492012,0.776654,-1.941129,-0.492012,0.046408,0.984112,0.175783,0.738673,-1.918930,-0.175784,0.064477,1.024223,0.214049,0.642318,-1.862614,-0.214049,0.110316,1.125980,0.359195,0.850896,-1.984991,-0.359195,0.010621,0.905657,0.400351,0.838677,-1.977380,-0.400351,0.016901,0.918611,0.282139,0.820163,-1.966558,-0.282139,0.025709,0.938163,0.320196,0.851777,-1.985506,-0.320196,0.010202,0.904727,0.512998,0.523122,-1.797719,-0.512998,0.162346,1.250065,0.600360,0.327629,-1.698861,-0.600361,0.238596,1.448991,0.233914,0.509617,-1.785805,-0.233915,0.172707,1.265836,0.177429,0.300921,-1.675316,-0.177430,0.259062,1.480165,0.596903,0.048218,-1.175299,-0.596903,0.684521,1.838492,0.527287,0.049025,-1.122124,-0.527287,0.733726,1.853323,0.394234,0.043408,-1.101361,-0.394235,0.751902,1.864826,0.188942,0.046012,-1.116828,-0.188942,0.737895,1.857768,0.687723,0.129198,-1.532059,-0.687723,0.366811,1.660968,0.120945,0.107225,-1.468482,-0.120945,0.422148,1.698212,0.699033,1.361385,-0.664972,-0.377090,1.514924,1.085630,0.829516,1.425848,-0.792315,-0.534153,1.490031,0.975589,0.848526,1.564761,-0.924400,-0.580939,1.472558,0.789550,0.547961,1.359551,-0.619218,-0.219794,1.506723,1.096134,0.448663,1.443045,-0.711405,-0.146130,1.455204,0.964798,0.461953,1.603713,-0.812473,-0.176779,1.472468,0.777800,0.717442,1.678331,-0.983241,-0.465003,1.454988,0.648861,0.631061,1.630172,-1.009461,-0.393863,1.383007,0.663901,0.559027,1.688443,-0.930214,-0.297705,1.457144,0.652871,0.556518,1.626599,-0.998307,-0.319795,1.368620,0.664830,0.825197,1.630758,-0.258338,-0.358585,2.017048,1.108691,0.892700,1.699608,-0.353096,-0.445429,2.001424,1.006573,0.901028,1.789693,-0.446870,-0.473315,1.981570,0.881018,0.721973,1.647844,-0.252863,-0.256338,2.003871,1.085438,0.671192,1.702020,-0.296006,-0.215797,1.987917,1.010660,0.676751,1.788781,-0.383898,-0.239328,1.971084,0.890393,0.803063,1.841569,-0.449878,-0.375546,1.983008,0.825012,0.787987,1.846066,-0.453102,-0.361314,1.979163,0.817608,0.717444,1.843229,-0.438070,-0.289217,1.971159,0.819787,0.748257,1.842744,-0.448089,-0.321812,1.970940,0.818313,0.785682,1.841828,-0.178641,-0.318320,2.200263,0.981633,0.849357,1.872543,-0.249896,-0.395482,2.163163,0.928622,0.874378,1.908447,-0.372258,-0.441252,2.089386,0.832360,0.731687,1.815987,-0.175460,-0.260453,2.185893,0.992358,0.687139,1.819077,-0.260767,-0.228415,2.119332,0.929756,0.687168,1.845621,-0.373962,-0.247310,2.046002,0.841383,0.795800,1.889991,-0.416352,-0.366467,2.042090,0.803826,0.779398,1.888207,-0.421568,-0.350553,2.036507,0.798677,0.710006,1.862773,-0.414453,-0.277393,2.024786,0.808494,0.750195,1.874837,-0.420902,-0.319580,2.028066,0.803469,0.777149,1.588588,-0.401509,-0.357705,1.869792,1.056848,0.887901,1.641709,-0.479358,-0.482258,1.871103,0.981797,0.901661,1.732969,-0.569099,-0.515077,1.857690,0.858045,0.692251,1.596874,-0.368875,-0.266601,1.875838,1.059028,0.633637,1.660815,-0.435045,-0.225501,1.844704,0.962881,0.625914,1.765373,-0.507138,-0.231697,1.846455,0.835806,0.764818,1.800642,-0.563215,-0.377992,1.862318,0.790766,0.749913,1.806828,-0.562760,-0.363202,1.862003,0.784303,0.682067,1.805843,-0.538820,-0.291577,1.860847,0.791064,0.710070,1.804808,-0.557084,-0.323705,1.854030,0.784728,1.336582,3.772359,1.042146,-1.308381,3.711495,-0.897730,1.380898,3.747516,1.018435,-1.321542,3.711961,-0.952226,1.256782,3.725893,1.008571,-1.218729,3.671918,-0.890619,1.368073,3.708868,0.939803,-1.254384,3.715800,-1.009813,1.310177,3.687319,0.940310,-1.207546,3.684948,-0.983912,1.055591,4.400673,0.676826,-1.142300,4.457910,-0.742744,1.183639,4.399407,0.681722,-1.114636,4.438159,-0.866558,0.982427,4.301223,0.483357,-0.962416,4.404961,-0.612416,1.299191,4.229833,0.485730,-0.921441,4.323600,-0.953880,1.088831,4.207468,0.405257,-0.846567,4.313022,-0.680166,0.686686,4.883059,0.455770,-0.776720,4.969953,-0.346887,0.875782,4.980071,0.289085,-0.604540,5.016641,-0.549684,0.626895,4.726321,0.205169,-0.569379,4.757189,-0.295078,0.772952,4.813412,0.132207,-0.487274,4.818997,-0.448958,0.692468,4.747301,0.146311,-0.511794,4.760862,-0.364897,1.055546,4.481090,0.504130,-0.948521,4.582545,-0.693838,1.120301,4.510582,0.504005,-0.945518,4.609200,-0.759744,1.027034,4.439879,0.466578,-0.920510,4.534072,-0.665781,1.130206,4.534865,0.367004,-0.807789,4.598079,-0.778826,1.035063,4.381459,0.401240,-0.873029,4.461919,-0.674589,0.570847,5.035206,0.339358,-0.619251,5.092529,-0.240089,0.705590,5.109091,0.226780,-0.502687,5.130083,-0.389141,0.506444,4.906558,0.157793,-0.474755,4.924799,-0.175181,0.631153,4.985797,0.075776,-0.387813,4.974000,-0.315049,0.558087,4.920282,0.086647,-0.410234,4.916861,-0.232900,1.348223,3.971270,1.243156,-1.364300,3.438181,-0.680801,1.168823,3.921485,1.237802,-1.178403,3.429046,-0.673706,1.251553,3.469806,2.092554,-1.140353,2.475975,-1.342714,1.147850,3.482264,2.091254,-1.042564,2.451481,-1.321119,1.411046,2.919142,1.884385,-1.145371,2.949723,-1.699748,1.339819,2.869584,1.866056,-1.063485,2.981054,-1.715743,1.411216,3.498720,0.933473,-1.247350,3.707517,-1.203635,1.298257,3.497580,0.965242,-1.144219,3.673332,-1.161282,1.228434,3.139941,2.107744,-1.036416,2.665660,-1.648178,1.329150,3.139653,2.112067,-1.133402,2.659958,-1.647243,1.256284,3.669380,1.084292,-1.169381,3.585573,-0.972608,1.463726,3.724582,1.039932,-1.380044,3.641753,-0.995235,1.207256,3.764675,1.343668,-1.171690,3.375715,-0.855482,1.371042,3.855754,1.324549,-1.354381,3.397181,-0.816470,1.420192,3.327698,1.120579,-1.215746,3.503954,-1.341549,1.294192,3.463557,1.301359,-1.153015,3.341998,-1.149585,1.481006,3.600486,1.218560,-1.368121,3.447533,-1.093940,1.332448,3.304947,1.127696,-1.126051,3.491799,-1.332921,1.217263,3.581396,1.659300,-1.141106,2.990896,-0.975565,1.327634,3.594063,1.653494,-1.250009,3.014899,-1.000605,1.434889,3.178422,1.372264,-1.199175,3.240755,-1.445524,1.309701,3.314220,1.572926,-1.138162,3.056719,-1.253933,1.491075,3.333670,1.537655,-1.312565,3.093654,-1.305595,1.358172,3.144239,1.372716,-1.117057,3.243000,-1.442486,1.328176,3.902148,1.499860,-1.339466,3.213669,-0.822413,1.276519,3.858601,1.505345,-1.277125,3.213058,-0.849022,1.231581,4.017361,1.495562,-1.284266,3.168096,-0.690128,1.295344,3.997807,1.467237,-1.336653,3.210819,-0.716220,1.266537,3.979125,1.743519,-1.320725,2.951549,-0.816399,1.126943,3.943366,1.667711,-1.172545,3.011019,-0.784493,1.156239,3.832192,1.677439,-1.165668,3.039444,-0.896105,1.305257,3.899593,1.754258,-1.332852,2.971186,-0.902464] },
{ "name": "animation_000011", "vertices": [0.251578,6.064740,-0.173501,-0.232988,6.061771,-0.173723,0.218305,5.684575,0.402970,-0.200012,5.680741,0.398983,0.000867,5.570888,0.571557,0.009472,6.034824,-0.257772,0.684999,6.928528,-0.252603,-0.676952,6.922212,-0.247171,0.429767,7.046613,0.592585,-0.416094,7.042690,0.595958,0.007453,7.062958,0.770230,0.003017,6.951915,-0.471280,0.408238,6.620526,0.699594,-0.389762,6.616826,0.702776,0.615793,6.678817,-0.284775,-0.605692,6.673153,-0.279904,0.008501,6.641725,0.859809,0.004492,6.538732,-0.581874,0.493785,5.916414,0.628263,-0.473994,5.910539,0.627977,0.489176,6.320126,-0.261111,-0.474995,6.315242,-0.258499,0.009502,5.860027,0.849629,0.007200,6.234766,-0.490753,0.182158,5.745383,0.136299,-0.159184,5.740041,0.126436,0.004607,5.698202,0.209207,0.564388,7.099254,0.311546,-0.553435,7.094069,0.316004,0.004856,7.243956,0.329404,0.676832,6.654551,0.415606,-0.660916,6.648347,0.420940,0.587141,6.042895,0.391744,-0.568715,6.035870,0.391382,0.198007,5.863536,-0.064069,-0.175479,5.860660,-0.065997,0.011660,5.887307,-0.136012,0.563137,7.080161,-0.024345,-0.554686,7.074977,-0.019887,0.003450,7.215048,-0.056669,0.650144,6.719062,-0.064572,-0.638658,6.713086,-0.059432,0.580998,6.154814,-0.099377,-0.564160,6.148824,-0.096839,0.033147,5.554502,-0.083318,0.158088,5.518152,-0.003131,-0.103078,5.515559,-0.043904,-0.003362,5.415280,0.178323,0.134825,5.465586,0.122779,-0.121031,5.472952,0.070004,0.062740,5.436757,-0.170151,0.269400,5.451305,0.020375,-0.154982,5.423128,-0.158608,0.213344,5.315039,0.217601,-0.270074,5.379107,0.055514,-0.014609,5.311058,0.217026,0.177546,5.004440,0.317886,-0.247882,5.031784,0.272727,-0.031595,5.033032,0.344435,0.177779,4.642723,0.413477,-0.234878,4.651670,0.360598,-0.034936,4.654106,0.445516,0.395018,5.318776,-0.169421,-0.134866,5.207409,-0.314803,0.087890,5.271736,-0.270959,0.359700,4.990030,0.205630,-0.431217,5.046003,0.079994,0.354252,4.663660,0.325154,-0.396676,4.671692,0.228097,0.482569,5.258581,0.300266,-0.525551,5.322577,-0.106189,0.538383,5.386876,0.134305,-0.403669,5.355405,-0.284567,0.525575,5.148521,-0.096820,-0.287409,5.054892,-0.286443,0.437740,4.691978,0.140111,-0.424817,4.687563,0.027992,0.478983,5.008117,0.007263,-0.368983,4.979101,-0.130152,0.318066,4.714062,-0.031177,-0.254783,4.702554,-0.093899,0.159439,4.757608,-0.141631,-0.060225,4.745703,-0.146494,0.048982,4.777157,-0.186757,0.170266,3.818329,0.326394,-0.151841,3.765714,0.326394,0.012924,3.769300,0.412239,0.255579,3.854560,0.197055,-0.242217,3.773701,0.191399,0.304343,3.914296,0.012735,-0.307284,3.814549,0.006518,0.262856,3.922229,-0.090827,-0.271372,3.836483,-0.092307,0.061111,3.902826,-0.163932,-0.073617,3.881140,-0.164244,-0.005062,3.892541,-0.175982,0.314681,3.283864,0.286503,-0.087659,3.365433,0.213657,0.112797,3.198197,0.359110,0.478308,3.414628,0.156443,-0.275699,3.405148,0.055940,0.484830,3.566986,-0.136654,-0.333668,3.402496,-0.241848,0.445718,3.570387,-0.285722,-0.322600,3.409332,-0.321386,0.266662,3.036783,0.223119,-0.003294,3.146988,0.262641,0.154659,3.028833,0.275004,0.178507,2.939030,0.096428,0.213600,2.943817,0.060025,0.049496,3.003821,0.169097,0.163915,2.981061,-0.069780,0.210197,2.937884,-0.084582,0.043083,2.925662,0.049915,0.146739,2.995401,-0.268447,0.204079,3.462022,-0.506353,-0.068708,3.376723,-0.515373,0.064281,3.438751,-0.404007,0.109558,3.173526,-0.358165,0.450360,3.078204,0.252967,-0.188338,3.225026,0.295441,0.611753,3.243566,0.108411,-0.380531,3.267302,0.106859,0.652668,3.258189,-0.097829,-0.440933,3.156956,-0.062252,0.299993,2.903298,0.202361,-0.023112,3.060656,0.333468,0.237598,2.874410,0.060106,0.029511,2.957147,0.226319,0.249032,2.885835,-0.074863,0.004931,2.887150,0.112414,0.582487,3.082634,-0.310504,-0.369211,2.893797,-0.143364,0.392206,3.127591,0.241797,-0.138408,3.240932,0.249803,0.530873,3.356703,0.118976,-0.314882,3.360200,0.043032,0.563616,3.424884,-0.105754,-0.375766,3.288050,-0.170918,0.526396,3.433517,-0.332283,-0.358577,3.191252,-0.365407,0.329695,3.350383,-0.580403,-0.167574,3.060376,-0.562707,0.271372,2.975302,0.209753,-0.000698,3.103717,0.286174,0.226338,2.915618,0.059296,0.039345,2.982639,0.189199,0.235859,2.919728,-0.065829,0.019464,2.918791,0.084767,0.303752,2.920565,-0.240819,-0.067721,2.816185,-0.034449,0.486445,3.004097,-0.367079,-0.268623,2.802840,-0.160863,0.170898,2.966092,-0.268962,0.088212,2.905940,-0.187741,0.178891,3.042936,-0.392631,0.070895,2.978172,-0.352763,0.276545,2.962709,-0.243991,-0.030216,2.868346,-0.108212,0.332112,3.048978,-0.372905,-0.103558,2.886020,-0.260782,0.407466,2.944331,-0.382545,-0.183118,2.751280,-0.154586,0.622991,2.485648,0.289397,-0.284687,2.757748,0.688658,0.880135,2.633733,0.099037,-0.573528,2.754849,0.486540,0.832756,2.573895,-0.145413,-0.541050,2.565933,0.316725,0.450234,2.345676,0.219378,-0.103227,2.611422,0.687834,0.422409,2.303161,0.074852,-0.083353,2.493932,0.591548,0.435327,2.336385,-0.119684,-0.117271,2.406798,0.417272,0.726130,2.492045,-0.335796,-0.442575,2.393457,0.194786,0.678731,2.444842,-0.338337,-0.390262,2.355898,0.213060,0.545028,2.367949,-0.338399,-0.248824,2.299717,0.238123,0.604173,2.403724,-0.337651,-0.311538,2.326418,0.226609,0.393801,1.002273,-1.227841,-0.371287,0.498299,0.895461,0.422162,1.014225,-1.254884,-0.404267,0.489321,0.872873,0.468090,1.082352,-1.272418,-0.447796,0.521846,0.808799,0.346311,1.013759,-1.207595,-0.319628,0.509447,0.893395,0.300426,1.042775,-1.220329,-0.276021,0.503278,0.859191,0.311181,1.106046,-1.235279,-0.285233,0.526907,0.798370,0.423974,1.136729,-1.285408,-0.404060,0.529218,0.753079,0.403285,1.136593,-1.283839,-0.383659,0.525456,0.752713,0.356747,1.136970,-1.274539,-0.336349,0.522062,0.754353,0.382084,1.137391,-1.279612,-0.362062,0.524231,0.752925,0.374423,0.957308,-1.342281,-0.374423,0.416310,0.889190,0.397774,0.975779,-1.350099,-0.397774,0.409704,0.870251,0.428261,1.044981,-1.330175,-0.428261,0.434070,0.802485,0.327502,0.953480,-1.336112,-0.327502,0.422218,0.893409,0.286203,0.970071,-1.345682,-0.286203,0.413742,0.876233,0.285635,1.027547,-1.336562,-0.285635,0.426567,0.819468,0.383142,1.086334,-1.336844,-0.383142,0.430095,0.760787,0.365672,1.094019,-1.333453,-0.365672,0.433976,0.753337,0.326322,1.071991,-1.347087,-0.326322,0.418944,0.774436,0.347646,1.092905,-1.337443,-0.347646,0.429922,0.754191,0.403814,0.814824,-1.333052,-0.403814,0.416288,1.031972,0.481867,0.808738,-1.398247,-0.481867,0.350836,1.033822,0.330106,0.807387,-1.325186,-0.330106,0.423656,1.039903,0.265114,0.812256,-1.403290,-0.265114,0.346031,1.029984,0.447939,0.540809,-1.256019,-0.447939,0.474687,1.310127,0.586560,0.569119,-1.317539,-0.586560,0.414583,1.278341,0.363948,0.528602,-1.247616,-0.363948,0.482546,1.322901,0.235749,0.514898,-1.293967,-0.235749,0.435417,1.333668,0.566367,0.285019,-1.160556,-0.566367,0.563947,1.560666,0.430481,0.181955,-1.000947,-0.430481,0.724142,1.663985,0.351611,0.179573,-0.999390,-0.351611,0.725691,1.666372,0.241588,0.180121,-1.028984,-0.241588,0.696099,1.665724,0.474569,0.490165,-1.140266,-0.474569,0.585255,1.356916,0.679822,0.456952,-1.285146,-0.679822,0.440467,1.388911,0.380296,0.484952,-1.128827,-0.380296,0.596813,1.361616,0.178565,0.429713,-1.233033,-0.178565,0.492379,1.416006,0.493194,0.897370,-1.537284,-0.493194,0.217833,0.936369,0.503902,1.082544,-1.588020,-0.503902,0.179200,0.748297,0.206637,1.064961,-1.592048,-0.206637,0.174041,0.765581,0.248849,0.915346,-1.537068,-0.248849,0.219213,0.918444,0.366007,1.158251,-1.587984,-0.366007,0.184140,0.672751,0.412897,1.157766,-1.586141,-0.412897,0.185948,0.673354,0.285425,1.151327,-1.596837,-0.285425,0.174858,0.679087,0.328573,1.157885,-1.592127,-0.328573,0.179983,0.672848,0.529195,0.778382,-1.495697,-0.529195,0.251241,1.058308,0.621980,0.575492,-1.454651,-0.621980,0.278558,1.264718,0.245220,0.801807,-1.501801,-0.245220,0.247051,1.034030,0.190689,0.518602,-1.439683,-0.190689,0.290497,1.321645,0.642624,0.199336,-1.186034,-0.642624,0.538121,1.646001,0.476096,0.083839,-1.012242,-0.476095,0.712520,1.762062,0.328912,0.075058,-1.001858,-0.328912,0.722875,1.770877,0.193144,0.086815,-1.037553,-0.193143,0.687219,1.759002,0.714766,0.367244,-1.384870,-0.714766,0.340004,1.476499,0.119369,0.342493,-1.349522,-0.119369,0.375467,1.501931,0.456157,0.953802,-1.662884,-0.456157,0.096153,0.871918,0.492012,1.072049,-1.702855,-0.492012,0.063926,0.751329,0.175784,1.030374,-1.688767,-0.175784,0.075285,0.793831,0.214049,0.924646,-1.653028,-0.214049,0.104100,0.901652,0.359195,1.153609,-1.730853,-0.359195,0.041271,0.668127,0.400351,1.140107,-1.725861,-0.400351,0.045378,0.681925,0.282139,1.119791,-1.718993,-0.282139,0.050915,0.702643,0.320196,1.154576,-1.731180,-0.320196,0.041008,0.667142,0.512998,0.796866,-1.613047,-0.512998,0.135557,1.032130,0.600361,0.595287,-1.556416,-0.600361,0.178796,1.238868,0.233915,0.779515,-1.604477,-0.233915,0.143121,1.049683,0.177430,0.560998,-1.539490,-0.177430,0.193735,1.273561,0.596903,0.137238,-1.186828,-0.596903,0.537533,1.708025,0.527287,0.112210,-1.143167,-0.527287,0.581690,1.733256,0.394235,0.097031,-1.127925,-0.394235,0.596881,1.748484,0.188942,0.106965,-1.140063,-0.188942,0.584776,1.738510,0.687723,0.376294,-1.459079,-0.687723,0.266398,1.466401,0.120945,0.329461,-1.412378,-0.120945,0.312569,1.514181,0.715060,1.469079,-0.371881,-0.444708,1.519398,0.971276,0.853244,1.534463,-0.490319,-0.601707,1.490292,0.862181,0.886096,1.682893,-0.608614,-0.650411,1.479633,0.676120,0.563177,1.474894,-0.329247,-0.287054,1.520757,0.979215,0.472880,1.573914,-0.415101,-0.212494,1.481022,0.844339,0.500901,1.741571,-0.500609,-0.247311,1.506065,0.658958,0.765559,1.811224,-0.659066,-0.535976,1.476929,0.533149,0.676456,1.772537,-0.691196,-0.460179,1.408967,0.543369,0.607083,1.828811,-0.608220,-0.369106,1.489592,0.535022,0.601599,1.773795,-0.681777,-0.385345,1.399329,0.542534,0.851025,1.692588,0.061763,-0.457720,2.019657,1.020887,0.926065,1.762363,-0.025715,-0.545204,2.004476,0.919029,0.944035,1.857575,-0.110518,-0.574316,1.990168,0.792663,0.749670,1.716225,0.067463,-0.355545,2.013383,0.995859,0.704587,1.775723,0.028278,-0.315587,2.003871,0.919800,0.719454,1.866451,-0.051356,-0.340458,1.992161,0.798961,0.850970,1.913898,-0.110675,-0.478226,2.000257,0.735618,0.836558,1.919056,-0.113650,-0.464068,1.997619,0.727837,0.765873,1.919801,-0.099927,-0.391739,1.993274,0.728895,0.796723,1.918154,-0.109424,-0.424229,1.991435,0.727721,0.809921,1.928702,0.133486,-0.415965,2.207907,0.907242,0.878789,1.948527,0.063200,-0.493020,2.178545,0.849697,0.914222,1.960067,-0.060605,-0.539750,2.113960,0.747149,0.756825,1.900632,0.137404,-0.359343,2.190339,0.918235,0.720403,1.885586,0.050956,-0.328808,2.127074,0.851712,0.730301,1.890118,-0.063499,-0.348785,2.061180,0.757738,0.840967,1.930103,-0.105027,-0.466859,2.065242,0.717108,0.825302,1.926713,-0.110671,-0.451197,2.059313,0.711943,0.756447,1.900342,-0.103780,-0.379055,2.043757,0.722620,0.796644,1.912642,-0.109352,-0.420873,2.049204,0.716840,0.803547,1.664611,-0.087147,-0.448310,1.875799,0.961224,0.919951,1.715776,-0.157719,-0.573940,1.873056,0.888028,0.942876,1.813460,-0.238366,-0.607919,1.864073,0.764188,0.718729,1.676498,-0.055435,-0.357748,1.887549,0.962500,0.666838,1.750567,-0.116458,-0.316381,1.864197,0.864285,0.668915,1.861525,-0.178694,-0.324809,1.872207,0.737579,0.811471,1.890792,-0.228732,-0.472551,1.880999,0.695418,0.797073,1.898056,-0.227978,-0.457881,1.881972,0.688750,0.728766,1.900199,-0.205469,-0.386223,1.885057,0.694477,0.757062,1.898645,-0.223238,-0.417957,1.876536,0.688218,1.278005,3.765724,0.886864,-1.292796,3.708928,-0.748203,1.322981,3.741266,0.864012,-1.308228,3.703573,-0.801835,1.199156,3.724702,0.844978,-1.202033,3.671974,-0.741060,1.314016,3.709190,0.781964,-1.243641,3.702765,-0.862407,1.255597,3.689651,0.777272,-1.195061,3.675607,-0.835594,1.046349,4.433228,0.559578,-1.132342,4.466492,-0.661917,1.173879,4.424262,0.567303,-1.118646,4.438711,-0.786447,0.973102,4.351430,0.358155,-0.936492,4.428162,-0.551020,1.286830,4.263433,0.364426,-0.928452,4.321824,-0.886062,1.075907,4.257319,0.276110,-0.826107,4.335221,-0.625287,0.693851,4.929742,0.398488,-0.785115,4.994185,-0.308213,0.877252,5.037388,0.231968,-0.631134,5.054196,-0.521851,0.621016,4.794303,0.139077,-0.557572,4.799966,-0.270193,0.765228,4.885107,0.066979,-0.491230,4.867688,-0.429106,0.684367,4.819096,0.079276,-0.505193,4.808127,-0.343638,1.057958,4.520594,0.398738,-0.945835,4.591856,-0.643289,1.123113,4.549187,0.398139,-0.949415,4.618326,-0.709240,1.027228,4.482879,0.359308,-0.912049,4.546068,-0.617147,1.127599,4.584219,0.263196,-0.812782,4.618779,-0.737319,1.031622,4.429893,0.289061,-0.859147,4.478322,-0.629129,0.575842,5.092896,0.299495,-0.631796,5.130623,-0.212279,0.706573,5.173303,0.187326,-0.528777,5.176767,-0.368376,0.502396,4.979928,0.112086,-0.470517,4.976191,-0.157147,0.624127,5.063482,0.030698,-0.396862,5.031481,-0.302142,0.551082,4.998446,0.040049,-0.409483,4.973333,-0.218900,1.283442,3.905062,1.132876,-1.352128,3.437439,-0.528280,1.105036,3.855350,1.113090,-1.166246,3.428857,-0.520179,1.180694,3.228787,1.850080,-1.128972,2.458000,-1.125025,1.076832,3.239891,1.849400,-1.031673,2.436084,-1.098597,1.353121,2.739072,1.529997,-1.127741,2.892192,-1.536918,1.283077,2.693810,1.499827,-1.045509,2.920905,-1.555554,1.359723,3.511490,0.729833,-1.234206,3.693618,-1.054710,1.246207,3.502383,0.758124,-1.130981,3.660660,-1.011413,1.162944,2.903314,1.792384,-1.021206,2.609825,-1.444363,1.263561,2.903383,1.798609,-1.118006,2.605999,-1.447722,1.199416,3.644068,0.910059,-1.156467,3.576795,-0.821412,1.406620,3.710299,0.883101,-1.367105,3.632371,-0.845701,1.144305,3.679692,1.182921,-1.158954,3.366512,-0.699409,1.306819,3.774848,1.187528,-1.341776,3.389601,-0.661784,1.368476,3.304859,0.874210,-1.201679,3.488280,-1.188903,1.237077,3.396263,1.077667,-1.139392,3.329979,-0.993772,1.422930,3.550377,1.030632,-1.354742,3.436356,-0.940735,1.281022,3.279975,0.874381,-1.112001,3.476362,-1.179786,1.151986,3.431974,1.451044,-1.127801,2.984049,-0.812108,1.262207,3.447023,1.450415,-1.236600,3.005808,-0.838369,1.381371,3.104358,1.087467,-1.184505,3.222446,-1.289198,1.250444,3.191361,1.310325,-1.123914,3.042299,-1.094010,1.432039,3.220390,1.283890,-1.298290,3.078642,-1.145597,1.305251,3.069919,1.078864,-1.102276,3.223782,-1.287606,1.260151,3.781225,1.367820,-1.326698,3.205921,-0.658009,1.209157,3.736871,1.362598,-1.264277,3.203993,-0.684369,1.161694,3.893337,1.386802,-1.271854,3.167308,-0.523383,1.226260,3.881272,1.356208,-1.324197,3.208574,-0.551804,1.193013,3.802255,1.621087,-1.307769,2.944482,-0.638383,1.055378,3.782146,1.536445,-1.159731,3.005663,-0.609166,1.086393,3.671922,1.522259,-1.152546,3.028280,-0.722078,1.232892,3.722804,1.614992,-1.319657,2.959627,-0.725384] },
{ "name": "animation_000012", "vertices": [0.243163,6.165874,-0.163812,-0.241428,6.162605,-0.164022,0.211064,5.757043,0.392128,-0.207319,5.753561,0.389435,-0.003452,5.642124,0.558107,0.001042,6.140276,-0.249441,0.675944,7.033873,-0.194419,-0.686003,7.025737,-0.190999,0.419596,7.105463,0.655634,-0.426264,7.100410,0.657757,-0.002942,7.111634,0.833390,-0.005811,7.068367,-0.412329,0.398450,6.674157,0.739253,-0.399548,6.669390,0.741256,0.607073,6.786207,-0.240227,-0.614410,6.778911,-0.237160,-0.001042,6.686604,0.899470,-0.003717,6.661822,-0.545259,0.485745,5.975897,0.629014,-0.482081,5.969396,0.628701,0.480778,6.426335,-0.236780,-0.483405,6.420362,-0.235176,0.001763,5.907953,0.847273,-0.001056,6.352811,-0.471175,0.173890,5.830377,0.128816,-0.167585,5.826386,0.122245,-0.001214,5.784815,0.203548,0.554479,7.173484,0.378044,-0.563342,7.166806,0.380850,-0.005246,7.316368,0.403074,0.667332,6.723900,0.457866,-0.670414,6.715909,0.461225,0.578952,6.114666,0.399430,-0.576961,6.106897,0.399041,0.189487,5.958708,-0.065370,-0.184039,5.955882,-0.066694,0.002905,5.985925,-0.135667,0.553639,7.172712,0.041610,-0.564182,7.166035,0.044416,-0.006171,7.308528,0.015998,0.641122,6.814438,-0.018117,-0.647677,6.806739,-0.014881,0.572643,6.252570,-0.084283,-0.572536,6.245377,-0.082751,0.017630,5.641073,-0.088905,0.145715,5.604476,-0.011902,-0.119597,5.603169,-0.043288,-0.006179,5.503358,0.178262,0.129284,5.552976,0.115182,-0.132569,5.560553,0.075088,0.039117,5.522802,-0.171009,0.259200,5.537060,0.005705,-0.191313,5.508261,-0.151099,0.221974,5.398875,0.205948,-0.287423,5.458997,0.071826,-0.013910,5.398172,0.220752,0.181912,5.090784,0.307605,-0.242580,5.116838,0.286468,-0.026652,5.119985,0.346638,0.183830,4.730647,0.405279,-0.230821,4.737280,0.370448,-0.027666,4.740819,0.446542,0.361905,5.406639,-0.198036,-0.170326,5.293580,-0.307394,0.053864,5.360372,-0.271706,0.360668,5.074458,0.173698,-0.424771,5.118459,0.109482,0.357246,4.750888,0.306260,-0.394816,4.757314,0.247692,0.500035,5.336159,0.255465,-0.551390,5.380794,-0.067483,0.538243,5.467264,0.087074,-0.447886,5.420427,-0.255773,0.496089,5.235663,-0.144232,-0.310492,5.131326,-0.266900,0.431593,4.778461,0.115648,-0.430855,4.773766,0.049601,0.459198,5.095786,-0.036737,-0.374341,5.054495,-0.105492,0.302471,4.800949,-0.049147,-0.267021,4.790029,-0.080993,0.136730,4.845102,-0.150401,-0.076965,4.834091,-0.143630,0.025057,4.864988,-0.189167,0.164580,3.897828,0.326394,-0.159447,3.858739,0.326394,0.005324,3.855426,0.412239,0.250825,3.931212,0.194500,-0.249561,3.870640,0.192373,0.302197,3.988297,0.010103,-0.312926,3.914269,0.007507,0.261206,3.997989,-0.091113,-0.276217,3.934288,-0.092093,0.058777,3.986896,-0.164022,-0.076757,3.970784,-0.164229,-0.008206,3.979400,-0.176075,0.261932,3.432447,0.264846,-0.118900,3.434434,0.232677,0.065046,3.331693,0.350018,0.435960,3.533542,0.119807,-0.303988,3.491328,0.076995,0.466562,3.620683,-0.186974,-0.357210,3.514963,-0.226490,0.431764,3.623493,-0.304810,-0.344458,3.517666,-0.317239,0.209959,3.185658,0.253294,-0.041666,3.205681,0.263656,0.098631,3.175392,0.294661,0.128230,3.064264,0.147296,0.165522,3.062840,0.116491,0.008729,3.067482,0.155907,0.126616,3.067736,-0.022567,0.172839,3.022323,-0.022198,0.002094,3.000423,0.029230,0.114694,3.058260,-0.244932,0.187520,3.523922,-0.513776,-0.091560,3.473344,-0.515568,0.044477,3.515697,-0.408472,0.080920,3.243495,-0.356081,0.386671,3.251754,0.292633,-0.225812,3.278437,0.299092,0.563673,3.371131,0.123199,-0.414024,3.344874,0.113483,0.622641,3.328315,-0.074569,-0.474212,3.254384,-0.067105,0.237365,3.069321,0.278880,-0.064920,3.107081,0.321770,0.186910,3.002116,0.145081,-0.012947,3.014178,0.205015,0.210262,2.975842,0.013771,-0.037292,2.957144,0.084049,0.567242,3.100679,-0.236090,-0.407126,2.999568,-0.174548,0.333364,3.286840,0.261476,-0.174537,3.301080,0.257310,0.485880,3.479174,0.095992,-0.345095,3.443793,0.060700,0.538655,3.486086,-0.133696,-0.404284,3.394976,-0.160937,0.517535,3.445371,-0.354813,-0.386744,3.314021,-0.365542,0.331938,3.327229,-0.588950,-0.197130,3.188332,-0.575108,0.212283,3.130267,0.258263,-0.040722,3.157516,0.281956,0.177303,3.037240,0.126156,-0.002184,3.044123,0.173008,0.196753,3.009717,0.005495,-0.022029,2.990926,0.062172,0.279870,2.963621,-0.150051,-0.109223,2.903690,-0.070334,0.474318,3.010203,-0.278606,-0.308476,2.908153,-0.199773,0.139678,3.024626,-0.235739,0.047488,2.992270,-0.202739,0.148737,3.101214,-0.378259,0.032465,3.067798,-0.361208,0.249340,3.011960,-0.185555,-0.071144,2.957397,-0.132378,0.313758,3.072571,-0.328954,-0.142373,2.987923,-0.283540,0.395104,2.949483,-0.285829,-0.224441,2.853594,-0.197318,0.542121,2.692723,0.506106,-0.338753,2.774862,0.639545,0.818073,2.783069,0.306163,-0.624374,2.800118,0.434430,0.790742,2.657926,0.084412,-0.593462,2.629371,0.246093,0.372985,2.538449,0.462147,-0.160619,2.625139,0.625709,0.356852,2.457601,0.333023,-0.141865,2.517977,0.517847,0.387340,2.435828,0.138829,-0.174980,2.450474,0.334922,0.699218,2.526422,-0.084834,-0.496963,2.468361,0.107970,0.651169,2.480241,-0.078517,-0.445797,2.427850,0.122875,0.516280,2.406008,-0.069383,-0.306062,2.365985,0.143752,0.575926,2.440738,-0.073218,-0.367975,2.395238,0.134285,0.384198,1.233364,-0.866977,-0.373621,0.513468,0.629704,0.414828,1.245422,-0.891368,-0.406323,0.505060,0.606501,0.464185,1.312498,-0.902451,-0.451707,0.541168,0.545717,0.335785,1.245710,-0.849632,-0.322529,0.527078,0.628492,0.291950,1.276936,-0.864227,-0.278928,0.525957,0.593747,0.305895,1.340355,-0.875447,-0.289610,0.554475,0.535308,0.422991,1.368988,-0.916007,-0.408733,0.555446,0.490752,0.402251,1.369551,-0.915913,-0.388187,0.552657,0.489992,0.355201,1.371248,-0.909919,-0.340762,0.551271,0.491183,0.380839,1.370950,-0.913163,-0.366555,0.552395,0.490030,0.374423,1.197770,-1.000257,-0.374423,0.419375,0.611808,0.397774,1.217438,-1.004193,-0.397774,0.417395,0.591847,0.428261,1.281206,-0.970734,-0.428261,0.456972,0.531685,0.327502,1.192778,-0.994986,-0.327502,0.424129,0.617295,0.286204,1.210957,-1.001017,-0.286203,0.419918,0.598610,0.285635,1.265417,-0.980503,-0.285635,0.445696,0.546435,0.383143,1.323055,-0.968934,-0.383142,0.462886,0.490217,0.365672,1.329899,-0.964064,-0.365672,0.468406,0.483886,0.326322,1.311069,-0.981857,-0.326322,0.448845,0.500871,0.347647,1.329612,-0.968197,-0.347646,0.464265,0.483765,0.403814,1.056349,-1.019926,-0.403814,0.385872,0.750604,0.481867,1.063524,-1.085011,-0.481867,0.321811,0.737053,0.330106,1.047480,-1.013720,-0.330106,0.391175,0.760041,0.265114,1.067986,-1.089241,-0.265114,0.318041,0.732196,0.447939,0.768903,-0.995840,-0.447939,0.378212,1.035253,0.586560,0.810491,-1.045828,-0.586560,0.328044,0.989876,0.363948,0.756216,-0.991612,-0.363948,0.382548,1.049374,0.235750,0.752762,-1.039611,-0.235749,0.334223,1.048669,0.566368,0.457007,-1.047587,-0.566367,0.389987,1.309833,0.430481,0.280825,-0.984480,-0.430481,0.509187,1.457581,0.351611,0.277982,-0.984602,-0.351611,0.509922,1.460330,0.241588,0.295673,-1.008332,-0.241588,0.481979,1.450570,0.474570,0.621087,-0.910342,-0.474569,0.473322,1.120921,0.679822,0.674401,-1.050542,-0.679822,0.325213,1.107410,0.380296,0.607054,-0.906319,-0.380296,0.482488,1.129574,0.178565,0.619626,-1.024167,-0.178565,0.366221,1.149645,0.493194,1.178352,-1.203338,-0.493194,0.215369,0.611128,0.503902,1.369951,-1.215723,-0.503902,0.221916,0.419241,0.206637,1.353541,-1.223211,-0.206637,0.212848,0.434834,0.248849,1.195916,-1.199504,-0.248849,0.220914,0.594027,0.366007,1.444099,-1.200434,-0.366007,0.244434,0.346960,0.412897,1.443253,-1.198726,-0.412897,0.246050,0.347970,0.285425,1.439101,-1.210499,-0.285425,0.233925,0.350943,0.328573,1.444575,-1.204564,-0.328573,0.240371,0.346080,0.529195,1.055657,-1.182908,-0.529195,0.219873,0.736999,0.621980,0.855506,-1.177221,-0.621980,0.199029,0.942637,0.245221,1.077600,-1.187837,-0.245220,0.220871,0.712918,0.190689,0.793380,-1.180386,-0.190689,0.196196,1.001560,0.642624,0.400416,-1.118489,-0.642624,0.339028,1.383349,0.476096,0.207671,-1.050834,-0.476095,0.467823,1.547266,0.328912,0.194484,-1.047512,-0.328912,0.474947,1.558850,0.193144,0.224839,-1.069669,-0.193143,0.444706,1.536537,0.714766,0.647262,-1.185555,-0.714766,0.202450,1.161977,0.119369,0.610592,-1.171091,-0.119369,0.228293,1.196372,0.456158,1.258934,-1.314991,-0.456157,0.112196,0.519941,0.492012,1.382811,-1.330317,-0.492012,0.109146,0.395158,0.175784,1.339151,-1.324915,-0.175784,0.110221,0.439137,0.214049,1.228390,-1.311212,-0.214049,0.112948,0.550709,0.359196,1.468339,-1.341307,-0.359195,0.106633,0.308963,0.400352,1.454107,-1.339138,-0.400351,0.107390,0.323339,0.282139,1.432825,-1.336505,-0.282139,0.107914,0.344777,0.320197,1.469351,-1.341433,-0.320196,0.106608,0.307943,0.512998,1.097139,-1.295842,-0.512998,0.113243,0.684515,0.600361,0.899782,-1.274855,-0.600361,0.107643,0.893354,0.233915,1.076773,-1.292591,-0.233915,0.116218,0.703697,0.177430,0.859561,-1.268439,-0.177430,0.113510,0.931258,0.596903,0.351002,-1.158094,-0.596903,0.318777,1.442083,0.527287,0.307021,-1.140700,-0.527287,0.352301,1.479437,0.394235,0.285804,-1.137158,-0.394235,0.362042,1.498615,0.188943,0.300950,-1.141233,-0.188942,0.353612,1.485388,0.687723,0.694256,-1.246197,-0.687723,0.134575,1.130370,0.120945,0.633027,-1.231205,-0.120945,0.164470,1.189271,0.658356,1.650210,0.030162,-0.492105,1.519380,0.796693,0.806877,1.715520,-0.075069,-0.648398,1.493056,0.685892,0.853206,1.867641,-0.183777,-0.697868,1.496839,0.499766,0.504073,1.659791,0.062173,-0.334618,1.527144,0.804260,0.423626,1.765737,-0.025195,-0.259294,1.503000,0.666156,0.463419,1.935805,-0.100688,-0.296482,1.542873,0.483857,0.741048,2.002430,-0.236656,-0.584422,1.512063,0.356792,0.653242,1.968510,-0.276754,-0.505593,1.446953,0.360675,0.579998,2.023650,-0.196385,-0.418276,1.532032,0.359302,0.577986,1.972132,-0.272604,-0.430409,1.440818,0.358763,0.770005,1.852680,0.482941,-0.527176,2.012017,0.890869,0.853580,1.920912,0.403985,-0.614642,2.002437,0.788215,0.880972,2.016497,0.325689,-0.644196,1.998607,0.661001,0.669411,1.879652,0.483612,-0.425200,2.012076,0.865160,0.629421,1.940315,0.444502,-0.385540,2.011148,0.788414,0.653221,2.030668,0.370971,-0.410950,2.009357,0.666978,0.790270,2.073465,0.322470,-0.549328,2.017784,0.604807,0.776335,2.078609,0.319089,-0.535219,2.016439,0.596769,0.704933,2.081464,0.328514,-0.462880,2.014760,0.597318,0.736304,2.079143,0.320914,-0.495224,2.011802,0.596033,0.729347,2.113448,0.526808,-0.485847,2.208452,0.797139,0.804437,2.114493,0.460410,-0.562511,2.187069,0.735846,0.850759,2.091561,0.342816,-0.609252,2.134523,0.626457,0.675542,2.086209,0.533496,-0.429909,2.188749,0.806883,0.646433,2.048793,0.452804,-0.399825,2.132177,0.734441,0.666324,2.022949,0.344399,-0.419910,2.076884,0.633791,0.781019,2.050777,0.303477,-0.537207,2.087546,0.592361,0.765846,2.046018,0.298082,-0.521670,2.081851,0.586785,0.696101,2.022325,0.306268,-0.450113,2.063849,0.596637,0.736884,2.032858,0.301018,-0.491695,2.070682,0.590955,0.732598,1.829738,0.329150,-0.511711,1.874730,0.818545,0.855466,1.879576,0.269419,-0.637598,1.872852,0.745764,0.887457,1.979762,0.195184,-0.672000,1.873421,0.621717,0.646160,1.843370,0.355300,-0.421758,1.890397,0.820602,0.601356,1.921900,0.294240,-0.380071,1.877787,0.720572,0.611685,2.035311,0.237487,-0.389729,1.896672,0.595115,0.758395,2.061422,0.199057,-0.538005,1.902507,0.554340,0.744235,2.069175,0.199125,-0.523440,1.904732,0.547742,0.674591,2.072867,0.216823,-0.451954,1.910527,0.553513,0.704028,2.071040,0.201046,-0.483318,1.901174,0.546611,1.205426,3.756320,0.648565,-1.272889,3.705701,-0.518959,1.250228,3.732039,0.625187,-1.291104,3.693223,-0.570494,1.126643,3.722448,0.600603,-1.180527,3.672740,-0.512850,1.243077,3.707572,0.540384,-1.230048,3.686850,-0.634312,1.184151,3.691008,0.532026,-1.179036,3.664759,-0.607362,1.025816,4.464249,0.380969,-1.124706,4.469239,-0.513944,1.152299,4.444682,0.383292,-1.131891,4.431966,-0.636445,0.940068,4.404253,0.176971,-0.910725,4.445902,-0.437554,1.248934,4.293683,0.168092,-0.949843,4.310746,-0.756889,1.032106,4.309045,0.084263,-0.811272,4.350889,-0.522901,0.703220,4.981970,0.305391,-0.796001,5.018891,-0.228880,0.873471,5.095740,0.129256,-0.677618,5.090073,-0.460982,0.596630,4.872855,0.045247,-0.545203,4.851787,-0.217954,0.736997,4.963326,-0.034457,-0.507240,4.922390,-0.384731,0.654556,4.900020,-0.018869,-0.503660,4.863807,-0.297540,1.043611,4.559135,0.232454,-0.951320,4.593146,-0.536439,1.109739,4.584855,0.227102,-0.966054,4.617412,-0.601686,1.006997,4.526343,0.193652,-0.909623,4.552002,-0.514303,1.101851,4.631269,0.095799,-0.834917,4.632136,-0.646891,1.001332,4.479626,0.119016,-0.851224,4.490272,-0.532269,0.584190,5.158913,0.233460,-0.648072,5.174085,-0.155173,0.706241,5.242388,0.114560,-0.571012,5.227066,-0.323219,0.486380,5.065699,0.047701,-0.465781,5.039739,-0.119569,0.602540,5.150108,-0.040060,-0.416736,5.098976,-0.272968,0.528099,5.087918,-0.027406,-0.412909,5.042031,-0.188493,1.204777,3.795935,0.932689,-1.336816,3.445127,-0.289392,1.027457,3.752541,0.895726,-1.150970,3.437010,-0.280078,1.104382,2.931698,1.407354,-1.120173,2.441990,-0.772800,1.000369,2.941252,1.408382,-1.023701,2.425159,-0.739785,1.288631,2.565273,0.955923,-1.108264,2.797507,-1.261585,1.219705,2.530570,0.912221,-1.025423,2.821119,-1.283940,1.292114,3.543619,0.431276,-1.217739,3.671365,-0.825102,1.178402,3.525453,0.453542,-1.114408,3.640648,-0.780186,1.092638,2.639234,1.252750,-1.006838,2.529538,-1.105487,1.193159,2.638586,1.260360,-1.103301,2.527528,-1.115272,1.127726,3.614513,0.639473,-1.140292,3.566117,-0.586693,1.334135,3.688257,0.637451,-1.350770,3.620898,-0.613992,1.068735,3.564421,0.909228,-1.143454,3.357788,-0.453062,1.229609,3.655533,0.945351,-1.326301,3.384552,-0.417793,1.302713,3.304501,0.504561,-1.184967,3.460551,-0.949721,1.167387,3.327810,0.724012,-1.123380,3.311455,-0.747254,1.351260,3.491110,0.729354,-1.338618,3.420618,-0.699703,1.215681,3.279723,0.495682,-1.095331,3.448901,-0.939872,1.077207,3.246725,1.089002,-1.113038,2.977091,-0.548292,1.187169,3.262548,1.094819,-1.221617,2.995350,-0.576135,1.316289,3.048598,0.646595,-1.167960,3.188995,-1.039056,1.181266,3.061808,0.883176,-1.108153,3.018344,-0.835292,1.362677,3.099654,0.869876,-1.282491,3.053582,-0.887449,1.240849,3.017538,0.626631,-1.085508,3.188515,-1.039412,1.180662,3.605968,1.118183,-1.311642,3.201926,-0.395676,1.130464,3.564732,1.098826,-1.249173,3.197291,-0.421581,1.080168,3.705747,1.168862,-1.257152,3.176626,-0.257786,1.145288,3.704371,1.137116,-1.309346,3.215003,-0.290241,1.110127,3.547814,1.364632,-1.293332,2.943646,-0.350401,0.973874,3.552904,1.275632,-1.145217,3.007105,-0.327014,1.006850,3.452660,1.228982,-1.137756,3.018497,-0.441587,1.151367,3.474503,1.335228,-1.305012,2.950188,-0.438496] },
{ "name": "animation_000013", "vertices": [0.236027,6.243474,-0.155665,-0.248586,6.241521,-0.155805,0.203806,5.813169,0.383098,-0.214624,5.811245,0.381833,-0.007783,5.698068,0.547108,-0.006183,6.222061,-0.242154,0.671158,7.111520,-0.148143,-0.690808,7.106410,-0.146713,0.413866,7.147563,0.703873,-0.432005,7.144390,0.704761,-0.008888,7.147165,0.881222,-0.010233,7.156816,-0.365214,0.391633,6.713147,0.769084,-0.406376,6.710153,0.769922,0.601785,6.866183,-0.204505,-0.619714,6.861600,-0.203222,-0.007593,6.720072,0.928877,-0.008888,6.756275,-0.515278,0.478330,6.020633,0.628639,-0.489539,6.016743,0.628406,0.474568,6.506569,-0.216933,-0.489637,6.502874,-0.216292,-0.005560,5.945357,0.844120,-0.007362,6.443979,-0.454655,0.165851,5.896216,0.122579,-0.175710,5.894234,0.119555,-0.006428,5.852500,0.199141,0.549264,7.226991,0.429583,-0.568571,7.222796,0.430756,-0.010167,7.369984,0.459981,0.660993,6.774163,0.490387,-0.676771,6.769144,0.491791,0.571850,6.168411,0.404892,-0.584115,6.163764,0.404607,0.181546,6.032242,-0.066075,-0.192010,6.030627,-0.066713,-0.005180,6.062677,-0.134863,0.548861,7.240500,0.093419,-0.568975,7.236306,0.094592,-0.010605,7.378582,0.072920,0.635608,6.884882,0.018644,-0.653209,6.880047,0.019997,0.565874,6.326278,-0.071955,-0.579336,6.321855,-0.071364,0.002050,5.708599,-0.092986,0.134000,5.671746,-0.020620,-0.135889,5.671616,-0.040761,-0.006990,5.572937,0.178533,0.125285,5.621617,0.106817,-0.142685,5.628697,0.081725,0.016104,5.589940,-0.171524,0.252124,5.602331,-0.017481,-0.230389,5.573689,-0.138124,0.237193,5.467394,0.188338,-0.298877,5.519769,0.094728,-0.009835,5.468341,0.225171,0.186868,5.159266,0.298346,-0.233080,5.183009,0.300711,-0.019994,5.188610,0.349670,0.190924,4.799554,0.396192,-0.224951,4.803547,0.380532,-0.018841,4.808369,0.447160,0.321301,5.466953,-0.231759,-0.215471,5.360744,-0.296880,0.017690,5.428121,-0.270078,0.358128,5.139271,0.143025,-0.411783,5.174329,0.145214,0.359706,4.818901,0.287027,-0.390331,4.823872,0.268183,0.520827,5.393764,0.194231,-0.571946,5.422428,-0.010249,0.537281,5.522221,0.020351,-0.495927,5.467603,-0.210034,0.452768,5.292732,-0.196509,-0.341906,5.189875,-0.240685,0.423225,4.844940,0.091371,-0.435000,4.841134,0.072728,0.427629,5.157327,-0.080458,-0.381779,5.112693,-0.075154,0.284219,4.867576,-0.065688,-0.278691,4.858568,-0.067327,0.111633,4.912533,-0.156637,-0.094186,4.903359,-0.140950,-0.000643,4.932948,-0.188554,0.159129,3.957365,0.326394,-0.166379,3.933575,0.326394,-0.001947,3.922508,0.412239,0.246878,3.986731,0.191790,-0.256197,3.949780,0.193422,0.300935,4.040810,0.007520,-0.317490,3.996433,0.008610,0.260103,4.053112,-0.091401,-0.279774,4.014343,-0.091849,0.057334,4.051388,-0.164101,-0.078819,4.041583,-0.164196,-0.010391,4.047047,-0.176132,0.220603,3.556167,0.221203,-0.154872,3.483252,0.250105,0.022457,3.447987,0.326059,0.406059,3.617465,0.067988,-0.337914,3.555774,0.099029,0.454979,3.635864,-0.232379,-0.385824,3.608099,-0.207653,0.417829,3.649698,-0.318880,-0.368402,3.609034,-0.311587,0.153113,3.326668,0.260839,-0.081655,3.246649,0.260424,0.043216,3.313882,0.294319,0.069194,3.190957,0.183582,0.107080,3.183966,0.159587,-0.031364,3.116412,0.137799,0.075935,3.155508,0.022102,0.119155,3.110647,0.037200,-0.037370,3.061980,0.004445,0.071132,3.112479,-0.216203,0.168232,3.565202,-0.515913,-0.116006,3.553002,-0.515108,0.022843,3.573625,-0.410513,0.046888,3.297243,-0.350076,0.326666,3.412907,0.298959,-0.265128,3.310585,0.298563,0.520419,3.471786,0.116527,-0.450939,3.399019,0.119839,0.588461,3.372094,-0.056258,-0.509741,3.330047,-0.070445,0.167694,3.240382,0.325906,-0.105529,3.136602,0.303231,0.121393,3.140017,0.213002,-0.052876,3.057176,0.177202,0.150956,3.076536,0.096493,-0.076273,3.014418,0.050307,0.529193,3.110384,-0.150974,-0.443058,3.088592,-0.205458,0.279573,3.430474,0.253640,-0.213364,3.340934,0.261513,0.451728,3.567597,0.055445,-0.380619,3.504562,0.079237,0.517634,3.510762,-0.160995,-0.437573,3.480889,-0.147776,0.504226,3.424505,-0.361191,-0.418313,3.418890,-0.361642,0.319824,3.282449,-0.567975,-0.228090,3.302886,-0.584194,0.150080,3.282855,0.281782,-0.081239,3.194099,0.272418,0.116234,3.163727,0.178407,-0.042399,3.091068,0.151374,0.140520,3.105447,0.071531,-0.061518,3.049700,0.035008,0.229393,3.015473,-0.051932,-0.146921,2.979264,-0.109747,0.433509,3.016385,-0.174562,-0.344914,2.999478,-0.239465,0.094396,3.077405,-0.196528,0.006106,3.064387,-0.219271,0.108776,3.146837,-0.357578,-0.007948,3.141824,-0.370005,0.202608,3.061022,-0.120437,-0.110738,3.033201,-0.158805,0.276061,3.089815,-0.271039,-0.180520,3.076342,-0.306776,0.351121,2.960604,-0.172147,-0.261525,2.943701,-0.241812,0.434915,2.931826,0.671913,-0.384752,2.772455,0.578488,0.727335,2.950163,0.475843,-0.668006,2.822895,0.374743,0.705851,2.768334,0.296796,-0.636120,2.674407,0.168550,0.259702,2.778491,0.660564,-0.207392,2.623985,0.549509,0.246492,2.664982,0.558532,-0.188137,2.529624,0.430366,0.287214,2.587630,0.381125,-0.219704,2.483558,0.240639,0.616870,2.597981,0.164975,-0.539130,2.529418,0.014001,0.565822,2.557517,0.180406,-0.488372,2.487108,0.024717,0.426385,2.494546,0.199924,-0.349245,2.422263,0.039819,0.488146,2.524273,0.190953,-0.410875,2.452849,0.033121,0.376797,1.409746,-0.479322,-0.375783,0.531231,0.323585,0.409005,1.421901,-0.501535,-0.408132,0.524312,0.299416,0.456937,1.490204,-0.511301,-0.454441,0.565213,0.242489,0.326697,1.421036,-0.466684,-0.325140,0.546469,0.324141,0.283293,1.450051,-0.486272,-0.281418,0.550374,0.289751,0.296093,1.513426,-0.499011,-0.292812,0.584557,0.234578,0.415256,1.544583,-0.530727,-0.411768,0.586537,0.189611,0.394576,1.544405,-0.532412,-0.391142,0.584481,0.188692,0.347156,1.544651,-0.530497,-0.343701,0.584446,0.190035,0.372973,1.545143,-0.531545,-0.369513,0.584887,0.188841,0.374423,1.373504,-0.629281,-0.374423,0.429276,0.289448,0.397774,1.393528,-0.630456,-0.397774,0.431987,0.269573,0.428261,1.452047,-0.588486,-0.428261,0.484457,0.220250,0.327502,1.367830,-0.624753,-0.327502,0.432626,0.295889,0.286204,1.386669,-0.628208,-0.286203,0.432869,0.276737,0.285635,1.437763,-0.600348,-0.285635,0.470062,0.231977,0.383143,1.493242,-0.580905,-0.383142,0.499841,0.181290,0.365672,1.499346,-0.575135,-0.365672,0.506681,0.176414,0.326322,1.483163,-0.595364,-0.326322,0.483710,0.188391,0.347647,1.499634,-0.579268,-0.347646,0.502681,0.175335,0.403814,1.236171,-0.668352,-0.403814,0.364449,0.416665,0.481868,1.252292,-0.731814,-0.481867,0.305288,0.388604,0.330106,1.226528,-0.663433,-0.330106,0.367415,0.427076,0.265114,1.257298,-0.735386,-0.265114,0.302749,0.383004,0.447939,0.944417,-0.683068,-0.447939,0.291340,0.692346,0.586560,0.991821,-0.723257,-0.586560,0.253772,0.636460,0.363948,0.932468,-0.681305,-0.363948,0.292080,0.706913,0.235750,0.936053,-0.728982,-0.235749,0.245279,0.694916,0.566368,0.649227,-0.854931,-0.566367,0.224604,0.965872,0.430481,0.464106,-0.880546,-0.430481,0.294827,1.141644,0.351611,0.461606,-0.881906,-0.351611,0.294732,1.144489,0.241588,0.487924,-0.895449,-0.241588,0.270829,1.127032,0.474570,0.743153,-0.658029,-0.474569,0.359595,0.808022,0.679822,0.849749,-0.763154,-0.679822,0.221259,0.752594,0.380296,0.726570,-0.662471,-0.380296,0.365463,0.819362,0.178565,0.787253,-0.763758,-0.178565,0.248167,0.805242,0.493194,1.382405,-0.833094,-0.493194,0.231008,0.241398,0.503902,1.573873,-0.818819,-0.503902,0.281950,0.056281,0.206637,1.558658,-0.828508,-0.206637,0.269507,0.069341,0.248849,1.399269,-0.826865,-0.248849,0.240374,0.226053,0.366007,1.645187,-0.793406,-0.366007,0.320642,-0.008792,0.412897,1.644113,-0.791832,-0.412897,0.321979,-0.007434,0.285425,1.641632,-0.804067,-0.285425,0.309495,-0.007360,0.328573,1.646231,-0.797431,-0.328573,0.316894,-0.010593,0.529195,1.258192,-0.826611,-0.529195,0.206730,0.364644,0.621980,1.061376,-0.841987,-0.621980,0.139763,0.558993,0.245221,1.280477,-0.831699,-0.245220,0.212715,0.341682,0.190689,1.000382,-0.859176,-0.190689,0.122330,0.615974,0.642624,0.628204,-0.943806,-0.642624,0.154411,1.021669,0.476096,0.427548,-0.972295,-0.476095,0.229197,1.215448,0.328912,0.414243,-0.975105,-0.328912,0.232649,1.228602,0.193144,0.451246,-0.981671,-0.193143,0.210193,1.198467,0.714766,0.875507,-0.898452,-0.714766,0.087423,0.770881,0.119369,0.839245,-0.901184,-0.119369,0.102274,0.810724,0.456158,1.477677,-0.932508,-0.456157,0.151839,0.128739,0.492012,1.602482,-0.930527,-0.492012,0.177858,0.006661,0.175784,1.558495,-0.931225,-0.175784,0.168688,0.049687,0.214049,1.446903,-0.932997,-0.214049,0.145424,0.158840,0.359196,1.688708,-0.929564,-0.359195,0.195436,-0.077760,0.400352,1.674313,-0.929387,-0.400351,0.192833,-0.063601,0.282139,1.652871,-0.929727,-0.282139,0.188363,-0.042628,0.320197,1.689728,-0.929548,-0.320196,0.195649,-0.078758,0.512998,1.315371,-0.933943,-0.512998,0.114956,0.288822,0.600361,1.122360,-0.932224,-0.600361,0.062154,0.489157,0.233915,1.294267,-0.935238,-0.233915,0.113118,0.308365,0.177430,1.080700,-0.934777,-0.177430,0.058513,0.527768,0.596903,0.601844,-1.003147,-0.596903,0.117589,1.071843,0.527287,0.556280,-1.009367,-0.527287,0.138356,1.116989,0.394235,0.535665,-1.015508,-0.394235,0.142107,1.138170,0.188943,0.551062,-1.012513,-0.188942,0.137883,1.123064,0.687723,0.942024,-0.936739,-0.687723,0.030772,0.721313,0.120945,0.883195,-0.946647,-0.120945,0.042979,0.785876,0.559174,1.872092,0.418875,-0.526377,1.509739,0.594929,0.714002,1.938388,0.323848,-0.681421,1.490433,0.480972,0.764562,2.087557,0.212957,-0.730409,1.512311,0.295969,0.402481,1.877410,0.437281,-0.369237,1.521534,0.604280,0.326459,1.976780,0.338915,-0.292763,1.514448,0.464884,0.367075,2.144977,0.259758,-0.330623,1.572174,0.287571,0.653067,2.215982,0.144993,-0.617056,1.546049,0.156126,0.570177,2.177337,0.099121,-0.536229,1.483366,0.153628,0.488548,2.233014,0.170544,-0.451630,1.570776,0.161790,0.494765,2.178418,0.096732,-0.460885,1.479797,0.151561,0.625075,2.099016,0.870020,-0.577240,1.988310,0.740290,0.712668,2.164767,0.795824,-0.664069,1.987130,0.636615,0.743142,2.255900,0.716936,-0.693221,1.996089,0.509470,0.523647,2.123176,0.861929,-0.475353,1.993945,0.715385,0.484852,2.179466,0.817789,-0.435535,2.002325,0.639207,0.511404,2.265332,0.743822,-0.460641,2.012692,0.518058,0.650650,2.308142,0.704985,-0.598990,2.023861,0.456199,0.636713,2.312336,0.700651,-0.584878,2.023782,0.448145,0.564505,2.313873,0.704483,-0.512594,2.024008,0.448987,0.596554,2.312063,0.699430,-0.544800,2.020330,0.447185,0.585172,2.374200,0.868387,-0.537034,2.192929,0.669253,0.664032,2.354178,0.810299,-0.613100,2.179157,0.605188,0.715583,2.297205,0.708425,-0.659085,2.139578,0.490071,0.529493,2.351042,0.878343,-0.481387,2.171988,0.677225,0.502766,2.294033,0.810313,-0.450910,2.123826,0.599118,0.527130,2.238727,0.716470,-0.470308,2.080389,0.492640,0.645570,2.250051,0.678122,-0.587074,2.096277,0.451552,0.630352,2.244601,0.673507,-0.571550,2.091158,0.445510,0.558801,2.226631,0.683075,-0.500243,2.071808,0.453943,0.600423,2.233905,0.678089,-0.541710,2.079438,0.448672,0.601586,2.066108,0.715008,-0.557223,1.860018,0.653995,0.727459,2.117873,0.663776,-0.682762,1.861938,0.580618,0.762458,2.216061,0.588241,-0.716781,1.874533,0.457105,0.512824,2.077672,0.733140,-0.467814,1.878158,0.658268,0.470921,2.152010,0.665165,-0.425442,1.877475,0.557735,0.482418,2.263332,0.604628,-0.435300,1.909192,0.434909,0.630968,2.293121,0.577644,-0.583560,1.914705,0.394028,0.616610,2.300357,0.576179,-0.569052,1.918064,0.387795,0.545620,2.302258,0.587748,-0.497802,1.925428,0.394602,0.576348,2.300853,0.574611,-0.528834,1.915889,0.386551,1.152327,3.747582,0.386766,-1.256912,3.705456,-0.264836,1.195966,3.724117,0.360530,-1.277504,3.686692,-0.313489,1.071588,3.718566,0.338874,-1.163068,3.676615,-0.260835,1.186015,3.705651,0.274500,-1.219975,3.675382,-0.379850,1.126553,3.690813,0.266714,-1.166640,3.658218,-0.353826,0.998018,4.480727,0.180866,-1.123152,4.467714,-0.330861,1.122324,4.453683,0.166996,-1.152007,4.422157,-0.447166,0.885445,4.438386,-0.014181,-0.897836,4.453313,-0.295014,1.188016,4.312799,-0.062308,-0.983904,4.293944,-0.589925,0.959633,4.343809,-0.122350,-0.813542,4.354568,-0.391171,0.712079,5.016786,0.192556,-0.803266,5.035208,-0.121903,0.856061,5.132381,-0.004571,-0.731566,5.108906,-0.371664,0.556148,4.929043,-0.050198,-0.539430,4.891794,-0.149577,0.685897,5.017068,-0.148471,-0.536001,4.959880,-0.321604,0.603732,4.957118,-0.121974,-0.512744,4.904819,-0.235148,1.009142,4.582715,0.039874,-0.965853,4.587127,-0.391653,1.074784,4.605388,0.024377,-0.993251,4.607764,-0.453995,0.964529,4.554193,0.006442,-0.917415,4.550667,-0.375973,1.047268,4.659991,-0.100996,-0.873223,4.632693,-0.520544,0.943441,4.512443,-0.068527,-0.857083,4.493841,-0.402297,0.593066,5.204218,0.151780,-0.660636,5.205705,-0.076972,0.697774,5.287851,0.017570,-0.617131,5.259666,-0.256108,0.460031,5.127045,-0.017261,-0.463805,5.089502,-0.070075,0.564173,5.209993,-0.120271,-0.445552,5.147904,-0.230197,0.489699,5.151114,-0.097128,-0.423189,5.094356,-0.146901,1.152542,3.689416,0.676362,-1.324321,3.468952,-0.018438,0.974940,3.657036,0.630531,-1.138490,3.461645,-0.008195,1.059561,2.726741,0.892944,-1.116782,2.445866,-0.355522,0.955541,2.735061,0.897608,-1.021084,2.436692,-0.316998,1.239790,2.501295,0.355639,-1.095194,2.689730,-0.912683,1.170478,2.479733,0.304689,-1.011795,2.706722,-0.938398,1.234805,3.585466,0.124717,-1.205598,3.645070,-0.568587,1.121408,3.561517,0.142280,-1.102067,3.618113,-0.521544,1.046870,2.488736,0.663231,-0.999051,2.456575,-0.689348,1.147470,2.486549,0.669375,-1.095151,2.454275,-0.705461,1.072755,3.596234,0.345040,-1.127843,3.559982,-0.322482,1.278941,3.668766,0.361579,-1.338209,3.612885,-0.354021,1.016845,3.472806,0.590784,-1.131392,3.359343,-0.169261,1.177872,3.551167,0.649238,-1.314123,3.391091,-0.137388,1.247045,3.336923,0.127532,-1.173245,3.424775,-0.675451,1.114072,3.297554,0.346125,-1.111803,3.292828,-0.461370,1.297575,3.453938,0.394863,-1.326693,3.406150,-0.422827,1.159985,3.315112,0.112966,-1.083628,3.413736,-0.664759,1.028101,3.117694,0.675038,-1.102369,2.978754,-0.234521,1.138080,3.131879,0.683946,-1.210759,2.992487,-0.263625,1.262829,3.051699,0.192662,-1.156863,3.145222,-0.743299,1.130366,2.997882,0.424891,-1.097311,2.992272,-0.525716,1.311529,3.038916,0.420869,-1.271768,3.024646,-0.579518,1.187254,3.027002,0.165589,-1.074156,3.142536,-0.745292,1.130946,3.455237,0.801942,-1.299986,3.213166,-0.089557,1.080644,3.420733,0.772375,-1.237559,3.204747,-0.114595,1.030759,3.536437,0.879351,-1.245425,3.207297,0.050485,1.095531,3.544300,0.847837,-1.297539,3.240901,0.012999,1.063263,3.330467,1.023179,-1.282399,2.963739,-0.008496,0.926030,3.359352,0.940445,-1.134070,3.029392,0.005659,0.958750,3.276214,0.867439,-1.126698,3.024570,-0.109383,1.104365,3.268450,0.974145,-1.294154,2.957891,-0.096630] },
{ "name": "animation_000014", "vertices": [0.231388,6.270185,-0.152692,-0.253233,6.270185,-0.152692,0.198299,5.832492,0.379460,-0.220145,5.832493,0.379460,-0.010923,5.718045,0.543118,-0.010922,6.251007,-0.239393,0.670067,7.136596,-0.131233,-0.691909,7.136598,-0.131232,0.412018,7.160791,0.720973,-0.433859,7.160792,0.720973,-0.010921,7.159319,0.897876,-0.010921,7.187719,-0.348275,0.388086,6.725530,0.779619,-0.409929,6.725531,0.779619,0.599833,6.892397,-0.191348,-0.621675,6.892399,-0.191348,-0.010921,6.731684,0.938984,-0.010921,6.789478,-0.504345,0.473020,6.035051,0.628228,-0.494865,6.035053,0.628228,0.471186,6.533399,-0.209575,-0.493029,6.533401,-0.209575,-0.010922,5.958691,0.842743,-0.010922,6.476156,-0.448528,0.159870,5.918983,0.119522,-0.181716,5.918983,0.119522,-0.009937,5.876672,0.197511,0.548001,7.243823,0.448043,-0.569842,7.243825,0.448043,-0.010920,7.388451,0.480033,0.657966,6.789715,0.502139,-0.679808,6.789717,0.502139,0.567069,6.185674,0.406618,-0.588914,6.185675,0.406618,0.175860,6.057747,-0.066419,-0.197705,6.057748,-0.066419,-0.010922,6.089904,-0.134450,0.548001,7.262389,0.112120,-0.569843,7.262391,0.112120,-0.010920,7.402870,0.093146,0.633492,6.907611,0.032090,-0.655334,6.907613,0.032091,0.561689,6.350595,-0.067345,-0.583533,6.350596,-0.067345,-0.010231,5.732610,-0.094388,0.124734,5.695493,-0.027238,-0.147809,5.696290,-0.036705,-0.005950,5.598488,0.178983,0.122918,5.646598,0.099387,-0.148834,5.652908,0.088331,-0.003239,5.613319,-0.171537,0.242209,5.624502,-0.043901,-0.257641,5.597140,-0.122893,0.253079,5.496256,0.167152,-0.301241,5.540699,0.115908,-0.003168,5.495283,0.228713,0.193795,5.185053,0.291758,-0.223957,5.206209,0.311480,-0.012171,5.213761,0.352685,0.197461,4.824772,0.388288,-0.218734,4.826339,0.388677,-0.010514,4.832361,0.447308,0.277694,5.480710,-0.261026,-0.255000,5.385585,-0.284467,-0.014138,5.449629,-0.265800,0.359747,5.163884,0.119616,-0.401012,5.194230,0.173741,0.362468,4.843389,0.271734,-0.385461,4.847189,0.284749,0.536772,5.416591,0.128593,-0.580634,5.436486,0.042907,0.526826,5.538633,-0.050673,-0.529604,5.484209,-0.164094,0.405704,5.305141,-0.239550,-0.372943,5.211323,-0.215951,0.416397,4.867781,0.072749,-0.437805,4.865383,0.091825,0.396617,5.175419,-0.112811,-0.392485,5.133937,-0.049596,0.269138,4.890069,-0.076977,-0.288465,4.883319,-0.055923,0.091149,4.935472,-0.158805,-0.109071,4.928167,-0.138606,-0.021213,4.956264,-0.184938,0.154928,3.974138,0.326394,-0.171302,3.964396,0.326394,-0.007500,3.946255,0.412239,0.243928,3.999242,0.189828,-0.260684,3.984430,0.194329,0.300260,4.050653,0.005764,-0.319941,4.033752,0.009588,0.259702,4.065659,-0.091631,-0.281363,4.049783,-0.091631,0.057020,4.072515,-0.164154,-0.079433,4.068500,-0.164154,-0.011216,4.071070,-0.176147,0.191660,3.611772,0.176635,-0.187340,3.491283,0.262760,-0.009320,3.503362,0.298853,0.383684,3.641376,0.023691,-0.368067,3.576988,0.116412,0.441684,3.610187,-0.259070,-0.410157,3.654239,-0.190576,0.403168,3.637872,-0.324906,-0.388342,3.654734,-0.306015,0.111117,3.405226,0.250207,-0.117827,3.249831,0.254865,0.002022,3.389818,0.279501,0.023008,3.265002,0.197109,0.060834,3.254993,0.178751,-0.067212,3.127762,0.120361,0.032928,3.202586,0.049188,0.073396,3.160754,0.074364,-0.072175,3.084794,-0.017586,0.030961,3.132592,-0.193931,0.149427,3.568731,-0.514052,-0.136811,3.588547,-0.514021,0.003281,3.590585,-0.410501,0.015536,3.312841,-0.343754,0.284511,3.505113,0.281994,-0.301001,3.306060,0.293841,0.487416,3.516404,0.100362,-0.484021,3.412872,0.122426,0.557214,3.379597,-0.043981,-0.540780,3.363308,-0.074411,0.116918,3.348320,0.337599,-0.142453,3.131373,0.283337,0.070311,3.227879,0.246572,-0.088644,3.064340,0.150765,0.101259,3.139882,0.147694,-0.110661,3.034401,0.020010,0.489604,3.106035,-0.083588,-0.473736,3.135817,-0.231665,0.241189,3.507322,0.230347,-0.248591,3.342579,0.261757,0.425928,3.596952,0.017961,-0.412334,3.522958,0.093147,0.496682,3.495628,-0.177099,-0.466388,3.521429,-0.136375,0.484925,3.379979,-0.353275,-0.444840,3.476566,-0.356404,0.298095,3.226609,-0.534128,-0.253612,3.369857,-0.588526,0.104290,3.372926,0.280373,-0.117960,3.194102,0.261022,0.068105,3.240356,0.203010,-0.078381,3.101051,0.130672,0.093244,3.162103,0.111821,-0.096403,3.070364,0.010577,0.182278,3.045703,0.019172,-0.179507,3.015532,-0.143473,0.390531,3.013486,-0.092072,-0.375872,3.049432,-0.272667,0.052444,3.098252,-0.166669,-0.030258,3.095442,-0.232980,0.071125,3.158936,-0.339731,-0.043466,3.173758,-0.376914,0.158926,3.083204,-0.072233,-0.145205,3.068489,-0.181177,0.237346,3.086925,-0.222436,-0.213301,3.122242,-0.325495,0.305473,2.963524,-0.082986,-0.293051,2.993004,-0.278962,0.356667,3.111400,0.753199,-0.427197,2.743890,0.518096,0.656721,3.076571,0.571419,-0.707545,2.816012,0.316868,0.633624,2.861537,0.434276,-0.673867,2.688259,0.097491,0.175166,2.965736,0.766599,-0.250317,2.597772,0.476829,0.160587,2.833575,0.690502,-0.230075,2.515428,0.349238,0.204307,2.718589,0.535642,-0.259479,2.488419,0.155536,0.541914,2.670298,0.337677,-0.575729,2.558476,-0.069361,0.488530,2.635980,0.358976,-0.525350,2.514974,-0.062237,0.345727,2.583816,0.384965,-0.386793,2.448011,-0.051890,0.409075,2.608643,0.372746,-0.448160,2.479527,-0.056298,0.373792,1.483318,-0.156278,-0.378260,0.548037,0.036459,0.406415,1.494890,-0.178194,-0.410145,0.542840,0.011262,0.451061,1.564453,-0.193225,-0.456918,0.588239,-0.041742,0.322569,1.492928,-0.147276,-0.328056,0.564431,0.039284,0.278751,1.517059,-0.171918,-0.284083,0.573016,0.006085,0.288782,1.579340,-0.190969,-0.295792,0.612451,-0.045396,0.407593,1.613875,-0.220426,-0.414261,0.616040,-0.091534,0.387069,1.612298,-0.223027,-0.393578,0.614623,-0.092379,0.339668,1.609953,-0.223330,-0.346171,0.615668,-0.090400,0.365442,1.611850,-0.223241,-0.371971,0.615566,-0.091894,0.374423,1.435707,-0.316007,-0.374423,0.445903,-0.012261,0.397774,1.455764,-0.316259,-0.397774,0.451949,-0.031386,0.428261,1.512291,-0.271644,-0.428261,0.512032,-0.071084,0.327502,1.429831,-0.311743,-0.327502,0.448110,-0.005345,0.286203,1.448809,-0.314329,-0.286203,0.451602,-0.024177,0.285635,1.498568,-0.284150,-0.285635,0.495856,-0.061971,0.383142,1.553095,-0.262179,-0.383142,0.533809,-0.106865,0.365672,1.558927,-0.256134,-0.365672,0.541378,-0.110509,0.326322,1.543691,-0.277085,-0.326322,0.516706,-0.102606,0.347646,1.559404,-0.260249,-0.347646,0.537619,-0.112252,0.403814,1.300315,-0.361347,-0.403814,0.360414,0.102100,0.481867,1.319336,-0.424002,-0.481867,0.306877,0.064401,0.330106,1.290456,-0.356877,-0.330106,0.361569,0.112863,0.265114,1.324500,-0.427340,-0.265114,0.305326,0.058451,0.447939,1.008209,-0.389372,-0.447939,0.241669,0.361604,0.586560,1.056870,-0.426233,-0.586560,0.214383,0.300168,0.363948,0.996644,-0.388275,-0.363948,0.239870,0.376011,0.235749,1.002504,-0.435594,-0.235749,0.195806,0.356214,0.566367,0.730059,-0.599459,-0.566367,0.124185,0.620043,0.430481,0.551192,-0.654628,-0.430481,0.159265,0.805857,0.351611,0.548928,-0.656352,-0.351611,0.158629,0.808631,0.241588,0.577002,-0.665731,-0.241588,0.138496,0.786934,0.474569,0.795268,-0.390177,-0.474569,0.287018,0.490422,0.679822,0.915590,-0.478679,-0.679822,0.161586,0.409769,0.380296,0.778769,-0.397687,-0.380296,0.290457,0.502793,0.178565,0.853332,-0.488832,-0.178565,0.177913,0.466694,0.493194,1.453966,-0.519195,-0.493194,0.258674,-0.093280,0.503902,1.644575,-0.496135,-0.503902,0.340310,-0.267059,0.206637,1.629821,-0.506513,-0.206637,0.325831,-0.256302,0.248849,1.470526,-0.512197,-0.248849,0.270509,-0.106813,0.366007,1.714646,-0.467471,-0.366007,0.389490,-0.324617,0.412897,1.713500,-0.465948,-0.412897,0.390578,-0.323052,0.285425,1.711584,-0.478284,-0.285425,0.378262,-0.325098,0.328573,1.715873,-0.471444,-0.328573,0.386102,-0.327028,0.529195,1.329347,-0.517351,-0.529195,0.214037,0.024016,0.621980,1.133585,-0.539362,-0.621980,0.115475,0.203967,0.245220,1.352081,-0.522486,-0.245220,0.223617,0.002440,0.190689,1.073949,-0.561116,-0.190689,0.088250,0.257200,0.642624,0.722348,-0.690581,-0.642624,0.044593,0.661505,0.476095,0.529026,-0.750872,-0.476095,0.080757,0.865781,0.328912,0.516303,-0.755674,-0.328912,0.081636,0.879351,0.193143,0.553875,-0.756532,-0.193143,0.065343,0.845485,0.714766,0.958487,-0.609006,-0.714766,0.026446,0.402759,0.119369,0.924099,-0.617154,-0.119369,0.033492,0.444509,0.456157,1.553706,-0.614125,-0.456157,0.199785,-0.217747,0.492012,1.678288,-0.606410,-0.492012,0.246156,-0.333634,0.175784,1.634379,-0.609129,-0.175784,0.229813,-0.292790,0.214049,1.522987,-0.616028,-0.214049,0.188351,-0.189172,0.359195,1.764378,-0.601485,-0.359195,0.277815,-0.413844,0.400351,1.749990,-0.601970,-0.400351,0.272845,-0.400333,0.282139,1.728587,-0.603295,-0.282139,0.264878,-0.380423,0.320196,1.765397,-0.601422,-0.320196,0.278194,-0.414792,0.512998,1.391654,-0.622307,-0.512998,0.136385,-0.066309,0.600361,1.199811,-0.626284,-0.600361,0.050843,0.121720,0.233915,1.370619,-0.625168,-0.233915,0.131145,-0.047315,0.177430,1.158292,-0.631923,-0.177430,0.040481,0.159243,0.596903,0.705499,-0.753950,-0.596903,-0.001253,0.703659,0.527287,0.661901,-0.767917,-0.527287,0.010374,0.751796,0.394235,0.642461,-0.777125,-0.394235,0.010014,0.773303,0.188942,0.657222,-0.771821,-0.188942,0.008750,0.757669,0.687723,1.029173,-0.638187,-0.687723,-0.020035,0.343382,0.120945,0.973544,-0.655793,-0.120945,-0.020098,0.408956,0.484115,2.049529,0.692849,-0.558162,1.488798,0.405764,0.639906,2.114231,0.598296,-0.711376,1.477475,0.288313,0.688104,2.253328,0.474064,-0.758916,1.517219,0.105926,0.326617,2.047550,0.703342,-0.401509,1.503592,0.418433,0.250604,2.131108,0.591228,-0.323355,1.513020,0.280112,0.286214,2.291915,0.495947,-0.360823,1.587891,0.109243,0.573577,2.366901,0.387300,-0.644996,1.568230,-0.028102,0.495378,2.318727,0.342215,-0.562484,1.508246,-0.035985,0.407275,2.376853,0.403236,-0.480369,1.596479,-0.017644,0.420243,2.315098,0.336262,-0.487053,1.506850,-0.037382,0.514555,2.328138,1.118354,-0.623510,1.948270,0.599283,0.601894,2.389445,1.041831,-0.709168,1.955736,0.494878,0.630931,2.472111,0.955462,-0.737276,1.977246,0.368987,0.412239,2.346130,1.103294,-0.521648,1.958840,0.576497,0.372367,2.394610,1.051965,-0.481324,1.976021,0.502160,0.397396,2.472537,0.971005,-0.505507,1.998271,0.382430,0.535809,2.517138,0.934320,-0.643400,2.012594,0.320190,0.521701,2.519988,0.929131,-0.629253,2.013670,0.312372,0.449245,2.518507,0.929612,-0.557076,2.015433,0.314220,0.481636,2.517716,0.926198,-0.589128,2.011245,0.311607,0.473861,2.603188,1.070314,-0.583941,2.159284,0.549667,0.553789,2.568747,1.021543,-0.659200,2.152396,0.483632,0.606129,2.489744,0.936897,-0.704014,2.124535,0.364645,0.416875,2.584072,1.082361,-0.528580,2.137364,0.556232,0.389783,2.515006,1.027176,-0.497406,2.096984,0.474158,0.414610,2.440563,0.948912,-0.515728,2.064359,0.363709,0.534762,2.439844,0.914561,-0.631849,2.084801,0.322954,0.519352,2.434072,0.910657,-0.616308,2.080221,0.316634,0.446633,2.420762,0.920634,-0.545254,2.059803,0.324002,0.488720,2.425563,0.916120,-0.586596,2.068111,0.318997,0.500593,2.276431,0.967402,-0.599094,1.830119,0.500422,0.626007,2.329715,0.916605,-0.723832,1.836435,0.425932,0.659579,2.421101,0.832385,-0.756828,1.860937,0.303939,0.410516,2.284626,0.980054,-0.510260,1.850009,0.507774,0.368285,2.348620,0.902441,-0.466790,1.860881,0.408301,0.376936,2.453269,0.830584,-0.476160,1.904943,0.289304,0.524879,2.488688,0.807327,-0.624060,1.910866,0.247195,0.510250,2.494865,0.804415,-0.609581,1.915228,0.241543,0.438754,2.493811,0.812432,-0.538634,1.923673,0.250049,0.470156,2.492815,0.800954,-0.569308,1.914229,0.240630,1.138429,3.741955,0.157013,-1.249604,3.711822,-0.038196,1.180014,3.720157,0.126373,-1.272096,3.687791,-0.083581,1.054342,3.713503,0.114892,-1.154791,3.686085,-0.036613,1.163157,3.704757,0.040817,-1.217787,3.671556,-0.151612,1.103439,3.689306,0.037417,-1.162631,3.658505,-0.127036,0.978800,4.484816,-0.002144,-1.126313,4.466747,-0.169447,1.097731,4.455267,-0.038933,-1.173607,4.413900,-0.276194,0.831685,4.450300,-0.174307,-0.897934,4.454248,-0.170719,1.122551,4.321140,-0.276120,-1.022926,4.274698,-0.435378,0.882400,4.356944,-0.296279,-0.829955,4.349450,-0.272834,0.722060,5.026378,0.080550,-0.806390,5.038614,-0.026828,0.824520,5.143834,-0.140037,-0.775483,5.108794,-0.285811,0.516712,4.947801,-0.125849,-0.543102,4.905962,-0.090275,0.625221,5.035563,-0.247357,-0.568026,4.969635,-0.262220,0.548935,4.976659,-0.205429,-0.529852,4.917889,-0.179080,0.969735,4.590251,-0.139509,-0.985818,4.577116,-0.260922,1.031236,4.611961,-0.167959,-1.022966,4.594931,-0.318937,0.918424,4.563469,-0.163413,-0.933975,4.543184,-0.251844,0.979505,4.670173,-0.283685,-0.915246,4.623240,-0.402915,0.881118,4.524020,-0.233214,-0.875519,4.488324,-0.285739,0.601545,5.217628,0.069819,-0.666840,5.216290,-0.007025,0.678344,5.301835,-0.082086,-0.652338,5.267445,-0.191430,0.434706,5.147023,-0.067894,-0.466475,5.108749,-0.027490,0.517518,5.229647,-0.189517,-0.473998,5.164014,-0.189396,0.448103,5.171885,-0.151570,-0.437675,5.113528,-0.109668,1.148328,3.623639,0.435497,-1.318483,3.511201,0.228798,0.968605,3.600039,0.392670,-1.132617,3.505260,0.239282,1.055588,2.638177,0.486051,-1.118157,2.477324,0.051375,0.951952,2.645763,0.496691,-1.022829,2.476919,0.092371,1.210202,2.508956,-0.089623,-1.092434,2.598658,-0.546194,1.138545,2.496687,-0.140414,-1.008776,2.609058,-0.574259,1.205488,3.615960,-0.128378,-1.202611,3.619049,-0.335755,1.092789,3.589622,-0.110039,-1.098705,3.597521,-0.286600,1.030678,2.443627,0.219394,-0.998884,2.415792,-0.269615,1.131423,2.440215,0.220602,-1.094805,2.410810,-0.289611,1.053367,3.589485,0.096915,-1.123471,3.562642,-0.081796,1.260762,3.657652,0.116607,-1.333926,3.611976,-0.118155,1.006979,3.425414,0.319812,-1.126468,3.377741,0.096699,1.171131,3.492140,0.383753,-1.308989,3.414631,0.124205,1.215577,3.371476,-0.169710,-1.170929,3.387716,-0.416576,1.091825,3.295061,0.044443,-1.108541,3.281220,-0.189020,1.278759,3.440271,0.111337,-1.323064,3.398662,-0.162712,1.127762,3.352689,-0.183958,-1.081272,3.377804,-0.405139,1.018464,3.061062,0.340733,-1.098583,2.997288,0.072848,1.128855,3.073276,0.347079,-1.206951,3.005982,0.043319,1.231431,3.079248,-0.155707,-1.155145,3.100951,-0.452550,1.108649,2.986224,0.069336,-1.094708,2.974409,-0.218720,1.289846,3.026999,0.064454,-1.269506,3.001521,-0.274628,1.154522,3.059764,-0.183270,-1.072258,3.096311,-0.455476,1.129947,3.371276,0.519470,-1.294912,3.247065,0.201358,1.078084,3.342519,0.486636,-1.232620,3.234425,0.177800,1.033991,3.438019,0.614132,-1.239683,3.264570,0.340162,1.097409,3.451101,0.581616,-1.291922,3.291557,0.297817,1.070718,3.210170,0.718545,-1.277341,3.014668,0.322920,0.930314,3.253227,0.648227,-1.128838,3.081404,0.325226,0.959041,3.183943,0.560552,-1.122031,3.057390,0.212579,1.109061,3.157513,0.657742,-1.289532,2.994189,0.237060] },
{ "name": "animation_000015", "vertices": [0.228330,6.241528,-0.155803,-0.256283,6.243482,-0.155662,0.194368,5.811253,0.381835,-0.224062,5.813176,0.383101,-0.012473,5.698075,0.547111,-0.014072,6.222069,-0.242151,0.670554,7.106417,-0.146710,-0.691412,7.111529,-0.148139,0.411752,7.144396,0.704764,-0.434119,7.147572,0.703877,-0.011365,7.147172,0.881226,-0.010021,7.156824,-0.365211,0.386122,6.710159,0.769925,-0.411887,6.713155,0.769088,0.599460,6.861607,-0.203219,-0.622039,6.866192,-0.204501,-0.012662,6.720079,0.928880,-0.011367,6.756284,-0.515274,0.469283,6.016749,0.628409,-0.498586,6.020641,0.628642,0.469382,6.502881,-0.216289,-0.494823,6.506577,-0.216929,-0.014696,5.945365,0.844123,-0.012893,6.443987,-0.454653,0.155454,5.894241,0.119558,-0.186107,5.896224,0.122582,-0.012209,5.852919,0.198768,0.548318,7.222803,0.430760,-0.569517,7.226999,0.429587,-0.010086,7.369991,0.459984,0.656517,6.769150,0.491794,-0.681247,6.774172,0.490391,0.563859,6.163770,0.404610,-0.592106,6.168420,0.404895,0.171754,6.030635,-0.066710,-0.201803,6.032250,-0.066072,-0.015076,6.062685,-0.134860,0.548721,7.236313,0.094596,-0.569114,7.240509,0.093423,-0.009648,7.378589,0.072924,0.632954,6.880054,0.020000,-0.655863,6.884892,0.018648,0.559080,6.321861,-0.071362,-0.586129,6.326287,-0.071952,-0.021268,5.708614,-0.093245,0.114498,5.671360,-0.033083,-0.156824,5.672955,-0.029959,-0.004572,5.575495,0.179026,0.119283,5.624123,0.091160,-0.151431,5.628542,0.096521,-0.026168,5.585589,-0.172763,0.213358,5.601328,-0.077303,-0.275940,5.577743,-0.100662,0.260559,5.490400,0.139424,-0.293502,5.515388,0.140401,0.004507,5.474403,0.230178,0.207824,5.165648,0.286679,-0.213788,5.180171,0.320273,-0.000438,5.190921,0.355671,0.205211,4.802152,0.380158,-0.210660,4.801006,0.396522,-0.000674,4.808391,0.447131,0.226913,5.441138,-0.286691,-0.296305,5.370744,-0.267823,-0.046969,5.412820,-0.260680,0.381150,5.158464,0.106578,-0.392591,5.170431,0.198031,0.369674,4.820683,0.257949,-0.379514,4.822300,0.300169,0.542899,5.429064,0.058917,-0.579101,5.418969,0.102336,0.494296,5.532715,-0.126395,-0.554585,5.472002,-0.108168,0.363815,5.275437,-0.269270,-0.411948,5.197258,-0.190185,0.415535,4.843248,0.057178,-0.440332,4.841966,0.109801,0.381929,5.155499,-0.128236,-0.411454,5.115262,-0.026911,0.260348,4.863324,-0.084769,-0.298611,4.859995,-0.045411,0.076582,4.907563,-0.157716,-0.124604,4.904231,-0.136879,-0.036137,4.928099,-0.178449,0.151508,3.942221,0.326397,-0.174812,3.948278,0.326397,-0.012079,3.922230,0.412241,0.241471,3.962445,0.188627,-0.263493,3.972496,0.195262,0.300218,4.011015,0.004693,-0.320309,4.024694,0.010616,0.260348,4.028792,-0.091846,-0.280852,4.038662,-0.091398,0.058214,4.045269,-0.164193,-0.078273,4.047765,-0.164098,-0.010400,4.047079,-0.176129,0.162002,3.598683,0.143219,-0.222968,3.451804,0.273399,-0.041057,3.494592,0.277688,0.357247,3.607440,-0.006871,-0.400202,3.551290,0.132282,0.420376,3.545404,-0.272720,-0.434260,3.654146,-0.172589,0.384325,3.583087,-0.326689,-0.407772,3.655000,-0.299703,0.073118,3.411291,0.236250,-0.158208,3.207068,0.246670,-0.036070,3.394695,0.263782,-0.018122,3.271138,0.199686,0.019822,3.259557,0.185091,-0.106937,3.094371,0.101124,-0.007063,3.192723,0.063633,0.031738,3.154002,0.094667,-0.110101,3.063653,-0.040365,-0.010402,3.107505,-0.179433,0.128010,3.528985,-0.511275,-0.157825,3.577830,-0.512185,-0.017829,3.562151,-0.409757,-0.018275,3.284071,-0.338881,0.247770,3.519274,0.261325,-0.341483,3.256055,0.284636,0.454502,3.500618,0.084683,-0.520088,3.381752,0.121575,0.523848,3.343431,-0.037408,-0.573462,3.353004,-0.080285,0.075336,3.375443,0.334418,-0.184441,3.081512,0.259415,0.027660,3.244420,0.260095,-0.128696,3.027615,0.121750,0.058445,3.142762,0.175265,-0.148441,3.011307,-0.011750,0.450427,3.068514,-0.039877,-0.505541,3.141825,-0.258516,0.205943,3.510590,0.207724,-0.287900,3.298169,0.258619,0.396979,3.568193,-0.009167,-0.446424,3.494991,0.104854,0.469114,3.440460,-0.185610,-0.495910,3.516630,-0.125211,0.457478,3.308049,-0.342782,-0.470866,3.489831,-0.349605,0.268599,3.150722,-0.504574,-0.278115,3.392786,-0.589498,0.064530,3.387295,0.270996,-0.159254,3.148671,0.246507,0.026302,3.249012,0.212128,-0.118395,3.066631,0.107883,0.051129,3.159758,0.133233,-0.134593,3.047354,-0.015023,0.139685,3.029831,0.062975,-0.214309,3.009785,-0.177450,0.349150,2.978293,-0.038257,-0.407962,3.058535,-0.305831,0.010008,3.073920,-0.147503,-0.069240,3.081900,-0.246216,0.031086,3.128204,-0.327347,-0.081314,3.160468,-0.383187,0.116797,3.060145,-0.042032,-0.181977,3.060552,-0.203431,0.197438,3.047554,-0.189432,-0.247466,3.125088,-0.343258,0.262499,2.932607,-0.025083,-0.325899,3.001492,-0.315759,0.300855,3.194258,0.784581,-0.477415,2.675578,0.448405,0.603571,3.127867,0.616518,-0.753075,2.770901,0.250378,0.578024,2.896231,0.510343,-0.716342,2.665608,0.019845,0.115639,3.055806,0.814014,-0.301170,2.532356,0.395818,0.099389,2.914602,0.756857,-0.279229,2.463110,0.260936,0.143411,2.778089,0.620691,-0.305101,2.456167,0.064984,0.483660,2.695302,0.439368,-0.616211,2.552243,-0.157458,0.429041,2.665459,0.464013,-0.566400,2.507667,-0.153850,0.284520,2.620507,0.493715,-0.428719,2.438411,-0.147784,0.348685,2.642020,0.479619,-0.489684,2.470915,-0.150109,0.372573,1.408936,0.155923,-0.381859,0.567302,-0.292824,0.405181,1.418104,0.132875,-0.413006,0.564652,-0.319307,0.446940,1.486099,0.106587,-0.459862,0.615418,-0.367113,0.320746,1.417403,0.162205,-0.332225,0.584462,-0.286567,0.276510,1.434622,0.132943,-0.287781,0.598464,-0.317197,0.284143,1.493021,0.103386,-0.299460,0.644018,-0.363359,0.401952,1.527753,0.070354,-0.416914,0.650613,-0.411707,0.381597,1.524720,0.067718,-0.396185,0.649849,-0.412190,0.334378,1.519993,0.067016,-0.348884,0.651838,-0.408855,0.360026,1.523162,0.067214,-0.374631,0.651273,-0.411022,0.374422,1.333667,0.005363,-0.374423,0.472655,-0.354452,0.397773,1.353422,0.001893,-0.397774,0.481263,-0.372569,0.428261,1.416381,0.036851,-0.428261,0.546217,-0.403665,0.327502,1.328551,0.010514,-0.327502,0.473894,-0.347299,0.286203,1.346867,0.004915,-0.286203,0.479933,-0.365475,0.285634,1.400827,0.026712,-0.285635,0.528945,-0.396853,0.383142,1.458175,0.039642,-0.383142,0.572689,-0.436126,0.365672,1.464902,0.044672,-0.365672,0.580685,-0.438699,0.326321,1.446499,0.026439,-0.326322,0.555164,-0.434250,0.347646,1.464712,0.040534,-0.347646,0.577201,-0.440941,0.403813,1.192751,-0.017648,-0.403814,0.372310,-0.252876,0.481867,1.201464,-0.082544,-0.481867,0.324440,-0.297552,0.330105,1.183737,-0.011653,-0.330106,0.371980,-0.242056,0.265113,1.206025,-0.086668,-0.265114,0.323719,-0.303659,0.447938,0.900974,0.001370,-0.447939,0.218963,-0.012625,0.586560,0.943377,-0.043759,-0.586560,0.199829,-0.077322,0.363947,0.889394,0.004454,-0.363948,0.215306,0.001575,0.235749,0.887494,-0.043293,-0.235749,0.174318,-0.024018,0.566367,0.588720,-0.140778,-0.566367,0.078481,0.228238,0.430481,0.401988,-0.149387,-0.430481,0.097073,0.416825,0.351611,0.399372,-0.150508,-0.351611,0.096186,0.419529,0.241588,0.424315,-0.166443,-0.241588,0.078120,0.396084,0.474569,0.701066,0.046499,-0.474569,0.251951,0.114913,0.679821,0.797165,-0.068222,-0.679822,0.134907,0.022857,0.380295,0.683958,0.043533,-0.380296,0.254609,0.127328,0.178565,0.734765,-0.062987,-0.178565,0.146075,0.080810,0.493193,1.319061,-0.198121,-0.493194,0.298286,-0.460349,0.503901,1.510899,-0.205968,-0.503902,0.402951,-0.621311,0.206637,1.494671,-0.213842,-0.206637,0.387135,-0.612637,0.248849,1.336529,-0.193873,-0.248849,0.311863,-0.472133,0.366007,1.584664,-0.188928,-0.366007,0.459551,-0.671591,0.412897,1.583778,-0.187241,-0.412897,0.460413,-0.669891,0.285425,1.579906,-0.199109,-0.285425,0.448494,-0.673605,0.328573,1.585238,-0.193046,-0.328573,0.456525,-0.674443,0.529194,1.196415,-0.177163,-0.529195,0.237532,-0.350252,0.621980,0.999265,-0.169316,-0.621980,0.114275,-0.185174,0.245220,1.217969,-0.185009,-0.245220,0.250450,-0.370331,0.190688,0.936726,-0.179755,-0.190689,0.080812,-0.136158,0.642624,0.559414,-0.227307,-0.642624,-0.004460,0.262083,0.476095,0.357044,-0.237333,-0.476095,0.013418,0.469325,0.328911,0.343535,-0.238891,-0.328912,0.013054,0.482919,0.193143,0.379766,-0.248875,-0.193143,-0.000077,0.447706,0.714765,0.809550,-0.205305,-0.714766,0.001686,0.002353,0.119369,0.773404,-0.204677,-0.119369,0.004694,0.044974,0.456157,1.402263,-0.307836,-0.456157,0.256997,-0.591708,0.492012,1.526467,-0.320226,-0.492012,0.318802,-0.700153,0.175783,1.482692,-0.315859,-0.175784,0.297019,-0.661932,0.214049,1.371638,-0.304781,-0.214049,0.241758,-0.564968,0.359195,1.612231,-0.329188,-0.359195,0.361147,-0.775271,0.400351,1.597952,-0.327356,-0.400351,0.354374,-0.762568,0.282138,1.576614,-0.325228,-0.282139,0.343755,-0.743937,0.320196,1.613247,-0.329290,-0.320196,0.361652,-0.776158,0.512998,1.240902,-0.290445,-0.512998,0.173161,-0.450294,0.600360,1.049715,-0.265934,-0.600361,0.061469,-0.274971,0.233914,1.219762,-0.289424,-0.233915,0.165616,-0.432267,0.177429,1.007984,-0.263914,-0.177430,0.046552,-0.239357,0.596902,0.527647,-0.284084,-0.596903,-0.053711,0.300053,0.527287,0.481764,-0.286233,-0.527287,-0.046255,0.349387,0.394234,0.460666,-0.290427,-0.394235,-0.048579,0.370771,0.188942,0.476275,-0.288879,-0.188942,-0.048409,0.355087,0.687723,0.871973,-0.249880,-0.687723,-0.038450,-0.061141,0.120944,0.812728,-0.254077,-0.120945,-0.045120,0.004372,0.434731,2.120001,0.893694,-0.597057,1.446367,0.191653,0.589753,2.174833,0.791915,-0.747198,1.446678,0.069773,0.634663,2.292235,0.645954,-0.791746,1.508847,-0.107018,0.277274,2.112023,0.901656,-0.441219,1.463372,0.210234,0.200398,2.170734,0.775272,-0.360276,1.492917,0.076425,0.230990,2.313928,0.653760,-0.396030,1.588638,-0.084089,0.517288,2.382976,0.538564,-0.676355,1.579952,-0.230195,0.442583,2.323800,0.501338,-0.591993,1.523659,-0.243708,0.350349,2.387244,0.549627,-0.512888,1.610785,-0.211836,0.367875,2.315433,0.494824,-0.516541,1.524392,-0.243307,0.441665,2.469729,1.264084,-0.679944,1.874905,0.441953,0.527701,2.520834,1.179311,-0.763452,1.893753,0.337240,0.554640,2.588159,1.080011,-0.789472,1.930863,0.214662,0.338871,2.480160,1.244196,-0.578060,1.890709,0.423453,0.297769,2.517082,1.184231,-0.536692,1.918278,0.353114,0.320690,2.580822,1.090946,-0.558969,1.955209,0.236817,0.457577,2.624483,1.049303,-0.695762,1.974261,0.173435,0.443335,2.625764,1.043362,-0.681540,1.976618,0.166225,0.370949,2.621256,1.042764,-0.609576,1.979722,0.170179,0.403459,2.621265,1.040140,-0.641401,1.975218,0.166209,0.399284,2.733437,1.172388,-0.640429,2.092492,0.417723,0.479297,2.690686,1.130798,-0.714369,2.093288,0.349911,0.531167,2.599657,1.059161,-0.757201,2.078059,0.227963,0.341643,2.717314,1.185682,-0.585497,2.069392,0.423118,0.313780,2.641490,1.140005,-0.553142,2.037374,0.338028,0.338048,2.556132,1.073387,-0.569653,2.016463,0.224585,0.458770,2.548448,1.042232,-0.684721,2.042073,0.183911,0.443211,2.542441,1.038773,-0.669139,2.038030,0.177486,0.369945,2.531873,1.048812,-0.598480,2.016337,0.184124,0.412220,2.535280,1.044640,-0.639620,2.025493,0.179195,0.433640,2.392046,1.124184,-0.649925,1.771103,0.329084,0.557727,2.441803,1.066958,-0.773085,1.783970,0.252833,0.589203,2.518574,0.968537,-0.804020,1.823459,0.134279,0.342984,2.397820,1.133639,-0.561889,1.792120,0.341292,0.299857,2.445029,1.045242,-0.516523,1.817097,0.245268,0.305516,2.535763,0.956220,-0.524478,1.876181,0.132861,0.452216,2.573907,0.929636,-0.671501,1.883804,0.088045,0.437398,2.578739,0.925429,-0.657030,1.889241,0.083392,0.365844,2.575534,0.932273,-0.586565,1.898307,0.094780,0.397544,2.574113,0.921694,-0.616735,1.889403,0.083407,1.162320,3.736118,-0.085852,-1.258229,3.724746,0.207994,1.198413,3.716821,-0.124169,-1.283560,3.695765,0.167230,1.072659,3.708411,-0.114963,-1.162871,3.701347,0.204278,1.167654,3.705793,-0.206470,-1.234415,3.673900,0.096889,1.108359,3.689416,-0.200772,-1.177104,3.664594,0.117994,1.016067,4.492455,-0.177213,-1.144283,4.465224,0.006557,1.110739,4.457613,-0.255966,-1.213371,4.406884,-0.084182,0.814033,4.469539,-0.282040,-0.921349,4.446462,-0.041065,1.051331,4.332122,-0.482637,-1.092235,4.251618,-0.261075,0.809686,4.376897,-0.414439,-0.877369,4.333574,-0.147349,0.751464,5.039859,-0.034436,-0.811526,5.025467,0.075725,0.776704,5.150273,-0.279639,-0.824890,5.091097,-0.185936,0.499868,4.940138,-0.167471,-0.563004,4.890603,-0.029112,0.561952,5.026563,-0.318854,-0.616637,4.951451,-0.195430,0.505314,4.966255,-0.254030,-0.564990,4.900959,-0.119073,0.950573,4.605473,-0.302092,-1.028721,4.560846,-0.116444,0.999452,4.628672,-0.348306,-1.075144,4.577835,-0.167624,0.896312,4.574913,-0.308673,-0.976138,4.526847,-0.115695,0.912331,4.677923,-0.445473,-0.983187,4.604239,-0.269132,0.842748,4.530362,-0.362456,-0.924286,4.471202,-0.158202,0.620565,5.224453,-0.014262,-0.670564,5.202806,0.068146,0.644661,5.303652,-0.186211,-0.687162,5.251007,-0.116719,0.426471,5.138198,-0.092572,-0.477287,5.093915,0.014952,0.465736,5.217647,-0.237315,-0.511367,5.147094,-0.143945,0.414370,5.158808,-0.177350,-0.462641,5.097538,-0.071260,1.182890,3.577933,0.180520,-1.325882,3.592824,0.500307,1.000337,3.560235,0.148077,-1.139941,3.585089,0.507900,1.083837,2.572651,0.099033,-1.152704,2.563549,0.551494,0.981301,2.576144,0.117650,-1.056636,2.572698,0.590138,1.197440,2.551793,-0.500633,-1.136956,2.518829,-0.057591,1.122426,2.548205,-0.547880,-1.053677,2.518962,-0.088420,1.199824,3.639267,-0.385974,-1.223407,3.582587,-0.073363,1.088532,3.611585,-0.362407,-1.118487,3.568380,-0.023468,1.041613,2.429810,-0.201547,-1.041194,2.415254,0.263106,1.141513,2.427439,-0.205363,-1.137626,2.406941,0.243409,1.064255,3.587184,-0.155048,-1.138386,3.574522,0.185460,1.273502,3.651238,-0.142403,-1.348736,3.620978,0.144939,1.032076,3.399523,0.046242,-1.140101,3.425665,0.401191,1.201011,3.456463,0.107080,-1.321067,3.472783,0.423094,1.203897,3.401815,-0.456822,-1.198436,3.338589,-0.107216,1.094567,3.300971,-0.244944,-1.131979,3.277257,0.135348,1.287890,3.435960,-0.174880,-1.343330,3.402866,0.142956,1.115026,3.385408,-0.466825,-1.108715,3.328890,-0.096109,1.038939,3.032147,0.025724,-1.120670,3.051443,0.447760,1.149855,3.044014,0.024912,-1.229489,3.055494,0.420372,1.216378,3.110857,-0.478686,-1.189242,3.048971,-0.086779,1.108573,2.991719,-0.258303,-1.124995,2.969735,0.166153,1.289557,3.031257,-0.271454,-1.300740,2.990286,0.110113,1.137396,3.096432,-0.502432,-1.106458,3.040458,-0.090950,1.169573,3.315270,0.224191,-1.307997,3.329837,0.540237,1.115241,3.291771,0.191165,-1.246621,3.310095,0.519303,1.081350,3.365353,0.335238,-1.248666,3.380510,0.668827,1.142211,3.383906,0.300567,-1.301536,3.397200,0.622172,1.124647,3.124003,0.398814,-1.291432,3.135398,0.716344,0.979578,3.176771,0.347021,-1.141705,3.196816,0.698414,1.001276,3.122595,0.247490,-1.138438,3.144917,0.595417,1.158039,3.082012,0.327669,-1.306353,3.094171,0.638771] },
{ "name": "animation_000016", "vertices": [0.225801,6.162652,-0.164005,-0.258790,6.165921,-0.163795,0.191693,5.753606,0.389450,-0.226690,5.757088,0.392143,-0.012174,5.642169,0.558122,-0.016669,6.140324,-0.249424,0.670376,7.025784,-0.190980,-0.691571,7.033919,-0.194397,0.410638,7.100454,0.657778,-0.435221,7.105507,0.655655,-0.012683,7.111676,0.833411,-0.009816,7.068415,-0.412309,0.383922,6.669434,0.741275,-0.414076,6.674200,0.739272,0.598782,6.778957,-0.237142,-0.622700,6.786254,-0.240207,-0.014583,6.686646,0.899490,-0.011911,6.661871,-0.545241,0.466455,5.969439,0.628716,-0.501371,5.975941,0.629031,0.467778,6.420409,-0.235158,-0.496405,6.426383,-0.236762,-0.017389,5.907996,0.847289,-0.014571,6.352859,-0.471157,0.151958,5.826432,0.122261,-0.189516,5.830422,0.128832,-0.013581,5.785687,0.202768,0.547715,7.166851,0.380870,-0.570105,7.173528,0.378065,-0.010381,7.316413,0.403095,0.654788,6.715953,0.461243,-0.682958,6.723945,0.457887,0.561334,6.106941,0.399057,-0.594578,6.114711,0.399447,0.168413,5.955929,-0.066678,-0.205114,5.958754,-0.065354,-0.018532,5.985971,-0.135651,0.548555,7.166080,0.044437,-0.569265,7.172758,0.041632,-0.009456,7.308575,0.016020,0.632051,6.806786,-0.014863,-0.656749,6.814485,-0.018097,0.556909,6.245423,-0.082734,-0.588270,6.252617,-0.084265,-0.032889,5.641012,-0.089444,0.101825,5.603151,-0.038440,-0.164758,5.606003,-0.019261,-0.003683,5.508678,0.178551,0.113057,5.558117,0.081482,-0.151083,5.559483,0.107716,-0.053312,5.510691,-0.174169,0.168805,5.529748,-0.113914,-0.290197,5.519850,-0.064351,0.253117,5.450214,0.105600,-0.273305,5.442649,0.172503,0.011018,5.411417,0.228820,0.225940,5.107319,0.279633,-0.199529,5.107815,0.327625,0.015058,5.125787,0.357619,0.215561,4.736336,0.370175,-0.199085,4.731747,0.405508,0.012568,4.740887,0.446508,0.177487,5.346283,-0.306600,-0.347509,5.325373,-0.238619,-0.079007,5.323210,-0.254413,0.413042,5.126932,0.096215,-0.379298,5.100422,0.221685,0.380825,4.756039,0.241792,-0.370576,4.753207,0.317101,0.529226,5.421592,-0.011789,-0.560468,5.362516,0.183063,0.440408,5.491007,-0.199083,-0.571820,5.429600,-0.024403,0.332671,5.199798,-0.285102,-0.462853,5.153015,-0.152693,0.418895,4.776438,0.040264,-0.441951,4.775224,0.130099,0.384201,5.097732,-0.131911,-0.437745,5.058378,-0.000283,0.255818,4.792809,-0.092296,-0.310347,4.793644,-0.033648,0.065697,4.834752,-0.155145,-0.143555,4.837092,-0.135343,-0.047468,4.854528,-0.169868,0.148059,3.864823,0.326411,-0.177256,3.891112,0.326410,-0.016453,3.855019,0.412255,0.238989,3.879204,0.188253,-0.264897,3.920470,0.196576,0.300602,3.924186,0.004253,-0.318341,3.976212,0.012073,0.261763,3.944752,-0.092077,-0.277760,3.987593,-0.091097,0.061025,3.973506,-0.164213,-0.075040,3.984341,-0.164006,-0.007805,3.979485,-0.176059,0.128939,3.526350,0.130974,-0.271348,3.361714,0.283958,-0.077530,3.432317,0.268550,0.326640,3.521718,-0.015631,-0.443698,3.477815,0.150865,0.392535,3.447376,-0.274744,-0.464556,3.616046,-0.146589,0.359515,3.488781,-0.326365,-0.430103,3.619573,-0.289787,0.029485,3.349118,0.228859,-0.209930,3.116499,0.230641,-0.079942,3.336316,0.255295,-0.067102,3.212644,0.196759,-0.029357,3.199232,0.183672,-0.154684,3.019605,0.071766,-0.056803,3.128889,0.065129,-0.020221,3.090115,0.098335,-0.153393,3.006791,-0.072519,-0.063078,3.040773,-0.175821,0.100625,3.450910,-0.510228,-0.182174,3.529576,-0.508294,-0.043816,3.494317,-0.409601,-0.060864,3.216598,-0.337624,0.207243,3.453802,0.253347,-0.394723,3.153246,0.263788,0.416346,3.419223,0.081974,-0.567107,3.302023,0.113996,0.481897,3.254025,-0.031320,-0.612809,3.302943,-0.091755,0.028132,3.320063,0.329481,-0.236753,2.983388,0.219548,-0.023120,3.187571,0.260321,-0.175825,2.949626,0.077731,0.005332,3.080981,0.180904,-0.190507,2.952834,-0.057369,0.398113,2.982216,-0.022611,-0.538102,3.119333,-0.295917,0.166445,3.442704,0.198919,-0.339681,3.202890,0.248023,0.363470,3.483612,-0.016084,-0.492227,3.418444,0.116527,0.433883,3.345368,-0.184917,-0.532904,3.472392,-0.110560,0.419541,3.208065,-0.335821,-0.500241,3.472258,-0.337468,0.226009,3.056435,-0.493119,-0.302428,3.392318,-0.584476,0.019002,3.328130,0.264576,-0.211499,3.055457,0.221040,-0.023734,3.189793,0.211436,-0.166124,2.990918,0.073191,-0.001089,3.096583,0.137201,-0.178102,2.988080,-0.051774,0.084238,2.960012,0.075561,-0.250161,2.975436,-0.223767,0.293287,2.896158,-0.019104,-0.439164,3.042723,-0.350480,-0.044305,3.006530,-0.142556,-0.114284,3.034408,-0.263189,-0.020152,3.058225,-0.323750,-0.126020,3.111809,-0.390451,0.062294,2.988821,-0.033445,-0.222382,3.021483,-0.233234,0.144312,2.968231,-0.178606,-0.284038,3.099757,-0.365421,0.204501,2.854669,-0.005834,-0.357310,2.986450,-0.364726,0.238219,3.151871,0.791984,-0.536452,2.555903,0.336901,0.541241,3.066475,0.633320,-0.804486,2.680145,0.144519,0.508854,2.831236,0.537430,-0.759024,2.609009,-0.097253,0.047349,3.021936,0.824007,-0.358276,2.420888,0.270838,0.026790,2.878914,0.773097,-0.331224,2.371704,0.128294,0.068089,2.734637,0.644281,-0.349676,2.393214,-0.067439,0.408231,2.630857,0.473888,-0.652214,2.521896,-0.285183,0.352068,2.604252,0.498771,-0.602552,2.477019,-0.286181,0.205415,2.566146,0.527579,-0.465164,2.406930,-0.285019,0.270602,2.584574,0.513810,-0.526014,2.439732,-0.284911,0.370637,1.165126,0.512442,-0.387283,0.594862,-0.716445,0.403214,1.170369,0.488157,-0.417217,0.596263,-0.744383,0.441683,1.232327,0.446448,-0.462768,0.653689,-0.785437,0.318281,1.171714,0.515984,-0.338240,0.611210,-0.705278,0.273851,1.178587,0.482994,-0.292747,0.630364,-0.731220,0.278877,1.228396,0.440141,-0.303146,0.682682,-0.769913,0.395290,1.261116,0.400724,-0.418502,0.696001,-0.821797,0.375207,1.256306,0.398719,-0.397762,0.695503,-0.821465,0.328360,1.248701,0.398755,-0.350686,0.697333,-0.815728,0.353776,1.253370,0.398411,-0.376303,0.696905,-0.819114,0.374422,1.056937,0.410936,-0.374423,0.512528,-0.789776,0.397773,1.072372,0.398125,-0.397774,0.523617,-0.806490,0.428261,1.144380,0.397260,-0.428261,0.592321,-0.828067,0.327502,1.055050,0.417946,-0.327502,0.512741,-0.782519,0.286203,1.068178,0.404000,-0.286203,0.521294,-0.799656,0.285634,1.125845,0.396169,-0.285635,0.574258,-0.823771,0.383142,1.182056,0.378957,-0.383142,0.623126,-0.856450,0.365671,1.190392,0.379989,-0.365672,0.631406,-0.857864,0.326321,1.165370,0.373283,-0.326322,0.605512,-0.857076,0.347646,1.188175,0.376490,-0.347646,0.628275,-0.860576,0.403813,0.923158,0.460836,-0.403814,0.398802,-0.703444,0.481867,0.898542,0.400162,-0.481867,0.357746,-0.754453,0.330105,0.918304,0.470512,-0.330106,0.396941,-0.692780,0.265113,0.900458,0.394319,-0.265114,0.357897,-0.760600,0.447938,0.681134,0.619644,-0.447939,0.212525,-0.488922,0.586559,0.694526,0.556804,-0.586560,0.201298,-0.556050,0.363947,0.672107,0.629011,-0.363948,0.207141,-0.474872,0.235749,0.646402,0.588422,-0.235749,0.170046,-0.505876,0.566367,0.368125,0.704376,-0.566367,0.071164,-0.265978,0.430481,0.230018,0.830294,-0.430481,0.089206,-0.076027,0.351610,0.227355,0.831296,-0.351611,0.088288,-0.073334,0.241588,0.234323,0.802529,-0.241588,0.070502,-0.096993,0.474569,0.574657,0.765249,-0.474569,0.244241,-0.374903,0.679821,0.567577,0.615387,-0.679821,0.129778,-0.469000,0.380295,0.562475,0.774485,-0.380296,0.247838,-0.362972,0.178565,0.527121,0.661418,-0.178565,0.140629,-0.411523,0.493193,0.943343,0.241480,-0.493194,0.354924,-0.919313,0.503901,1.106038,0.139530,-0.503902,0.481343,-1.063819,0.206637,1.088041,0.140740,-0.206637,0.464458,-1.057474,0.248849,0.960619,0.236506,-0.248849,0.370034,-0.929054,0.366007,1.178543,0.117746,-0.366007,0.544497,-1.105571,0.412897,1.178611,0.119650,-0.412897,0.545110,-1.103766,0.285425,1.169362,0.111265,-0.285425,0.533837,-1.109132,0.328573,1.176999,0.113885,-0.328573,0.541906,-1.108823,0.529194,0.845770,0.318437,-0.529195,0.277839,-0.818956,0.621980,0.674176,0.419567,-0.621980,0.129608,-0.672253,0.245220,0.862061,0.302999,-0.245220,0.294816,-0.836982,0.190688,0.616946,0.445115,-0.190688,0.091786,-0.628313,0.642624,0.287910,0.661544,-0.642624,-0.011827,-0.233577,0.476095,0.136703,0.797943,-0.476095,0.004933,-0.024527,0.328911,0.125876,0.806170,-0.328912,0.004406,-0.010939,0.193143,0.145109,0.773884,-0.193143,-0.008304,-0.046306,0.714765,0.487272,0.503208,-0.714765,-0.000845,-0.494205,0.119368,0.459942,0.530374,-0.119369,0.000995,-0.450471,0.456157,0.961184,0.104946,-0.456157,0.332667,-1.055197,0.492011,1.062895,0.032592,-0.492012,0.409216,-1.153790,0.175783,1.027047,0.058093,-0.175784,0.382236,-1.119041,0.214048,0.936105,0.122787,-0.214049,0.313793,-1.030887,0.359195,1.132924,-0.017723,-0.359195,0.461778,-1.222150,0.400351,1.121434,-0.009051,-0.400351,0.453273,-1.210534,0.282138,1.103960,0.003380,-0.282139,0.440122,-1.193596,0.320196,1.133756,-0.018315,-0.320196,0.462404,-1.222956,0.512998,0.828452,0.199002,-0.512998,0.228793,-0.926895,0.600360,0.667575,0.311973,-0.600361,0.089847,-0.767142,0.233914,0.811636,0.211272,-0.233915,0.219480,-0.910282,0.177429,0.634370,0.336200,-0.177430,0.071432,-0.734315,0.596902,0.226650,0.643924,-0.596903,-0.060858,-0.195613,0.527287,0.192853,0.676315,-0.527287,-0.053308,-0.145168,0.394234,0.174725,0.687893,-0.394234,-0.055887,-0.123813,0.188942,0.187059,0.678204,-0.188942,-0.055530,-0.139494,0.687723,0.505329,0.428500,-0.687723,-0.038141,-0.558303,0.120944,0.456180,0.466514,-0.120945,-0.047390,-0.492428,0.375010,2.036703,1.054767,-0.636928,1.382106,-0.106766,0.529066,2.074413,0.944123,-0.781677,1.400836,-0.233629,0.570736,2.155283,0.774334,-0.819556,1.490397,-0.399907,0.218110,2.021386,1.062973,-0.482320,1.397219,-0.078697,0.141069,2.042829,0.925370,-0.396175,1.448714,-0.202215,0.166411,2.153748,0.772857,-0.426497,1.568827,-0.346642,0.451013,2.209903,0.646950,-0.700110,1.581479,-0.504694,0.380674,2.139039,0.624611,-0.614369,1.528840,-0.523298,0.283883,2.206621,0.655085,-0.538089,1.610340,-0.474272,0.306732,2.124832,0.619644,-0.539024,1.530146,-0.519391,0.353963,2.464227,1.329945,-0.737208,1.763978,0.205427,0.438468,2.498776,1.234951,-0.816461,1.798710,0.101473,0.463240,2.541390,1.121034,-0.837845,1.854856,-0.014511,0.251042,2.463706,1.306682,-0.634932,1.783335,0.194319,0.208823,2.483131,1.237930,-0.591075,1.822129,0.131271,0.229507,2.524158,1.130333,-0.609000,1.877029,0.021589,0.364280,2.564345,1.079769,-0.743237,1.904929,-0.043953,0.349920,2.563454,1.073092,-0.728786,1.908492,-0.050033,0.277848,2.555066,1.072705,-0.657143,1.911445,-0.042413,0.310405,2.556103,1.070585,-0.688683,1.907415,-0.048473,0.311779,2.707165,1.202339,-0.697944,1.984070,0.216358,0.390888,2.658859,1.164512,-0.769233,1.995067,0.146639,0.440254,2.562768,1.097537,-0.807453,1.997773,0.022280,0.253323,2.694208,1.215145,-0.643284,1.960135,0.220451,0.223211,2.616386,1.172061,-0.607728,1.940659,0.132961,0.245087,2.526103,1.109301,-0.619936,1.936498,0.017203,0.365916,2.512821,1.080809,-0.733379,1.968222,-0.023681,0.350091,2.507014,1.077090,-0.717576,1.965093,-0.030007,0.276247,2.499124,1.086052,-0.647226,1.942382,-0.023873,0.318684,2.500976,1.082550,-0.688146,1.952329,-0.028992,0.353088,2.356061,1.211821,-0.700763,1.679869,0.078700,0.475495,2.397821,1.145331,-0.820718,1.703842,0.000060,0.504919,2.450108,1.031438,-0.847145,1.761720,-0.111847,0.262052,2.358462,1.218736,-0.613675,1.699391,0.098084,0.218443,2.380053,1.121090,-0.564621,1.739960,0.009480,0.221087,2.446580,1.012662,-0.568665,1.816377,-0.092174,0.365991,2.485920,0.978932,-0.713728,1.829885,-0.141741,0.351028,2.488678,0.973535,-0.699157,1.836127,-0.144801,0.279626,2.482909,0.980289,-0.629399,1.843837,-0.128943,0.311598,2.480879,0.970672,-0.658908,1.836630,-0.142948,1.211628,3.725184,-0.386350,-1.285737,3.741702,0.516464,1.237928,3.711264,-0.433867,-1.316552,3.709984,0.482001,1.117300,3.700202,-0.397864,-1.191937,3.716249,0.502038,1.189372,3.710196,-0.507910,-1.277487,3.681510,0.407810,1.132602,3.692496,-0.491164,-1.217937,3.672857,0.421791,1.113726,4.495939,-0.380703,-1.157927,4.459100,0.249491,1.153067,4.461860,-0.497821,-1.255489,4.405063,0.186555,0.886134,4.487979,-0.369260,-0.961406,4.416638,0.140188,0.998460,4.357992,-0.670539,-1.194884,4.229245,-0.010741,0.808486,4.404041,-0.484317,-0.960793,4.296494,0.032839,0.790037,5.062249,-0.156711,-0.802051,4.991827,0.216887,0.714117,5.143993,-0.402693,-0.878039,5.055521,-0.034353,0.533755,4.907096,-0.191209,-0.594611,4.843597,0.055831,0.526482,4.983017,-0.359803,-0.685648,4.905466,-0.092915,0.506246,4.922800,-0.276066,-0.618781,4.853172,-0.030935,0.974532,4.636329,-0.447449,-1.082052,4.536918,0.095922,1.000705,4.661269,-0.508736,-1.139062,4.555732,0.057725,0.928042,4.596751,-0.433528,-1.032621,4.500319,0.084152,0.879414,4.683203,-0.574039,-1.074615,4.576485,-0.064230,0.870386,4.538315,-0.462764,-0.995783,4.441598,0.031019,0.638662,5.223866,-0.103392,-0.660050,5.161222,0.169691,0.592126,5.284040,-0.279850,-0.719890,5.209149,-0.005821,0.450402,5.097926,-0.105209,-0.492202,5.042058,0.070166,0.427881,5.164073,-0.261325,-0.561659,5.096599,-0.075680,0.409843,5.105467,-0.182451,-0.499164,5.044803,-0.017602,1.241149,3.527516,-0.133664,-1.344211,3.731727,0.816881,1.056323,3.514165,-0.152441,-1.158794,3.714128,0.818361,1.122952,2.495201,-0.404036,-1.223455,2.792471,1.203355,1.022356,2.488117,-0.379434,-1.124749,2.809977,1.231591,1.188098,2.659506,-0.988184,-1.249114,2.515809,0.659268,1.109668,2.668750,-1.028880,-1.168051,2.498111,0.627760,1.209286,3.666043,-0.695298,-1.280600,3.532423,0.277450,1.100377,3.636430,-0.664954,-1.173386,3.526607,0.324413,1.060238,2.453192,-0.743722,-1.137442,2.539513,0.996291,1.158316,2.453351,-0.747895,-1.235525,2.529577,0.982576,1.094636,3.586586,-0.461114,-1.179017,3.599386,0.522787,1.305359,3.646921,-0.459465,-1.388707,3.645929,0.479072,1.077819,3.382122,-0.290464,-1.174314,3.526053,0.781173,1.251999,3.427138,-0.234802,-1.350717,3.591093,0.792076,1.203659,3.439191,-0.794757,-1.271283,3.287935,0.324257,1.111501,3.313582,-0.588010,-1.192362,3.301944,0.570408,1.312757,3.437265,-0.519429,-1.395489,3.438660,0.546893,1.113958,3.424855,-0.798703,-1.181695,3.275691,0.333815,1.074591,3.009843,-0.349699,-1.172906,3.187967,0.937750,1.185580,3.024394,-0.359948,-1.282791,3.190125,0.916803,1.208649,3.155516,-0.852001,-1.276737,3.018805,0.436130,1.118459,3.009622,-0.640097,-1.200330,3.019865,0.697982,1.298265,3.047755,-0.664985,-1.378004,3.034992,0.646193,1.127645,3.147802,-0.868627,-1.194985,3.002044,0.431349,1.231686,3.261797,-0.153175,-1.336383,3.504088,0.955429,1.174443,3.245702,-0.185719,-1.277665,3.473413,0.941072,1.154426,3.282025,-0.025719,-1.265762,3.596115,1.051174,1.211758,3.309617,-0.060390,-1.320906,3.597236,1.004182,1.203234,3.033462,-0.026102,-1.316958,3.392223,1.192501,1.053984,3.093945,-0.050146,-1.166051,3.430947,1.145179,1.066101,3.065569,-0.161324,-1.172563,3.343171,1.070578,1.229693,3.010391,-0.108002,-1.339285,3.325401,1.137946] },
{ "name": "animation_000017", "vertices": [0.223720,6.061845,-0.173697,-0.260846,6.064813,-0.173474,0.190745,5.680811,0.399007,-0.227572,5.684644,0.402995,-0.010134,5.570957,0.571581,-0.018740,6.034898,-0.257746,0.667683,6.922286,-0.247140,-0.694268,6.928600,-0.252569,0.406826,7.042759,0.595990,-0.439035,7.046680,0.592619,-0.016721,7.063025,0.770263,-0.012287,6.951990,-0.471248,0.380494,6.616893,0.702806,-0.417506,6.620593,0.699625,0.596423,6.673227,-0.279874,-0.625062,6.678890,-0.284743,-0.017769,6.641790,0.859839,-0.013762,6.538808,-0.581845,0.464727,5.910607,0.628002,-0.503052,5.916482,0.628289,0.465726,6.315316,-0.258472,-0.498444,6.320198,-0.261082,-0.018769,5.860094,0.849654,-0.016469,6.234841,-0.490726,0.149917,5.740112,0.126461,-0.191426,5.745454,0.136324,-0.013405,5.699332,0.208145,0.544166,7.094140,0.316036,-0.573657,7.099322,0.311581,-0.014125,7.244025,0.329438,0.651649,6.648417,0.420970,-0.686100,6.654619,0.415637,0.559448,6.035940,0.391408,-0.596409,6.042964,0.391771,0.166212,5.860732,-0.065972,-0.207275,5.863607,-0.064044,-0.020928,5.887380,-0.135987,0.545417,7.075050,-0.019855,-0.572407,7.080233,-0.024311,-0.012720,7.215120,-0.056635,0.629389,6.713159,-0.059402,-0.659413,6.719134,-0.064540,0.554892,6.148897,-0.096813,-0.590266,6.154886,-0.099349,-0.042324,5.554392,-0.083979,0.092326,5.515550,-0.041692,-0.170207,5.519440,-0.007313,-0.001075,5.422761,0.178275,0.109260,5.472012,0.073099,-0.148537,5.470071,0.118914,-0.073439,5.420453,-0.172712,0.139692,5.433250,-0.142398,-0.295860,5.442659,-0.021926,0.249155,5.378825,0.072894,-0.246977,5.344117,0.201387,0.018311,5.330415,0.226241,0.238663,5.028512,0.270457,-0.185533,5.014661,0.330909,0.028957,5.042259,0.357952,0.225792,4.651250,0.360470,-0.186861,4.643335,0.413598,0.025932,4.654194,0.445503,0.137891,5.230667,-0.317001,-0.391847,5.267904,-0.199325,-0.103773,5.223890,-0.244781,0.427138,5.057761,0.077633,-0.364524,5.005232,0.236026,0.388765,4.671609,0.225642,-0.360873,4.664740,0.331643,0.512021,5.354371,-0.077306,-0.525602,5.277110,0.260480,0.396691,5.396676,-0.258240,-0.570764,5.365372,0.066323,0.300174,5.090263,-0.295291,-0.507320,5.094850,-0.108605,0.418317,4.689515,0.023917,-0.442144,4.689455,0.148361,0.376613,5.004719,-0.139996,-0.462048,4.982553,0.025251,0.248711,4.703936,-0.099137,-0.320929,4.708941,-0.022624,0.053978,4.745425,-0.152035,-0.161817,4.752053,-0.133416,-0.058683,4.765115,-0.160987,0.144904,3.768765,0.326420,-0.178201,3.814861,0.326419,-0.019900,3.769021,0.412264,0.236425,3.777878,0.188840,-0.264752,3.848896,0.198037,0.300625,3.819329,0.004540,-0.314620,3.907984,0.013730,0.262981,3.841858,-0.092281,-0.272873,3.916978,-0.090803,0.064368,3.882584,-0.164219,-0.070772,3.901583,-0.163907,-0.004400,3.892643,-0.175957,0.097830,3.422029,0.148051,-0.324213,3.246307,0.288664,-0.111651,3.340433,0.277842,0.296843,3.416093,0.002160,-0.491411,3.378022,0.165561,0.363845,3.351900,-0.266371,-0.495652,3.555733,-0.116261,0.334100,3.387543,-0.325256,-0.450313,3.565382,-0.276956,-0.011216,3.240201,0.235366,-0.261529,3.006510,0.205271,-0.120803,3.235782,0.261556,-0.113113,3.108702,0.193330,-0.075703,3.093357,0.178678,-0.197758,2.931334,0.035036,-0.104390,3.031846,0.055055,-0.069916,2.989039,0.085979,-0.189093,2.940015,-0.108830,-0.114090,2.955796,-0.184611,0.073680,3.362366,-0.512165,-0.203999,3.464603,-0.501769,-0.068644,3.412248,-0.410434,-0.102018,3.135323,-0.340872,0.169902,3.330769,0.266551,-0.449449,3.027249,0.227250,0.379854,3.300363,0.095426,-0.615248,3.198216,0.094699,0.440562,3.141255,-0.028761,-0.648738,3.233952,-0.110299,-0.015241,3.199062,0.330884,-0.286223,2.868558,0.164497,-0.070589,3.073979,0.251796,-0.216457,2.859948,0.022996,-0.045164,2.972315,0.165216,-0.223195,2.886086,-0.110231,0.346289,2.873023,-0.040586,-0.558942,3.088448,-0.337766,0.129653,3.327445,0.211859,-0.393398,3.084570,0.225913,0.331051,3.374214,0.001394,-0.541637,3.315771,0.121628,0.398386,3.244467,-0.176947,-0.569748,3.406396,-0.096017,0.380464,3.114964,-0.338886,-0.525333,3.438333,-0.319768,0.182162,2.976080,-0.509072,-0.318199,3.382322,-0.568385,-0.023226,3.215006,0.268737,-0.262457,2.944103,0.184144,-0.070771,3.081116,0.205155,-0.208493,2.902366,0.029889,-0.050870,2.991807,0.124629,-0.213706,2.918984,-0.094314,0.030446,2.856167,0.052374,-0.273427,2.936236,-0.273528,0.238049,2.790814,-0.044159,-0.456186,3.022363,-0.397716,-0.096968,2.919026,-0.153823,-0.152593,2.976515,-0.279563,-0.070013,2.973863,-0.330932,-0.165758,3.050522,-0.396068,0.009265,2.891582,-0.049799,-0.253351,2.974268,-0.264342,0.091820,2.874351,-0.195787,-0.310798,3.066355,-0.385801,0.147367,2.751679,-0.034471,-0.373426,2.968924,-0.415447,0.181866,2.990056,0.782325,-0.584868,2.425218,0.188891,0.483534,2.904401,0.621237,-0.843197,2.578616,0.004434,0.443456,2.678088,0.508289,-0.782321,2.550150,-0.242679,-0.014274,2.865760,0.802809,-0.400791,2.304727,0.111836,-0.039610,2.727670,0.741499,-0.364526,2.280808,-0.035073,-0.002119,2.591478,0.603076,-0.371766,2.335311,-0.225052,0.336093,2.486883,0.429370,-0.663114,2.497175,-0.435805,0.278613,2.460791,0.451655,-0.612710,2.453477,-0.441386,0.130223,2.426512,0.476037,-0.474435,2.385186,-0.443772,0.196253,2.443304,0.464345,-0.535745,2.417059,-0.441804,0.367642,0.840154,0.836296,-0.393528,0.626880,-1.137994,0.400375,0.840808,0.811665,-0.421941,0.632859,-1.166898,0.436534,0.892190,0.755893,-0.464158,0.696522,-1.201868,0.314968,0.844676,0.837754,-0.344814,0.640245,-1.122324,0.270885,0.840688,0.803838,-0.297668,0.661522,-1.143158,0.274266,0.878293,0.749829,-0.305010,0.718867,-1.174781,0.389654,0.906072,0.704110,-0.417239,0.742181,-1.229897,0.369873,0.899870,0.703267,-0.396558,0.741090,-1.228628,0.323464,0.890080,0.704947,-0.349815,0.740866,-1.220415,0.348621,0.895834,0.703585,-0.375226,0.741586,-1.225068,0.374422,0.739432,0.800342,-0.374423,0.555007,-1.219229,0.397774,0.742266,0.780484,-0.397774,0.568073,-1.234448,0.428261,0.795041,0.731488,-0.428261,0.638914,-1.247387,0.327502,0.742741,0.806804,-0.327502,0.554323,-1.212001,0.286203,0.743104,0.787653,-0.286203,0.564925,-1.227953,0.285634,0.780575,0.743126,-0.285635,0.620459,-1.245352,0.383142,0.810668,0.692625,-0.383142,0.672984,-1.271754,0.365672,0.817538,0.687792,-0.365672,0.681375,-1.272136,0.326321,0.794493,0.699626,-0.326322,0.655581,-1.274548,0.347646,0.813545,0.686688,-0.347646,0.678602,-1.275214,0.403814,0.673814,0.927153,-0.403814,0.431502,-1.147582,0.481867,0.614828,0.898725,-0.481867,0.397050,-1.203265,0.330105,0.676715,0.937582,-0.330106,0.428341,-1.137229,0.265113,0.612324,0.893109,-0.265114,0.397958,-1.209346,0.447939,0.599750,1.203570,-0.447939,0.219581,-0.959688,0.586560,0.563831,1.147389,-0.586560,0.214832,-1.028118,0.363948,0.600063,1.217781,-0.363948,0.212844,-0.945758,0.235749,0.553424,1.205339,-0.235749,0.179669,-0.980914,0.566367,0.503778,1.481116,-0.566367,0.093023,-0.751231,0.430481,0.550874,1.663510,-0.430481,0.121535,-0.560559,0.351611,0.550441,1.666323,-0.351611,0.120737,-0.557827,0.241588,0.528785,1.646147,-0.241588,0.101915,-0.580670,0.474569,0.657375,1.338057,-0.474569,0.258541,-0.865006,0.679821,0.525580,1.267508,-0.679821,0.141983,-0.954549,0.380296,0.661099,1.350737,-0.380296,0.264131,-0.853761,0.178565,0.545891,1.323584,-0.178565,0.155945,-0.898338,0.493194,0.541467,0.751060,-0.493194,0.414582,-1.367214,0.503901,0.593559,0.566262,-0.503902,0.557858,-1.495025,0.206637,0.581035,0.579245,-0.206637,0.540319,-1.490812,0.248849,0.550927,0.735773,-0.248849,0.430778,-1.375018,0.366007,0.632655,0.501431,-0.366007,0.625678,-1.528670,0.412897,0.633984,0.502798,-0.412897,0.626064,-1.526804,0.285425,0.621500,0.502794,-0.285425,0.615539,-1.533519,0.328573,0.628918,0.499608,-0.328573,0.623508,-1.532217,0.529194,0.517541,0.873825,-0.529195,0.323974,-1.277110,0.621980,0.451517,1.066407,-0.621980,0.155164,-1.148739,0.245220,0.522550,0.851227,-0.245220,0.344779,-1.292925,0.190688,0.431823,1.123718,-0.190688,0.115118,-1.109666,0.642624,0.427283,1.528634,-0.642624,0.012066,-0.715698,0.476095,0.476929,1.728982,-0.476095,0.039639,-0.505356,0.328912,0.478792,1.742453,-0.328912,0.039718,-0.491757,0.193143,0.460081,1.709860,-0.193143,0.025445,-0.526523,0.714765,0.389446,1.272951,-0.714765,0.013795,-0.977592,0.119369,0.399698,1.313208,-0.119369,0.016589,-0.932686,0.456157,0.463000,0.637910,-0.456157,0.409254,-1.504806,0.492012,0.489778,0.515996,-0.492012,0.497377,-1.593205,0.175783,0.480340,0.558964,-0.175784,0.466318,-1.562049,0.214049,0.456397,0.667971,-0.214049,0.387525,-1.483009,0.359195,0.507881,0.431686,-0.359195,0.557969,-1.654561,0.400351,0.505190,0.445828,-0.400351,0.548096,-1.644083,0.282139,0.500589,0.466773,-0.282139,0.532957,-1.628896,0.320196,0.508100,0.430689,-0.320196,0.558689,-1.655283,0.512998,0.425773,0.797383,-0.512998,0.289265,-1.390014,0.600360,0.374143,0.994803,-0.600361,0.127182,-1.245884,0.233914,0.423265,0.817229,-0.233915,0.278886,-1.374909,0.177429,0.369181,1.034007,-0.177430,0.106654,-1.216030,0.596903,0.384043,1.573775,-0.596903,-0.034446,-0.674749,0.527287,0.398448,1.620414,-0.527287,-0.023918,-0.623282,0.394234,0.399652,1.641891,-0.394234,-0.025543,-0.601833,0.188942,0.397255,1.626390,-0.188942,-0.025885,-0.617514,0.687723,0.337417,1.217675,-0.687723,-0.023630,-1.039852,0.120944,0.343215,1.282370,-0.120945,-0.032305,-0.973301,0.318987,1.819206,1.141045,-0.658754,1.330452,-0.439120,0.473064,1.835839,1.025369,-0.796340,1.370089,-0.569105,0.513906,1.873413,0.840911,-0.823776,1.482373,-0.723197,0.162901,1.798269,1.151934,-0.505538,1.337482,-0.401767,0.087508,1.780313,1.012926,-0.412108,1.402950,-0.512738,0.110243,1.850422,0.837502,-0.432525,1.542323,-0.640659,0.394068,1.887860,0.703166,-0.697283,1.583615,-0.808596,0.327727,1.810078,0.699028,-0.611754,1.531718,-0.830044,0.227178,1.878001,0.710887,-0.536514,1.603742,-0.766673,0.254679,1.791233,0.697375,-0.536701,1.530470,-0.822339,0.272355,2.297982,1.301451,-0.767435,1.668564,-0.083001,0.356335,2.312967,1.199406,-0.840493,1.719342,-0.184895,0.380469,2.327068,1.076105,-0.854624,1.791404,-0.293044,0.169884,2.286507,1.277882,-0.664235,1.686779,-0.086391,0.127562,2.286929,1.204292,-0.616337,1.732896,-0.141286,0.147452,2.301738,1.087010,-0.627352,1.802969,-0.243146,0.280597,2.335270,1.027150,-0.757499,1.842965,-0.310677,0.266230,2.332219,1.020090,-0.742634,1.847049,-0.315510,0.194626,2.320625,1.021207,-0.671359,1.847252,-0.304077,0.227156,2.322504,1.019204,-0.702644,1.844813,-0.312172,0.232522,2.515801,1.159791,-0.728966,1.881431,-0.036802,0.310334,2.466139,1.119873,-0.796249,1.903537,-0.107859,0.356609,2.372935,1.045662,-0.827012,1.927247,-0.232110,0.173377,2.505038,1.170725,-0.674177,1.857580,-0.033546,0.140784,2.430091,1.121464,-0.633126,1.853386,-0.120867,0.159831,2.341818,1.051906,-0.638331,1.868804,-0.236308,0.280378,2.325974,1.023615,-0.749727,1.906380,-0.277978,0.264308,2.320681,1.019007,-0.733484,1.904448,-0.283822,0.190081,2.314477,1.026522,-0.663186,1.881376,-0.277450,0.232588,2.315084,1.023566,-0.703917,1.891831,-0.283252,0.278452,2.166223,1.212261,-0.726192,1.601879,-0.217952,0.399892,2.196234,1.138100,-0.841415,1.639499,-0.298304,0.428855,2.219622,1.014870,-0.860860,1.712718,-0.402383,0.187294,2.165526,1.217813,-0.639854,1.616256,-0.191870,0.144526,2.159524,1.117625,-0.585484,1.667154,-0.271594,0.145944,2.196648,0.995932,-0.582744,1.756743,-0.361903,0.289352,2.233746,0.954212,-0.724750,1.780723,-0.416143,0.274376,2.234269,0.948206,-0.709920,1.786932,-0.417608,0.203228,2.226663,0.955779,-0.640937,1.790553,-0.397473,0.235437,2.223951,0.947174,-0.669818,1.786104,-0.413750,1.263865,3.717760,-0.677964,-1.320562,3.758683,0.815748,1.282304,3.711156,-0.730497,-1.358127,3.728236,0.787373,1.170268,3.687880,-0.676872,-1.231874,3.724281,0.791145,1.221929,3.715203,-0.795146,-1.331572,3.692862,0.710661,1.169769,3.691888,-0.771646,-1.271626,3.679596,0.717513,1.153752,4.484243,-0.594142,-1.131729,4.439177,0.491369,1.149841,4.458568,-0.719806,-1.251481,4.404837,0.461667,0.946274,4.460806,-0.502774,-0.985993,4.361774,0.332366,0.959626,4.357385,-0.838085,-1.273513,4.216831,0.258810,0.836017,4.377443,-0.588675,-1.038822,4.244271,0.235267,0.792044,5.032622,-0.272242,-0.761738,4.939128,0.353934,0.650671,5.089497,-0.495248,-0.899302,5.009985,0.132556,0.564290,4.836674,-0.246260,-0.618284,4.777016,0.143975,0.507041,4.902496,-0.409449,-0.742089,4.846474,0.025279,0.516351,4.843763,-0.322784,-0.664715,4.788945,0.067124,0.976027,4.629041,-0.593564,-1.096759,4.507072,0.321319,0.983337,4.655004,-0.659409,-1.160567,4.530321,0.300079,0.941122,4.583165,-0.569101,-1.055318,4.466988,0.296877,0.848639,4.653995,-0.695640,-1.130979,4.547063,0.164796,0.889503,4.514907,-0.583700,-1.038995,4.405655,0.236414,0.631810,5.169013,-0.186509,-0.627228,5.096868,0.266587,0.538065,5.212986,-0.349082,-0.728583,5.151311,0.113933,0.470030,5.013702,-0.141937,-0.502649,4.966219,0.124041,0.404342,5.067926,-0.291010,-0.604202,5.028125,0.002775,0.413092,5.010470,-0.207788,-0.532640,4.970841,0.040780,1.306077,3.480793,-0.441156,-1.359372,3.877122,1.076881,1.120228,3.469730,-0.446548,-1.176053,3.844235,1.074899,1.147218,2.458689,-0.923599,-1.271365,3.153744,1.768883,1.048459,2.440502,-0.899161,-1.169607,3.172681,1.781870,1.172830,2.810045,-1.414323,-1.361232,2.684701,1.388573,1.091928,2.832199,-1.444058,-1.284425,2.648382,1.363039,1.228467,3.690701,-0.987289,-1.354521,3.498555,0.645717,1.122402,3.658593,-0.950653,-1.244410,3.498564,0.686186,1.062183,2.542222,-1.266358,-1.218440,2.835307,1.682855,1.159179,2.541513,-1.267138,-1.318288,2.827967,1.678148,1.133481,3.587264,-0.753733,-1.228171,3.635867,0.847710,1.344583,3.645366,-0.764084,-1.436815,3.684202,0.801034,1.128379,3.376473,-0.613082,-1.206723,3.659552,1.120813,1.307203,3.409467,-0.564571,-1.376864,3.740089,1.114077,1.210817,3.475784,-1.109430,-1.358801,3.285053,0.778466,1.134612,3.329387,-0.909991,-1.259099,3.376889,0.999013,1.343144,3.443335,-0.846470,-1.453016,3.515658,0.938644,1.120873,3.462682,-1.107028,-1.269855,3.268315,0.787175,1.112776,2.997695,-0.705415,-1.217799,3.398940,1.380940,1.223004,3.017099,-0.723924,-1.328426,3.403975,1.367657,1.206047,3.202462,-1.194270,-1.374592,3.073475,0.979586,1.131858,3.034593,-0.992975,-1.277002,3.159472,1.219339,1.309405,3.071898,-1.030888,-1.456757,3.172915,1.174500,1.123960,3.200634,-1.201479,-1.294980,3.047356,0.977475,1.293108,3.228942,-0.527640,-1.352745,3.728545,1.298144,1.233102,3.220843,-0.558114,-1.297611,3.689254,1.294756,1.227563,3.214411,-0.393045,-1.268018,3.844986,1.341570,1.281792,3.250927,-0.424289,-1.327110,3.831609,1.301826,1.274444,2.975154,-0.461782,-1.318330,3.724632,1.558710,1.124069,3.037360,-0.456301,-1.170369,3.725533,1.490750,1.126111,3.038770,-0.571654,-1.189162,3.615675,1.460906,1.293397,2.974383,-0.548845,-1.349691,3.643584,1.539022] },
{ "name": "animation_000018", "vertices": [0.221930,5.955602,-0.183008,-0.262610,5.956753,-0.182695,0.191108,5.604896,0.408434,-0.227134,5.607916,0.413611,-0.006961,5.496292,0.584794,-0.020425,5.923137,-0.265323,0.662514,6.811883,-0.305242,-0.699445,6.811883,-0.312192,0.400202,6.979255,0.529389,-0.445664,6.979255,0.525072,-0.023622,7.007596,0.701852,-0.017330,6.825722,-0.531266,0.375602,6.560088,0.660378,-0.422403,6.560088,0.656305,0.592373,6.561048,-0.323730,-0.629119,6.561048,-0.329964,-0.022501,6.591740,0.815875,-0.016887,6.406885,-0.618037,0.463684,5.849663,0.625668,-0.504044,5.851877,0.626089,0.463134,6.204539,-0.281919,-0.501025,6.205197,-0.285246,-0.019333,5.809292,0.849998,-0.018636,6.109217,-0.509358,0.149052,5.649487,0.131168,-0.192138,5.655482,0.143937,-0.012157,5.608191,0.213827,0.537627,7.015137,0.247071,-0.580202,7.015137,0.241367,-0.021324,7.163085,0.251394,0.646929,6.576625,0.377432,-0.690828,6.576625,0.370605,0.557876,5.962125,0.382484,-0.597919,5.964781,0.383013,0.164936,5.760778,-0.064654,-0.208506,5.762604,-0.062142,-0.022449,5.783237,-0.135600,0.539333,6.976863,-0.087176,-0.578496,6.976863,-0.092881,-0.019365,7.112141,-0.132390,0.624921,6.613675,-0.105877,-0.663889,6.613675,-0.112454,0.552859,6.047926,-0.111084,-0.592277,6.049010,-0.114305,-0.049531,5.463061,-0.077899,0.085689,5.423280,-0.043548,-0.173386,5.427410,0.004674,0.002387,5.331922,0.177843,0.107377,5.380505,0.066012,-0.144576,5.374682,0.129062,-0.087827,5.328769,-0.170687,0.123474,5.331279,-0.164724,-0.293306,5.357155,0.024403,0.249028,5.293427,0.044362,-0.217387,5.233046,0.223930,0.025337,5.244427,0.222667,0.246924,4.942364,0.261523,-0.173243,4.915970,0.329449,0.040580,4.953672,0.357252,0.235065,4.561069,0.351639,-0.175156,4.550208,0.420399,0.038301,4.562611,0.444250,0.107915,5.114093,-0.320777,-0.426274,5.208532,-0.150363,-0.122957,5.127751,-0.235559,0.429357,4.968453,0.061630,-0.350090,4.899116,0.239531,0.393898,4.581302,0.211271,-0.351545,4.571564,0.342904,0.498900,5.254583,-0.127925,-0.477917,5.170020,0.328278,0.367462,5.279133,-0.300834,-0.551848,5.284510,0.158684,0.270332,4.969682,-0.297885,-0.541512,5.032458,-0.058698,0.415142,4.596648,0.010064,-0.441461,4.599142,0.163460,0.362791,4.896822,-0.144933,-0.482239,4.900363,0.049330,0.240258,4.610514,-0.104425,-0.330171,4.620502,-0.013008,0.042273,4.652891,-0.148642,-0.178636,4.663957,-0.131241,-0.069357,4.672968,-0.152647,0.142062,3.669014,0.326394,-0.177983,3.732981,0.326394,-0.022473,3.678421,0.412239,0.233615,3.673660,0.190470,-0.263632,3.770731,0.199474,0.299968,3.712013,0.005663,-0.310022,3.832765,0.015442,0.263747,3.735650,-0.092482,-0.267043,3.839895,-0.090565,0.067706,3.787138,-0.164245,-0.066156,3.813503,-0.163840,-0.000773,3.800876,-0.175869,0.068619,3.293394,0.191769,-0.378720,3.119298,0.282499,-0.142134,3.226762,0.305417,0.266739,3.302094,0.042751,-0.541233,3.264507,0.171170,0.332699,3.274608,-0.246775,-0.527401,3.483120,-0.083699,0.308625,3.295516,-0.322161,-0.468094,3.503327,-0.261364,-0.044440,3.093685,0.251913,-0.308394,2.892889,0.168220,-0.154810,3.100813,0.280899,-0.149398,2.969807,0.187886,-0.111976,2.953535,0.168147,-0.231386,2.845353,-0.008114,-0.142854,2.914522,0.034618,-0.109109,2.865188,0.057324,-0.212830,2.878335,-0.146139,-0.157862,2.867344,-0.204147,0.048612,3.278311,-0.515379,-0.222403,3.395091,-0.491920,-0.090979,3.329721,-0.411180,-0.138605,3.054218,-0.347175,0.140363,3.160853,0.291063,-0.500045,2.895641,0.170302,0.347977,3.159958,0.114473,-0.660023,3.086190,0.059006,0.404252,3.026455,-0.038605,-0.677377,3.160722,-0.137378,-0.046758,3.022615,0.331554,-0.326622,2.755287,0.092916,-0.105384,2.915962,0.230796,-0.244931,2.775794,-0.040764,-0.082858,2.832279,0.126068,-0.241348,2.827361,-0.166485,0.304486,2.767157,-0.100146,-0.563677,3.064184,-0.379718,0.098849,3.174615,0.239838,-0.444427,2.959238,0.187968,0.299702,3.253074,0.036892,-0.591714,3.200639,0.114802,0.362998,3.155582,-0.165064,-0.604713,3.330310,-0.083953,0.341789,3.049589,-0.351487,-0.545332,3.398185,-0.295467,0.140459,2.930930,-0.546495,-0.325206,3.371948,-0.536191,-0.056183,3.057368,0.278608,-0.306881,2.831318,0.133981,-0.106773,2.934958,0.190598,-0.240379,2.817288,-0.020804,-0.089369,2.860127,0.094135,-0.236666,2.855661,-0.139543,-0.010739,2.738408,-0.007700,-0.279540,2.907421,-0.320653,0.194471,2.688254,-0.117154,-0.454658,3.012274,-0.441063,-0.141511,2.826887,-0.179761,-0.180595,2.921611,-0.292200,-0.113674,2.890368,-0.347390,-0.197463,2.989431,-0.397970,-0.033851,2.786432,-0.091017,-0.270922,2.932980,-0.292385,0.047480,2.785962,-0.239989,-0.324604,3.037698,-0.399641,0.102976,2.648658,-0.112970,-0.369824,2.963714,-0.460344,0.150505,2.727694,0.732108,-0.610440,2.310384,0.004355,0.448797,2.669018,0.553592,-0.857573,2.492178,-0.169327,0.403068,2.469215,0.400071,-0.775146,2.513714,-0.410829,-0.047889,2.605305,0.731124,-0.416395,2.210662,-0.077756,-0.076599,2.481953,0.644929,-0.367072,2.216608,-0.222675,-0.043212,2.374076,0.482563,-0.360211,2.307079,-0.398409,0.291111,2.298568,0.287556,-0.638311,2.501718,-0.599102,0.233338,2.269732,0.305221,-0.586106,2.460880,-0.608492,0.084534,2.234086,0.324604,-0.445799,2.396902,-0.611655,0.150771,2.251618,0.315446,-0.508142,2.426654,-0.609055,0.364397,0.485737,1.119102,-0.399892,0.662255,-1.542464,0.397610,0.480029,1.095803,-0.426594,0.672740,-1.571714,0.433893,0.513901,1.028021,-0.463149,0.742018,-1.602087,0.311625,0.489181,1.118446,-0.351153,0.670837,-1.523809,0.268336,0.474435,1.086538,-0.301899,0.690722,-1.540785,0.272087,0.494826,1.023988,-0.304225,0.751080,-1.567127,0.387824,0.510997,0.973789,-0.412268,0.786801,-1.623937,0.368190,0.504329,0.974507,-0.391772,0.784214,-1.622010,0.321957,0.494301,0.978310,-0.345535,0.780110,-1.612123,0.347020,0.500034,0.975686,-0.370624,0.782953,-1.617629,0.374423,0.416926,1.118697,-0.374423,0.595552,-1.629928,0.397774,0.406393,1.101626,-0.397774,0.610129,-1.643706,0.428261,0.415579,1.030201,-0.428261,0.681931,-1.649208,0.327502,0.423605,1.121544,-0.327502,0.594120,-1.622811,0.286203,0.411626,1.106598,-0.286203,0.606323,-1.637573,0.285635,0.411913,1.048403,-0.285635,0.663365,-1.649104,0.383142,0.402710,0.990340,-0.383142,0.718351,-1.669900,0.365672,0.404894,0.982230,-0.365672,0.726736,-1.669407,0.326322,0.394763,1.006073,-0.326322,0.701333,-1.674489,0.347646,0.401119,0.983937,-0.347646,0.724298,-1.672757,0.403814,0.447682,1.258127,-0.403814,0.465265,-1.571513,0.481867,0.384167,1.274042,-0.481867,0.436791,-1.630476,0.330106,0.456586,1.264283,-0.330106,0.461045,-1.561545,0.265114,0.378648,1.271330,-0.265114,0.438327,-1.636431,0.447939,0.563642,1.517078,-0.447939,0.234173,-1.408741,0.586560,0.497574,1.499775,-0.586560,0.234561,-1.477611,0.363948,0.574425,1.527819,-0.363948,0.226423,-1.394930,0.235749,0.530776,1.548609,-0.235749,0.196904,-1.433139,0.566367,0.714140,1.724613,-0.566367,0.130071,-1.212654,0.430481,0.898780,1.775532,-0.430481,0.174196,-1.022536,0.351611,0.900963,1.777357,-0.351611,0.173597,-1.019754,0.241588,0.872493,1.785453,-0.241588,0.153177,-1.041180,0.474569,0.675327,1.525243,-0.474569,0.284018,-1.335467,0.679822,0.546424,1.597449,-0.679822,0.163439,-1.416827,0.380296,0.687766,1.525575,-0.380296,0.291986,-1.325037,0.178565,0.603776,1.607675,-0.178565,0.182082,-1.362468,0.493194,0.233284,1.207548,-0.493194,0.471277,-1.791714,0.503902,0.155020,1.032224,-0.503902,0.627067,-1.903933,0.206637,0.153709,1.050215,-0.206637,0.609185,-1.901566,0.248849,0.230768,1.189747,-0.248849,0.488197,-1.797791,0.366007,0.143560,0.957390,-0.366007,0.698018,-1.930343,0.412897,0.145456,0.957589,-0.412897,0.698208,-1.928447,0.285425,0.135862,0.965577,-0.285425,0.688439,-1.936219,0.328573,0.139522,0.958380,-0.328573,0.696228,-1.934096,0.529195,0.291896,1.320210,-0.529195,0.369976,-1.711376,0.621980,0.362913,1.517707,-0.621980,0.185024,-1.599878,0.245220,0.282866,1.296616,-0.245220,0.394127,-1.725087,0.190689,0.387412,1.569429,-0.190689,0.144182,-1.565250,0.642624,0.714434,1.813448,-0.642624,0.052473,-1.171878,0.476095,0.916559,1.872682,-0.476095,0.096496,-0.961569,0.328912,0.929051,1.878057,-0.328912,0.097555,-0.948012,0.193143,0.891479,1.877209,-0.193143,0.080812,-0.981657,0.714766,0.475107,1.708558,-0.714766,0.037886,-1.434046,0.119369,0.516913,1.723088,-0.119369,0.042741,-1.388209,0.456157,0.100572,1.170840,-0.456157,0.480285,-1.929114,0.492012,0.043110,1.060033,-0.492012,0.577124,-2.007870,0.175784,0.063363,1.099087,-0.175784,0.542993,-1.980113,0.214049,0.114741,1.198162,-0.214049,0.456408,-1.909695,0.359195,0.003053,0.983670,-0.359195,0.643767,-2.062592,0.400351,0.010038,0.996258,-0.400351,0.632859,-2.053198,0.282139,0.019910,1.015295,-0.282139,0.616222,-2.039667,0.320196,0.002584,0.982764,-0.320196,0.644559,-2.063236,0.512998,0.173520,1.319333,-0.512998,0.347897,-1.827052,0.600361,0.260756,1.514409,-0.600361,0.167197,-1.697380,0.233915,0.184745,1.334389,-0.233915,0.336939,-1.813416,0.177430,0.282932,1.544173,-0.177430,0.145519,-1.670421,0.596903,0.732652,1.872679,-0.596903,0.009762,-1.126723,0.527287,0.783048,1.883685,-0.527287,0.024597,-1.074603,0.394235,0.802051,1.893764,-0.394235,0.024524,-1.053093,0.188942,0.787545,1.887797,-0.188942,0.023051,-1.068709,0.687723,0.402294,1.719378,-0.687723,-0.001139,-1.493044,0.120945,0.460243,1.752577,-0.120945,-0.007497,-1.425946,0.290254,1.509575,1.125583,-0.650018,1.315197,-0.790875,0.446322,1.495747,1.012230,-0.779076,1.375677,-0.921579,0.490204,1.479192,0.825402,-0.792670,1.503159,-1.065343,0.134418,1.488837,1.139900,-0.498422,1.308501,-0.747362,0.062269,1.429464,1.011063,-0.396330,1.377428,-0.848139,0.087227,1.446207,0.823174,-0.402342,1.528962,-0.963060,0.372965,1.450083,0.687738,-0.656453,1.603076,-1.136089,0.308265,1.372827,0.705447,-0.573533,1.547744,-1.159129,0.206177,1.438756,0.695656,-0.496695,1.608471,-1.086516,0.235651,1.352509,0.708319,-0.499113,1.540770,-1.148793,0.231414,2.008857,1.142109,-0.752285,1.624803,-0.409563,0.316792,1.997998,1.038520,-0.817471,1.689973,-0.508614,0.342775,1.977652,0.913034,-0.822000,1.772943,-0.609992,0.129663,1.988310,1.120943,-0.647772,1.636981,-0.407324,0.088534,1.968212,1.047276,-0.594505,1.685493,-0.455534,0.110044,1.951201,0.926878,-0.596299,1.766196,-0.550460,0.243362,1.971127,0.859001,-0.720728,1.820673,-0.618688,0.229098,1.966192,0.851930,-0.705292,1.824515,-0.622518,0.157736,1.953588,0.855417,-0.634515,1.819450,-0.608355,0.190266,1.955456,0.853405,-0.665578,1.819587,-0.617893,0.195090,2.190866,1.010206,-0.715561,1.819221,-0.334068,0.271667,2.146835,0.961494,-0.777531,1.853145,-0.405311,0.315274,2.067753,0.868944,-0.798291,1.900305,-0.525055,0.135708,2.180595,1.018922,-0.660243,1.796402,-0.330679,0.101262,2.114720,0.956634,-0.611722,1.809586,-0.413610,0.117993,2.038007,0.870870,-0.607550,1.846702,-0.524377,0.237931,2.025220,0.838329,-0.716399,1.889925,-0.567530,0.221718,2.020600,0.832661,-0.699551,1.889376,-0.572340,0.147481,2.013927,0.839790,-0.629134,1.866469,-0.564623,0.189957,2.014331,0.836394,-0.669627,1.877259,-0.571770,0.241452,1.861213,1.092345,-0.709641,1.569181,-0.547826,0.363779,1.871418,1.014370,-0.818674,1.621624,-0.628510,0.394807,1.858760,0.890078,-0.828933,1.705185,-0.725894,0.150230,1.859899,1.096585,-0.623774,1.575297,-0.517319,0.109659,1.824031,1.001874,-0.562899,1.629510,-0.589831,0.112851,1.824278,0.874676,-0.550597,1.726592,-0.671152,0.256330,1.851218,0.825988,-0.688325,1.764890,-0.728134,0.241473,1.849606,0.819880,-0.673082,1.770198,-0.728457,0.170348,1.842763,0.828341,-0.604943,1.767334,-0.705523,0.202774,1.838470,0.821346,-0.633317,1.766336,-0.723207,1.314155,3.711725,-0.946407,-1.358367,3.773889,1.091805,1.326347,3.714602,-1.001054,-1.401989,3.748282,1.067623,1.224686,3.671709,-0.939453,-1.277738,3.725704,1.062967,1.258175,3.720836,-1.057222,-1.386695,3.706340,0.991150,1.211837,3.688792,-1.031873,-1.328981,3.684568,0.994554,1.151122,4.452101,-0.760499,-1.062608,4.386108,0.711334,1.118615,4.436333,-0.883742,-1.190778,4.384938,0.710963,0.977055,4.393452,-0.624760,-0.981513,4.278417,0.525545,0.924017,4.324028,-0.967881,-1.298628,4.207214,0.518195,0.859089,4.302824,-0.691172,-1.084758,4.181221,0.447294,0.774842,4.962016,-0.353900,-0.690135,4.864649,0.470835,0.598018,5.000913,-0.554331,-0.878038,4.950974,0.297073,0.576065,4.742414,-0.297285,-0.624545,4.697080,0.228840,0.489455,4.800023,-0.450323,-0.770668,4.778542,0.149766,0.517323,4.743473,-0.366223,-0.689518,4.714319,0.168132,0.955063,4.578222,-0.700596,-1.054225,4.460243,0.533049,0.950101,4.604225,-0.766644,-1.119362,4.488778,0.530607,0.929238,4.529007,-0.671746,-1.024609,4.417708,0.497905,0.812581,4.588048,-0.783493,-1.127568,4.506403,0.392480,0.884318,4.455017,-0.679271,-1.030860,4.356116,0.435394,0.614838,5.079542,-0.245424,-0.574434,5.012448,0.349117,0.494722,5.111911,-0.393032,-0.708729,5.079198,0.231255,0.477071,4.907168,-0.177076,-0.505336,4.876245,0.174560,0.386478,4.952368,-0.316022,-0.630310,4.949870,0.087357,0.411962,4.896555,-0.233781,-0.556226,4.885886,0.102194,1.369470,3.439697,-0.729703,-1.371618,3.989087,1.275602,1.183603,3.429618,-0.723113,-1.191895,3.940189,1.275289,1.150109,2.482618,-1.411753,-1.278878,3.552083,2.160315,1.052260,2.457019,-1.391875,-1.175242,3.565072,2.158889,1.155296,2.967366,-1.750346,-1.433493,2.986590,1.992034,1.073395,2.999110,-1.765517,-1.361835,2.936275,1.977944,1.252160,3.712088,-1.251829,-1.429331,3.494823,1.000735,1.149164,3.677124,-1.209861,-1.316668,3.496650,1.033477,1.046828,2.683504,-1.712007,-1.253967,3.224385,2.199917,1.143888,2.677472,-1.709606,-1.354712,3.223771,2.203484,1.174465,3.588406,-1.021449,-1.276663,3.676907,1.140100,1.384920,3.645624,-1.043405,-1.484058,3.727372,1.090224,1.177477,3.378893,-0.905537,-1.230270,3.791345,1.392116,1.359994,3.400658,-0.865941,-1.394422,3.879726,1.365101,1.221923,3.508644,-1.390658,-1.438873,3.337781,1.200190,1.159536,3.345553,-1.199544,-1.315122,3.487369,1.371433,1.374058,3.451795,-1.142999,-1.502055,3.616643,1.277364,1.132267,3.496052,-1.382263,-1.351059,3.316174,1.209629,1.148842,2.993008,-1.027526,-1.241759,3.631708,1.720303,1.257690,3.018166,-1.052052,-1.352151,3.643208,1.712743,1.206755,3.246069,-1.495382,-1.454727,3.207332,1.462060,1.146190,3.060814,-1.304720,-1.331939,3.358331,1.653120,1.320500,3.098623,-1.356341,-1.513143,3.373960,1.615145,1.124650,3.248246,-1.491910,-1.377818,3.173766,1.465608,1.345924,3.217232,-0.874725,-1.353237,3.939163,1.536842,1.283637,3.216741,-0.901463,-1.301373,3.896468,1.545909,1.290679,3.169425,-0.743250,-1.257280,4.054362,1.524810,1.342921,3.212771,-0.768593,-1.320699,4.032371,1.497517,1.328361,2.954969,-0.872692,-1.294008,4.034245,1.774635,1.179852,3.013284,-0.840187,-1.153604,3.993898,1.702727,1.173059,3.043355,-0.951372,-1.182331,3.883556,1.720389,1.340563,2.975954,-0.958427,-1.332351,3.955473,1.790904] }],
"normals": [0.599963,0.042268,0.798883,0.508927,0.535997,0.673544,-0.001221,0.566210,0.824213,0.001160,0.040040,0.999176,-0.512040,0.530015,0.675924,-0.597400,0.035615,0.801111,0.802240,0.428663,-0.415479,0.778771,-0.010987,-0.627186,-0.002441,-0.016602,-0.999847,-0.005493,0.582904,-0.812494,-0.781640,-0.020173,-0.623371,-0.809381,0.419019,-0.411420,0.477004,-0.877407,-0.050661,0.717429,-0.482925,0.502060,0.003723,-0.501389,0.865200,0.000031,-0.969573,0.244728,-0.713034,-0.488144,0.503250,-0.468795,-0.881619,-0.054262,0.624775,-0.325968,-0.709464,0.001465,-0.446394,-0.894803,-0.623402,-0.332774,-0.707511,0.340922,-0.546800,-0.764702,0.004273,-0.612873,-0.790124,-0.335185,-0.550096,-0.764855,0.791864,-0.610645,0.000275,-0.039674,-0.930418,0.364330,-0.790124,-0.611988,-0.033235,-0.005341,0.980682,0.195410,0.692038,0.677206,0.249855,-0.698813,0.668874,0.253365,0.951689,0.053560,0.302316,-0.950804,0.043001,0.306711,0.904355,-0.420820,0.070986,-0.900174,-0.429640,0.071139,0.573962,-0.499985,-0.648488,0.019990,-0.384411,-0.922941,-0.552049,-0.502182,-0.665578,-0.006378,0.969787,-0.243812,0.653829,0.739830,-0.158574,-0.663411,0.731956,-0.155248,0.999115,-0.004791,-0.041108,-0.999176,-0.016144,-0.036622,0.784509,-0.438704,-0.438246,-0.780969,-0.446059,-0.437147,0.838923,0.368328,-0.400586,0.102176,0.259346,-0.960356,-0.741081,0.417615,-0.525681,0.582904,0.341533,0.737266,-0.778283,0.319620,0.540422,-0.121036,0.273934,0.954070,0.449812,0.891690,-0.050020,0.103458,0.674856,-0.730613,-0.305673,0.774499,-0.553758,0.175542,0.487533,0.855251,-0.520310,0.671407,0.527665,-0.110050,0.443190,0.889615,-0.073702,0.326579,0.942259,0.272713,0.228156,0.934629,-0.458907,0.301218,0.835841,-0.049593,0.093570,0.994354,0.449965,0.074526,0.889920,-0.527970,0.050050,0.847743,0.420362,0.412000,-0.808374,0.125217,0.261208,-0.957091,-0.023652,0.110446,-0.993591,0.792474,0.030488,0.609119,0.508774,-0.115146,0.853145,-0.873287,-0.006378,0.487136,-0.807031,0.045534,0.588733,0.335978,0.298563,0.893277,0.588610,0.802118,0.100345,-0.354534,0.688986,-0.632099,-0.790216,0.537187,0.294870,0.553240,0.031861,-0.832392,0.039888,-0.293863,-0.954985,0.995941,-0.088260,-0.016633,0.560442,-0.663625,-0.495437,-0.962462,-0.103793,-0.250740,-0.481674,-0.828761,-0.284768,0.614399,-0.179693,-0.768242,-0.501633,-0.194403,-0.842921,0.313028,-0.115848,-0.942625,-0.170507,-0.161382,-0.972045,0.086184,-0.130467,-0.987671,-0.054781,-0.101108,0.993347,0.537217,-0.029542,0.842891,-0.601398,-0.136692,0.787133,0.841762,0.039216,0.538377,-0.862728,-0.112857,0.492874,0.986450,0.155766,-0.050996,-0.997559,0.006378,-0.069430,0.668722,0.311075,-0.675283,-0.698477,0.214270,-0.682760,0.167608,0.281716,-0.944731,-0.224555,0.283364,-0.932340,-0.067019,0.260292,-0.963164,-0.043977,-0.172613,0.983978,0.489639,0.046480,0.870663,-0.540056,-0.011628,0.841517,0.772912,0.314249,0.551164,-0.834895,0.181646,0.519517,0.881039,0.470260,-0.050722,-0.963500,0.261391,-0.057283,0.644490,0.559496,-0.521104,-0.761498,0.378246,-0.526292,-0.096988,0.270699,-0.957732,0.027436,0.235725,-0.971404,-0.046632,0.229774,-0.972106,0.059175,-0.505875,0.860561,0.039644,-0.264779,0.963469,0.009644,-0.127628,0.991760,0.108890,-0.878384,0.465316,-0.619160,-0.723838,0.304392,0.573443,-0.681173,0.455061,-0.084719,-0.987854,0.130100,-0.482345,-0.874569,0.049165,0.460982,-0.877377,0.132847,-0.525376,-0.571642,-0.630207,-0.018464,-0.282479,-0.959075,0.556566,-0.516434,-0.650746,0.077975,0.261879,0.961913,0.700034,0.518326,0.491165,-0.731040,0.561998,0.386914,-0.038362,0.477462,0.877773,0.076296,0.411969,0.907987,0.710044,0.532121,0.461135,-0.724967,0.592242,0.351573,-0.068819,0.623463,0.778802,0.900967,0.433088,-0.025513,-0.943541,0.325602,-0.060915,0.943510,0.296945,-0.146764,-0.964446,0.198584,-0.174230,0.806360,0.258614,-0.531816,-0.839167,0.064211,-0.540025,0.218818,-0.145390,-0.964843,-0.173681,-0.303751,-0.936766,-0.711020,0.002289,0.703146,0.740745,0.198614,0.641713,-0.708365,0.038728,0.704764,0.714316,0.251778,0.652943,-0.927000,-0.326518,0.184484,0.939634,-0.252052,0.231300,-0.956572,-0.252388,0.145726,0.967620,-0.172185,0.184484,-0.768944,-0.635731,-0.067263,0.792596,-0.608173,0.043519,-0.885495,-0.411725,-0.215217,0.895657,-0.425306,-0.129795,0.797693,-0.038179,-0.601825,-0.799371,-0.226173,-0.556597,0.365307,-0.344584,-0.864742,-0.347758,-0.543168,-0.764183,-0.188025,-0.880947,-0.434217,-0.468032,-0.859981,-0.203314,0.467971,-0.864071,-0.185369,-0.414441,-0.844081,-0.340129,-0.722587,-0.512131,-0.464248,0.504349,-0.837458,-0.210364,0.734855,-0.577044,-0.356334,-0.202155,-0.694662,-0.690298,0.276711,-0.763421,-0.583605,-0.225715,-0.522721,-0.822047,0.242409,-0.674154,-0.697623,0.098086,0.243385,0.964934,0.849513,0.300516,0.433546,-0.093234,0.451460,0.887387,-0.858486,0.339671,0.384167,0.960814,0.064455,-0.269539,-0.968657,-0.056429,-0.241798,-0.661367,-0.112369,0.741569,0.682974,0.099948,0.723563,-0.898923,-0.406751,0.162664,0.927244,-0.302164,0.221015,-0.837458,-0.491531,-0.238807,0.865535,-0.478011,-0.149358,0.659597,-0.196844,-0.725364,0.323923,-0.426191,-0.844630,-0.662893,-0.393902,-0.636677,-0.317057,-0.622120,-0.715812,-0.474654,-0.588672,-0.654317,0.502243,-0.689291,-0.522111,0.009430,-0.522721,-0.852443,0.006745,-0.700095,-0.714011,0.711722,-0.700125,0.057100,0.259377,-0.920560,0.291940,0.396191,-0.550493,0.734794,0.852168,-0.343181,0.395001,-0.474105,0.549181,0.688162,-0.288369,-0.177831,0.940825,-0.750389,-0.214820,0.625050,-0.895230,0.273354,0.351878,0.897488,-0.077792,-0.434065,0.999268,0.034974,-0.013886,-0.958342,-0.244758,-0.147099,-0.978545,0.095859,-0.182226,-0.380810,-0.832728,0.401837,-0.343822,-0.598651,0.723411,0.372662,0.504898,0.778558,0.373791,-0.122227,0.919401,-0.936949,-0.265725,0.226814,-0.880032,-0.298410,0.369366,0.913144,0.237617,0.331187,0.950255,-0.045473,0.308023,-0.887020,0.434706,-0.155461,-0.957488,0.256172,0.132450,0.943358,0.167058,-0.286569,0.883541,-0.017609,-0.468001,0.030732,0.740593,-0.671194,0.387677,0.587451,-0.710318,0.452742,0.883511,-0.119877,0.052248,0.976531,-0.208899,-0.447432,0.266030,-0.853816,-0.468123,-0.154271,-0.870052,-0.079409,-0.061129,-0.994964,-0.061159,0.263955,-0.962584,-0.491287,0.736412,-0.465102,-0.640950,0.759056,0.113895,0.602741,0.316324,-0.732505,0.531816,-0.023896,-0.846492,-0.118137,0.771874,-0.624683,-0.204871,0.971862,-0.116184,0.158696,-0.034059,-0.986724,0.247353,0.304270,-0.919889,0.308756,0.033021,0.950560,0.744591,0.261696,0.614032,-0.315592,0.946562,0.066012,-0.753594,0.628651,-0.192022,-0.285836,-0.032289,0.957701,0.283670,0.949980,0.130558,-0.870663,0.033082,0.490738,0.871517,0.490005,0.017762,0.207404,0.314127,0.926420,0.645985,0.396924,0.651997,-0.214820,0.891690,-0.398389,-0.657643,0.624012,-0.422010,-0.243446,0.281961,0.928007,0.257546,0.879299,-0.400555,-0.709403,0.283822,0.645070,0.718253,0.597095,-0.357128,0.294443,0.093478,0.951079,0.776788,0.143864,0.613086,-0.776940,0.568316,-0.270791,-0.295816,0.886105,-0.356731,0.288034,-0.387310,0.875759,0.673574,-0.253304,0.694327,-0.680471,0.731986,0.033052,-0.294382,0.950438,0.099887,-0.193670,0.112094,0.974609,0.187414,0.889737,-0.416150,-0.141758,-0.402692,0.904263,0.139775,0.984375,0.106876,-0.723167,0.149754,0.674215,0.716544,0.613269,-0.332255,-0.564989,-0.262886,0.782067,0.564653,0.825251,0.010437,0.983581,0.134037,0.120640,0.932920,0.342326,0.111576,-0.983947,0.132908,-0.118839,-0.932920,0.144780,-0.329661,-0.912229,0.315500,0.261208,-0.971526,-0.095798,0.216651,0.912229,0.291025,-0.288247,0.971526,0.206091,0.116733,0.408765,0.873257,0.265145,0.060823,0.951811,0.300546,-0.408765,0.349864,-0.842891,-0.060823,0.392834,-0.917570,-0.580737,0.773675,0.253243,0.580737,0.328196,-0.744957,-0.241066,0.922117,0.302591,0.241066,0.391949,-0.887814,0.894986,0.420667,0.148412,0.908444,0.372265,0.189978,-0.909177,0.123692,-0.397595,-0.915220,0.210486,-0.343547,-0.970885,0.096042,0.219367,-0.920530,0.271523,0.280831,0.972076,0.223640,-0.070803,0.926603,0.266305,-0.265419,0.438429,-0.884213,0.160863,0.897488,-0.433058,0.083224,-0.445387,0.419752,0.790826,-0.901730,0.179022,0.393445,-0.095523,-0.990387,0.100040,0.095523,0.392407,0.914792,-0.657063,-0.753533,0.020173,0.657888,0.244270,0.712363,0.998108,-0.048067,-0.038026,-0.996765,-0.022248,0.077090,-0.978942,0.051607,0.197424,0.976043,0.202734,-0.078738,0.536790,-0.109531,-0.836543,0.698538,0.272011,-0.661794,-0.537584,-0.842830,0.024018,-0.698538,-0.631794,-0.335887,-0.833186,0.128941,-0.537675,-0.744865,-0.231849,-0.625599,0.833186,-0.522385,-0.181280,0.746086,-0.644704,0.166387,0.306223,0.651448,-0.694113,0.071718,0.738273,-0.670644,-0.306223,-0.626545,-0.716666,-0.071718,-0.594684,-0.800714,-0.443800,0.522874,-0.727714,0.443800,-0.672689,-0.591998,-0.197790,0.760338,-0.618641,0.197760,-0.540757,-0.817560,0.655568,0.197333,-0.728874,0.655446,0.157933,-0.738517,-0.643422,-0.735466,-0.212226,-0.653310,-0.718009,-0.239967,-0.734886,-0.030091,-0.677511,-0.765648,0.090518,-0.636830,0.739647,-0.671133,-0.049684,0.753777,-0.649220,-0.101535,0.304910,-0.626637,-0.717154,0.450362,-0.551561,-0.702078,-0.307321,-0.477462,0.823145,-0.441023,-0.514115,0.735618,0.021424,-0.539201,-0.841884,-0.021638,-0.627491,0.778314,-0.555956,-0.451033,-0.698141,0.554613,-0.534654,0.637562,0.686422,0.035218,-0.726310,-0.659566,-0.742119,0.119175,-0.783441,-0.036378,-0.620350,0.761711,-0.619770,0.188696,0.286203,-0.877468,0.384808,0.782830,-0.614673,0.096500,-0.294412,-0.134159,0.946196,-0.805139,-0.145543,0.574908,0.943571,0.136814,-0.301492,-0.963317,-0.024140,-0.267251,-0.496170,-0.673513,0.547838,0.515641,-0.007202,0.856746,-0.949461,-0.025208,0.312815,0.978790,0.094913,0.181402,-0.832820,0.553484,0.005127,0.863887,0.186377,-0.467879,0.335978,0.841182,-0.423658,-0.009095,0.863857,-0.503647,-0.328257,0.177648,-0.927702,0.003449,0.072268,-0.997375,-0.071017,0.949156,-0.306650,0.097629,0.270913,-0.957610,-0.110355,0.836116,-0.537309,0.096896,0.013794,-0.995178,0.298746,0.011750,0.954253,0.820154,0.089816,0.565020,-0.833644,0.287881,0.471267,-0.260720,0.365856,0.893368,0.347819,-0.670461,0.655324,0.850765,-0.347331,0.394360,-0.835719,0.104434,0.539109,-0.302225,0.029420,0.952757,0.973235,0.055086,-0.222999,-0.970275,-0.027650,-0.240364,0.959502,0.281625,0.003296,-0.929167,0.238960,-0.281991,-0.419813,-0.208777,0.883236,0.542772,0.156255,0.825190,-0.488357,-0.557329,0.671438,0.568987,-0.004456,0.822321,-0.941343,-0.231361,0.245582,0.967223,-0.153874,0.201910,-0.952696,-0.055452,0.298807,0.979736,0.046663,0.194708,-0.177282,-0.943236,0.280801,0.894162,-0.362835,-0.262246,-0.884091,0.418256,0.208380,0.931516,0.123325,-0.342051,0.568712,-0.798730,-0.196295,0.340098,-0.940245,-0.014557,-0.296609,-0.475265,-0.828303,-0.584948,-0.310495,-0.749260,0.554521,0.771935,-0.310739,0.246681,0.611927,0.751427,-0.249306,0.142613,-0.957854,-0.478530,0.111087,-0.870998,0.111637,-0.993713,-0.006867,0.477523,-0.525590,-0.704031,0.057222,0.705527,0.706351,0.432752,0.160588,-0.887051,0.366222,-0.924650,0.104282,-0.077151,-0.460921,-0.884060,0.203528,0.582263,0.787072,0.042573,0.176366,-0.983398,0.261452,-0.911832,0.316507,0.821497,-0.550218,0.149510,-0.834986,-0.060762,0.546861,-0.282022,-0.227241,0.932066,0.950682,0.294778,-0.096255,-0.934019,0.222633,-0.279336,-0.557421,-0.710501,0.429456,0.564623,-0.143864,0.812677,-0.933073,0.062288,0.354198,0.975433,0.173803,0.135136,-0.761711,0.621906,0.181585,0.835536,0.354076,-0.420118,0.373547,0.906552,-0.196448,0.062166,0.985626,-0.156957,-0.032258,0.389630,-0.920377,-0.351543,0.372387,-0.858913,-0.171850,0.984130,-0.043641,0.256630,0.439680,-0.860683,0.198340,0.963347,-0.180578,-0.150182,0.380383,-0.912534,-0.467086,0.503250,0.727012,-0.085788,0.909909,0.405774,0.701315,0.710715,0.054689,0.606983,0.519578,0.601306,-0.859981,0.493851,-0.128483,-0.679037,0.410443,0.608600,-0.685018,0.454573,0.569262,-0.789514,0.412000,-0.454848,-0.986389,0.077731,-0.144749,-0.981994,0.096377,-0.162420,0.555803,0.257057,0.790551,0.330790,0.184088,0.925565,0.678091,0.305887,-0.668264,0.839717,-0.063601,-0.539232,-0.094943,0.744011,-0.661367,0.249031,-0.035798,-0.967803,-0.329783,-0.313883,-0.890316,-0.570544,-0.093692,-0.815882,0.967315,0.242256,0.074618,0.966369,-0.227882,0.119053,-0.198950,-0.031678,0.979492,-0.346721,0.410321,0.843440,0.728721,0.585559,0.354991,0.779260,0.617756,0.105380,-0.535691,0.603931,-0.590136,-0.730094,0.458052,0.507065,-0.819636,0.188574,0.540910,-0.250221,0.635426,-0.730461,-0.796472,-0.602893,0.045656,-0.974609,-0.153691,0.162664,0.001709,-0.073489,0.997284,0.130680,-0.592456,0.794916,0.619587,0.179632,-0.764061,0.345470,0.115238,-0.931303,0.505692,0.049471,-0.861263,0.740287,-0.094302,-0.665609,-0.392651,-0.446455,-0.804010,-0.398877,-0.161840,-0.902585,0.965575,-0.175146,0.192236,0.780145,-0.617817,0.098086,0.075808,-0.041993,0.996216,0.783685,0.619709,0.042116,-0.276498,0.587298,-0.760643,-0.881283,0.226478,0.414747,-0.537126,-0.842341,0.043855,-0.081668,-0.724662,0.684225,0.447371,0.089267,-0.889859,0.627125,-0.214820,-0.748680,-0.175909,-0.563524,-0.807123,0.659200,-0.750999,-0.037446,-0.854854,0.518815,-0.005341,0.449385,0.863460,0.229041,0.655843,0.180548,0.732963,-0.673635,0.284402,0.682119,0.514237,0.167547,-0.841090,-0.619007,0.009156,-0.785302,-0.270425,0.759575,-0.591510,0.782830,0.587909,-0.203650,-0.766045,0.108493,0.633534,-0.645405,-0.673635,0.360027,0.561724,-0.565325,0.603992,0.360607,0.134861,0.922880,-0.542161,-0.654866,-0.526475,0.688101,-0.583667,-0.431043,0.543657,-0.695608,0.469619,-0.584674,-0.759728,0.284494,-0.333110,-0.820551,-0.464400,0.721610,-0.685537,-0.096408,-0.498978,-0.060152,-0.864498,0.623951,0.121250,-0.771966,-0.949980,-0.108768,-0.292673,0.976135,0.175634,0.127659,0.870998,0.473617,-0.130314,-0.910642,0.397046,-0.114078,-0.521958,-0.359508,-0.773492,0.667318,-0.225654,-0.709738,0.783929,0.319163,-0.532487,-0.365123,0.387890,-0.846278,-0.957579,-0.187780,-0.218482,-0.948943,-0.265145,0.170873,0.951903,-0.237403,0.193548,0.995666,0.017762,0.091159,0.988372,0.081790,0.127995,0.885067,0.062319,0.461226,-0.972381,-0.023499,-0.232093,-0.980010,-0.197699,-0.021027,-0.883694,0.315500,0.345714,0.471053,0.408918,0.781579,-0.700705,-0.368358,0.610950,0.608814,-0.198523,0.768059,-0.390759,-0.465987,-0.793786,0.811335,-0.302042,-0.500443,-0.562517,0.261116,-0.784417,0.736137,0.356639,-0.575182,-0.951567,-0.134404,-0.276437,0.991791,0.088626,0.092044,0.977477,0.012726,0.210608,-0.969726,-0.111667,-0.217139,0.943876,-0.318064,0.088778,-0.168035,-0.904843,-0.391125,-0.815210,-0.052919,-0.576708,0.493149,0.012635,-0.869839,0.435194,0.765099,0.474532,-0.726310,-0.093936,0.680868,-0.698080,0.651814,0.296274,0.401685,-0.140355,0.904935,-0.932554,0.169866,0.318491,0.180761,0.185858,0.965789,0.742637,-0.369793,0.558306,-0.462447,-0.793878,0.394757,-0.529588,-0.822382,-0.207709,0.761620,-0.186377,-0.620624,0.576800,-0.614154,0.538591,-0.512589,-0.632740,-0.580370],
"uvs": [[0.073721,0.112434,0.106078,0.070828,0.061845,0.026005,0.019358,0.088046,0.181199,0.111294,0.186536,0.130998,0.273901,0.142631,0.256629,0.079176,0.067732,0.258899,0.071350,0.201465,0.000000,0.208151,0.021098,0.272073,0.191879,0.175730,0.267298,0.196951,0.199306,0.227673,0.240870,0.247577,0.119013,0.285794,0.078548,0.307458,0.140027,0.000000,0.136693,0.079919,0.116637,0.123061,0.100741,0.194161,0.173228,0.268249,0.218717,0.280616,0.203557,0.024552,0.168659,0.088924,0.166227,0.126154,0.166805,0.193052,0.156551,0.361030,0.191881,0.353249,0.119425,0.368526,0.080040,0.373147,0.162128,0.398104,0.208097,0.382860,0.115820,0.404288,0.066745,0.388047,0.027488,0.445364,0.070278,0.462086,0.000000,0.540389,0.050631,0.544266,0.179897,0.435609,0.228541,0.421650,0.093288,0.538696,0.111858,0.464433,0.133688,0.434861,0.148571,0.432228,0.161995,0.459223,0.134182,0.533550,0.144796,0.475639,0.178947,0.532278,0.223078,0.522690,0.249385,0.517248,0.023477,0.767059,0.063368,0.757095,0.098099,0.751071,0.141147,0.742571,0.167437,0.743718,0.215042,0.746558,0.230513,0.747602,0.055867,0.869825,0.087482,0.847798,0.113635,0.830112,0.150082,0.812984,0.166352,0.815428,0.202690,0.838193,0.225093,0.839659,0.080756,0.897644,0.098405,0.886469,0.114901,0.912978,0.123086,0.907577,0.147755,0.917537,0.147513,0.906976,0.183846,0.883548,0.204923,0.879309,0.105238,0.866271,0.120255,0.838636,0.114438,0.869317,0.125944,0.852674,0.142463,0.832237,0.139982,0.850130,0.161694,0.834664,0.185425,0.847432,0.109000,0.888357,0.118098,0.887385,0.125666,0.902714,0.128522,0.897371,0.143568,0.903093,0.142819,0.898445,0.152848,0.863210,0.156985,0.871093,0.179825,0.902709,0.173792,0.899591,0.162325,0.891833,0.155449,0.890272,0.169040,0.876325,0.157113,0.878375,0.131615,0.888204,0.136542,0.882136,0.141591,0.883495,0.133114,0.891607,0.135362,0.892640,0.137473,0.892530,0.144976,0.886084,0.142429,0.887161,0.138354,0.888915,0.140688,0.888212,0.136313,0.978024,0.137247,0.977469,0.137326,0.981546,0.137073,0.981613,0.137340,0.975633,0.137785,0.979764,0.137431,0.976896,0.137193,0.981423,0.137443,0.977417,0.137138,0.981424,0.136990,0.975881,0.136803,0.979980,0.137630,0.975632,0.138526,0.975135,0.138125,0.979181,0.137431,0.978803,0.136161,0.975865,0.136384,0.979456,0.136832,0.975891,0.136762,0.978901,0.136963,0.985304,0.136667,0.985715,0.137413,0.985200,0.137528,0.985015,0.136888,0.990873,0.136998,0.990730,0.137374,0.990780,0.137405,0.990481,0.136818,0.992621,0.137357,0.992655,0.137381,0.995453,0.137288,0.994890,0.137339,0.992228,0.137509,0.995065,0.137125,0.991861,0.137361,0.994561,0.137084,0.985008,0.137929,0.984169,0.136831,0.984185,0.137239,0.984487,0.138020,0.983953,0.137619,0.984010,0.136707,0.984072,0.137140,0.984042,0.137041,0.990273,0.136737,0.986520,0.137536,0.985600,0.137288,0.989880,0.137443,0.996138,0.137498,0.996807,0.137390,0.995526,0.137482,0.995030,0.137377,0.993174,0.137282,0.991715,0.137481,0.985095,0.137735,0.984580,0.136911,0.984548,0.137041,0.984987,0.137629,0.984373,0.137439,0.984316,0.137063,0.984357,0.137244,0.984335,0.137059,0.989486,0.137301,0.986311,0.137346,0.986247,0.137516,0.989043,0.137084,0.997599,0.137146,1.000000,0.136972,0.996139,0.138124,0.994726,0.136338,0.993135,0.137851,0.991715,0.136827,0.915592,0.138645,0.916382,0.140652,0.916642,0.136475,0.915726,0.136197,0.917647,0.134269,0.916661,0.142410,0.916828,0.139610,0.919695,0.132746,0.916653,0.137518,0.920258,0.137304,0.901223,0.138064,0.901408,0.137251,0.904680,0.138027,0.905026,0.138988,0.901768,0.138783,0.905415,0.137189,0.901672,0.136952,0.904820,0.136625,0.902059,0.136775,0.905134,0.135910,0.901895,0.136154,0.905248,0.139078,0.902242,0.137774,0.902011,0.138939,0.905026,0.137795,0.905098,0.136094,0.901566,0.136148,0.905124,0.136824,0.901952,0.137050,0.905175,0.137096,0.907017,0.138167,0.907340,0.139046,0.907754,0.137039,0.907020,0.136426,0.907573,0.135646,0.907317,0.139715,0.906964,0.138293,0.906947,0.135967,0.906955,0.136991,0.906969,0.141201,0.448526,0.141189,0.448529,0.141185,0.448522,0.141218,0.448511,0.141188,0.448528,0.141181,0.448516,0.141199,0.448503,0.141189,0.448530,0.140355,0.446984,0.141252,0.448536,0.141148,0.448524,0.141768,0.446914,0.140471,0.449699,0.141450,0.448498,0.141117,0.448484,0.141613,0.449368,0.140998,0.449848,0.141223,0.448478,0.138508,0.444224,0.144084,0.444147,0.138282,0.453810,0.144089,0.453126,0.141212,0.455587]],
"faces": [43,12,8,10,16,0,0,1,2,3,0,1,2,3,43,10,9,13,16,0,2,1,0,3,2,4,5,3,43,6,14,17,11,0,4,5,6,7,6,7,8,9,43,17,15,7,11,0,6,5,4,7,8,10,11,9,43,2,18,22,4,0,8,9,10,11,12,13,14,15,43,22,19,3,4,0,10,9,8,11,14,16,17,15,43,18,12,16,22,0,9,0,3,10,13,0,3,14,43,16,13,19,22,0,3,0,9,10,3,5,16,14,43,14,20,23,17,0,5,12,13,6,7,18,19,8,43,23,21,15,17,0,13,12,5,6,19,20,10,8,43,20,0,5,23,0,12,14,15,13,18,21,22,19,43,5,1,21,23,0,15,14,12,13,22,23,20,19,43,24,2,4,26,0,16,8,11,17,24,12,15,25,43,4,3,25,26,0,11,8,16,17,15,17,26,25,43,29,10,8,27,0,18,2,1,19,27,2,1,28,43,9,10,29,28,0,1,2,18,19,4,2,27,29,43,27,8,12,30,0,19,1,0,20,28,1,0,30,43,13,9,28,31,0,0,1,19,20,5,4,29,31,43,32,18,2,24,0,21,9,8,16,32,13,12,24,43,3,19,33,25,0,8,9,21,16,17,16,33,26,43,30,12,18,32,0,20,0,9,21,30,0,13,32,43,19,13,31,33,0,9,0,20,21,16,5,31,33,43,0,34,36,5,0,14,22,23,15,21,34,35,22,43,36,35,1,5,0,23,22,14,15,35,36,23,22,43,11,39,37,6,0,7,24,25,4,9,37,38,6,43,38,39,11,7,0,25,24,7,4,39,37,9,11,43,39,29,27,37,0,24,18,19,25,37,27,28,38,43,28,29,39,38,0,19,18,24,25,29,27,37,39,43,6,37,40,14,0,4,25,26,5,6,38,40,7,43,41,38,7,15,0,26,25,4,5,41,39,11,10,43,37,27,30,40,0,25,19,20,26,38,28,30,40,43,31,28,38,41,0,20,19,25,26,31,29,39,41,43,34,0,20,42,0,22,14,12,27,34,21,18,42,43,21,1,35,43,0,12,14,22,27,20,23,36,43,43,42,32,24,34,0,27,21,16,22,42,32,24,34,43,25,33,43,35,0,16,21,27,22,26,33,43,36,43,14,40,42,20,0,5,26,27,12,7,40,42,18,43,43,41,15,21,0,27,26,5,12,43,41,10,20,43,40,30,32,42,0,26,20,21,27,40,30,32,42,43,33,31,41,43,0,21,20,26,27,33,31,41,43,43,36,34,45,44,0,23,22,28,29,35,34,44,45,43,46,35,36,44,0,28,22,23,29,46,36,35,45,43,34,24,48,45,0,22,16,30,28,34,24,47,44,43,49,25,35,46,0,30,16,22,28,48,26,36,46,43,24,26,47,48,0,16,17,31,30,24,25,49,47,43,47,26,25,49,0,31,17,16,30,49,25,26,48,43,44,45,51,50,0,29,28,32,33,45,44,50,51,43,52,46,44,50,0,32,28,29,33,52,46,45,51,43,45,48,53,51,0,28,30,34,32,44,47,53,50,43,54,49,46,52,0,34,30,28,32,54,48,46,52,43,48,47,55,53,0,30,31,35,34,47,49,55,53,43,55,47,49,54,0,35,31,30,34,55,49,48,54,43,53,55,58,56,0,34,35,36,37,53,55,56,57,43,58,55,54,57,0,36,35,34,37,56,55,54,58,43,56,58,61,59,0,37,36,38,39,57,56,59,60,43,61,58,57,60,0,38,36,37,39,59,56,58,61,43,50,51,62,64,0,33,32,40,41,51,50,62,63,43,63,52,50,64,0,40,32,33,41,64,52,51,63,43,56,59,67,65,0,37,39,42,43,57,60,65,66,43,68,60,57,66,0,42,39,37,43,67,61,58,68,43,53,69,71,51,0,34,44,45,32,53,69,70,50,43,72,70,54,52,0,45,44,34,32,71,72,54,52,43,53,56,65,69,0,34,37,43,44,53,57,66,69,43,66,57,54,70,0,43,37,34,44,68,58,54,72,43,51,71,73,62,0,32,45,46,40,50,70,73,62,43,74,72,52,63,0,46,45,32,40,74,71,52,64,43,65,67,75,77,0,43,42,47,48,66,65,75,76,43,76,68,66,78,0,47,42,43,48,77,67,68,78,43,73,77,75,79,0,46,48,47,49,73,76,75,79,43,76,78,74,80,0,47,48,46,49,77,78,74,80,43,62,73,79,81,0,40,46,49,50,62,73,79,81,43,80,74,63,82,0,49,46,40,50,80,74,64,82,43,62,81,83,64,0,40,50,51,41,62,81,83,63,43,83,82,63,64,0,51,50,40,41,83,82,64,63,43,59,61,86,84,0,39,38,52,53,60,59,84,85,43,86,61,60,85,0,52,38,39,53,84,59,61,86,43,67,59,84,87,0,42,39,53,54,65,60,85,87,43,85,60,68,88,0,53,39,42,54,86,61,67,88,43,75,67,87,89,0,47,42,54,55,75,65,87,89,43,88,68,76,90,0,54,42,47,55,88,67,77,90,43,79,75,89,91,0,49,47,55,56,79,75,89,91,43,90,76,80,92,0,55,47,49,56,90,77,80,92,43,81,79,91,93,0,50,49,56,57,81,79,91,93,43,92,80,82,94,0,56,49,50,57,92,80,82,94,43,83,81,93,95,0,51,50,57,58,83,81,93,95,43,94,82,83,95,0,57,50,51,58,94,82,83,95,43,84,86,98,96,0,53,52,59,60,85,84,96,97,43,98,86,85,97,0,59,52,53,60,96,84,86,98,43,87,84,96,99,0,54,53,60,61,87,85,97,99,43,97,85,88,100,0,60,53,54,61,98,86,88,100,43,89,87,99,101,0,55,54,61,62,89,87,99,101,43,100,88,90,102,0,61,54,55,62,100,88,90,102,43,91,89,101,103,0,56,55,62,63,91,89,101,103,43,102,90,92,104,0,62,55,56,63,102,90,92,104,43,93,91,103,115,0,57,56,63,64,93,91,103,105,43,104,92,94,116,0,63,56,57,64,104,92,94,106,43,95,93,115,117,0,58,57,64,65,95,93,105,107,43,116,94,95,117,0,64,57,58,65,106,94,95,107,43,96,98,107,105,0,60,59,66,67,97,96,108,109,43,107,98,97,106,0,66,59,60,67,108,96,98,110,43,105,107,108,109,0,67,66,68,69,109,108,111,112,43,108,107,106,110,0,68,66,67,69,111,108,110,113,43,109,108,111,112,0,69,68,70,71,112,111,114,115,43,111,108,110,113,0,70,68,69,71,114,111,113,116,43,117,115,155,118,0,65,64,72,73,107,105,117,118,43,156,116,117,118,0,72,64,65,73,119,106,107,118,43,96,133,135,99,0,60,74,75,61,97,120,121,99,43,136,134,97,100,0,75,74,60,61,122,123,98,100,43,133,119,121,135,0,74,76,77,75,120,124,125,121,43,122,120,134,136,0,77,76,74,75,126,127,123,122,43,99,135,137,101,0,61,75,78,62,99,121,128,101,43,138,136,100,102,0,78,75,61,62,129,122,100,102,43,135,121,123,137,0,75,77,79,78,121,125,130,128,43,124,122,136,138,0,79,77,75,78,131,126,122,129,43,101,137,139,103,0,62,78,80,63,101,128,132,103,43,140,138,102,104,0,80,78,62,63,133,129,102,104,43,103,139,141,115,0,63,80,81,64,103,132,134,105,43,142,140,104,116,0,81,80,63,64,135,133,104,106,43,105,143,133,96,0,67,82,74,60,109,136,120,97,43,134,144,106,97,0,74,82,67,60,123,137,110,98,43,143,125,119,133,0,82,83,76,74,136,138,124,120,43,120,126,144,134,0,76,83,82,74,127,139,137,123,43,109,145,143,105,0,69,84,82,67,112,140,136,109,43,144,146,110,106,0,82,84,69,67,137,141,113,110,43,145,127,125,143,0,84,85,83,82,140,142,138,136,43,126,128,146,144,0,83,85,84,82,139,143,141,137,43,112,147,145,109,0,71,86,84,69,115,144,140,112,43,146,148,113,110,0,84,86,71,69,141,145,116,113,43,147,129,127,145,0,86,87,85,84,144,146,142,140,43,128,130,148,146,0,85,87,86,84,143,147,145,141,43,123,131,139,137,0,79,88,80,78,130,148,132,128,43,140,132,124,138,0,80,88,79,78,133,149,131,129,43,151,141,139,131,0,89,81,80,88,150,134,132,148,43,140,142,152,132,0,80,81,89,88,133,135,151,149,43,112,111,114,153,0,71,70,90,91,115,114,152,153,43,114,111,113,154,0,90,70,71,91,152,114,116,154,43,155,153,114,118,0,72,91,90,73,117,153,152,118,43,114,154,156,118,0,90,91,72,73,152,154,119,118,43,129,147,157,149,0,87,86,92,93,146,144,155,156,43,158,148,130,150,0,92,86,87,93,157,145,147,158,43,115,141,159,155,0,64,81,94,72,105,134,159,117,43,160,142,116,156,0,94,81,64,72,160,135,106,119,43,153,157,147,112,0,91,92,86,71,153,155,144,115,43,148,158,154,113,0,86,92,91,71,145,157,154,116,43,153,155,159,157,0,91,72,94,92,153,117,159,155,43,160,156,154,158,0,94,72,91,92,160,119,154,157,43,141,151,161,159,0,81,89,95,94,134,150,161,159,43,162,152,142,160,0,95,89,81,94,162,151,135,160,43,149,157,159,161,0,93,92,94,95,156,155,159,161,43,160,158,150,162,0,94,92,93,95,160,157,158,162,43,121,119,163,165,0,77,76,96,97,125,124,163,164,43,164,120,122,166,0,96,76,77,97,165,127,126,166,43,123,121,165,167,0,79,77,97,98,130,125,164,167,43,166,122,124,168,0,97,77,79,98,166,126,131,168,43,119,125,169,163,0,76,83,99,96,124,138,169,163,43,170,126,120,164,0,99,83,76,96,170,139,127,165,43,125,127,171,169,0,83,85,100,99,138,142,171,169,43,172,128,126,170,0,100,85,83,99,172,143,139,170,43,127,129,173,171,0,85,87,101,100,142,146,173,171,43,174,130,128,172,0,101,87,85,100,174,147,143,172,43,151,131,175,177,0,89,88,102,103,150,148,175,176,43,176,132,152,178,0,102,88,89,103,177,149,151,178,43,131,123,167,175,0,88,79,98,102,148,130,167,175,43,168,124,132,176,0,98,79,88,102,168,131,149,177,43,129,149,179,173,0,87,93,104,101,146,156,179,173,43,180,150,130,174,0,104,93,87,101,180,158,147,174,43,161,151,177,181,0,95,89,103,105,161,150,176,181,43,178,152,162,182,0,103,89,95,105,178,151,162,182,43,149,161,181,179,0,93,95,105,104,156,161,181,179,43,182,162,150,180,0,105,95,93,104,182,162,158,180,43,185,183,203,205,0,106,107,108,109,183,184,185,186,43,204,184,186,206,0,108,107,106,109,187,188,189,190,43,187,185,205,207,0,110,106,109,111,191,183,186,192,43,206,186,188,208,0,109,106,110,111,190,189,193,194,43,183,189,209,203,0,107,112,113,108,184,195,196,185,43,210,190,184,204,0,113,112,107,108,197,198,188,187,43,189,191,211,209,0,112,114,115,113,195,199,200,196,43,212,192,190,210,0,115,114,112,113,201,202,198,197,43,191,193,213,211,0,114,116,117,115,199,203,204,200,43,214,194,192,212,0,117,116,114,115,205,206,202,201,43,197,195,215,217,0,118,119,120,121,207,208,209,210,43,216,196,198,218,0,120,119,118,121,211,212,213,214,43,195,187,207,215,0,119,110,111,120,208,191,192,209,43,208,188,196,216,0,111,110,119,120,194,193,212,211,43,193,199,219,213,0,116,122,123,117,203,215,216,204,43,220,200,194,214,0,123,122,116,117,217,218,206,205,43,201,197,217,221,0,124,118,121,125,219,207,210,220,43,218,198,202,222,0,121,118,124,125,214,213,221,222,43,199,201,221,219,0,122,124,125,123,215,219,220,216,43,222,202,200,220,0,125,124,122,123,222,221,218,217,43,205,203,223,225,0,109,108,126,127,186,185,223,224,43,224,204,206,226,0,126,108,109,127,225,187,190,226,43,203,209,227,223,0,108,113,128,126,185,196,227,223,43,228,210,204,224,0,128,113,108,126,228,197,187,225,43,209,211,229,227,0,113,115,129,128,196,200,229,227,43,230,212,210,228,0,129,115,113,128,230,201,197,228,43,225,223,231,233,0,127,126,130,131,224,223,231,232,43,232,224,226,234,0,130,126,127,131,233,225,226,234,43,223,227,235,231,0,126,128,132,130,223,227,235,231,43,236,228,224,232,0,132,128,126,130,236,228,225,233,43,227,229,237,235,0,128,129,133,132,227,229,237,235,43,238,230,228,236,0,133,129,128,132,238,230,228,236,43,231,247,249,233,0,130,134,135,131,231,239,240,232,43,250,248,232,234,0,135,134,130,131,241,242,233,234,43,247,241,239,249,0,134,136,137,135,239,243,244,240,43,240,242,248,250,0,137,136,134,135,245,246,242,241,43,235,251,247,231,0,132,138,134,130,235,247,239,231,43,248,252,236,232,0,134,138,132,130,242,248,236,233,43,251,243,241,247,0,138,139,136,134,247,249,243,239,43,242,244,252,248,0,136,139,138,134,246,250,248,242,43,237,253,251,235,0,133,140,138,132,237,251,247,235,43,252,254,238,236,0,138,140,133,132,248,252,238,236,43,253,245,243,251,0,140,141,139,138,251,253,249,247,43,244,246,254,252,0,139,141,140,138,250,254,252,248,43,207,205,255,257,0,111,109,142,143,192,186,255,256,43,256,206,208,258,0,142,109,111,143,257,190,194,258,43,211,213,259,261,0,115,117,144,145,200,204,259,260,43,260,214,212,262,0,144,117,115,145,261,205,201,262,43,217,215,265,263,0,121,120,146,147,210,209,263,264,43,266,216,218,264,0,146,120,121,147,265,211,214,266,43,215,207,257,265,0,120,111,143,146,209,192,256,263,43,258,208,216,266,0,143,111,120,146,258,194,211,265,43,213,219,267,259,0,117,123,148,144,204,216,267,259,43,268,220,214,260,0,148,123,117,144,268,217,205,261,43,221,217,263,269,0,125,121,147,149,220,210,264,269,43,264,218,222,270,0,147,121,125,149,266,214,222,270,43,219,221,269,267,0,123,125,149,148,216,220,269,267,43,270,222,220,268,0,149,125,123,148,270,222,217,268,43,225,233,273,271,0,127,131,150,151,224,232,271,272,43,274,234,226,272,0,150,131,127,151,273,234,226,274,43,237,229,275,277,0,133,129,152,153,237,229,275,276,43,276,230,238,278,0,152,129,133,153,277,230,238,278,43,239,241,281,279,0,137,136,154,155,244,243,279,280,43,282,242,240,280,0,154,136,137,155,281,246,245,282,43,241,243,283,281,0,136,139,156,154,243,249,283,279,43,284,244,242,282,0,156,139,136,154,284,250,246,281,43,243,245,285,283,0,139,141,157,156,249,253,285,283,43,286,246,244,284,0,157,141,139,156,286,254,250,284,43,233,249,287,273,0,131,135,158,150,232,240,287,271,43,288,250,234,274,0,158,135,131,150,288,241,234,273,43,249,239,279,287,0,135,137,155,158,240,244,280,287,43,280,240,250,288,0,155,137,135,158,282,245,241,288,43,253,237,277,289,0,140,133,153,159,251,237,276,289,43,278,238,254,290,0,153,133,140,159,278,238,252,290,43,245,253,289,285,0,141,140,159,157,253,251,289,285,43,290,254,246,286,0,159,140,141,157,290,252,254,286,43,205,225,271,255,0,109,127,151,142,186,224,272,255,43,272,226,206,256,0,151,127,109,142,274,226,190,257,43,211,261,275,229,0,115,145,152,129,200,260,275,229,43,276,262,212,230,0,152,145,115,129,277,262,201,230,43,257,255,291,293,0,143,142,160,161,256,255,291,292,43,292,256,258,294,0,160,142,143,161,293,257,258,294,43,261,259,295,297,0,145,144,162,163,260,259,295,296,43,296,260,262,298,0,162,144,145,163,297,261,262,298,43,263,265,301,299,0,147,146,164,165,264,263,299,300,43,302,266,264,300,0,164,146,147,165,301,265,266,302,43,265,257,293,301,0,146,143,161,164,263,256,292,299,43,294,258,266,302,0,161,143,146,164,294,258,265,301,43,259,267,303,295,0,144,148,166,162,259,267,303,295,43,304,268,260,296,0,166,148,144,162,304,268,261,297,43,269,263,299,305,0,149,147,165,167,269,264,300,305,43,300,264,270,306,0,165,147,149,167,302,266,270,306,43,267,269,305,303,0,148,149,167,166,267,269,305,303,43,306,270,268,304,0,167,149,148,166,306,270,268,304,43,271,273,309,307,0,151,150,168,169,272,271,307,308,43,310,274,272,308,0,168,150,151,169,309,273,274,310,43,277,275,311,313,0,153,152,170,171,276,275,311,312,43,312,276,278,314,0,170,152,153,171,313,277,278,314,43,279,281,317,315,0,155,154,172,173,280,279,315,316,43,318,282,280,316,0,172,154,155,173,317,281,282,318,43,281,283,319,317,0,154,156,174,172,279,283,319,315,43,320,284,282,318,0,174,156,154,172,320,284,281,317,43,283,285,321,319,0,156,157,175,174,283,285,321,319,43,322,286,284,320,0,175,157,156,174,322,286,284,320,43,273,287,323,309,0,150,158,176,168,271,287,323,307,43,324,288,274,310,0,176,158,150,168,324,288,273,309,43,287,279,315,323,0,158,155,173,176,287,280,316,323,43,316,280,288,324,0,173,155,158,176,318,282,288,324,43,289,277,313,325,0,159,153,171,177,289,276,312,325,43,314,278,290,326,0,171,153,159,177,314,278,290,326,43,285,289,325,321,0,157,159,177,175,285,289,325,321,43,326,290,286,322,0,177,159,157,175,326,290,286,322,43,255,271,307,291,0,142,151,169,160,255,272,308,291,43,308,272,256,292,0,169,151,142,160,310,274,257,293,43,275,261,297,311,0,152,145,163,170,275,260,296,311,43,298,262,276,312,0,163,145,152,170,298,262,277,313,43,315,321,325,323,0,173,175,177,176,316,321,325,323,43,326,322,316,324,0,177,175,173,176,326,322,318,324,43,309,323,325,313,0,168,176,177,171,307,323,325,312,43,326,324,310,314,0,177,176,168,171,326,324,309,314,43,307,309,313,311,0,169,168,171,170,308,307,312,311,43,314,310,308,312,0,171,168,169,170,314,309,310,313,43,291,307,311,297,0,160,169,170,163,291,308,311,296,43,312,308,292,298,0,170,169,160,163,313,310,293,298,43,291,297,295,293,0,160,163,162,161,291,296,295,292,43,296,298,292,294,0,162,163,160,161,297,298,293,294,43,293,295,303,301,0,161,162,166,164,292,295,303,299,43,304,296,294,302,0,166,162,161,164,304,297,294,301,43,299,301,303,305,0,165,164,166,167,300,299,303,305,43,304,302,300,306,0,166,164,165,167,304,301,302,306,43,315,317,319,321,0,173,172,174,175,316,315,319,321,43,320,318,316,322,0,174,172,173,175,320,317,318,322,43,327,183,185,329,0,178,107,106,179,327,184,183,328,43,186,184,328,330,0,106,107,178,179,189,188,329,330,43,329,185,187,331,0,179,106,110,180,328,183,191,331,43,188,186,330,332,0,110,106,179,180,193,189,330,332,43,333,189,183,327,0,181,112,107,178,333,195,184,327,43,184,190,334,328,0,107,112,181,178,188,198,334,329,43,335,191,189,333,0,182,114,112,181,335,199,195,333,43,190,192,336,334,0,112,114,182,181,198,202,336,334,43,337,193,191,335,0,183,116,114,182,337,203,199,335,43,192,194,338,336,0,114,116,183,182,202,206,338,336,43,339,195,197,341,0,184,119,118,185,339,208,207,340,43,198,196,340,342,0,118,119,184,185,213,212,341,342,43,331,187,195,339,0,180,110,119,184,331,191,208,339,43,196,188,332,340,0,119,110,180,184,212,193,332,341,43,343,199,193,337,0,186,122,116,183,343,215,203,337,43,194,200,344,338,0,116,122,186,183,206,218,344,338,43,341,197,201,345,0,185,118,124,187,340,207,219,345,43,202,198,342,346,0,124,118,185,187,221,213,342,346,43,345,201,199,343,0,187,124,122,186,345,219,215,343,43,200,202,346,344,0,122,124,187,186,218,221,346,344,43,163,367,369,165,0,96,188,189,97,163,347,348,164,43,370,368,164,166,0,189,188,96,97,349,350,165,166,43,367,347,349,369,0,188,190,191,189,347,351,352,348,43,350,348,368,370,0,191,190,188,189,353,354,350,349,43,165,369,371,167,0,97,189,192,98,164,348,355,167,43,372,370,166,168,0,192,189,97,98,356,349,166,168,43,369,349,351,371,0,189,191,193,192,348,352,357,355,43,352,350,370,372,0,193,191,189,192,358,353,349,356,43,169,373,367,163,0,99,194,188,96,169,359,347,163,43,368,374,170,164,0,188,194,99,96,350,360,170,165,43,373,353,347,367,0,194,195,190,188,359,361,351,347,43,348,354,374,368,0,190,195,194,188,354,362,360,350,43,171,375,373,169,0,100,196,194,99,171,363,359,169,43,374,376,172,170,0,194,196,100,99,360,364,172,170,43,375,355,353,373,0,196,197,195,194,363,365,361,359,43,354,356,376,374,0,195,197,196,194,362,366,364,360,43,173,377,375,171,0,101,198,196,100,173,367,363,171,43,376,378,174,172,0,196,198,101,100,364,368,174,172,43,377,357,355,375,0,198,199,197,196,367,369,365,363,43,356,358,378,376,0,197,199,198,196,366,370,368,364,43,175,379,381,177,0,102,200,201,103,175,371,372,176,43,382,380,176,178,0,201,200,102,103,373,374,177,178,43,379,359,361,381,0,200,202,203,201,371,375,376,372,43,362,360,380,382,0,203,202,200,201,377,378,374,373,43,167,371,379,175,0,98,192,200,102,167,355,371,175,43,380,372,168,176,0,200,192,98,102,374,356,168,177,43,371,351,359,379,0,192,193,202,200,355,357,375,371,43,360,352,372,380,0,202,193,192,200,378,358,356,374,43,179,383,377,173,0,104,204,198,101,179,379,367,173,43,378,384,180,174,0,198,204,104,101,368,380,180,174,43,383,363,357,377,0,204,205,199,198,379,381,369,367,43,358,364,384,378,0,199,205,204,198,370,382,380,368,43,177,381,385,181,0,103,201,206,105,176,372,383,181,43,386,382,178,182,0,206,201,103,105,384,373,178,182,43,381,361,365,385,0,201,203,207,206,372,376,385,383,43,366,362,382,386,0,207,203,201,206,386,377,373,384,43,181,385,383,179,0,105,206,204,104,181,383,379,179,43,384,386,182,180,0,204,206,105,104,380,384,182,180,43,385,365,363,383,0,206,207,205,204,383,385,381,379,43,364,366,386,384,0,205,207,206,204,382,386,384,380,43,347,387,389,349,0,190,208,209,191,351,387,388,352,43,390,388,348,350,0,209,208,190,191,389,390,354,353,43,387,327,329,389,0,208,178,179,209,387,327,328,388,43,330,328,388,390,0,179,178,208,209,330,329,390,389,43,349,389,391,351,0,191,209,210,193,352,388,391,357,43,392,390,350,352,0,210,209,191,193,392,389,353,358,43,389,329,331,391,0,209,179,180,210,388,328,331,391,43,332,330,390,392,0,180,179,209,210,332,330,389,392,43,353,393,387,347,0,195,211,208,190,361,393,387,351,43,388,394,354,348,0,208,211,195,190,390,394,362,354,43,393,333,327,387,0,211,181,178,208,393,333,327,387,43,328,334,394,388,0,178,181,211,208,329,334,394,390,43,355,395,393,353,0,197,212,211,195,365,395,393,361,43,394,396,356,354,0,211,212,197,195,394,396,366,362,43,395,335,333,393,0,212,182,181,211,395,335,333,393,43,334,336,396,394,0,181,182,212,211,334,336,396,394,43,357,397,395,355,0,199,213,212,197,369,397,395,365,43,396,398,358,356,0,212,213,199,197,396,398,370,366,43,397,337,335,395,0,213,183,182,212,397,337,335,395,43,336,338,398,396,0,182,183,213,212,336,338,398,396,43,359,399,401,361,0,202,214,215,203,375,399,400,376,43,402,400,360,362,0,215,214,202,203,401,402,378,377,43,399,339,341,401,0,214,184,185,215,399,339,340,400,43,342,340,400,402,0,185,184,214,215,342,341,402,401,43,351,391,399,359,0,193,210,214,202,357,391,399,375,43,400,392,352,360,0,214,210,193,202,402,392,358,378,43,391,331,339,399,0,210,180,184,214,391,331,339,399,43,340,332,392,400,0,184,180,210,214,341,332,392,402,43,363,403,397,357,0,205,216,213,199,381,403,397,369,43,398,404,364,358,0,213,216,205,199,398,404,382,370,43,403,343,337,397,0,216,186,183,213,403,343,337,397,43,338,344,404,398,0,183,186,216,213,338,344,404,398,43,361,401,405,365,0,203,215,217,207,376,400,405,385,43,406,402,362,366,0,217,215,203,207,406,401,377,386,43,401,341,345,405,0,215,185,187,217,400,340,345,405,43,346,342,402,406,0,187,185,215,217,346,342,401,406,43,365,405,403,363,0,207,217,216,205,385,405,403,381,43,404,406,366,364,0,216,217,207,205,404,406,386,382,43,405,345,343,403,0,217,187,186,216,405,345,343,403,43,344,346,406,404,0,186,187,217,216,344,346,406,404,43,417,407,409,419,0,218,219,219,220,407,408,409,410,43,410,408,418,420,0,219,219,218,220,411,412,413,414,43,421,411,407,417,0,221,222,219,218,415,416,408,407,43,408,412,422,418,0,219,222,221,218,412,417,418,413,43,419,409,413,423,0,220,219,219,223,410,409,419,420,43,414,410,420,424,0,219,219,220,223,421,411,414,422,43,425,415,411,421,0,224,225,222,221,423,424,416,415,43,412,416,426,422,0,222,225,224,221,417,425,426,418,43,423,413,415,425,0,223,219,225,224,420,419,424,423,43,416,414,424,426,0,225,219,223,224,425,421,422,426,43,427,437,439,429,0,226,227,228,229,427,428,429,430,43,440,438,428,430,0,228,227,226,229,431,432,433,434,43,437,417,419,439,0,227,218,220,228,428,407,410,429,43,420,418,438,440,0,220,218,227,228,414,413,432,431,43,431,441,437,427,0,230,231,227,226,435,436,428,427,43,438,442,432,428,0,227,231,230,226,432,437,438,433,43,441,421,417,437,0,231,221,218,227,436,415,407,428,43,418,422,442,438,0,218,221,231,227,413,418,437,432,43,429,439,443,433,0,229,228,232,233,430,429,439,440,43,444,440,430,434,0,232,228,229,233,441,431,434,442,43,439,419,423,443,0,228,220,223,232,429,410,420,439,43,424,420,440,444,0,223,220,228,232,422,414,431,441,43,435,445,441,431,0,234,235,231,230,443,444,436,435,43,442,446,436,432,0,231,235,234,230,437,445,446,438,43,445,425,421,441,0,235,224,221,231,444,423,415,436,43,422,426,446,442,0,221,224,235,231,418,426,445,437,43,433,443,445,435,0,233,232,235,234,440,439,444,443,43,446,444,434,436,0,235,232,233,234,445,441,442,446,43,443,423,425,445,0,232,223,224,235,439,420,423,444,43,426,424,444,446,0,224,223,232,235,426,422,441,445,43,69,447,449,71,0,44,236,237,45,69,447,448,70,43,450,448,70,72,0,237,236,44,45,449,450,72,71,43,447,427,429,449,0,236,226,229,237,447,427,430,448,43,430,428,448,450,0,229,226,236,237,434,433,450,449,43,65,451,447,69,0,43,238,236,44,66,451,447,69,43,448,452,66,70,0,236,238,43,44,450,452,68,72,43,451,431,427,447,0,238,230,226,236,451,435,427,447,43,428,432,452,448,0,226,230,238,236,433,438,452,450,43,71,449,453,73,0,45,237,239,46,70,448,453,73,43,454,450,72,74,0,239,237,45,46,454,449,71,74,43,449,429,433,453,0,237,229,233,239,448,430,440,453,43,434,430,450,454,0,233,229,237,239,442,434,449,454,43,77,455,451,65,0,48,240,238,43,76,455,451,66,43,452,456,78,66,0,238,240,48,43,452,456,78,68,43,455,435,431,451,0,240,234,230,238,455,443,435,451,43,432,436,456,452,0,230,234,240,238,438,446,456,452,43,73,453,455,77,0,46,239,240,48,73,453,455,76,43,456,454,74,78,0,240,239,46,48,456,454,74,78,43,453,433,435,455,0,239,233,234,240,453,440,443,455,43,436,434,454,456,0,234,233,239,240,446,442,454,456,43,407,411,459,457,0,219,222,219,219,408,416,457,458,43,460,412,408,458,0,219,222,219,219,459,417,412,460,43,415,413,469,471,0,225,219,225,219,424,419,461,462,43,470,414,416,472,0,225,219,225,219,463,421,425,464,43,463,473,475,461,0,219,219,219,219,465,466,467,468,43,476,474,464,462,0,219,219,219,219,469,470,471,472,43,473,467,465,475,0,219,219,219,219,466,473,474,467,43,466,468,474,476,0,219,219,219,219,475,476,470,469,43,411,415,471,477,0,222,225,219,219,416,424,462,477,43,472,416,412,478,0,219,225,222,219,464,425,417,478,42,411,477,459,0,222,219,219,416,477,457,42,460,478,412,0,219,219,222,459,478,417,43,407,457,479,409,0,219,219,219,219,408,458,479,409,43,480,458,408,410,0,219,219,219,219,480,460,412,411,43,409,479,469,413,0,219,219,225,219,409,479,461,419,43,470,480,410,414,0,225,219,219,219,463,480,411,421,43,491,471,469,485,0,219,219,225,219,481,462,461,482,43,470,472,492,486,0,225,219,219,219,463,464,483,484,43,477,487,481,459,0,219,219,219,219,477,485,486,457,43,482,488,478,460,0,219,219,219,219,487,488,478,459,43,471,491,487,477,0,219,219,219,219,462,481,485,477,43,488,492,472,478,0,219,219,219,219,488,483,464,478,43,489,479,457,483,0,219,219,219,219,489,479,458,490,43,458,480,490,484,0,219,219,219,219,460,480,491,492,43,485,469,479,489,0,219,225,219,219,482,461,479,489,43,480,470,486,490,0,219,225,219,219,480,463,484,491,43,481,493,495,483,0,219,219,219,219,486,493,494,490,43,496,494,482,484,0,219,219,219,219,495,496,487,492,43,493,463,461,495,0,219,219,219,219,493,465,468,494,43,462,464,494,496,0,219,219,219,219,472,471,496,495,43,467,503,497,465,0,219,219,225,219,473,497,498,474,43,498,504,468,466,0,225,219,219,219,499,500,476,475,43,503,491,485,497,0,219,219,219,225,497,481,482,498,43,486,492,504,498,0,219,219,219,225,484,483,500,499,43,487,499,493,481,0,219,219,219,219,485,501,493,486,43,494,500,488,482,0,219,219,219,219,496,502,488,487,43,499,473,463,493,0,219,219,219,219,501,466,465,493,43,464,474,500,494,0,219,219,219,219,471,470,502,496,43,491,503,499,487,0,219,219,219,219,481,497,501,485,43,500,504,492,488,0,219,219,219,219,502,500,483,488,43,503,467,473,499,0,219,219,219,219,497,473,466,501,43,474,468,504,500,0,219,219,219,219,470,476,500,502,43,475,501,495,461,0,219,225,219,219,467,503,494,468,43,496,502,476,462,0,219,225,219,219,495,504,469,472,43,501,489,483,495,0,225,219,219,219,503,489,490,494,43,484,490,502,496,0,219,219,225,219,492,491,504,495,43,465,497,501,475,0,219,225,225,219,474,498,503,467,43,502,498,466,476,0,225,225,219,219,504,499,475,469,43,497,485,489,501,0,225,219,219,225,498,482,489,503,43,490,486,498,502,0,219,219,225,225,491,484,499,504,43,481,483,505,507,0,219,219,219,219,486,490,505,506,43,506,484,482,508,0,219,219,219,219,507,492,487,508,43,483,457,511,505,0,219,219,219,219,490,458,509,505,43,512,458,484,506,0,219,219,219,219,510,460,492,507,43,459,481,507,509,0,219,219,219,219,457,486,506,511,43,508,482,460,510,0,219,219,219,219,508,487,459,512,43,457,459,509,511,0,219,219,219,219,458,457,511,509,43,510,460,458,512,0,219,219,219,219,512,459,460,510,43,511,509,515,513,0,219,219,219,219,509,511,513,514,43,516,510,512,514,0,219,219,219,219,515,512,510,516,43,509,507,517,515,0,219,219,219,219,511,506,517,513,43,518,508,510,516,0,219,219,219,219,518,508,512,515,43,505,511,513,519,0,219,219,219,219,505,509,514,519,43,514,512,506,520,0,219,219,219,219,516,510,507,520,43,507,505,519,517,0,219,219,219,219,506,505,519,517,43,520,506,508,518,0,219,219,219,219,520,507,508,518,43,515,517,519,513,0,219,219,219,219,513,517,519,514,43,520,518,516,514,0,219,219,219,219,520,518,515,516]
},
theta = 0,
// d = document.getElementById('post-body-5258993572350706187'),
d = document.body,
loader = new THREE.JSONLoader();
d.style.textAlign = 'center';
d.style.width = '640px';
renderer = new THREE.WebGLRenderer( { alpha: 1, antialias: true, clearColor: 0xffffff } );
renderer.setSize( 640, 430 );
renderer.domElement.style.position = 'absolute';
renderer.domElement.style.backgroundColor = 'transparent';
renderer.domElement.style.zIndex = '10';
d.appendChild( renderer.domElement );
scene = new THREE.Scene();
camera = new THREE.PerspectiveCamera( 75, 640/430, 0.1, 100 );
camera.position.set( -8, 8, 8);
controls = new THREE.TrackballControls( camera, renderer.domElement );
function callbackLoader(geometry) {
material = new THREE.MeshBasicMaterial( { color: 0x444444, opacity: 0.8, morphTargets: true } );
mesh = new THREE.MorphAnimMesh( geometry, material );
mesh.duration = 300;
scene.add( mesh );
}
var callbackRender = function() {
theta += 0.02;
mesh.rotation.y = -theta;
mesh.position.x = 8 * Math.cos(theta);
mesh.position.z = 8 * Math.sin(theta);
mesh.updateAnimation( 10 );
};
loader.createModel(tonyBot, callbackLoader);
renderers.push( {renderer: renderer, scene: scene, camera: camera, controls: controls, callback: callbackRender} );
}
init();
</script>
<img border="0" height="400" src="http://1.bp.blogspot.com/-y9_LGxzREUQ/UHyYIdoZiMI/AAAAAAAAFes/-djyDNS-Hqo/s400/lrg.jpg" width="303" />
</body>
</html>