Skip to content

Question on JSONLoader #7266

@LuiSlacker

Description

@LuiSlacker

hey guys, I am experiencing a weird behavior when I try to load a JSON file exported from Blender with multiple geometries.

I use the following snippet to load the file

var loader = new THREE.JSONLoader();
loader.load('xxx/example.js',  function ( geometry, materials ) {
                            var material = new THREE.MeshFaceMaterial( materials );
                            var object = new THREE.Mesh( geometry, material );
                            scene.add( object );
                        }
                );

For some reason the loader is trying to load a single geometry and therefore no vertices/normals/faces are found:

Uncaught TypeError: Cannot read property 'length' of undefined - three.js:13232

Anyone got an idea how to solve this? Thx.

That's a part of the JSON resouce I use:

"geometries": [{
        "data": {
            "bones": [],
            "normals": [0.692862,0.70983,-0.126621,0.610218,0.785577,-0.102115,0.610218,0.785577,0.102115,0.692862,0.70983,0.126621,0.700339,0.701346,-0.132633,0.700339,0.701346,0.132603,0.777093,0.618854,-0.114383,0.777093,0.618854,0.114353,0.251442,0.965819,-0.062746,0.251442,0.965819,0.062746,0.540269,0.683218,0.491195,0.616932,0.618488,0.486648,0.639943,0.58153,0.502243,0.694784,0.485855,0.530229,0.97354,0.213965,0.08005,0.97351,0.214026,-0.08002,0.694754,0.485885,-0.530259,0.639943,0.58153,-0.502243,0.616932,0.618488,-0.486648,0.540269,0.683218,-0.491195,0.395886,0.813654,-0.425642,0.254097,0.470504,-0.844997,0.025575,0.700522,-0.713126,0.275216,0.93112,-0.239265,-0.166021,0.902646,-0.397015,-0.217536,0.970794,-0.100955,-0.217505,0.970794,0.100925,0.275216,0.93112,0.239265,-0.16599,0.902646,0.397015,0.395856,0.813685,0.425642,0.025575,0.700522,0.713126,0.254097,0.470504,0.844997,0.373302,0.354534,0.857265,0.410535,0.289804,0.864528,0.488937,0.147313,0.859767,0.812952,0.337046,0.474807,0.666128,-0.089084,0.740471,0.932035,0.224799,0.284097,0.854244,-0.281899,0.436781,0.936155,-0.330943,0.118412,0.936186,-0.330943,-0.118412,0.932035,0.22486,-0.284066,0.854244,-0.281869,-0.43675,0.812952,0.337077,-0.474807,0.666128,-0.089022,-0.740471,0.488876,0.147374,-0.859798,0.410535,0.289804,-0.864528,0.373302,0.354534,-0.857265,-0.016755,0.226295,-0.973907,-0.264138,0.508438,-0.819575,-0.475723,0.751518,-0.457015,-0.542283,0.831996,-0.116947,-0.542283,0.831996,0.116947,-0.475692,0.751518,0.457015,-0.264138,0.508408,0.819575,-0.016755,0.226295,0.973907,0.11124,0.080477,0.990509,0.160497,0.01355,0.986938,0.26191,-0.124241,0.95703,0.459456,-0.368603,0.808069,0.652791,-0.589099,0.476211,0.731803,-0.668905,0.130406,0.731803,-0.668905,-0.130436,0.652791,-0.589099,-0.476211,0.459456,-0.368572,-0.808069,0.261879,-0.12421,-0.95706,0.160497,0.01355,-0.986938,0.11124,0.080447,-0.990509,-0.205817,0.034211,-0.977966,-0.450697,0.329234,-0.829707,-0.663747,0.58507,-0.465957,-0.734275,0.668203,-0.119541,-0.734306,0.668172,0.119541,-0.663747,0.58504,0.465957,-0.450697,0.329234,0.829707,-0.205878,0.034242,0.977966,-0.080325,-0.116611,0.989898,-0.022736,-0.174657,0.984344,0.094363,-0.293405,0.951292,0.298502,-0.522416,0.7987,0.479965,-0.741966,0.468062,0.54326,-0.829737,0.127812,0.54329,-0.829737,-0.127842,0.479965,-0.741966,-0.468062,0.298502,-0.522446,-0.7987,0.094363,-0.293405,-0.951292,-0.022767,-0.174627,-0.984344,-0.080294,-0.116611,-0.989898,-0.453749,-0.247749,-0.855953,-0.672597,0.02176,-0.739677,-0.870174,0.25605,-0.420942,-0.939604,0.324595,-0.108249,-0.939634,0.324595,0.108219,-0.870174,0.25602,0.420972,-0.672567,0.02176,0.739677,-0.45378,-0.247719,0.855953,-0.345927,-0.384991,0.855617,-0.287637,-0.427015,0.857234,-0.163854,-0.512375,0.842952,0.034425,-0.70043,0.712882,0.188971,-0.890652,0.413465,0.223457,-0.968352,0.111057,0.223457,-0.968352,-0.111057,0.188971,-0.890652,-0.413495,0.034455,-0.7004,-0.712882,-0.163823,-0.512375,-0.842982,-0.287637,-0.427015,-0.857265,-0.345927,-0.38496,-0.855617,-0.667623,-0.551805,-0.499741,-0.80575,-0.391034,-0.444777,-0.932859,-0.252663,-0.256661,-0.972228,-0.223457,-0.069155,-0.972228,-0.223457,0.069155,-0.93289,-0.252632,0.25663,-0.80575,-0.391003,0.444777,-0.667623,-0.551775,0.499771,-0.600726,-0.635212,0.485397,-0.565477,-0.658589,0.496445,-0.478957,-0.710624,0.515305,-0.346965,-0.821741,0.45201,-0.250679,-0.931303,0.264199,-0.243416,-0.967193,0.07242,-0.243416,-0.967193,-0.07242,-0.250679,-0.931303,-0.264229,-0.346934,-0.821711,-0.452071,-0.478957,-0.710624,-0.515336,-0.565477,-0.658589,-0.496414,-0.600726,-0.635212,-0.485366,-0.77102,-0.628468,-0.102542,-0.77102,-0.628468,0.102542,-0.688528,-0.714072,0.126438,-0.679952,-0.721305,0.131748,-0.600726,-0.791406,0.112857,-0.600757,-0.791406,-0.112857,-0.679952,-0.721305,-0.131718,-0.688498,-0.714103,-0.126438,0.761864,0.288369,0.579974,0.289682,-0.765282,0.574786,0.289682,-0.765282,-0.574786,0.761864,0.288369,-0.579974,-0.500015,0.656056,-0.565264,-0.500015,0.656056,0.565264,0.640126,0.4897,0.591937,0.640126,0.4897,-0.591937,-0.393841,-0.617115,0.681173,0.364757,0.571551,0.735008,-0.532792,-0.503739,0.679952,0.491592,0.464736,0.736412,-0.644429,-0.352123,0.678701,0.592273,0.323618,0.737846,-0.715415,-0.169378,0.677816,0.655629,0.155217,0.738914,-0.717856,-0.031587,0.695456,0.694571,0.0318,0.71868,0.364757,0.571551,-0.735008,0.491562,0.464736,-0.736412,0.592273,0.323618,-0.737846,0.655629,0.155217,-0.738914,0.694571,0.0318,-0.71868,-0.393841,-0.617115,-0.681173,-0.532792,-0.503739,-0.679952,-0.644429,-0.352123,-0.678701,-0.715415,-0.169378,-0.677816,-0.717826,-0.031587,-0.695456],
            "colors": [],
            "uvs": [],
            "name": "Untitled.099Geometry",
            "vertices": [-73.1453,-9.01174,45.837,-73.1453,-9.01174,50.4823,-72.0285,-10.095,50.5088,-72.0285,-10.095,45.8106,-70.9117,-11.1783,50.4108,-70.9117,-11.1783,45.9086,-69.7948,-12.2616,50.1885,-69.7948,-12.2616,46.1309,-73.1922,-8.98525,45.84,-73.1922,-8.98525,50.4794,-73.1558,-9.02057,50.5364,-72.0389,-10.1039,50.5634,-70.9221,-11.1871,50.4631,-69.8053,-12.2704,50.2356,-69.7689,-12.3057,50.1791,-69.7689,-12.3057,46.1402,-69.8053,-12.2704,46.0837,-70.9221,-11.1871,45.8562,-72.0389,-10.1039,45.756,-73.1558,-9.02057,45.783,-73.1843,-9.0447,45.7434,-73.2159,-9.0141,45.7586,-73.174,-9.00291,45.7917,-73.239,-8.99171,45.7948,-73.1873,-8.98998,45.8126,-73.2474,-8.98351,45.8422,-73.2474,-8.98351,50.4771,-73.239,-8.99171,50.5246,-73.1873,-8.98998,50.5068,-73.2159,-9.0141,50.5607,-73.174,-9.00291,50.5276,-73.1843,-9.0447,50.5759,-72.0675,-10.128,50.6034,-70.9507,-11.2113,50.5015,-69.8339,-12.2945,50.2702,-69.8023,-12.3251,50.2509,-69.7871,-12.2881,50.2246,-69.7793,-12.3475,50.215,-69.7738,-12.301,50.2039,-69.7708,-12.3557,50.1722,-69.7708,-12.3557,46.1472,-69.7793,-12.3475,46.1044,-69.7738,-12.301,46.1155,-69.8023,-12.3251,46.0685,-69.7871,-12.2881,46.0948,-69.8339,-12.2945,46.0492,-70.9507,-11.2113,45.8179,-72.0675,-10.128,45.716,-73.2234,-9.07764,45.729,-73.2598,-9.04232,45.7465,-73.2865,-9.01646,45.7883,-73.2962,-9.00699,45.843,-73.2962,-9.00699,50.4763,-73.2865,-9.01646,50.531,-73.2598,-9.04232,50.5728,-73.2234,-9.07764,50.5904,-72.1066,-10.1609,50.618,-70.9897,-11.2442,50.5155,-69.8729,-12.3275,50.2828,-69.8365,-12.3628,50.2605,-69.8098,-12.3887,50.219,-69.8001,-12.3981,50.1696,-69.8001,-12.3981,46.1497,-69.8098,-12.3887,46.1004,-69.8365,-12.3628,46.0589,-69.8729,-12.3275,46.0365,-70.9897,-11.2442,45.8039,-72.1066,-10.1609,45.7013,-73.4577,-9.27534,45.729,-73.4941,-9.24001,45.7465,-73.5207,-9.21416,45.7883,-73.5305,-9.20469,45.843,-73.5305,-9.20469,50.4763,-73.5207,-9.21416,50.531,-73.4941,-9.24001,50.5728,-73.4577,-9.27534,50.5904,-72.3408,-10.3586,50.618,-71.224,-11.4419,50.5155,-70.1072,-12.5252,50.2828,-70.0708,-12.5605,50.2605,-70.0441,-12.5864,50.219,-70.0343,-12.5958,50.1696,-70.0343,-12.5958,46.1497,-70.0441,-12.5864,46.1004,-70.0708,-12.5605,46.0589,-70.1072,-12.5252,46.0365,-71.224,-11.4419,45.8039,-72.3408,-10.3586,45.7013,-73.4967,-9.30829,45.7434,-73.5282,-9.2777,45.7586,-73.5513,-9.2553,45.7948,-73.5598,-9.2471,45.8422,-73.5598,-9.2471,50.4771,-73.5513,-9.2553,50.5246,-73.5282,-9.2777,50.5607,-73.4967,-9.30829,50.5759,-72.3799,-10.3916,50.6034,-71.263,-11.4748,50.5015,-70.1462,-12.5581,50.2702,-70.1147,-12.5887,50.2509,-70.0916,-12.6111,50.215,-70.0831,-12.6193,50.1722,-70.0831,-12.6193,46.1472,-70.0916,-12.6111,46.1044,-70.1147,-12.5887,46.0685,-70.1462,-12.5581,46.0492,-71.263,-11.4748,45.8179,-72.3799,-10.3916,45.716,-73.5253,-9.33241,45.783,-73.5435,-9.31475,45.7917,-73.5568,-9.30182,45.8126,-73.5617,-9.29708,45.84,-73.5617,-9.29708,50.4794,-73.5568,-9.30182,50.5068,-73.5435,-9.31475,50.5276,-73.5253,-9.33241,50.5364,-72.4085,-10.4157,50.5634,-71.2916,-11.499,50.4631,-70.1748,-12.5822,50.2356,-70.1566,-12.5999,50.2246,-70.1433,-12.6128,50.2039,-70.1384,-12.6176,50.1791,-70.1384,-12.6176,46.1402,-70.1433,-12.6128,46.1155,-70.1566,-12.5999,46.0948,-70.1748,-12.5822,46.0837,-71.2916,-11.499,45.8562,-72.4085,-10.4157,45.756,-73.5357,-9.34124,45.837,-73.5357,-9.34124,50.4823,-72.4189,-10.4245,50.5088,-71.3021,-11.5078,50.4108,-70.1853,-12.5911,50.1885,-70.1853,-12.5911,46.1309,-71.3021,-11.5078,45.9086,-72.4189,-10.4245,45.8106,-72.5969,-11.4479,48.9058,-72.5969,-11.4479,47.8727,-72.1405,-10.3646,47.8727,-72.1405,-10.3646,48.9058,-79.0123,11.1316,48.9058,-77.7828,10.8049,48.9058,-77.7828,10.8049,47.8727,-79.0123,11.1316,47.8727,-74.0848,-9.4295,48.9058,-74.822,-10.3778,48.9058,-75.7149,-8.09013,48.9058,-76.6874,-8.84508,48.9058,-76.9305,-6.42894,48.9058,-78.0784,-6.94408,48.9058,-77.6567,-4.54815,48.9058,-78.9095,-4.79178,48.9058,-77.8488,-2.5635,48.9058,-79.1294,-2.52063,48.9058,-74.0848,-9.4295,47.8727,-75.7149,-8.09013,47.8727,-76.9305,-6.42894,47.8727,-77.6567,-4.54815,47.8727,-77.8488,-2.5635,47.8727,-74.822,-10.3778,47.8727,-76.6874,-8.84508,47.8727,-78.0784,-6.94408,47.8727,-78.9095,-4.79178,47.8727,-79.1294,-2.52063,47.8727],
            "metadata": {
                "bones": 0,
                "normals": 164,
                "colors": 0,
                "uvs": 0,
                "vertices": 164,
                "materials": 1,
                "generator": "io_three",
                "faces": 172,
                "version": 3
            },
            "faces": [35,3,0,1,2,0,0,1,2,3,35,5,3,2,4,0,4,0,3,5,35,7,5,4,6,0,6,4,5,7,35,1,0,8,9,0,2,1,8,9,35,2,1,10,11,0,3,2,10,11,35,4,2,11,12,0,5,3,11,12,35,6,4,12,13,0,7,5,12,13,35,7,6,14,15,0,6,7,14,15,35,5,7,16,17,0,4,6,16,17,35,3,5,17,18,0,0,4,17,18,35,0,3,18,19,0,1,0,18,19,35,22,19,20,21,0,20,19,21,22,35,24,22,21,23,0,23,20,22,24,35,8,24,23,25,0,8,23,24,25,35,9,8,25,26,0,9,8,25,26,35,28,9,26,27,0,27,9,26,28,35,30,28,27,29,0,29,27,28,30,35,10,30,29,31,0,10,29,30,31,35,11,10,31,32,0,11,10,31,32,35,12,11,32,33,0,12,11,32,33,35,13,12,33,34,0,13,12,33,34,35,36,13,34,35,0,35,13,34,36,35,38,36,35,37,0,37,35,36,38,35,14,38,37,39,0,14,37,38,39,35,15,14,39,40,0,15,14,39,40,35,42,15,40,41,0,41,15,40,42,35,44,42,41,43,0,43,41,42,44,35,16,44,43,45,0,16,43,44,45,35,17,16,45,46,0,17,16,45,46,35,18,17,46,47,0,18,17,46,47,35,19,18,47,20,0,19,18,47,21,35,21,20,48,49,0,22,21,48,49,35,23,21,49,50,0,24,22,49,50,35,25,23,50,51,0,25,24,50,51,35,26,25,51,52,0,26,25,51,52,35,27,26,52,53,0,28,26,52,53,35,29,27,53,54,0,30,28,53,54,35,31,29,54,55,0,31,30,54,55,35,32,31,55,56,0,32,31,55,56,35,33,32,56,57,0,33,32,56,57,35,34,33,57,58,0,34,33,57,58,35,35,34,58,59,0,36,34,58,59,35,37,35,59,60,0,38,36,59,60,35,39,37,60,61,0,39,38,60,61,35,40,39,61,62,0,40,39,61,62,35,41,40,62,63,0,42,40,62,63,35,43,41,63,64,0,44,42,63,64,35,45,43,64,65,0,45,44,64,65,35,46,45,65,66,0,46,45,65,66,35,47,46,66,67,0,47,46,66,67,35,20,47,67,48,0,21,47,67,48,35,49,48,68,69,0,49,48,68,69,35,50,49,69,70,0,50,49,69,70,35,51,50,70,71,0,51,50,70,71,35,52,51,71,72,0,52,51,71,72,35,53,52,72,73,0,53,52,72,73,35,54,53,73,74,0,54,53,73,74,35,55,54,74,75,0,55,54,74,75,35,56,55,75,76,0,56,55,75,76,35,57,56,76,77,0,57,56,76,77,35,58,57,77,78,0,58,57,77,78,35,59,58,78,79,0,59,58,78,79,35,60,59,79,80,0,60,59,79,80,35,61,60,80,81,0,61,60,80,81,35,62,61,81,82,0,62,61,81,82,35,63,62,82,83,0,63,62,82,83,35,64,63,83,84,0,64,63,83,84,35,65,64,84,85,0,65,64,84,85,35,66,65,85,86,0,66,65,85,86,35,67,66,86,87,0,67,66,86,87,35,48,67,87,68,0,48,67,87,68,35,69,68,88,89,0,69,68,88,89,35,70,69,89,90,0,70,69,89,90,35,71,70,90,91,0,71,70,90,91,35,72,71,91,92,0,72,71,91,92,35,73,72,92,93,0,73,72,92,93,35,74,73,93,94,0,74,73,93,94,35,75,74,94,95,0,75,74,94,95,35,76,75,95,96,0,76,75,95,96,35,77,76,96,97,0,77,76,96,97,35,78,77,97,98,0,78,77,97,98,35,79,78,98,99,0,79,78,98,99,35,80,79,99,100,0,80,79,99,100,35,81,80,100,101,0,81,80,100,101,35,82,81,101,102,0,82,81,101,102,35,83,82,102,103,0,83,82,102,103,35,84,83,103,104,0,84,83,103,104,35,85,84,104,105,0,85,84,104,105,35,86,85,105,106,0,86,85,105,106,35,87,86,106,107,0,87,86,106,107,35,68,87,107,88,0,68,87,107,88,35,89,88,108,109,0,89,88,108,109,35,90,89,109,110,0,90,89,109,110,35,91,90,110,111,0,91,90,110,111,35,92,91,111,112,0,92,91,111,112,35,93,92,112,113,0,93,92,112,113,35,94,93,113,114,0,94,93,113,114,35,95,94,114,115,0,95,94,114,115,35,96,95,115,116,0,96,95,115,116,35,97,96,116,117,0,97,96,116,117,35,98,97,117,118,0,98,97,117,118,35,99,98,118,119,0,99,98,118,119,35,100,99,119,120,0,100,99,119,120,35,101,100,120,121,0,101,100,120,121,35,102,101,121,122,0,102,101,121,122,35,103,102,122,123,0,103,102,122,123,35,104,103,123,124,0,104,103,123,124,35,105,104,124,125,0,105,104,124,125,35,106,105,125,126,0,106,105,125,126,35,107,106,126,127,0,107,106,126,127,35,88,107,127,108,0,88,107,127,108,35,112,111,128,129,0,112,111,128,129,35,116,115,129,130,0,116,115,129,130,35,117,116,130,131,0,117,116,130,131,35,118,117,131,132,0,118,117,131,132,35,122,121,132,133,0,122,121,132,133,35,126,125,133,134,0,126,125,133,134,35,127,126,134,135,0,127,126,134,135,35,108,127,135,128,0,108,127,135,128,35,134,133,132,131,0,134,133,132,131,35,135,134,131,130,0,135,134,131,130,35,128,135,130,129,0,128,135,130,129,35,139,136,137,138,0,136,137,138,139,35,143,140,141,142,0,140,141,142,143,35,145,136,139,144,0,144,137,136,145,35,147,145,144,146,0,146,144,145,147,35,149,147,146,148,0,148,146,147,149,35,151,149,148,150,0,150,148,149,151,35,153,151,150,152,0,152,150,151,153,35,140,153,152,141,0,141,152,153,142,35,144,139,138,154,0,145,136,139,154,35,146,144,154,155,0,147,145,154,155,35,148,146,155,156,0,149,147,155,156,35,150,148,156,157,0,151,149,156,157,35,152,150,157,158,0,153,151,157,158,35,141,152,158,142,0,142,153,158,143,35,154,138,137,159,0,154,139,138,159,35,155,154,159,160,0,155,154,159,160,35,156,155,160,161,0,156,155,160,161,35,157,156,161,162,0,157,156,161,162,35,158,157,162,163,0,158,157,162,163,35,142,158,163,143,0,143,158,163,140,35,159,137,136,145,0,159,138,137,144,35,160,159,145,147,0,160,159,144,146,35,161,160,147,149,0,161,160,146,148,35,162,161,149,151,0,162,161,148,150,35,163,162,151,153,0,163,162,150,152,35,143,163,153,140,0,140,163,152,141,34,0,19,22,0,1,19,20,34,0,22,24,0,1,20,23,34,0,24,8,0,1,23,8,34,1,9,28,0,2,9,27,34,1,28,30,0,2,27,29,34,1,30,10,0,2,29,10,34,6,13,36,0,7,13,35,34,6,36,38,0,7,35,37,34,6,38,14,0,7,37,14,34,7,15,42,0,6,15,41,34,7,42,44,0,6,41,43,34,7,44,16,0,6,43,16,34,108,128,109,0,108,128,109,34,109,128,110,0,109,128,110,34,110,128,111,0,110,128,111,34,112,129,113,0,112,129,113,34,113,129,114,0,113,129,114,34,114,129,115,0,114,129,115,34,118,132,119,0,118,132,119,34,119,132,120,0,119,132,120,34,120,132,121,0,120,132,121,34,122,133,123,0,122,133,123,34,123,133,124,0,123,133,124,34,124,133,125,0,124,133,125]
        },
        "type": "Geometry",
        "uuid": "72F37ECD-6C01-3FEF-98A8-C614492455B8",
        "materials": [{
            "transparent": false,
            "depthTest": true,
            "colorSpecular": [0.78,0.78,0.78],
            "specularCoef": 72,
            "colorEmissive": [0,0,0],
            "colorDiffuse": [0,0,0],
            "visible": true,
            "shading": "phong",
            "DbgIndex": 0,
            "colorAmbient": [0,0,0],
            "blending": "NormalBlending",
            "wireframe": false,
            "DbgName": "black",
            "depthWrite": true,
            "DbgColor": 15658734,
            "vertexColors": false,
            "opacity": 1
        }]
    },{
        "data": {
            "bones": [],
            "normals": [0.747551,-0.556444,-0.362621,0.873623,0.195959,-0.445326,0.983398,-0.08179,-0.16184,0.734947,-0.596881,-0.321787,0.839473,0.350108,-0.41554,0.867855,0.460219,-0.186987,0.890622,0.225776,-0.394696,0.865932,0.374554,-0.3314,0.802393,-0.502213,-0.322306,0.951231,0.063997,-0.301675,0.910367,0.138127,-0.389996,0.920164,0.183538,-0.345775,0.957823,0.136967,-0.252541,0.878475,0.178411,-0.44319,0.877499,0.186682,-0.441664,0.893765,0.150945,-0.422346,0.875698,0.175573,-0.449721,0.922391,0.105411,-0.371563,0.792261,0.496689,-0.35435,0.531724,0.813105,-0.236885,0.563616,0.805506,-0.182806,0.825312,0.526444,-0.204047,0.258553,0.958464,-0.120334,0.281655,0.949736,-0.13654,0.516404,0.841578,-0.158177,0.224403,0.971679,-0.073672,0.81634,0.512528,-0.266152,0.909696,0.310862,-0.275307,0.920896,0.300516,-0.248238,0.886135,0.340251,-0.314585,0.884457,0.313669,-0.345408,0.853694,0.481307,-0.198737,0.902005,0.148991,-0.405164,0.877499,0.336375,-0.341807,0.872311,0.212745,-0.440199,0.525437,0.091128,-0.845912,0.509781,0.06415,-0.857875,0.089633,-0.207068,-0.974181,0.100681,-0.193213,-0.975951,0.502426,0.028077,-0.864132,0.078219,-0.23011,-0.97,0.802362,0.325571,-0.500168,0.809809,0.292917,-0.508286,0.80343,0.350383,-0.481338,0.828822,0.50441,-0.241981,0.492721,0.864345,-0.100497,0.473922,0.859584,0.190924,0.833216,0.523362,-0.17835,0.077517,0.996551,0.029267,0.073794,0.930815,0.357891,0.51558,0.824335,-0.23365,0.083193,0.99472,-0.059603,0.82226,0.453444,-0.343852,0.868923,0.481521,-0.114292,0.547258,0.690085,0.473556,0.63213,0.547014,0.548753,0.925535,0.373882,-0.059908,0.065279,0.660756,0.747734,0.055879,0.467269,0.882321,0.926084,-0.375378,0.037935,0.936216,-0.323557,0.137028,0.354015,-0.718802,0.598315,0.418073,-0.635212,0.649373,0.867122,-0.497635,-0.019959,0.305704,-0.897488,0.317881,0.500534,-0.0094,-0.865658,0.499863,0.000732,-0.866085,0.816584,0.266152,-0.512131,0.820124,0.250832,-0.514237,0.07123,-0.247566,-0.966216,0.070254,-0.251106,-0.965392,0.980926,0.084567,-0.174841,0.785028,-0.614063,-0.081393,0.125065,-0.989746,0.068941,0.741691,-0.661336,-0.111759,0.062014,-0.998047,0.007324,0.981231,0.110263,-0.158177,0.977966,0.193274,-0.078646,0.706534,0.385784,0.593219,0.754723,0.328623,0.567766,0.048616,0.372723,0.926633,0.049989,0.33903,0.939421,0.654653,0.443312,0.612262,0.049165,0.42143,0.905515,0.971221,0.236457,-0.028291,0.052034,-0.221351,-0.973785,0.055666,-0.226325,-0.972442,0.049898,-0.227882,-0.972381,0.044527,-0.22541,-0.973235,0.058687,-0.240638,-0.96881,0.055391,-0.239601,-0.969268,0.063753,0.61034,-0.789544,0.026154,0.628956,-0.776971,0.052095,0.996216,-0.069185,0.07886,0.993286,-0.084292,0.022309,0.648762,-0.760613,0.047792,0.996582,-0.067049,0.01236,-0.186346,-0.982391,-0.001251,-0.156652,-0.98764,0.060793,-0.183966,-0.981017,0.059542,0.9288,0.365673,0.055422,0.997742,0.037233,0.052461,0.998321,0.024079,0.056185,0.951659,0.30192,0.057558,0.997131,-0.048677,0.053987,0.997284,-0.049471,0.063845,0.46971,0.88049,0.064974,0.658376,0.74984,0.063753,0.70278,0.708518,0.065371,0.473464,0.878353,0.03534,-0.266457,-0.963164,0.070254,-0.972198,-0.223304,0.052919,-0.887387,-0.457961,0.023469,-0.270699,-0.962371,0.055025,-0.65154,0.756584,0.033357,-0.651295,0.758049,0.151463,-0.957183,-0.246651,0.115299,-0.24012,-0.963866,0.073794,-0.736869,0.671957,0.044984,-0.732414,0.679342,0.084597,-0.926115,0.367565,0.052187,-0.918882,0.391034,0.059999,-0.255959,-0.964812,0.059633,-0.253334,-0.965514,0.057863,-0.253121,-0.965667,0.058504,-0.256874,-0.96466,0.052339,-0.995086,0.083712,0.042024,-0.994873,0.09183,0.034394,-0.999329,0.01236,0.030824,-0.99942,0.013031,0.046785,0.372265,0.926939,0.046693,0.338755,0.939695,0.046541,0.37669,0.925138,0.046236,0.33845,0.939817,0.05005,0.421308,0.905515,0.050661,0.422926,0.904721,0.813288,0.371166,-0.448012,0.521897,0.792261,-0.316019,0.084323,0.993194,-0.080142,0.517624,0.788324,-0.332499,0.806482,0.351634,-0.475265,0.052187,0.996551,-0.064394,0.056581,0.996246,-0.065127,0.117435,-0.238533,-0.963988,0.551622,-0.065401,-0.831507,0.566668,-0.07416,-0.820582,0.843104,0.116977,-0.524827,0.863643,0.094821,-0.495071,0.525956,-0.058168,-0.848476,0.830042,0.135929,-0.540819,0.106998,-0.236244,-0.965758,0.023286,-0.269295,-0.962737,0.035554,-0.264565,-0.963683,0.036409,-0.260292,-0.964812,0.023957,-0.26484,-0.963988,0.062929,-0.538682,0.840144,0.066683,-0.56737,0.820734,0.09595,-0.570299,0.81579,0.854244,0.345073,-0.388775,0.853725,0.331187,-0.401746,0.885525,0.428449,-0.17951,0.885006,0.432081,-0.173284,0.531449,0.839808,-0.110569,0.205206,0.977813,-0.041505,0.584796,0.782159,-0.214942,0.201941,0.978607,-0.039003,0.495102,0.004334,-0.868801,0.482223,-0.020722,-0.87579,0.066073,-0.19306,-0.978942,0.06534,-0.189276,-0.979736,0.505478,-0.051332,-0.861293,0.074648,-0.231178,-0.970031,0.824702,0.193335,-0.531419,0.82931,0.165044,-0.53383,0.829157,0.209357,-0.518265,0.651631,0.475539,0.590899,0.052675,0.443525,0.894681,0.960875,0.275369,-0.029359,0.056032,-0.192969,-0.979583,0.054415,-0.196966,-0.978881,0.052767,-0.191565,-0.980041,0.055055,-0.19837,-0.978545,0.05118,-0.239814,-0.969451,0.048311,-0.240272,-0.969481,0.05768,0.444411,0.893948,0.059145,0.445906,0.893094,0.857112,0.301767,-0.417432,0.867428,0.328166,-0.373974,0.869228,0.203955,-0.450331,0.868221,0.200751,-0.453688,0.919279,0.328288,-0.217048,0.69805,0.66097,-0.275246,0.78048,0.604968,-0.157506,0.952879,0.244301,-0.179693,0.963103,0.20719,-0.171728,0.784265,0.596942,-0.169012,0.926511,0.248573,-0.282388,0.975127,0.165563,-0.14716,0.972594,0.180822,-0.146092,0.883785,0.013123,-0.467635,0.884396,0.043916,-0.464614,0.964568,0.222633,-0.141514,0.931455,0.325694,-0.162145,0.868282,0.139744,-0.475936,0.859645,0.209296,-0.466018,0.882748,0.426191,-0.197638,0.867122,0.441939,-0.229652,0.902402,0.095798,-0.420087,0.935667,-0.131169,-0.327525,0.877224,0.39967,-0.265938,0.867885,0.341441,-0.360729,0.909665,-0.211005,-0.357677,0.858852,-0.270943,-0.434645,0.851497,0.246834,-0.4626,0.853542,0.224433,-0.470168,0.886715,-0.261788,-0.380963,0.836085,0.342936,-0.428175,0.803827,0.348857,-0.481735,0.833918,0.398236,-0.382031,0.949736,0.222846,-0.219794,0.840785,0.5309,0.105686,0.881954,0.467422,0.060091,0.854213,0.314493,-0.413984,0.84582,0.339946,-0.411084,0.871609,0.485977,0.063906,0.859096,0.299295,-0.415113,0.888974,0.453719,0.0618,0.020814,0.999695,-0.0112,0.276833,0.952879,-0.123844,0.390728,0.906705,-0.158605,0.014924,0.995453,0.093844,0.756554,0.542314,-0.365368,0.835292,0.386822,-0.390637,0.372112,0.923399,-0.094058,0.021821,0.999664,-0.012391,0.019654,0.999756,-0.007355,0.359874,0.929594,-0.07944,0.308573,0.946776,-0.091403,0.015259,0.998688,-0.048524,0.014069,0.514573,-0.857295,0.540544,0.542802,-0.64275,0.390973,-0.292489,-0.872677,0.003021,-0.407361,-0.913236,0.002503,-0.431654,-0.902005,0.399548,-0.292489,-0.86877,0.411145,-0.250618,-0.8764,0.002289,-0.449385,-0.893307,0.000122,-0.638264,-0.769799,0.438673,-0.36729,-0.820124,0.439863,-0.7481,-0.496811,-0.003876,-0.922697,-0.385449,-0.006226,-0.998535,-0.053194,0.408216,-0.894345,-0.182867,0.39256,-0.90817,-0.145116,-0.006867,-0.999603,0.026185,-0.00412,-0.998688,0.050783,0.361736,-0.91998,-0.150792,0.386517,-0.921232,-0.043367,0.008271,-0.978576,0.205603,0.006012,-0.459426,0.88818,0.622028,-0.312265,0.718009,0.370861,0.434095,0.820978,-0.003357,0.24781,0.96878,-0.003357,0.280221,0.959899,0.404004,0.442793,0.800409,0.398328,0.442701,0.803308,-0.00351,0.268532,0.963256,0.407331,0.437513,0.80163,-0.003693,0.281533,0.959532,0.002747,0.738029,0.674734,0.524277,0.789087,0.320017,0.886227,0.412519,-0.210608,0.836207,0.371502,-0.403333,0.856197,0.510453,0.079501,-0.003479,0.254128,0.967162,0.385601,0.437239,0.812433,0.839473,0.36198,-0.405194,0.873196,0.453932,-0.177313,0.858882,0.35551,-0.368633,0.539537,0.110569,-0.834651,0.528001,0.118809,-0.840877,0.10062,-0.18836,-0.976928,0.043764,-0.219275,-0.97467,0.033692,-0.221107,-0.974639,0.110599,0.992523,-0.051332,0.147191,0.988769,0.025239,0.097385,0.994629,-0.034364,0.090548,0.995666,-0.020173,0.103946,0.993042,-0.054933,0.318827,0.50914,-0.799432,0.548296,-0.071413,-0.833216,0.488907,-0.235878,-0.839808,0.449995,-0.241279,-0.859798,0.841334,0.073672,-0.535417,0.427595,-0.396161,-0.812494,0.388318,-0.757836,-0.524277,0.852412,-0.315653,-0.416791,0.835566,-0.472335,-0.280496,0.22779,-0.963622,-0.139653,0.180914,-0.982391,-0.046297,0.179296,-0.982727,-0.045656,0.359355,-0.928953,0.088748,0.697409,-0.262551,0.666799,0.550462,0.503128,0.666189,0.551225,0.496261,0.670705,0.555834,0.490249,0.671316,0.565386,0.497452,0.657888,0.558214,0.558794,0.613269,0.388012,0.768792,0.508286,0.878597,0.146428,-0.454543,0.864742,0.167547,-0.473373,0.904263,0.111698,-0.412061,0.863186,0.270974,-0.425916,0.828272,0.223579,-0.513718,0.860225,0.246803,-0.44612,0.507584,-0.007416,-0.861538,0.06946,-0.232948,-0.97,0.059175,-0.237739,-0.969512,0.057955,-0.242256,-0.968474,0.833216,0.148961,-0.532487,0.863704,0.178289,-0.471358,0.8699,0.186041,-0.45671,0.865261,0.187628,-0.464858,0.513871,-0.056093,-0.856014,0.090945,-0.238227,-0.966918,0.034242,-0.258919,-0.96527,0.043153,-0.255165,-0.965911,0.903043,0.316294,-0.290506,0.918393,0.25309,-0.304025,0.332926,0.560076,-0.758568,0.590472,-0.78573,-0.18421,0.81109,-0.529191,0.249092,0.9729,-0.23075,-0.013825,0.692679,-0.428816,0.579882,0.860012,0.244301,-0.44792,0.85818,0.256081,-0.444838,0.858577,0.231574,-0.45732,0.861019,0.226722,-0.455184,0.881588,0.382305,-0.276742,0.882473,0.364727,-0.296915,0.885189,0.355937,-0.299478,0.862972,0.219367,-0.455061,0.870846,0.188055,-0.454085],
            "colors": [],
            "uvs": [[0.230202,0.981921,0.232403,0.947888,0.030918,0.97569,0.234608,0.913857,0.433891,0.920088,0.438301,0.85202,0.429489,0.988152,0.292877,0.244919,0.291534,0.257736,0.461388,0.444153,0.290199,0.270569,0.121695,0.07132,0.119024,0.09697,0.124367,0.04567,0.267746,0.496521,0.268936,0.491943,0.076483,0.50927,0.270126,0.487381,0.461395,0.474609,0.463783,0.465469,0.459015,0.483749,0.678009,0.729645,0.699173,0.660904,0.445801,0.736221,0.720337,0.592163,0.95256,0.585587,0.994888,0.448105,0.910233,0.723061,0.010503,0.940069,0.014859,0.890535,0.010153,0.939952,0.019216,0.841003,0.019566,0.841118,0.02828,0.74205,0.010853,0.940186,0.640503,1.00556,0.640457,1.00564,0.849091,1.00399,0.640427,1.00572,0.431847,1.00728,0.43177,1.00744,0.431931,1.00712,0.891525,0.866283,0.891495,0.866367,0.933975,0.728569,0.891479,0.866447,0.84903,1.00416,0.848984,1.00432,0.292831,0.244965,0.292793,0.24501,0.461304,0.44426,0.46122,0.444351,0.053644,0.504608,0.047273,0.564034,0.053748,0.504601,0.040902,0.623459,0.040798,0.623466,0.028058,0.742317,0.05354,0.504608,0.745178,0.432007,0.745255,0.431839,0.745331,0.431656,1.02914,0.41951,1.0293,0.419144,1.02899,0.419861,1.02377,0.436798,1.0238,0.436798,1.01859,0.453735,1.01865,0.453735,1.01856,0.453735,0.009976,0.938625,0.014452,0.889217,0.0098,0.937298,0.018929,0.839809,0.019105,0.841137,0.005785,0.9941,0.00564,0.994213,0.006321,0.994117,0.005495,0.994325,0.004959,0.994308,0.00467,0.994533,0.005249,0.994083,0.849213,1.0046,0.744904,1.00538,0.849457,1.00488,0.64061,1.00616,0.640366,1.00588,0.93425,0.728935,0.913025,0.797806,0.934631,0.729027,0.8918,0.866676,0.891418,0.866585,0.933868,0.728844,0.103714,0.022751,0.10375,0.022354,0.103594,0.02243,0.103785,0.021957,0.103907,0.022278,0.103977,0.021484,0.103836,0.023071,0.103857,0.021149,0.193169,0.126877,0.103739,0.020813,0.282478,0.23259,0.282593,0.232925,0.053146,0.504631,0.046778,0.564041,0.040409,0.623451,0.040015,0.623474,0.027278,0.742287,0.052753,0.504654,0.461388,0.444031,0.603394,0.437729,0.461555,0.44371,0.745422,0.431427,0.745255,0.431747,1.02387,0.436783,1.02399,0.436783,1.02908,0.41983,1.02411,0.436768,1.01889,0.45372,1.01917,0.453705,0.219036,1.00043,0.219078,1.00053,0.219124,1.00062,0.006232,0.993927,0.006143,0.993737,0.220009,1.00139,0.22002,1.00122,0.008295,0.99465,0.220032,1.00105,0.431747,1.00779,0.431725,1.00813,0.101337,0.047058,0.101536,0.047821,0.101734,0.048584,0.099236,0.072556,0.099632,0.074081,0.098841,0.07103,0.10198,0.037766,0.101599,0.042252,0.101217,0.046738,0.099604,0.062057,0.100368,0.053085,1.02975,0.419174,1.0296,0.419281,1.02963,0.419632,1.02945,0.419388,1.0296,0.41893,1.02991,0.418716,0.261414,0.555855,0.255074,0.615204,0.063814,0.62796,0.051146,0.746651,0.726944,0.465927,0.727371,0.464554,0.727798,0.463181,0.995728,0.445358,0.996582,0.442612,0.056603,0.47702,0.057128,0.472122,0.056533,0.4767,0.057652,0.467239,0.057723,0.467545,0.058772,0.457764,0.056675,0.477325,0.997452,0.522446,0.976303,0.591156,0.976257,0.591156,0.056218,0.475983,0.056721,0.471298,0.055903,0.475266,0.057223,0.466614,0.057538,0.467331,0.058543,0.457947,0.976257,0.591293,0.97644,0.591339,0.976639,0.591385,0.272827,0.460968,0.272148,0.45578,0.081543,0.457001,0.271461,0.450577,0.462753,0.454544,0.464119,0.464935,0.730515,0.453522,0.738525,0.447968,0.746552,0.442398,1.01294,0.430984,0.996918,0.442093,0.996063,0.444839,1.00189,0.446381,1.00772,0.447922,1.00687,0.450668,0.995224,0.447586,0.952896,0.58506,0.95874,0.586571,0.9646,0.588081,0.922272,0.725555,0.910568,0.722534,0.870132,0.85371,0.874985,0.85849,0.879822,0.863266,0.839401,0.994439,0.829712,0.984883,0.629761,0.986255,0.63028,0.991129,0.630814,0.996003,0.43087,0.997375,0.429817,0.987626,0.230534,0.981395,0.224255,0.986038,0.217979,0.990682,0.018697,0.984451,0.031252,0.975164,0.019478,0.975611,0.020258,0.966772,0.032813,0.957485,0.034374,0.939806,0.064148,0.627434,0.05838,0.626404,0.051479,0.746124,0.052613,0.625366,0.065281,0.506676,0.076817,0.508743,0.271935,0.47171,0.271973,0.471634,0.079922,0.478195,0.272018,0.471573,0.464035,0.465073,0.463951,0.46521,0.730347,0.453781,0.730392,0.45372,0.730423,0.453659,0.996826,0.44223,0.99675,0.442352,0.995895,0.445099,0.995941,0.445038,0.995987,0.444977,0.995132,0.447723,0.995056,0.447845,0.952728,0.58532,0.952759,0.585258,0.952805,0.58519,0.910477,0.722664,0.9104,0.722794,0.869965,0.85397,0.87001,0.853905,0.870056,0.85384,0.82962,0.985014,0.829544,0.985145,0.629593,0.986517,0.629639,0.986451,0.629669,0.986386,0.429733,0.987758,0.429657,0.987889,0.23037,0.981658,0.230412,0.981593,0.230453,0.981527,0.031168,0.975296,0.031085,0.975427,0.032848,0.955449,0.032789,0.956533,0.032729,0.957617,0.034493,0.937638,0.034614,0.935471,0.06398,0.627701,0.064022,0.627632,0.051312,0.746391,0.064064,0.627571,0.076733,0.508873,0.076651,0.509003,0.078285,0.493607,0.078327,0.493546,0.078369,0.493469,0.080006,0.478073,0.08009,0.477936,0.022614,0.939996,0.02689,0.891577,0.031166,0.843155,0.042927,0.842968,0.042963,0.840931,0.043004,0.840866,0.043046,0.840797,0.051395,0.746262,0.236374,0.893877,0.238247,0.864929,0.034447,0.935734,0.240124,0.835979,0.442047,0.794121,0.009277,0.953602,0.008051,0.967134,0.007701,0.967018,0.008694,0.952934,0.007411,0.967243,0.007235,0.965916,0.271767,0.47197,0.271805,0.471909,0.079754,0.478455,0.271851,0.471832,0.463867,0.465347,0.730179,0.454041,0.730225,0.453979,0.730255,0.453918,0.996658,0.44249,0.995773,0.445297,0.995819,0.445236,0.994965,0.447983,0.952591,0.585518,0.952637,0.585449,0.910309,0.722931,0.869797,0.854237,0.869843,0.854172,0.869888,0.854103,0.829453,0.985277,0.829376,0.985408,0.629425,0.98678,0.629471,0.986714,0.629517,0.986649,0.429573,0.988021,0.230244,0.981855,0.230286,0.98179,0.031001,0.975559,0.032681,0.955712,0.032723,0.955647,0.032765,0.955581,0.03453,0.935602,0.042796,0.841194,0.042837,0.841129,0.042879,0.841064,0.051229,0.746521,0.063856,0.627899,0.063898,0.627831,0.076567,0.50914,0.078117,0.493866,0.078159,0.493805,0.078201,0.493744,0.079838,0.478333,0.116875,0.065628,0.112055,0.059921,0.114725,0.034271,0.105085,0.022873,0.078453,0.493347,0.072599,0.493195,0.066746,0.493042,0.068382,0.477631,0.055856,0.483994,0.055107,0.490967,0.055037,0.490662,0.05543,0.483337,0.054643,0.490677,0.054328,0.48996,0.079201,0.26593,0.084894,0.265732,0.090588,0.265549,0.070156,0.457382,0.089161,0.169296,0.079086,0.266022,0.078691,0.264496,0.079065,0.255508,0.07926,0.255508,0.079454,0.255524,0.058153,0.457932,0.057763,0.457916,0.633835,0.918715,0.56572,0.94186,0.005904,0.993979,0.005696,0.99391,0.10446,0.02298,0.1043,0.022476,0.10453,0.022186,0.111143,0.030014,0.114172,0.033585,1.02902,0.419846,1.02911,0.419617,1.02917,0.419495,0.080816,0.467468,0.208584,0.466629,0.272102,0.471436,0.065178,0.471008,0.069429,0.46785,0.674255,0.78754,0.725967,0.853497,0.598099,0.770435,0.073467,0.464233,0.266769,0.271362,0.205029,0.333237,0.248032,0.45137,0.41452,0.44574,0.100283,0.276993]],
            "name": "Untitled.211Geometry",
            "vertices": [-0.956496,5.25432,-1.95083,-4.13631,5.77851,-7.997,-4.17931,6.64832,-7.6303,-1.78449,6.77999,-2.82712,2.22383,-5.42838,-5.09532,2.72202,-2.79995,-3.05239,3.63368,-2.22632,-0.417911,2.58067,-6.39208,-4.72584,2.92715,-1.32162,-0.337243,0.652571,-1.329,-5.41964,-0.617662,-0.523971,-6.23743,1.85307,-0.542922,-0.590295,3.61614,-0.54352,7.2663,-0.002504,3.06014,-1.76369,2.09231,3.55107,5.2982,-1.89958,3.01048,-8.30504,-1.95514,3.00242,-8.3483,-3.61408,5.91823,-9.12521,-3.55521,5.92194,-9.07709,-0.760313,7.27341,-2.80782,1.52927,6.92356,4.21799,1.58053,6.88234,4.1794,-0.702416,7.23006,-2.80421,3.76618,3.56036,6.98096,3.80675,3.53995,6.92709,3.66738,-2.52701,-0.070242,2.48863,-6.93419,-5.03387,-0.057659,-0.592249,-7.24768,-0.112558,-0.602322,-7.28981,5.09583,-1.71491,8.14052,5.18892,-1.62206,8.53103,5.00594,-0.491272,8.9208,5.28507,-1.59994,9.3791,5.04452,-0.498951,8.86114,-2.1151,2.99743,-8.35674,-3.76449,5.89112,-9.12682,-4.37912,6.9375,-9.38987,-3.96495,7.08367,-8.58567,-3.81011,7.07452,-8.60104,-4.21801,6.93623,-9.38563,-0.927799,7.28325,-2.80605,1.35598,6.93178,4.22452,3.59077,3.56408,6.9922,2.3704,-6.7163,-4.8399,2.19717,-7.33845,-5.44321,2.34941,-7.30283,-5.44768,3.49722,-2.54015,-0.068235,-0.272406,-0.604904,-7.29904,4.92015,-1.72094,8.15101,4.82805,-0.491125,8.93028,5.10743,-1.60244,9.38877,-3.88165,6.97162,-8.84695,2.02689,-6.13167,-5.73138,2.39494,-7.2559,-5.41425,1.9901,-6.21718,-5.75671,1.8789,-6.38885,-5.71382,-2.58288,3.07049,-7.28358,4.29341,-1.30354,6.63368,0.64961,-2.27549,-6.80858,0.670116,-2.50752,-6.79391,0.302051,-1.50226,-7.03451,0.353029,-1.4861,-6.99697,0.519039,-2.53896,-6.79436,0.147217,-1.5175,-7.04018,1.15605,-2.21076,-5.8124,3.28352,-1.43657,-0.811852,4.98373,-1.37495,7.63911,5.0023,-0.542338,8.51538,3.7873,3.43695,6.60465,1.62743,6.66372,3.94156,-0.607183,7.00066,-2.79318,-3.49653,6.75273,-8.27873,-3.43007,5.90575,-8.82593,-1.80703,3.06397,-8.07119,0.036403,-0.536499,-7.01464,0.639155,-1.47442,-6.43431,0.701819,-1.38163,-5.98228,3.23865,-1.36168,-0.320551,4.81352,-1.33665,7.56963,4.739,-0.546312,8.45478,3.51093,3.42319,6.54784,1.36337,6.6308,3.8988,-0.857728,6.96596,-2.79429,-3.72341,6.71946,-8.23727,-3.64951,5.86723,-8.7768,-2.0421,3.06973,-8.03323,-0.181427,-0.523973,-6.97846,0.227828,6.47309,3.21223,-3.26697,6.27143,-5.84591,2.93496,-4.2753,-3.21963,1.13624,-1.21304,-3.80463,2.07596,1.20113,3.05264,-2.85686,4.67434,-8.79898,0.497164,7.34359,0.981255,2.7309,5.53809,5.95874,3.03841,-4.54198,-3.03691,-0.903349,1.03528,-7.77444,4.49058,-1.77546,4.32288,5.25581,-1.33634,9.28617,-2.95348,4.66352,-8.80418,-4.34804,7.04687,-9.40415,0.389765,7.3511,0.981251,2.62182,5.54354,5.9632,2.30554,-7.39614,-5.42444,2.92089,-4.63534,-3.09142,-1.00421,1.03597,-7.78151,4.38256,-1.78112,4.32854,5.14342,-1.33705,9.29219,-2.38133,7.16357,-6.20259,-2.48115,7.17155,-6.19735,2.30158,-7.03179,-5.51907,2.21932,-7.10805,-5.50759,5.22997,-1.69302,9.4157,-0.516848,1.14238,-4.48908,3.47877,-1.21846,3.95506,0.419302,-1.73077,-6.98883,4.56164,1.34441,8.0586,0.32205,-1.73818,-6.99369,4.45072,1.34628,8.06449,2.8133,-1.76307,-2.41614,4.44045,-1.56869,4.16174,5.22317,-1.28738,9.01793,4.56373,1.28789,7.83981,2.75991,5.42829,5.76175,0.563814,7.18418,0.898066,-2.26425,7.01569,-6.09991,-3.86925,6.55474,-9.11548,-0.823519,1.07462,-7.6182,1.96599,-1.40012,-3.73786,4.30877,-1.36197,3.99981,5.106,-1.23656,8.74879,4.48212,1.23432,7.61902,2.70593,5.32276,5.5617,0.548349,7.02928,0.81161,-2.22613,6.87257,-5.99936,-3.81206,6.47441,-8.93217,-0.820089,1.11683,-7.46516,0.341234,-1.22572,-6.77129,-2.77011,4.6981,-8.63734,-2.75267,4.70582,-8.47579,-2.28326,4.49034,-5.39956,-3.99721,6.61927,-9.30124,-4.09541,6.61059,-9.30842,1.79184,-1.39634,-3.74102,4.12654,-1.35818,3.99642,4.64116,-1.23278,8.74529,3.73891,1.23816,7.61549,1.96447,5.32672,5.55811,-0.184393,7.03329,0.808095,-2.94174,6.87657,-6.00258,-4.50878,6.46049,-8.93062,-3.441,4.69184,-8.47424,-1.50209,1.12067,-7.4682,-0.080629,-1.22193,-6.77432,2.3403,-6.85193,-5.4094,0.330801,-1.25448,-6.92783,0.245573,-1.28369,-7.0867,0.148394,-1.29147,-7.09145,1.41629,-4.23083,-6.15098,1.3535,-4.32786,-6.28455,1.27327,-4.40189,-6.27179,-0.881875,6.41613,-0.303422,-4.25226,7.04091,-9.40627,2.40399,-7.38833,-5.41871,2.43223,-7.27662,-5.3433,5.33736,-1.68913,9.40855,1.58301,-1.59076,-4.70043,0.451982,-1.63806,-6.89369,0.545493,5.27839,2.86323,0.488568,4.04785,0.618943,0.56713,-1.79965,-6.76035,2.09822,-3.38762,-4.51502,-4.51666,6.41422,-8.1602,-2.86047,5.52259,-5.65518,-1.73146,6.21208,-2.91717,-3.34624,6.72628,-5.96422,3.1879,-2.4436,-1.97611,2.6616,-3.96438,-3.66274,2.50294,-6.1231,-4.80972,3.02499,-4.43097,-3.05468,0.045629,-1.21876,-6.03266,1.57476,-1.34956,-3.75772,2.50826,-1.21089,-0.379104,0.448343,-0.533476,-4.00676,0.931817,1.16696,-1.11333,2.85983,-0.544647,3.70962,2.98764,1.22987,6.4739,1.24595,3.05369,2.01284,-2.88602,4.67158,-8.80187,-1.92497,3.00229,-8.34555,-2.83016,4.68032,-8.75698,-3.58546,5.92285,-9.12184,1.56191,6.92062,4.21801,0.464809,7.34672,0.980499,-0.728768,7.27018,-2.80709,0.519331,7.30248,0.961213,3.79915,3.55851,6.98006,2.69814,5.5406,5.95922,2.74364,5.50949,5.91012,2.58653,-6.56657,-4.75032,2.99658,-4.60966,-3.07845,3.70179,-2.50942,-0.060161,-0.878352,1.04464,-7.73455,-0.933604,1.03594,-7.77704,-0.082877,-0.601706,-7.28753,4.45827,-1.77784,4.32475,5.12803,-1.71155,8.13739,4.48336,-1.7228,4.28214,5.31848,-1.59923,9.37697,5.22154,-1.33654,9.2881,5.03999,-0.491467,8.91907,5.25382,-1.32408,9.21869,-3.04007,4.65279,-8.8062,-2.02516,3.00045,-8.35222,-3.67997,5.90646,-9.12653,-3.87767,7.07882,-8.59449,-4.43703,7.05102,-9.40008,-4.28853,6.93701,-9.38818,-4.2796,7.0433,-9.40672,0.293375,7.35611,0.982756,-0.833616,7.27799,-2.80726,1.45343,6.92744,4.22059,2.52371,5.5467,5.96892,3.68942,3.56222,6.98564,2.2157,-7.40087,-5.42524,2.46093,-6.71154,-4.83964,2.37508,-7.39182,-5.42261,2.28244,-7.31852,-5.44677,2.82827,-4.64001,-3.0901,3.59244,-2.53578,-0.071455,-1.095,1.03571,-7.78692,-0.182433,-0.603478,-7.29396,4.28515,-1.78486,4.3333,5.01911,-1.71799,8.14534,5.20733,-1.60108,9.38339,5.04338,-1.33771,9.29737,4.92798,-0.491174,8.92494,-2.41115,7.16695,-6.20154,-3.782,7.0713,-8.60304,-2.34719,7.12522,-6.17666,-2.57123,7.17676,-6.19159,2.37978,-7.29565,-5.44333,2.31664,-6.98157,-5.48905,2.01197,-6.18109,-5.76109,2.27564,-7.05612,-5.51879,1.94125,-6.29307,-5.73868,2.14782,-7.17379,-5.49092,5.30665,-1.69098,9.41105,5.1303,-1.69516,9.42141,-1.51037,3.06638,-5.02791,-1.56362,1.12706,-6.72418,3.90896,-1.32231,3.98523,4.15425,-1.22825,7.54686,0.390447,-1.73347,-6.99054,0.698496,-2.50134,-6.79272,0.432013,-1.70674,-6.96455,0.330225,-1.4977,-7.03333,4.52813,1.34539,8.05995,4.56794,1.32977,8.00402,0.233881,-1.74389,-6.99757,0.60401,-2.52133,-6.79433,0.234483,-1.50927,-7.03702,4.35137,1.34714,8.07061,2.23668,-2.24839,-3.76671,3.61794,-1.6353,0.054179,2.16154,-1.66752,-3.62812,5.05186,-1.48036,7.83888,4.37716,-1.41459,4.04114,5.03394,-0.520913,8.68841,5.17139,-1.25022,8.81695,3.80742,3.48798,6.76622,4.5386,1.24675,7.67509,1.61433,6.77247,4.06087,2.75543,5.34815,5.61261,-0.644689,7.11479,-2.79831,0.587768,7.06701,0.834103,-3.57804,6.84347,-8.40591,-2.20105,6.90735,-6.0237,-3.95986,6.60308,-9.25204,-3.48442,5.91709,-8.95163,-3.79633,6.50245,-8.97954,-1.84393,3.0374,-8.1878,-0.001173,-0.564569,-7.1308,-0.787786,1.10532,-7.50266,0.793437,-1.38352,-5.98075,1.90415,-1.44872,-3.97771,3.31805,-1.36357,-0.318909,1.88856,-1.39823,-3.73944,4.9131,-1.33855,7.57136,4.22774,-1.36007,3.99811,4.94362,-0.548213,8.45654,4.95369,-1.23467,8.74704,3.73254,3.42124,6.54961,4.26025,1.23624,7.61726,1.58397,6.6288,3.90059,2.48455,5.32474,5.55991,-0.641495,6.96396,-2.79259,0.329611,7.03129,0.809852,-3.51363,6.72082,-8.23659,-2.43965,6.87457,-6.00098,-3.44916,5.88539,-8.78045,-4.01627,6.46297,-8.93024,-1.83788,3.07115,-8.03257,0.00489,-0.525875,-6.97694,-1.02375,1.11875,-7.46668,0.3716,-1.23385,-6.80966,0.202794,-1.22382,-6.7728,-2.72738,4.71186,-8.51772,-2.9544,4.69435,-8.47387,-3.46608,4.64245,-7.70633,-0.696912,4.27799,-2.35683,-4.18763,6.93487,-9.38133,-4.02712,6.61716,-9.30579,-4.18289,6.60178,-9.31007,0.559757,-1.37974,-5.98382,3.13948,-1.35979,-0.322194,4.65859,-1.33476,7.56789,4.26952,-0.544411,8.45303,2.99025,3.42514,6.54606,0.845078,6.6328,3.897,1.275,5.31563,4.88349,-1.36599,6.96796,-2.79598,-0.689582,6.88,0.529337,-4.21992,6.72034,-8.23853,-4.13894,5.8625,-8.7766,-2.52528,3.07056,-8.03446,-0.608265,-0.522071,-6.97997,2.05489,-6.01579,-5.64716,2.41769,-7.13897,-5.3405,0.271303,-1.27521,-7.04658,0.40449,-1.45801,-6.88892,0.216855,-1.2868,-7.08828,0.06006,-1.29691,-7.0954,1.61386,-3.97668,-5.67603,0.796409,-2.49335,-6.62175,1.37351,-4.29844,-6.25033,1.32913,-4.35154,-6.28219,1.20168,-4.46559,-6.25738,-0.289642,5.98998,1.16149,2.41397,-7.36241,-5.39787,0.83269,-1.70367,-6.19874,0.509765,-1.7171,-6.82659,0.63479,4.51846,1.8657],
            "metadata": {
                "bones": 0,
                "normals": 343,
                "colors": 0,
                "uvs": 1,
                "vertices": 343,
                "materials": 1,
                "generator": "io_three",
                "faces": 325,
                "version": 3
            },
            "faces": [43,175,88,172,2,0,0,1,2,2,0,1,2,3,43,172,88,173,1,0,2,1,3,2,2,1,4,5,43,174,0,173,88,0,4,5,3,1,6,7,4,1,43,174,88,175,3,0,4,1,0,6,6,1,0,8,43,179,89,176,6,0,7,8,9,9,9,10,11,12,43,176,89,177,5,0,9,8,10,9,11,10,13,14,43,177,89,178,4,0,10,8,11,12,13,10,15,16,43,178,89,179,7,0,11,8,7,13,15,10,9,17,43,183,90,180,10,0,14,15,16,16,18,19,20,21,43,180,90,181,9,0,16,15,17,16,20,19,22,23,43,181,90,182,8,0,17,15,18,19,22,19,24,25,43,182,90,183,11,0,18,15,14,20,24,19,18,26,43,187,91,184,13,0,21,22,23,23,27,28,29,30,43,184,91,185,11,0,23,22,24,23,29,28,31,26,43,185,91,186,12,0,24,22,25,26,31,28,32,33,43,186,91,187,14,0,25,22,21,27,32,28,27,34,43,191,92,188,17,0,28,29,30,30,35,36,37,38,43,188,92,189,16,0,30,29,31,30,37,36,39,40,43,189,92,190,15,0,31,29,32,33,39,36,41,42,43,190,92,191,18,0,32,29,28,34,41,36,35,43,43,195,93,192,21,0,35,36,37,37,44,45,46,47,43,192,93,193,20,0,37,36,38,37,46,45,48,49,43,193,93,194,19,0,38,36,39,40,48,45,50,51,43,194,93,195,22,0,39,36,35,41,50,45,44,52,43,198,94,196,24,0,42,43,44,44,53,54,55,56,43,196,94,197,23,0,44,43,45,44,55,54,57,58,43,197,94,192,20,0,45,43,46,47,57,54,46,49,43,192,94,198,21,0,46,43,42,37,46,54,53,47,43,179,95,199,7,0,7,48,13,13,9,59,60,17,43,199,95,200,26,0,13,48,49,13,60,59,61,62,43,200,95,201,25,0,49,48,50,51,61,59,63,64,43,201,95,179,6,0,50,48,7,9,63,59,9,12,43,204,96,202,27,0,52,53,54,54,65,66,67,68,43,202,96,189,15,0,54,53,55,54,67,66,39,42,43,189,96,203,16,0,55,53,56,57,39,66,69,40,43,203,96,204,28,0,56,53,52,58,69,66,65,70,43,207,97,201,6,0,59,60,9,9,71,72,63,12,43,201,97,205,25,0,9,60,61,9,63,72,73,64,43,205,97,206,29,0,61,60,62,63,73,72,74,75,43,206,97,207,30,0,62,60,59,64,74,72,71,76,43,211,98,208,30,0,65,65,64,64,77,78,79,76,43,208,98,209,32,0,64,65,66,64,79,78,80,81,43,209,98,210,31,0,66,65,67,68,80,78,82,83,43,210,98,211,33,0,67,65,65,69,82,78,77,84,43,214,99,212,35,0,70,71,72,72,85,86,87,88,43,212,99,213,34,0,72,71,73,72,87,86,89,90,43,213,99,188,16,0,73,71,74,57,89,86,37,40,43,188,99,214,17,0,74,71,70,30,37,86,85,38,43,218,100,215,38,0,75,76,77,77,91,92,93,94,43,215,100,216,37,0,77,76,78,77,93,92,95,96,43,216,100,217,36,0,78,76,79,80,95,92,97,98,43,217,100,218,39,0,79,76,75,81,97,92,91,99,43,221,101,219,41,0,82,83,84,84,100,101,102,103,43,219,101,220,40,0,84,83,85,84,102,101,104,105,43,220,101,193,19,0,85,83,86,40,104,101,48,51,43,193,101,221,20,0,86,83,82,47,48,101,100,49,43,223,102,222,42,0,87,88,89,89,106,107,108,109,43,222,102,221,41,0,89,88,90,89,108,107,100,103,43,221,102,197,20,0,90,88,91,47,100,107,57,49,43,197,102,223,23,0,91,88,87,92,57,107,106,58,43,227,103,224,44,0,93,94,95,95,110,111,112,113,43,224,103,225,43,0,95,94,96,95,112,111,114,115,43,225,103,226,26,0,96,94,97,98,114,111,116,62,43,226,103,227,45,0,97,94,93,99,116,111,110,117,43,225,104,228,43,0,100,101,102,102,114,118,119,115,43,228,104,229,46,0,102,101,103,102,119,118,120,121,43,229,104,200,25,0,103,101,104,51,120,118,61,64,43,200,104,225,26,0,104,101,100,98,61,118,114,62,43,231,105,203,28,0,105,106,58,58,122,123,69,70,43,203,105,213,16,0,58,106,107,58,69,123,89,40,43,213,105,230,34,0,107,106,108,109,89,123,124,90,43,230,105,231,47,0,108,106,105,110,124,123,122,125,43,229,106,232,46,0,111,112,113,113,120,126,127,121,43,232,106,233,48,0,113,112,114,113,127,126,128,129,43,233,106,205,29,0,114,112,115,63,128,126,73,75,43,205,106,229,25,0,115,112,111,51,73,126,120,64,43,209,107,234,32,0,116,117,118,118,80,130,131,81,43,234,107,235,50,0,118,117,119,118,131,130,132,133,43,235,107,236,49,0,119,117,120,121,132,130,134,135,43,236,107,209,31,0,120,117,116,68,134,130,80,83,43,239,108,194,22,0,122,123,41,41,136,137,50,52,43,194,108,237,19,0,41,123,124,41,50,137,138,51,43,237,108,238,38,0,124,123,125,77,138,137,139,94,43,238,108,239,51,0,125,123,122,126,139,137,136,140,43,240,109,215,37,0,127,128,129,129,141,142,93,96,43,215,109,237,38,0,129,128,130,129,93,142,138,94,43,237,109,220,19,0,130,128,131,40,138,142,104,51,43,220,109,240,40,0,131,128,127,132,104,142,141,105,43,244,110,241,45,0,133,134,99,99,143,144,145,117,43,241,110,242,53,0,99,134,135,99,145,144,146,147,43,242,110,243,52,0,135,134,136,137,146,144,148,149,43,243,110,244,54,0,136,134,133,138,148,144,143,150,43,246,111,227,44,0,139,140,95,95,151,152,110,113,43,227,111,244,45,0,95,140,141,95,110,152,143,117,43,244,111,245,54,0,141,140,142,138,143,152,153,150,43,245,111,246,55,0,142,140,139,143,153,152,151,154,43,248,112,234,50,0,144,145,146,146,155,156,131,133,43,234,112,247,32,0,146,145,147,146,131,156,157,81,43,247,112,233,29,0,147,145,148,63,157,156,128,75,43,233,112,248,48,0,148,145,144,149,128,156,155,129,43,183,113,184,11,0,14,150,20,20,18,158,29,26,43,184,113,249,13,0,20,150,151,20,29,158,159,30,43,249,113,250,56,0,151,150,152,153,159,158,160,161,43,250,113,183,10,0,152,150,14,16,160,158,18,21,43,185,114,182,11,0,154,155,20,20,31,162,24,26,43,182,114,251,8,0,20,155,156,20,24,162,163,25,43,251,114,252,57,0,156,155,157,158,163,162,164,165,43,252,114,185,12,0,157,155,154,26,164,162,31,33,43,256,115,253,60,0,159,160,161,161,166,167,168,169,43,253,115,254,59,0,161,160,162,161,168,167,170,171,43,254,115,255,58,0,162,160,163,164,170,167,172,173,43,255,115,256,61,0,163,160,159,165,172,167,166,174,43,210,116,257,31,0,67,166,68,68,82,175,176,83,43,257,116,196,23,0,68,166,167,68,176,175,55,58,43,196,116,258,24,0,167,166,168,44,55,175,177,56,43,258,116,210,33,0,168,166,67,69,177,175,82,84,43,261,117,259,63,0,169,170,171,171,178,179,180,181,43,259,117,260,62,0,171,170,172,171,180,179,182,183,43,260,117,253,59,0,172,170,173,174,182,179,168,171,43,253,117,261,60,0,173,170,169,161,168,179,178,169,43,257,118,236,31,0,175,176,68,68,176,184,134,83,43,236,118,262,49,0,68,176,177,68,134,184,185,135,43,262,118,223,42,0,177,176,87,89,185,184,106,109,43,223,118,257,23,0,87,176,175,92,106,184,176,58,43,265,119,263,64,0,178,179,180,180,186,187,188,189,43,263,119,176,5,0,180,179,181,180,188,187,11,14,43,176,119,264,6,0,181,179,182,9,11,187,190,12,43,264,119,265,65,0,182,179,178,183,190,187,186,191,43,267,120,264,65,0,184,185,183,183,192,193,190,191,43,264,120,207,6,0,183,185,186,183,190,193,71,12,43,207,120,266,30,0,186,185,187,64,71,193,194,76,43,266,120,267,66,0,187,185,184,188,194,193,192,195,43,269,121,266,66,0,189,190,188,188,196,197,194,195,43,266,121,211,30,0,188,190,191,188,194,197,77,76,43,211,121,268,33,0,191,190,192,69,77,197,198,84,43,268,121,269,67,0,192,190,189,193,198,197,196,199,43,271,122,268,67,0,194,195,193,193,200,201,198,199,43,268,122,258,33,0,193,195,196,193,198,201,177,84,43,258,122,270,24,0,196,195,197,44,177,201,202,56,43,270,122,271,68,0,197,195,194,198,202,201,200,203,43,273,123,270,68,0,199,200,198,198,204,205,202,203,43,270,123,198,24,0,198,200,201,198,202,205,53,56,43,198,123,272,21,0,201,200,202,37,53,205,206,47,43,272,123,273,69,0,202,200,199,203,206,205,204,207,43,275,124,272,69,0,204,205,203,203,208,209,206,207,43,272,124,195,21,0,203,205,206,203,206,209,44,47,43,195,124,274,22,0,206,205,207,41,44,209,210,52,43,274,124,275,70,0,207,205,204,208,210,209,208,211,43,277,125,274,70,0,209,210,208,208,212,213,210,211,43,274,125,239,22,0,208,210,211,208,210,213,136,52,43,239,125,276,51,0,211,210,212,126,136,213,214,140,43,276,125,277,71,0,212,210,209,213,214,213,212,215,43,276,126,278,51,0,212,214,126,126,214,216,217,140,43,278,126,279,18,0,126,214,215,126,217,216,218,43,43,279,126,280,72,0,215,214,216,217,218,216,219,220,43,280,126,276,71,0,216,214,212,213,219,216,214,215,43,283,127,281,73,0,218,219,220,220,221,222,223,224,43,281,127,202,15,0,220,219,221,220,223,222,67,42,43,202,127,282,27,0,221,219,222,54,67,222,225,68,43,282,127,283,74,0,222,219,218,223,225,222,221,226,43,287,128,284,76,0,224,225,226,226,227,228,229,230,43,284,128,285,75,0,226,225,227,226,229,228,231,232,43,285,128,286,65,0,227,225,228,183,231,228,233,191,43,286,128,287,77,0,228,225,224,229,233,228,227,234,43,289,129,286,77,0,230,231,229,229,235,236,233,234,43,286,129,267,65,0,229,231,232,229,233,236,192,191,43,267,129,288,66,0,232,231,233,188,192,236,237,195,43,288,129,289,78,0,233,231,230,234,237,236,235,238,43,291,130,288,78,0,235,236,234,234,239,240,237,238,43,288,130,269,66,0,234,236,237,234,237,240,196,195,43,269,130,290,67,0,237,236,238,193,196,240,241,199,43,290,130,291,79,0,238,236,235,239,241,240,239,242,43,293,131,290,79,0,240,241,239,239,243,244,241,242,43,290,131,271,67,0,239,241,242,239,241,244,200,199,43,271,131,292,68,0,242,241,243,198,200,244,245,203,43,292,131,293,80,0,243,241,240,244,245,244,243,246,43,295,132,292,80,0,245,246,244,244,247,248,245,246,43,292,132,273,68,0,244,246,247,244,245,248,204,203,43,273,132,294,69,0,247,246,248,203,204,248,249,207,43,294,132,295,81,0,248,246,245,249,249,248,247,250,43,297,133,294,81,0,250,251,249,249,251,252,249,250,43,294,133,275,69,0,249,251,252,249,249,252,208,207,43,275,133,296,70,0,252,251,253,208,208,252,253,211,43,296,133,297,82,0,253,251,250,254,253,252,251,254,43,299,134,296,82,0,255,256,254,254,255,256,253,254,43,296,134,277,70,0,254,256,257,254,253,256,212,211,43,277,134,298,71,0,257,256,258,213,212,256,257,215,43,298,134,299,83,0,258,256,255,259,257,256,255,258,43,301,135,298,83,0,260,261,259,259,259,260,257,258,43,298,135,280,71,0,259,261,262,259,257,260,219,215,43,280,135,300,72,0,262,261,263,217,219,260,261,220,43,300,135,301,84,0,263,261,260,264,261,260,259,262,43,304,136,302,85,0,265,266,267,267,263,264,265,266,43,302,136,283,73,0,267,266,268,267,265,264,221,224,43,283,136,303,74,0,268,266,269,223,221,264,267,226,43,303,136,304,86,0,269,266,265,270,267,264,263,268,43,306,137,303,86,0,271,272,270,270,269,270,267,268,43,303,137,305,74,0,270,272,273,270,267,270,271,226,43,305,137,284,75,0,273,272,274,275,271,270,229,232,43,284,137,306,76,0,274,272,271,226,229,270,269,230,43,279,138,190,18,0,276,277,34,34,218,272,41,43,43,190,138,281,15,0,34,277,278,34,41,272,223,42,43,281,138,307,73,0,278,277,279,220,223,272,273,224,43,307,138,279,72,0,279,277,276,217,273,272,218,220,43,308,139,300,84,0,280,281,264,264,274,275,261,262,43,300,139,307,72,0,264,281,282,264,261,275,273,220,43,307,139,302,73,0,282,281,283,220,273,275,265,224,43,302,139,308,85,0,283,281,280,267,265,275,274,266,43,173,140,309,1,0,284,285,286,286,4,276,277,5,43,309,140,249,56,0,286,285,287,286,277,276,159,161,43,249,140,310,13,0,287,285,288,23,159,276,278,30,43,173,0,310,140,0,284,5,288,285,4,7,278,276,43,191,141,278,18,0,28,289,34,34,35,279,217,43,43,278,141,311,51,0,34,289,290,34,217,279,280,140,43,311,141,312,39,0,290,289,291,81,280,279,281,99,43,312,141,191,17,0,291,289,28,30,281,279,35,38,43,214,142,312,17,0,70,292,30,30,85,282,281,38,43,312,142,217,39,0,30,292,293,30,281,282,97,99,43,217,142,313,36,0,293,292,294,80,97,282,283,98,43,313,142,214,35,0,294,292,70,72,283,282,85,88,43,181,143,314,9,0,295,296,297,297,22,284,285,23,43,314,143,287,76,0,297,296,298,297,285,284,227,230,43,287,143,315,77,0,298,296,299,229,227,284,286,234,43,315,143,181,8,0,299,296,295,19,286,284,22,25,43,251,144,315,8,0,300,301,19,19,163,287,286,25,43,315,144,289,77,0,19,301,302,19,286,287,235,234,43,289,144,316,78,0,302,301,303,234,235,287,288,238,43,316,144,251,57,0,303,301,300,158,288,287,163,165,43,252,145,316,57,0,157,304,158,158,164,289,288,165,43,316,145,291,78,0,158,304,305,158,288,289,239,238,43,291,145,317,79,0,305,304,306,239,239,289,290,242,43,317,145,252,12,0,306,304,157,26,290,289,164,33,43,186,146,317,12,0,25,307,26,26,32,291,290,33,43,317,146,293,79,0,26,307,308,26,290,291,243,242,43,293,146,318,80,0,308,307,309,244,243,291,292,246,43,318,146,186,14,0,309,307,25,27,292,291,32,34,43,320,147,318,14,0,310,311,27,27,293,294,292,34,43,318,147,295,80,0,27,311,312,27,292,294,247,246,43,295,147,319,81,0,312,311,313,249,247,294,295,250,43,319,147,320,87,0,313,311,310,314,295,294,293,296,43,322,148,319,87,0,315,316,314,314,297,298,295,296,43,319,148,297,81,0,314,316,317,314,295,298,251,250,43,297,148,321,82,0,317,316,318,254,251,298,299,254,43,321,148,322,3,0,318,316,315,6,299,298,297,8,43,175,149,321,3,0,0,319,6,6,0,300,299,8,43,321,149,299,82,0,6,319,320,6,299,300,255,254,43,299,149,323,83,0,320,319,321,259,255,300,301,258,43,323,149,175,2,0,321,319,0,2,301,300,0,3,43,172,150,323,2,0,322,323,2,2,2,302,301,3,43,323,150,301,83,0,2,323,324,2,301,302,259,258,43,301,150,324,84,0,324,323,325,264,259,302,303,262,43,324,150,172,1,0,325,323,322,286,303,302,2,5,43,309,151,324,1,0,326,327,286,286,277,304,303,5,43,324,151,308,84,0,286,327,328,286,303,304,274,262,43,308,151,325,85,0,328,327,329,267,274,304,305,266,43,325,151,309,56,0,329,327,326,153,305,304,277,161,43,250,152,325,56,0,152,330,153,153,160,306,305,161,43,325,152,304,85,0,153,330,331,153,305,306,263,266,43,304,152,326,86,0,331,330,332,270,263,306,307,268,43,326,152,250,10,0,332,330,152,16,307,306,160,21,43,180,153,326,10,0,333,334,16,16,20,308,307,21,43,326,153,306,86,0,16,334,335,16,307,308,269,268,43,306,153,314,76,0,335,334,336,226,269,308,285,230,43,314,153,180,9,0,336,334,333,297,285,308,20,23,43,178,154,327,4,0,11,337,12,12,15,309,310,16,43,327,154,242,52,0,12,337,338,12,310,309,146,149,43,242,154,328,53,0,338,337,339,340,146,309,311,147,43,328,154,178,7,0,339,337,11,13,311,309,15,17,43,305,155,282,74,0,341,342,223,223,271,312,225,226,43,282,155,329,27,0,223,342,343,223,225,312,313,68,43,329,155,330,61,0,343,342,344,165,313,312,314,174,43,330,155,305,75,0,344,342,341,275,314,312,271,232,43,256,156,329,61,0,159,345,165,165,166,315,313,174,43,329,156,204,27,0,165,345,346,165,313,315,65,68,43,204,156,331,28,0,346,345,347,58,65,315,316,70,43,331,156,256,60,0,347,345,159,161,316,315,166,169,43,261,157,331,60,0,169,348,161,161,178,317,316,169,43,331,157,231,28,0,161,348,349,161,316,317,122,70,43,231,157,332,47,0,349,348,350,110,122,317,318,125,43,332,157,261,63,0,350,348,169,171,318,317,178,181,43,335,158,327,52,0,351,352,137,137,319,320,310,149,43,327,158,333,4,0,137,352,353,137,310,320,321,16,43,333,158,334,64,0,353,352,354,180,321,320,322,189,43,334,158,335,58,0,354,352,351,164,322,320,319,173,43,243,159,335,52,0,136,355,137,137,148,323,319,149,43,335,159,254,58,0,137,355,356,137,319,323,170,173,43,254,159,336,59,0,356,355,357,174,170,323,324,171,43,336,159,243,54,0,357,355,136,138,324,323,148,150,43,337,160,245,55,0,358,359,143,143,325,326,153,154,43,245,160,336,54,0,143,359,360,143,153,326,324,150,43,336,160,260,59,0,360,359,361,174,324,326,182,171,43,260,160,337,62,0,361,359,358,362,182,326,325,183,43,338,161,322,87,0,363,364,315,314,327,328,297,296,43,322,161,174,3,0,315,364,4,6,297,328,6,8,43,338,0,174,161,0,363,5,4,364,327,7,6,328,43,238,162,218,38,0,125,365,75,77,139,329,91,94,43,218,162,311,39,0,75,365,366,81,91,329,280,99,43,311,162,238,51,0,366,365,125,126,280,329,139,140,43,241,163,226,45,0,367,368,97,99,145,330,116,117,43,226,163,339,26,0,97,368,369,98,116,330,331,62,43,339,163,241,53,0,369,368,367,340,331,330,145,147,43,328,164,339,53,0,339,370,369,340,311,332,331,147,43,339,164,199,26,0,369,370,371,98,331,332,60,62,43,199,164,328,7,0,371,370,339,13,60,332,311,17,43,208,165,206,30,0,372,373,62,64,79,333,74,76,43,206,165,247,29,0,62,373,374,63,74,333,157,75,43,247,165,208,32,0,374,373,372,118,157,333,79,81,43,340,166,265,64,0,375,376,178,180,334,335,186,189,43,265,166,285,65,0,178,376,377,183,186,335,231,191,43,285,166,340,75,0,377,376,375,275,231,335,334,232,43,330,167,255,61,0,344,378,163,165,314,336,172,174,43,255,167,341,58,0,163,378,379,164,172,336,337,173,43,341,167,330,75,0,379,378,344,275,337,336,314,232,43,342,168,320,14,0,380,381,310,27,338,339,293,34,43,320,168,338,87,0,310,381,363,314,293,339,327,296,43,342,0,338,168,0,380,5,363,381,338,7,327,339,43,310,0,342,169,0,288,5,380,382,278,7,338,340,43,310,169,187,13,0,288,382,21,23,278,340,27,30,43,187,169,342,14,0,21,382,380,27,27,340,338,34,43,340,170,341,75,0,375,383,379,275,334,341,337,232,43,341,170,334,58,0,379,383,354,164,337,341,322,173,43,334,170,340,64,0,354,383,375,180,322,341,334,189,43,177,171,263,5,0,384,385,386,387,13,342,188,14,43,263,171,333,64,0,386,385,388,180,188,342,321,189,43,333,171,177,4,0,388,385,384,12,321,342,13,16]
        },
        "type": "Geometry",
        "uuid": "D3F9C56A-2E41-3539-9E6B-E01AB080C5B7",
        "materials": [{
            "transparent": false,
            "depthTest": true,
            "colorSpecular": [0.2,0.2,0.2],
            "mapLightAnisotropy": 1,
            "specularCoef": 327,
            "colorEmissive": [0,0,0],
            "colorDiffuse": [0.8,0.8,0.8],
            "visible": true,
            "shading": "phong",
            "mapLightWrap": ["RepeatWrapping","RepeatWrapping"],
            "mapLight": "tail_inner.jpg",
            "DbgIndex": 0,
            "colorAmbient": [0.8,0.8,0.8],
            "blending": "NormalBlending",
            "wireframe": false,
            "DbgName": "tail_inner",
            "depthWrite": true,
            "DbgColor": 15658734,
            "vertexColors": false,
            "mapLightRepeat": [1,1],
            "opacity": 1
        }]
    }]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions