Skip to content

Instantly share code, notes, and snippets.

@Grepsy
Created March 23, 2014 19:59
Show Gist options
  • Save Grepsy/9728971 to your computer and use it in GitHub Desktop.
Save Grepsy/9728971 to your computer and use it in GitHub Desktop.
3D roof tile rendering
<!DOCTYPE html>
<html>
<head>
<title>Tiles</title>
<style>
canvas {
width: 1024px;
height: 1024px;
}
img {
position: absolute;
width: 1200px;
z-index: -1;
}
</style>
</head>
<body>
<input id="color" type="color" />
<img src="http://www.petruswittebroodhoeve.be/sites/default/files/oudehouve_page.jpg" />
<script src="http://cdnjs.cloudflare.com/ajax/libs/coffee-script/1.7.1/coffee-script.min.js"></script>
<script src="http://cdn.jsdelivr.net/threejs/r62/three.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.5/dat.gui.min.js"></script>
<script type="text/coffeescript">
width = 1024;
height = 1024;
scene = new THREE.Scene()
camera = new THREE.PerspectiveCamera(75, width/height, 0.1, 1000)
directionalLight = new THREE.DirectionalLight( 0xFFFEE0, 1.7 )
directionalLight.position.set( 0, 1, 0.1 )
scene.add(directionalLight)
renderer = new THREE.WebGLRenderer({ antialias: true })
renderer.setSize(width, height)
renderer.physicallyBasedShading = true;
document.body.appendChild(renderer.domElement)
meshes = []
window.tileGroup = new THREE.Object3D()
#tileGroup.rotation.x = -0.4
tileGroup.position.set(0, 56, -15)
window.wrap = new THREE.Object3D()
wrap.add(tileGroup)
scene.add(wrap)
buildArray = (tile) ->
for y in [-5..5]
for x in [-20..20]
material = new THREE.MeshPhongMaterial({ color: 0xA66247, ambient: 0xA66247, specular: 0x060606, shininess: 100 })
hsl = material.color.getHSL()
material.color.setHSL(hsl.h, hsl.s, hsl.l + (Math.random() - 0.5) / 35)
mesh = new THREE.Mesh(tile, material)
mesh.position.x = x * 4.53 + (Math.random() - 0.5) / 10
mesh.position.y = y * 6.9 + (Math.random() - 0.5) / 10
mesh.rotation.y = 0.15
mesh.rotation.x = -0.06
tileGroup.add(mesh)
meshes.push(mesh)
changeTileColor = (color) ->
tile.material.color.setHex(color) for tile in meshes
tile.material.ambient.setHex(color) for tile in meshes
document.getElementById('color').addEventListener 'change', -> changeTileColor(parseInt(this.value[1..], 16))
loader = new THREE.JSONLoader()
loader.load "tile.js", buildArray
camera.position.set( 0, 0, 180 )
rotation =
x: 0
y: 0
z: 0
gui = new dat.GUI();
gui.add(tileGroup.position, "x", -100, 100)
gui.add(tileGroup.position, "y", -100, 100)
gui.add(tileGroup.position, "z", -100, 100)
gui.add(tileGroup.rotation, "x", -1.0, 1.0).step(0.01)
gui.add(tileGroup.rotation, "y", -1.0, 1.0).step(0.01)
gui.add(tileGroup.rotation, "z", -1.0, 1.0).step(0.01)
gui.add(wrap.rotation, "x", -1.0, 1.0).step(0.01)
gui.add(wrap.rotation, "y", -1.0, 1.0).step(0.01)
gui.add(wrap.rotation, "z", -1.0, 1.0).step(0.01)
gui.add(camera.rotation, "x", -1.0, 1.0).step(0.01)
gui.add(camera.rotation, "y", -1.0, 1.0).step(0.01)
gui.add(camera.rotation, "z", -1.0, 1.0).step(0.01)
s = 0
render = ->
requestAnimationFrame(render)
s += 0.02
directionalLight.position.x = Math.sin(s)
renderer.render(scene, camera)
render()
</script>
</body>
</html>
{
"metadata" :
{
"formatVersion" : 3.1,
"generatedBy" : "Blender 2.65 Exporter",
"vertices" : 1170,
"faces" : 815,
"normals" : 802,
"colors" : 0,
"uvs" : [],
"materials" : 1,
"morphTargets" : 0,
"bones" : 0
},
"scale" : 1.000000,
"materials" : [ {
"DbgColor" : 15658734,
"DbgIndex" : 0,
"DbgName" : "default",
"vertexColors" : false
}],
"vertices" : [-1.12791,4.61394,-0.0828151,-1.14921,4.61394,-0.0732995,-1.17011,4.61394,-0.0672025,-1.19011,4.61394,-0.0643741,-1.20869,4.61394,-0.0646639,-1.22535,4.61394,-0.0679219,-1.23956,4.61394,-0.0739979,-1.25083,4.61394,-0.0827415,-1.25864,4.61394,-0.0940027,-1.26248,4.61394,-0.107631,-1.26184,4.61394,-0.123477,-1.2562,4.61394,-0.14139,-1.24507,4.61394,-0.161219,-1.22791,4.61394,-0.182815,-1.20623,4.61394,-0.206353,-1.18433,4.61394,-0.22903,-1.16184,4.61394,-0.250711,-1.13843,4.61394,-0.271259,-1.11373,4.61394,-0.290538,-1.0874,4.61394,-0.308414,-1.05909,4.61394,-0.324749,-1.02845,4.61394,-0.339409,-0.99512,4.61394,-0.352257,-0.958752,4.61394,-0.363158,-0.918996,4.61394,-0.371975,-0.875501,4.61394,-0.378572,-0.827914,4.61394,-0.382815,-0.730847,4.61394,-0.378166,-0.647744,4.61394,-0.35375,-0.574312,4.61394,-0.31307,-0.50626,4.61394,-0.259633,-0.439298,4.61394,-0.196941,-0.369135,4.61394,-0.128501,-0.29148,4.61394,-0.0578152,-0.202041,4.61394,0.0116105,-0.0965281,4.61394,0.076272,0.0293502,4.61394,0.132665,0.179885,4.61394,0.177284,0.359366,4.61394,0.206626,0.572086,4.61394,0.217185,0.694162,4.61394,0.208764,0.827981,4.61394,0.185323,0.971085,4.61394,0.149593,1.12102,4.61394,0.104304,1.27532,4.61394,0.0521871,1.43153,4.61394,-0.00402588,1.5872,4.61394,-0.0616044,1.73986,4.61394,-0.117817,1.88706,4.61394,-0.169934,2.02634,4.61394,-0.215223,2.15525,4.61394,-0.250953,2.27131,4.61394,-0.274395,2.37209,4.61394,-0.282815,2.45982,4.61394,-0.279961,2.53912,4.61394,-0.271759,2.61112,4.61394,-0.258748,2.6769,4.61394,-0.241467,2.73759,4.61394,-0.220457,2.79427,4.61394,-0.196255,2.84807,4.61394,-0.169403,2.90008,4.61394,-0.140438,2.95141,4.61394,-0.109901,3.00318,4.61394,-0.0783306,3.05647,4.61394,-0.0462667,3.11241,4.61394,-0.0142484,3.17209,4.61394,0.0171849,3.21478,4.61394,0.0385777,3.25092,4.61394,0.0569664,3.28105,4.61394,0.0728973,3.30572,4.61394,0.0869164,3.32548,4.61394,0.09957,3.34086,4.61394,0.111404,3.35242,4.61394,0.122966,3.36071,4.61394,0.1348,3.36626,4.61394,0.147454,3.36963,4.61394,0.161473,3.37136,4.61394,0.177403,3.372,4.61394,0.195792,3.37209,4.61394,0.217185,3.3618,4.61394,0.231796,3.3324,4.61394,0.231113,3.28606,4.61394,0.217594,3.22498,4.61394,0.193698,3.15133,4.61394,0.161882,3.06731,4.61394,0.124604,2.97509,4.61394,0.0843218,2.87687,4.61394,0.0434934,2.77482,4.61394,0.00457671,2.67113,4.61394,-0.0299704,2.56799,4.61394,-0.05769,2.46758,4.61394,-0.0761243,2.37209,4.61394,-0.0828151,2.25165,4.61394,-0.0743946,2.1222,4.61394,-0.0509535,1.98538,4.61394,-0.015223,1.84282,4.61394,0.0300661,1.69616,4.61394,0.0821826,1.54705,4.61394,0.138396,1.39712,4.61394,0.195974,1.24801,4.61394,0.252187,1.10135,4.61394,0.304304,0.958795,4.61394,0.349593,0.821972,4.61394,0.385323,0.692523,4.61394,0.408764,0.572086,4.61394,0.417185,0.375374,4.61394,0.404065,0.198934,4.61394,0.368093,0.0402362,4.61394,0.314349,-0.103253,4.61394,0.247914,-0.234063,4.61394,0.173868,-0.354727,4.61394,0.0972919,-0.467776,4.61394,0.0232663,-0.575741,4.61394,-0.0431282,-0.681154,4.61394,-0.0968111,-0.786546,4.61394,-0.132702,-0.894449,4.61394,-0.14572,-1.0074,4.61394,-0.130784,-1.12791,-2.50606,-0.0828148,-1.14921,-2.50606,-0.0732992,-1.17011,-2.50606,-0.0672022,-1.19011,-2.50606,-0.0643738,-1.20869,-2.50606,-0.0646636,-1.22535,-2.50606,-0.0679216,-1.23956,-2.50606,-0.0739976,-1.25083,-2.50606,-0.0827412,-1.25864,-2.50606,-0.0940024,-1.26248,-2.50606,-0.107631,-1.26184,-2.50606,-0.123477,-1.2562,-2.50606,-0.141389,-1.24507,-2.50606,-0.161219,-1.22791,-2.50606,-0.182815,-1.20623,-2.50606,-0.206353,-1.18433,-2.50606,-0.22903,-1.16184,-2.50606,-0.25071,-1.13843,-2.50606,-0.271258,-1.11373,-2.50606,-0.290538,-1.0874,-2.50606,-0.308414,-1.05909,-2.50606,-0.324749,-1.02845,-2.50606,-0.339409,-0.99512,-2.50606,-0.352257,-0.958752,-2.50606,-0.363157,-0.918996,-2.50606,-0.371974,-0.875501,-2.50606,-0.378572,-0.827914,-2.50606,-0.382815,-0.730847,-2.50606,-0.378166,-0.647744,-2.50606,-0.353749,-0.574312,-2.50606,-0.31307,-0.50626,-2.50606,-0.259632,-0.439298,-2.50606,-0.196941,-0.369135,-2.50606,-0.1285,-0.29148,-2.50606,-0.0578149,-0.202041,-2.50606,0.0116108,-0.0965281,-2.50606,0.0762722,0.0293502,-2.50606,0.132665,0.179885,-2.50606,0.177284,0.359366,-2.50606,0.206626,0.572086,-2.50606,0.217185,0.694162,-2.50606,0.208765,0.827981,-2.50606,0.185324,0.971085,-2.50606,0.149593,1.12102,-2.50606,0.104304,1.27532,-2.50606,0.0521874,1.43153,-2.50606,-0.00402558,1.5872,-2.50606,-0.0616041,1.73986,-2.50606,-0.117817,1.88706,-2.50606,-0.169934,2.02634,-2.50606,-0.215223,2.15525,-2.50606,-0.250953,2.27131,-2.50606,-0.274394,2.37209,-2.50606,-0.282815,2.45982,-2.50606,-0.279961,2.53912,-2.50606,-0.271759,2.61112,-2.50606,-0.258748,2.6769,-2.50606,-0.241467,2.73759,-2.50606,-0.220456,2.79427,-2.50606,-0.196255,2.84807,-2.50606,-0.169402,2.90008,-2.50606,-0.140438,2.95141,-2.50606,-0.109901,3.00318,-2.50606,-0.0783303,3.05647,-2.50606,-0.0462664,3.11241,-2.50606,-0.0142481,3.17209,-2.50606,0.0171852,3.21478,-2.50606,0.038578,3.25092,-2.50606,0.0569667,3.28105,-2.50606,0.0728976,3.30572,-2.50606,0.0869167,3.32548,-2.50606,0.0995703,3.34086,-2.50606,0.111405,3.35242,-2.50606,0.122966,3.36071,-2.50606,0.1348,3.36626,-2.50606,0.147454,3.36963,-2.50606,0.161473,3.37136,-2.50606,0.177404,3.372,-2.50606,0.195792,3.37209,-2.50606,0.217185,3.3618,-2.50606,0.231796,3.3324,-2.50606,0.231113,3.28606,-2.50606,0.217595,3.22498,-2.50606,0.193699,3.15133,-2.50606,0.161882,3.06731,-2.50606,0.124604,2.97509,-2.50606,0.0843221,2.87687,-2.50606,0.0434937,2.77482,-2.50606,0.00457701,2.67113,-2.50606,-0.0299701,2.56799,-2.50606,-0.0576897,2.46758,-2.50606,-0.076124,2.37209,-2.50606,-0.0828148,2.25165,-2.50606,-0.0743943,2.1222,-2.50606,-0.0509532,1.98538,-2.50606,-0.0152227,1.84282,-2.50606,0.0300664,1.69616,-2.50606,0.0821829,1.54705,-2.50606,0.138396,1.39712,-2.50606,0.195974,1.24801,-2.50606,0.252188,1.10135,-2.50606,0.304304,0.958795,-2.50606,0.349593,0.821972,-2.50606,0.385324,0.692523,-2.50606,0.408765,0.572086,-2.50606,0.417185,0.375374,-2.50606,0.404065,0.198934,-2.50606,0.368093,0.0402362,-2.50606,0.314349,-0.103253,-2.50606,0.247914,-0.234063,-2.50606,0.173868,-0.354727,-2.50606,0.0972922,-0.467776,-2.50606,0.0232666,-0.575741,-2.50606,-0.0431279,-0.681154,-2.50606,-0.0968108,-0.786546,-2.50606,-0.132702,-0.894449,-2.50606,-0.14572,-1.0074,-2.50606,-0.130784,-1.12791,-2.50606,-0.0828148,-1.11141,-2.48849,-0.043721,-1.10457,-2.44606,-0.0275279,-1.14921,-2.50606,-0.0732992,-1.13455,-2.48849,-0.0333816,-1.12847,-2.44606,-0.0168473,-1.17011,-2.50606,-0.0672022,-1.16115,-2.48849,-0.0256204,-1.15744,-2.44606,-0.00839666,-1.19011,-2.50606,-0.0643738,-1.18745,-2.48849,-0.0219008,-1.18635,-2.44606,-0.00430787,-1.20869,-2.50606,-0.0646636,-1.21313,-2.48849,-0.0223013,-1.21497,-2.44606,-0.00475428,-1.22535,-2.50606,-0.0679216,-1.23789,-2.48849,-0.0271455,-1.24309,-2.44606,-0.0102555,-1.23956,-2.50606,-0.0739976,-1.26126,-2.48849,-0.0371301,-1.27024,-2.44606,-0.021859,-1.25083,-2.50606,-0.0827412,-1.28198,-2.48849,-0.0532125,-1.29489,-2.44606,-0.0409813,-1.25864,-2.50606,-0.0940024,-1.29755,-2.48849,-0.0756612,-1.31367,-2.44606,-0.068064,-1.26248,-2.50606,-0.107631,-1.30515,-2.48849,-0.102615,-1.32282,-2.44606,-0.100537,-1.26184,-2.50606,-0.123477,-1.304,-2.48849,-0.130829,-1.32147,-2.44606,-0.133874,-1.2562,-2.50606,-0.141389,-1.29535,-2.48849,-0.158324,-1.31157,-2.44606,-0.165339,-1.24507,-2.50606,-0.161219,-1.2804,-2.48849,-0.184952,-1.29503,-2.44606,-0.194782,-1.22791,-2.50606,-0.182815,-1.26017,-2.48849,-0.210417,-1.27353,-2.44606,-0.22185,-1.20623,-2.50606,-0.206353,-1.2371,-2.48849,-0.235467,-1.24988,-2.44606,-0.247527,-1.18433,-2.50606,-0.22903,-1.21432,-2.48849,-0.259049,-1.22674,-2.44606,-0.271483,-1.16184,-2.50606,-0.25071,-1.19057,-2.48849,-0.281942,-1.20248,-2.44606,-0.294879,-1.13843,-2.50606,-0.271258,-1.1655,-2.48849,-0.30395,-1.17671,-2.44606,-0.317492,-1.11373,-2.50606,-0.290538,-1.13873,-2.48849,-0.324847,-1.14908,-2.44606,-0.339058,-1.0874,-2.50606,-0.308414,-1.10995,-2.48849,-0.344386,-1.11929,-2.44606,-0.359286,-1.05909,-2.50606,-0.324749,-1.07888,-2.48849,-0.362315,-1.08708,-2.44606,-0.377875,-1.02845,-2.50606,-0.339409,-1.04526,-2.48849,-0.378398,-1.05222,-2.44606,-0.394548,-0.99512,-2.50606,-0.352257,-1.00886,-2.48849,-0.39243,-1.01455,-2.44606,-0.40907,-0.958752,-2.50606,-0.363157,-0.96945,-2.48849,-0.404242,-0.973881,-2.44606,-0.42126,-0.918996,-2.50606,-0.371974,-0.92678,-2.48849,-0.413705,-0.930004,-2.44606,-0.430991,-0.875501,-2.50606,-0.378572,-0.880571,-2.48849,-0.420715,-0.882671,-2.44606,-0.438171,-0.827914,-2.50606,-0.382815,-0.828787,-2.48849,-0.425332,-0.829148,-2.44606,-0.442943,-0.730847,-2.50606,-0.378166,-0.723753,-2.48849,-0.420301,-0.720814,-2.44606,-0.437754,-0.647744,-2.50606,-0.353749,-0.631286,-2.48849,-0.393133,-0.624469,-2.44606,-0.409447,-0.574312,-2.50606,-0.31307,-0.550781,-2.48849,-0.348536,-0.541034,-2.44606,-0.363227,-0.50626,-2.50606,-0.259632,-0.478609,-2.48849,-0.291863,-0.467155,-2.44606,-0.305213,-0.439298,-2.50606,-0.196941,-0.409985,-2.48849,-0.227615,-0.397843,-2.44606,-0.240321,-0.369135,-2.50606,-0.1285,-0.340035,-2.48849,-0.159382,-0.327981,-2.44606,-0.172174,-0.29148,-2.50606,-0.0578149,-0.264151,-2.48849,-0.0903094,-0.252831,-2.44606,-0.103769,-0.202041,-2.50606,0.0116108,-0.177876,-2.48849,-0.0233395,-0.167866,-2.44606,-0.0378165,-0.0965281,-2.50606,0.0762722,-0.0766891,-2.48849,0.0386707,-0.0684715,-2.44606,0.0230956,0.0293502,-2.50606,0.132665,0.0441167,-2.48849,0.0927909,0.0502332,-2.44606,0.0762746,0.179885,-2.50606,0.177284,0.189373,-2.48849,0.135846,0.193304,-2.44606,0.118682,0.359366,-2.50606,0.206626,0.363855,-2.48849,0.16437,0.365714,-2.44606,0.146867,0.572086,-2.50606,0.217185,0.571677,-2.48849,0.174686,0.571507,-2.44606,0.157083,0.694162,-2.50606,0.208765,0.689028,-2.48849,0.166591,0.686901,-2.44606,0.149123,0.827981,-2.50606,0.185324,0.819171,-2.48849,0.143794,0.815521,-2.44606,0.126592,0.971085,-2.50606,0.149593,0.959805,-2.48849,0.10868,0.955133,-2.44606,0.0917339,1.12102,-2.50606,0.104304,1.10809,-2.48849,0.0638886,1.10274,-2.44606,0.047148,1.27532,-2.50606,0.0521874,1.26135,-2.48849,0.0121256,1.25556,-2.44606,-0.00446859,1.43153,-2.50606,-0.00402558,1.41699,-2.48849,-0.0438824,1.41097,-2.44606,-0.0603916,1.5872,-2.50606,-0.0616041,1.57251,-2.48849,-0.101406,1.56642,-2.44606,-0.117893,1.73986,-2.50606,-0.117817,1.72545,-2.48849,-0.157722,1.71948,-2.44606,-0.174251,1.88706,-2.50606,-0.169934,1.87342,-2.48849,-0.210111,1.86777,-2.44606,-0.226753,2.02634,-2.50606,-0.215223,2.01411,-2.48849,-0.255858,2.00904,-2.44606,-0.27269,2.15525,-2.50606,-0.250953,2.14537,-2.48849,-0.292241,2.14128,-2.44606,-0.309343,2.27131,-2.50606,-0.274394,2.26533,-2.48849,-0.316468,2.26285,-2.44606,-0.333896,2.37209,-2.50606,-0.282815,2.37101,-2.48849,-0.325299,2.37056,-2.44606,-0.342896,2.45982,-2.50606,-0.279961,2.46269,-2.48849,-0.322316,2.46388,-2.44606,-0.33986,2.53912,-2.50606,-0.271759,2.54509,-2.48849,-0.313795,2.54756,-2.44606,-0.331207,2.61112,-2.50606,-0.258748,2.62029,-2.48849,-0.300203,2.62409,-2.44606,-0.317374,2.6769,-2.50606,-0.241467,2.68925,-2.48849,-0.282089,2.69437,-2.44606,-0.298915,2.73759,-2.50606,-0.220456,2.75287,-2.48849,-0.26006,2.75921,-2.44606,-0.276465,2.79427,-2.50606,-0.196255,2.81209,-2.48849,-0.234779,2.81947,-2.44606,-0.250736,2.84807,-2.50606,-0.169402,2.86787,-2.48849,-0.206935,2.87608,-2.44606,-0.222481,2.90008,-2.50606,-0.140438,2.92125,-2.48849,-0.17721,2.93002,-2.44606,-0.192441,2.95141,-2.50606,-0.109901,2.97331,-2.48849,-0.146243,2.98237,-2.44606,-0.161297,3.00318,-2.50606,-0.0783303,3.02516,-2.48849,-0.114618,3.03426,-2.44606,-0.129649,3.05647,-2.50606,-0.0462664,3.07795,-2.48849,-0.0828581,3.08684,-2.44606,-0.0980149,3.11241,-2.50606,-0.0142481,3.13284,-2.48849,-0.0514389,3.1413,-2.44606,-0.0668439,3.17209,-2.50606,0.0171852,3.19148,-2.48849,-0.0205533,3.19951,-2.44606,-0.0361851,3.21478,-2.50606,0.038578,3.2339,-2.48849,0.00070554,3.24183,-2.44606,-0.0149817,3.25092,-2.50606,0.0569667,3.27046,-2.48849,0.0193044,3.27855,-2.44606,0.00370416,3.28105,-2.50606,0.0728976,3.30145,-2.48849,0.0356922,3.3099,-2.44606,0.0202812,3.30572,-2.50606,0.0869167,3.32766,-2.48849,0.0505852,3.33675,-2.44606,0.0355361,3.32548,-2.50606,0.0995703,3.3499,-2.48849,0.0648293,3.36001,-2.44606,0.0504391,3.34086,-2.50606,0.111405,3.36891,-2.48849,0.0794564,3.38053,-2.44606,0.066223,3.35242,-2.50606,0.122966,3.38505,-2.48849,0.0955927,3.39856,-2.44606,0.0842543,3.36071,-2.50606,0.1348,3.39787,-2.48849,0.113908,3.41326,-2.44606,0.105254,3.36626,-2.50606,0.147454,3.40663,-2.48849,0.133867,3.42335,-2.44606,0.128239,3.36963,-2.50606,0.161473,3.41151,-2.48849,0.154198,3.42886,-2.44606,0.151185,3.37136,-2.50606,0.177404,3.41371,-2.48849,0.174375,3.43125,-2.44606,0.173121,3.372,-2.50606,0.195792,3.41442,-2.48849,0.194967,3.43199,-2.44606,0.194626,3.37209,-2.50606,0.217185,3.41457,-2.48849,0.230541,3.43217,-2.44606,0.236073,3.3618,-2.50606,0.231796,3.38345,-2.48849,0.274737,3.39242,-2.44606,0.292523,3.3324,-2.50606,0.231113,3.32585,-2.48849,0.273399,3.32314,-2.44606,0.290915,3.28606,-2.50606,0.217595,3.27236,-2.48849,0.257794,3.26669,-2.44606,0.274445,3.22498,-2.50606,0.193699,3.20883,-2.48849,0.232939,3.20214,-2.44606,0.249194,3.15133,-2.50606,0.161882,3.13431,-2.48849,0.200747,3.12727,-2.44606,0.216846,3.06731,-2.50606,0.124604,3.05021,-2.48849,0.163435,3.04313,-2.44606,0.179519,2.97509,-2.50606,0.0843221,2.95846,-2.48849,0.123353,2.95156,-2.44606,0.13952,2.87687,-2.50606,0.0434937,2.86116,-2.48849,0.0829116,2.85466,-2.44606,0.099239,2.77482,-2.50606,0.00457701,2.76055,-2.48849,0.0445415,2.75464,-2.44606,0.0610954,2.67113,-2.50606,-0.0299701,2.65891,-2.48849,0.0106771,2.65385,-2.44606,0.0275137,2.56799,-2.50606,-0.0576897,2.55864,-2.48849,-0.0162711,2.55476,-2.44606,0.00088501,2.46758,-2.50606,-0.076124,2.46225,-2.48849,-0.033967,2.46004,-2.44606,-0.016505,2.37209,-2.50606,-0.0828148,2.37208,-2.48849,-0.0402846,2.37208,-2.44606,-0.022668,2.25165,-2.50606,-0.0743943,2.25692,-2.48849,-0.0322331,2.25911,-2.44606,-0.0147694,2.1222,-2.50606,-0.0509532,2.13135,-2.48849,-0.00949427,2.13514,-2.44606,0.00767857,1.98538,-2.50606,-0.0152227,1.99717,-2.48849,0.0255474,2.00205,-2.44606,0.042435,1.84282,-2.50606,0.0300664,1.85635,-2.48849,0.0702839,1.86195,-2.44606,0.0869426,1.69616,-2.50606,0.0821829,1.71075,-2.48849,0.122025,1.71679,-2.44606,0.138528,1.54705,-2.50606,0.138396,1.56214,-2.48849,0.178049,1.56839,-2.44606,0.194474,1.39712,-2.50606,0.195974,1.41221,-2.48849,0.235628,1.41846,-2.44606,0.252052,1.24801,-2.50606,0.252188,1.2626,-2.48849,0.292029,1.26864,-2.44606,0.308532,1.10135,-2.50606,0.304304,1.11488,-2.48849,0.344522,1.12049,-2.44606,0.36118,0.958795,-2.50606,0.349593,0.970586,-2.48849,0.390363,0.97547,-2.44606,0.407251,0.821972,-2.50606,0.385324,0.831125,-2.48849,0.426783,0.834917,-2.44606,0.443955,0.692523,-2.50606,0.408765,0.697798,-2.48849,0.450926,0.699983,-2.44606,0.46839,0.572086,-2.50606,0.417185,0.572154,-2.48849,0.45971,0.572183,-2.44606,0.477325,0.375374,-2.50606,0.404065,0.369699,-2.48849,0.446208,0.367348,-2.44606,0.463664,0.198934,-2.50606,0.368093,0.187849,-2.48849,0.409132,0.183257,-2.44606,0.426131,0.0402362,-2.50606,0.314349,0.0244739,-2.48849,0.353805,0.017945,-2.44606,0.370148,-0.103253,-2.50606,0.247914,-0.122647,-2.48849,0.285688,-0.130681,-2.44606,0.301334,-0.234063,-2.50606,0.173868,-0.255893,-2.48849,0.210263,-0.264936,-2.44606,0.225338,-0.354727,-2.50606,0.0972922,-0.377716,-2.48849,0.132952,-0.387238,-2.44606,0.147723,-0.467776,-2.50606,0.0232666,-0.490514,-2.48849,0.0590906,-0.499932,-2.44606,0.0739294,-0.575741,-2.50606,-0.0431279,-0.596513,-2.48849,-0.00609526,-0.605117,-2.44606,0.00924414,-0.681154,-2.50606,-0.0968108,-0.697703,-2.48849,-0.0576275,-0.704558,-2.44606,-0.0413972,-0.786546,-2.50606,-0.132702,-0.796028,-2.48849,-0.0911114,-0.799955,-2.44606,-0.0738842,-0.894449,-2.50606,-0.14572,-0.894206,-2.48849,-0.102956,-0.894104,-2.44606,-0.0852428,-1.0074,-2.50606,-0.130784,-0.996605,-2.48849,-0.0894153,-0.992136,-2.44606,-0.0722797,-1.10457,-2.44606,-0.0275279,-1.10457,4.55394,-0.0275282,-1.12847,-2.44606,-0.0168473,-1.12847,4.55394,-0.0168476,-1.15744,-2.44606,-0.00839666,-1.15744,4.55394,-0.00839695,-1.18635,-2.44606,-0.00430787,-1.18635,4.55394,-0.00430816,-1.21497,-2.44606,-0.00475428,-1.21497,4.55394,-0.00475457,-1.24309,-2.44606,-0.0102555,-1.24309,4.55394,-0.0102558,-1.27024,-2.44606,-0.021859,-1.27024,4.55394,-0.0218593,-1.29489,-2.44606,-0.0409813,-1.29489,4.55394,-0.0409816,-1.31367,-2.44606,-0.068064,-1.31367,4.55394,-0.0680643,-1.32282,-2.44606,-0.100537,-1.32282,4.55394,-0.100537,-1.32147,-2.44606,-0.133874,-1.32147,4.55394,-0.133875,-1.31157,-2.44606,-0.165339,-1.31157,4.55394,-0.165339,-1.29503,-2.44606,-0.194782,-1.29503,4.55394,-0.194782,-1.27353,-2.44606,-0.22185,-1.27353,4.55394,-0.22185,-1.24988,-2.44606,-0.247527,-1.24988,4.55394,-0.247527,-1.22674,-2.44606,-0.271483,-1.22674,4.55394,-0.271483,-1.20248,-2.44606,-0.294879,-1.20248,4.55394,-0.294879,-1.17671,-2.44606,-0.317492,-1.17671,4.55394,-0.317492,-1.14908,-2.44606,-0.339058,-1.14908,4.55394,-0.339058,-1.11929,-2.44606,-0.359286,-1.11929,4.55394,-0.359286,-1.08708,-2.44606,-0.377875,-1.08708,4.55394,-0.377876,-1.05222,-2.44606,-0.394548,-1.05222,4.55394,-0.394549,-1.01455,-2.44606,-0.40907,-1.01455,4.55394,-0.40907,-0.973881,-2.44606,-0.42126,-0.973881,4.55394,-0.42126,-0.930004,-2.44606,-0.430991,-0.930004,4.55394,-0.430991,-0.882671,-2.44606,-0.438171,-0.882671,4.55394,-0.438171,-0.829148,-2.44606,-0.442943,-0.829148,4.55394,-0.442943,-0.720814,-2.44606,-0.437754,-0.720814,4.55394,-0.437754,-0.624469,-2.44606,-0.409447,-0.624469,4.55394,-0.409447,-0.541034,-2.44606,-0.363227,-0.541034,4.55394,-0.363227,-0.467155,-2.44606,-0.305213,-0.467155,4.55394,-0.305213,-0.397843,-2.44606,-0.240321,-0.397843,4.55394,-0.240321,-0.327981,-2.44606,-0.172174,-0.327981,4.55394,-0.172174,-0.252831,-2.44606,-0.103769,-0.252831,4.55394,-0.103769,-0.167866,-2.44606,-0.0378165,-0.167866,4.55394,-0.0378168,-0.0684715,-2.44606,0.0230956,-0.0684715,4.55394,0.0230953,0.0502332,-2.44606,0.0762746,0.0502332,4.55394,0.0762743,0.193304,-2.44606,0.118682,0.193304,4.55394,0.118681,0.365714,-2.44606,0.146867,0.365714,4.55394,0.146867,0.571507,-2.44606,0.157083,0.571507,4.55394,0.157082,0.686901,-2.44606,0.149123,0.686901,4.55394,0.149123,0.815521,-2.44606,0.126592,0.815521,4.55394,0.126592,0.955133,-2.44606,0.0917339,0.955133,4.55394,0.0917336,1.10274,-2.44606,0.047148,1.10274,4.55394,0.0471477,1.25556,-2.44606,-0.00446859,1.25556,4.55394,-0.00446889,1.41097,-2.44606,-0.0603916,1.41097,4.55394,-0.0603919,1.56642,-2.44606,-0.117893,1.56642,4.55394,-0.117894,1.71948,-2.44606,-0.174251,1.71948,4.55394,-0.174252,1.86777,-2.44606,-0.226753,1.86777,4.55394,-0.226753,2.00904,-2.44606,-0.27269,2.00904,4.55394,-0.27269,2.14128,-2.44606,-0.309343,2.14128,4.55394,-0.309343,2.26285,-2.44606,-0.333896,2.26285,4.55394,-0.333896,2.37056,-2.44606,-0.342896,2.37056,4.55394,-0.342897,2.46388,-2.44606,-0.33986,2.46388,4.55394,-0.339861,2.54756,-2.44606,-0.331207,2.54756,4.55394,-0.331207,2.62409,-2.44606,-0.317374,2.62409,4.55394,-0.317375,2.69437,-2.44606,-0.298915,2.69437,4.55394,-0.298916,2.75921,-2.44606,-0.276465,2.75921,4.55394,-0.276465,2.81947,-2.44606,-0.250736,2.81947,4.55394,-0.250736,2.87608,-2.44606,-0.222481,2.87608,4.55394,-0.222481,2.93002,-2.44606,-0.192441,2.93002,4.55394,-0.192441,2.98237,-2.44606,-0.161297,2.98237,4.55394,-0.161297,3.03426,-2.44606,-0.129649,3.03426,4.55394,-0.129649,3.08684,-2.44606,-0.0980149,3.08684,4.55394,-0.0980152,3.1413,-2.44606,-0.0668439,3.1413,4.55394,-0.0668442,3.19951,-2.44606,-0.0361851,3.19951,4.55394,-0.0361854,3.24183,-2.44606,-0.0149817,3.24183,4.55394,-0.014982,3.27855,-2.44606,0.00370416,3.27855,4.55394,0.00370386,3.3099,-2.44606,0.0202812,3.3099,4.55394,0.0202809,3.33675,-2.44606,0.0355361,3.33675,4.55394,0.0355358,3.36001,-2.44606,0.0504391,3.36001,4.55394,0.0504388,3.38053,-2.44606,0.066223,3.38053,4.55394,0.0662227,3.39856,-2.44606,0.0842543,3.39856,4.55394,0.084254,3.41326,-2.44606,0.105254,3.41326,4.55394,0.105254,3.42335,-2.44606,0.128239,3.42335,4.55394,0.128238,3.42886,-2.44606,0.151185,3.42886,4.55394,0.151184,3.43125,-2.44606,0.173121,3.43125,4.55394,0.17312,3.43199,-2.44606,0.194626,3.43199,4.55394,0.194625,3.43217,-2.44606,0.236073,3.43217,4.55394,0.236073,3.39242,-2.44606,0.292523,3.39242,4.55394,0.292523,3.32314,-2.44606,0.290915,3.32314,4.55394,0.290914,3.26669,-2.44606,0.274445,3.26669,4.55394,0.274445,3.20214,-2.44606,0.249194,3.20214,4.55394,0.249193,3.12727,-2.44606,0.216846,3.12727,4.55394,0.216846,3.04313,-2.44606,0.179519,3.04313,4.55394,0.179518,2.95156,-2.44606,0.13952,2.95156,4.55394,0.13952,2.85466,-2.44606,0.099239,2.85466,4.55394,0.0992387,2.75464,-2.44606,0.0610954,2.75464,4.55394,0.0610951,2.65385,-2.44606,0.0275137,2.65385,4.55394,0.0275134,2.55476,-2.44606,0.00088501,2.55476,4.55394,0.000884712,2.46004,-2.44606,-0.016505,2.46004,4.55394,-0.0165053,2.37208,-2.44606,-0.022668,2.37208,4.55394,-0.0226683,2.25911,-2.44606,-0.0147694,2.25911,4.55394,-0.0147697,2.13514,-2.44606,0.00767857,2.13514,4.55394,0.00767827,2.00205,-2.44606,0.042435,2.00205,4.55394,0.0424347,1.86195,-2.44606,0.0869426,1.86195,4.55394,0.0869423,1.71679,-2.44606,0.138528,1.71679,4.55394,0.138527,1.56839,-2.44606,0.194474,1.56839,4.55394,0.194474,1.41846,-2.44606,0.252052,1.41846,4.55394,0.252052,1.26864,-2.44606,0.308532,1.26864,4.55394,0.308532,1.12049,-2.44606,0.36118,1.12049,4.55394,0.36118,0.97547,-2.44606,0.407251,0.97547,4.55394,0.40725,0.834917,-2.44606,0.443955,0.834917,4.55394,0.443955,0.699983,-2.44606,0.46839,0.699983,4.55394,0.468389,0.572183,-2.44606,0.477325,0.572183,4.55394,0.477325,0.367348,-2.44606,0.463664,0.367348,4.55394,0.463663,0.183257,-2.44606,0.426131,0.183257,4.55394,0.426131,0.017945,-2.44606,0.370148,0.017945,4.55394,0.370147,-0.130681,-2.44606,0.301334,-0.130681,4.55394,0.301334,-0.264936,-2.44606,0.225338,-0.264936,4.55394,0.225338,-0.387238,-2.44606,0.147723,-0.387238,4.55394,0.147722,-0.499932,-2.44606,0.0739294,-0.499932,4.55394,0.0739291,-0.605117,-2.44606,0.00924414,-0.605117,4.55394,0.00924385,-0.704558,-2.44606,-0.0413972,-0.704558,4.55394,-0.0413975,-0.799955,-2.44606,-0.0738842,-0.799955,4.55394,-0.0738845,-0.894104,-2.44606,-0.0852428,-0.894104,4.55394,-0.0852431,-0.992136,-2.44606,-0.0722797,-0.992136,4.55394,-0.07228,-1.10457,4.55394,-0.0275282,-1.11141,4.59637,-0.0437213,-1.12791,4.61394,-0.0828151,-1.12847,4.55394,-0.0168476,-1.13455,4.59637,-0.0333819,-1.14921,4.61394,-0.0732995,-1.15744,4.55394,-0.00839695,-1.16115,4.59637,-0.0256207,-1.17011,4.61394,-0.0672025,-1.18635,4.55394,-0.00430816,-1.18745,4.59637,-0.0219011,-1.19011,4.61394,-0.0643741,-1.21497,4.55394,-0.00475457,-1.21313,4.59637,-0.0223016,-1.20869,4.61394,-0.0646639,-1.24309,4.55394,-0.0102558,-1.23789,4.59637,-0.0271458,-1.22535,4.61394,-0.0679219,-1.27024,4.55394,-0.0218593,-1.26126,4.59637,-0.0371304,-1.23956,4.61394,-0.0739979,-1.29489,4.55394,-0.0409816,-1.28198,4.59637,-0.0532128,-1.25083,4.61394,-0.0827415,-1.31367,4.55394,-0.0680643,-1.29755,4.59637,-0.0756615,-1.25864,4.61394,-0.0940027,-1.32282,4.55394,-0.100537,-1.30515,4.59637,-0.102615,-1.26248,4.61394,-0.107631,-1.32147,4.55394,-0.133875,-1.304,4.59637,-0.130829,-1.26184,4.61394,-0.123477,-1.31157,4.55394,-0.165339,-1.29535,4.59637,-0.158325,-1.2562,4.61394,-0.14139,-1.29503,4.55394,-0.194782,-1.2804,4.59637,-0.184952,-1.24507,4.61394,-0.161219,-1.27353,4.55394,-0.22185,-1.26017,4.59637,-0.210417,-1.22791,4.61394,-0.182815,-1.24988,4.55394,-0.247527,-1.2371,4.59637,-0.235468,-1.20623,4.61394,-0.206353,-1.22674,4.55394,-0.271483,-1.21432,4.59637,-0.259049,-1.18433,4.61394,-0.22903,-1.20248,4.55394,-0.294879,-1.19057,4.59637,-0.281943,-1.16184,4.61394,-0.250711,-1.17671,4.55394,-0.317492,-1.1655,4.59637,-0.303951,-1.13843,4.61394,-0.271259,-1.14908,4.55394,-0.339058,-1.13873,4.59637,-0.324847,-1.11373,4.61394,-0.290538,-1.11929,4.55394,-0.359286,-1.10995,4.59637,-0.344386,-1.0874,4.61394,-0.308414,-1.08708,4.55394,-0.377876,-1.07888,4.59637,-0.362315,-1.05909,4.61394,-0.324749,-1.05222,4.55394,-0.394549,-1.04526,4.59637,-0.378399,-1.02845,4.61394,-0.339409,-1.01455,4.55394,-0.40907,-1.00886,4.59637,-0.39243,-0.99512,4.61394,-0.352257,-0.973881,4.55394,-0.42126,-0.96945,4.59637,-0.404242,-0.958752,4.61394,-0.363158,-0.930004,4.55394,-0.430991,-0.92678,4.59637,-0.413706,-0.918996,4.61394,-0.371975,-0.882671,4.55394,-0.438171,-0.880571,4.59637,-0.420715,-0.875501,4.61394,-0.378572,-0.829148,4.55394,-0.442943,-0.828787,4.59637,-0.425332,-0.827914,4.61394,-0.382815,-0.720814,4.55394,-0.437754,-0.723753,4.59637,-0.420301,-0.730847,4.61394,-0.378166,-0.624469,4.55394,-0.409447,-0.631286,4.59637,-0.393134,-0.647744,4.61394,-0.35375,-0.541034,4.55394,-0.363227,-0.550781,4.59637,-0.348536,-0.574312,4.61394,-0.31307,-0.467155,4.55394,-0.305213,-0.478609,4.59637,-0.291863,-0.50626,4.61394,-0.259633,-0.397843,4.55394,-0.240321,-0.409985,4.59637,-0.227615,-0.439298,4.61394,-0.196941,-0.327981,4.55394,-0.172174,-0.340035,4.59637,-0.159383,-0.369135,4.61394,-0.128501,-0.252831,4.55394,-0.103769,-0.264151,4.59637,-0.0903097,-0.29148,4.61394,-0.0578152,-0.167866,4.55394,-0.0378168,-0.177876,4.59637,-0.0233398,-0.202041,4.61394,0.0116105,-0.0684715,4.55394,0.0230953,-0.0766891,4.59637,0.0386704,-0.0965281,4.61394,0.076272,0.0502332,4.55394,0.0762743,0.0441167,4.59637,0.0927906,0.0293502,4.61394,0.132665,0.193304,4.55394,0.118681,0.189373,4.59637,0.135846,0.179885,4.61394,0.177284,0.365714,4.55394,0.146867,0.363855,4.59637,0.16437,0.359366,4.61394,0.206626,0.571507,4.55394,0.157082,0.571677,4.59637,0.174686,0.572086,4.61394,0.217185,0.686901,4.55394,0.149123,0.689028,4.59637,0.166591,0.694162,4.61394,0.208764,0.815521,4.55394,0.126592,0.819171,4.59637,0.143794,0.827981,4.61394,0.185323,0.955133,4.55394,0.0917336,0.959805,4.59637,0.10868,0.971085,4.61394,0.149593,1.10274,4.55394,0.0471477,1.10809,4.59637,0.0638883,1.12102,4.61394,0.104304,1.25556,4.55394,-0.00446889,1.26135,4.59637,0.0121253,1.27532,4.61394,0.0521871,1.41097,4.55394,-0.0603919,1.41699,4.59637,-0.0438827,1.43153,4.61394,-0.00402588,1.56642,4.55394,-0.117894,1.57251,4.59637,-0.101407,1.5872,4.61394,-0.0616044,1.71948,4.55394,-0.174252,1.72545,4.59637,-0.157722,1.73986,4.61394,-0.117817,1.86777,4.55394,-0.226753,1.87342,4.59637,-0.210111,1.88706,4.61394,-0.169934,2.00904,4.55394,-0.27269,2.01411,4.59637,-0.255859,2.02634,4.61394,-0.215223,2.14128,4.55394,-0.309343,2.14537,4.59637,-0.292241,2.15525,4.61394,-0.250953,2.26285,4.55394,-0.333896,2.26533,4.59637,-0.316469,2.27131,4.61394,-0.274395,2.37056,4.55394,-0.342897,2.37101,4.59637,-0.325299,2.37209,4.61394,-0.282815,2.46388,4.55394,-0.339861,2.46269,4.59637,-0.322317,2.45982,4.61394,-0.279961,2.54756,4.55394,-0.331207,2.54509,4.59637,-0.313795,2.53912,4.61394,-0.271759,2.62409,4.55394,-0.317375,2.62029,4.59637,-0.300203,2.61112,4.61394,-0.258748,2.69437,4.55394,-0.298916,2.68925,4.59637,-0.282089,2.6769,4.61394,-0.241467,2.75921,4.55394,-0.276465,2.75287,4.59637,-0.260061,2.73759,4.61394,-0.220457,2.81947,4.55394,-0.250736,2.81209,4.59637,-0.234779,2.79427,4.61394,-0.196255,2.87608,4.55394,-0.222481,2.86787,4.59637,-0.206935,2.84807,4.61394,-0.169403,2.93002,4.55394,-0.192441,2.92125,4.59637,-0.17721,2.90008,4.61394,-0.140438,2.98237,4.55394,-0.161297,2.97331,4.59637,-0.146244,2.95141,4.61394,-0.109901,3.03426,4.55394,-0.129649,3.02516,4.59637,-0.114618,3.00318,4.61394,-0.0783306,3.08684,4.55394,-0.0980152,3.07795,4.59637,-0.0828584,3.05647,4.61394,-0.0462667,3.1413,4.55394,-0.0668442,3.13284,4.59637,-0.0514392,3.11241,4.61394,-0.0142484,3.19951,4.55394,-0.0361854,3.19148,4.59637,-0.0205536,3.17209,4.61394,0.0171849,3.24183,4.55394,-0.014982,3.2339,4.59637,0.000705242,3.21478,4.61394,0.0385777,3.27855,4.55394,0.00370386,3.27046,4.59637,0.0193041,3.25092,4.61394,0.0569664,3.3099,4.55394,0.0202809,3.30145,4.59637,0.0356919,3.28105,4.61394,0.0728973,3.33675,4.55394,0.0355358,3.32766,4.59637,0.0505849,3.30572,4.61394,0.0869164,3.36001,4.55394,0.0504388,3.3499,4.59637,0.064829,3.32548,4.61394,0.09957,3.38053,4.55394,0.0662227,3.36891,4.59637,0.0794561,3.34086,4.61394,0.111404,3.39856,4.55394,0.084254,3.38505,4.59637,0.0955924,3.35242,4.61394,0.122966,3.41326,4.55394,0.105254,3.39787,4.59637,0.113908,3.36071,4.61394,0.1348,3.42335,4.55394,0.128238,3.40663,4.59637,0.133866,3.36626,4.61394,0.147454,3.42886,4.55394,0.151184,3.41151,4.59637,0.154198,3.36963,4.61394,0.161473,3.43125,4.55394,0.17312,3.41371,4.59637,0.174375,3.37136,4.61394,0.177403,3.43199,4.55394,0.194625,3.41442,4.59637,0.194967,3.372,4.61394,0.195792,3.43217,4.55394,0.236073,3.41457,4.59637,0.230541,3.37209,4.61394,0.217185,3.39242,4.55394,0.292523,3.38345,4.59637,0.274736,3.3618,4.61394,0.231796,3.32314,4.55394,0.290914,3.32585,4.59637,0.273399,3.3324,4.61394,0.231113,3.26669,4.55394,0.274445,3.27236,4.59637,0.257794,3.28606,4.61394,0.217594,3.20214,4.55394,0.249193,3.20883,4.59637,0.232939,3.22498,4.61394,0.193698,3.12727,4.55394,0.216846,3.13431,4.59637,0.200747,3.15133,4.61394,0.161882,3.04313,4.55394,0.179518,3.05021,4.59637,0.163434,3.06731,4.61394,0.124604,2.95156,4.55394,0.13952,2.95846,4.59637,0.123353,2.97509,4.61394,0.0843218,2.85466,4.55394,0.0992387,2.86116,4.59637,0.0829113,2.87687,4.61394,0.0434934,2.75464,4.55394,0.0610951,2.76055,4.59637,0.0445412,2.77482,4.61394,0.00457671,2.65385,4.55394,0.0275134,2.65891,4.59637,0.0106768,2.67113,4.61394,-0.0299704,2.55476,4.55394,0.000884712,2.55864,4.59637,-0.0162714,2.56799,4.61394,-0.05769,2.46004,4.55394,-0.0165053,2.46225,4.59637,-0.0339673,2.46758,4.61394,-0.0761243,2.37208,4.55394,-0.0226683,2.37208,4.59637,-0.0402849,2.37209,4.61394,-0.0828151,2.25911,4.55394,-0.0147697,2.25692,4.59637,-0.0322334,2.25165,4.61394,-0.0743946,2.13514,4.55394,0.00767827,2.13135,4.59637,-0.00949457,2.1222,4.61394,-0.0509535,2.00205,4.55394,0.0424347,1.99717,4.59637,0.0255471,1.98538,4.61394,-0.015223,1.86195,4.55394,0.0869423,1.85635,4.59637,0.0702837,1.84282,4.61394,0.0300661,1.71679,4.55394,0.138527,1.71075,4.59637,0.122024,1.69616,4.61394,0.0821826,1.56839,4.55394,0.194474,1.56214,4.59637,0.178049,1.54705,4.61394,0.138396,1.41846,4.55394,0.252052,1.41221,4.59637,0.235627,1.39712,4.61394,0.195974,1.26864,4.55394,0.308532,1.2626,4.59637,0.292029,1.24801,4.61394,0.252187,1.12049,4.55394,0.36118,1.11488,4.59637,0.344521,1.10135,4.61394,0.304304,0.97547,4.55394,0.40725,0.970586,4.59637,0.390363,0.958795,4.61394,0.349593,0.834917,4.55394,0.443955,0.831125,4.59637,0.426782,0.821972,4.61394,0.385323,0.699983,4.55394,0.468389,0.697798,4.59637,0.450925,0.692523,4.61394,0.408764,0.572183,4.55394,0.477325,0.572154,4.59637,0.45971,0.572086,4.61394,0.417185,0.367348,4.55394,0.463663,0.369699,4.59637,0.446207,0.375374,4.61394,0.404065,0.183257,4.55394,0.426131,0.187849,4.59637,0.409132,0.198934,4.61394,0.368093,0.017945,4.55394,0.370147,0.0244739,4.59637,0.353804,0.0402362,4.61394,0.314349,-0.130681,4.55394,0.301334,-0.122647,4.59637,0.285687,-0.103253,4.61394,0.247914,-0.264936,4.55394,0.225338,-0.255893,4.59637,0.210263,-0.234063,4.61394,0.173868,-0.387238,4.55394,0.147722,-0.377716,4.59637,0.132952,-0.354727,4.61394,0.0972919,-0.499932,4.55394,0.0739291,-0.490514,4.59637,0.0590903,-0.467776,4.61394,0.0232663,-0.605117,4.55394,0.00924385,-0.596513,4.59637,-0.00609556,-0.575741,4.61394,-0.0431282,-0.704558,4.55394,-0.0413975,-0.697703,4.59637,-0.0576278,-0.681154,4.61394,-0.0968111,-0.799955,4.55394,-0.0738845,-0.796028,4.59637,-0.0911117,-0.786546,4.61394,-0.132702,-0.894104,4.55394,-0.0852431,-0.894206,4.59637,-0.102956,-0.894449,4.61394,-0.14572,-0.992136,4.55394,-0.07228,-0.996605,4.59637,-0.0894156,-1.0074,4.61394,-0.130784],
"morphTargets" : [],
"normals" : [0,1,-9.2e-05,0,0.999969,0,0,1,9.2e-05,0,1,-6.1e-05,0,1,0,0,1,-3.1e-05,0,1,3.1e-05,0,0.999969,3.1e-05,0,-1,0,0,-0.999969,0,0,-1,3.1e-05,0.274026,-0.709677,0.649007,0.246406,-0.699454,0.670827,0.131657,-0.924161,0.358501,0.148808,-0.923887,0.352489,0.359325,-0.382733,0.85107,0.31843,-0.383435,0.866909,0.150548,-0.699118,0.698965,0.080386,-0.924223,0.373272,0.194464,-0.383496,0.902799,0.044649,-0.698477,0.714225,0.023804,-0.924284,0.380932,0.057619,-0.383679,0.921659,-0.074648,-0.697439,0.712729,-0.039735,-0.924406,0.379315,-0.096194,-0.383953,0.918302,-0.211188,-0.695883,0.686361,-0.112003,-0.924619,0.364025,-0.271462,-0.384503,0.88229,-0.365154,-0.693899,0.620563,-0.192694,-0.924955,0.327494,-0.46794,-0.385357,0.795282,-0.523942,-0.691946,0.496628,-0.274972,-0.925413,0.260659,-0.669362,-0.386486,0.63448,-0.65389,-0.690939,0.308206,-0.342082,-0.925718,0.161229,-0.833979,-0.387188,0.393109,-0.717368,-0.691549,0.084323,-0.376019,-0.925535,0.044191,-0.91586,-0.386761,0.107669,-0.709677,-0.693564,-0.123722,-0.374187,-0.925047,-0.065249,-0.908963,-0.38554,-0.158483,-0.658956,-0.696066,-0.285043,-0.34962,-0.924589,-0.151219,-0.847255,-0.384442,-0.366497,-0.594165,-0.698294,-0.399121,-0.316782,-0.924284,-0.212806,-0.766533,-0.383709,-0.514908,-0.540452,-0.702841,-0.462478,-0.290597,-0.923948,-0.248634,-0.701895,-0.382885,-0.600574,-0.515397,-0.705649,-0.48616,-0.278359,-0.923887,-0.262551,-0.672018,-0.382702,-0.633931,-0.501236,-0.704978,-0.501724,-0.270425,-0.923887,-0.270669,-0.652943,-0.382733,-0.653554,-0.480605,-0.704306,-0.522416,-0.259011,-0.923887,-0.281564,-0.625477,-0.382763,-0.679891,-0.453078,-0.703726,-0.547227,-0.243965,-0.923917,-0.294656,-0.58916,-0.382794,-0.711539,-0.418653,-0.703207,-0.574602,-0.225227,-0.923948,-0.309122,-0.543992,-0.382855,-0.746605,-0.377789,-0.702841,-0.60271,-0.203131,-0.923948,-0.324046,-0.490616,-0.382885,-0.782708,-0.331584,-0.702597,-0.629566,-0.178198,-0.923948,-0.338359,-0.430464,-0.382916,-0.817316,-0.281716,-0.702536,-0.653462,-0.151402,-0.923978,-0.351177,-0.365703,-0.382916,-0.848262,-0.230262,-0.702628,-0.673238,-0.123753,-0.923948,-0.361858,-0.298959,-0.382916,-0.87405,-0.179235,-0.702841,-0.688375,-0.096347,-0.923948,-0.370128,-0.232765,-0.382885,-0.893979,-0.130345,-0.703146,-0.698965,-0.070132,-0.923948,-0.375988,-0.169378,-0.382855,-0.908139,-0.084872,-0.703482,-0.705588,-0.045686,-0.923917,-0.379772,-0.110324,-0.382824,-0.917173,-0.014649,-0.699454,-0.714499,-0.007813,-0.924192,-0.381817,-0.018952,-0.383435,-0.923338,0.119419,-0.694662,-0.709311,0.063143,-0.924802,-0.375072,0.153233,-0.384991,-0.910092,0.277047,-0.695456,-0.662984,0.146764,-0.92468,-0.351268,0.355876,-0.384655,-0.85168,0.395703,-0.698294,-0.596454,0.210974,-0.924284,-0.318003,0.510514,-0.383709,-0.769463,0.463637,-0.702078,-0.540422,0.24897,-0.923978,-0.290201,0.601459,-0.382977,-0.701071,0.489364,-0.705863,-0.51207,0.264382,-0.923856,-0.27665,0.638295,-0.382702,-0.667898,0.483444,-0.70925,-0.513047,0.262398,-0.923887,-0.278451,0.633564,-0.382733,-0.672353,0.451888,-0.712088,-0.537309,0.246132,-0.923978,-0.292673,0.594562,-0.382916,-0.706961,0.398022,-0.714255,-0.575671,0.217353,-0.92407,-0.314341,0.525285,-0.38316,-0.759728,0.325968,-0.715506,-0.617847,0.178259,-0.924131,-0.33787,0.430982,-0.383343,-0.816858,0.24247,-0.715842,-0.654775,0.132633,-0.924161,-0.358165,0.320719,-0.383404,-0.866085,0.15595,-0.715354,-0.681112,0.085269,-0.924131,-0.372387,0.206153,-0.383312,-0.900296,0.073885,-0.714408,-0.695791,0.040345,-0.92407,-0.380016,0.097537,-0.38319,-0.918485,-0.006714,-0.714805,-0.69924,-0.003662,-0.9241,-0.382092,-0.008881,-0.383251,-0.923582,-0.084597,-0.713858,-0.69512,-0.046175,-0.924039,-0.379437,-0.111606,-0.383129,-0.916898,-0.145787,-0.7116,-0.687246,-0.079348,-0.923948,-0.374126,-0.191687,-0.382885,-0.903653,-0.187109,-0.710135,-0.678701,-0.101657,-0.923917,-0.368816,-0.245521,-0.382763,-0.890591,-0.214759,-0.709098,-0.67156,-0.11655,-0.923887,-0.364452,-0.281411,-0.382702,-0.87994,-0.232429,-0.708304,-0.666494,-0.126011,-0.923856,-0.361309,-0.304239,-0.382702,-0.872311,-0.242164,-0.707633,-0.663747,-0.131138,-0.923856,-0.359478,-0.31666,-0.382672,-0.867885,-0.244819,-0.706992,-0.663442,-0.132481,-0.923856,-0.35902,-0.319865,-0.382672,-0.866726,-0.240425,-0.70632,-0.665761,-0.129948,-0.923856,-0.359905,-0.313791,-0.382672,-0.868923,-0.227821,-0.705527,-0.67101,-0.12302,-0.923887,-0.362316,-0.297037,-0.382702,-0.874813,-0.204566,-0.704489,-0.679556,-0.110263,-0.923887,-0.366344,-0.266274,-0.382763,-0.88461,-0.165471,-0.702933,-0.691702,-0.088992,-0.923948,-0.37196,-0.214942,-0.382885,-0.898434,-0.100497,-0.700522,-0.706473,-0.053804,-0.9241,-0.378307,-0.13007,-0.383221,-0.914426,-0.018128,-0.700522,-0.71337,-0.009705,-0.9241,-0.382,-0.023469,-0.383221,-0.923338,0.048158,-0.702963,-0.709555,0.02588,-0.923948,-0.381603,0.062563,-0.382885,-0.921659,0.099918,-0.702689,-0.704428,0.053713,-0.923948,-0.378643,0.129734,-0.382916,-0.914609,0.153783,-0.702567,-0.694784,0.082644,-0.923978,-0.373394,0.199622,-0.382916,-0.901914,0.206915,-0.702658,-0.680746,0.111209,-0.923948,-0.365886,0.268654,-0.382916,-0.883847,0.256111,-0.702994,-0.663442,0.13773,-0.923948,-0.356822,0.332682,-0.382855,-0.861782,0.298288,-0.703604,-0.644917,0.160588,-0.923917,-0.347179,0.387829,-0.382824,-0.838466,0.331217,-0.704428,-0.627735,0.178533,-0.923887,-0.338359,0.431135,-0.382763,-0.817042,0.353648,-0.705374,-0.614277,0.190893,-0.923887,-0.331614,0.460952,-0.382702,-0.800623,0.365184,-0.706412,-0.60625,0.197455,-0.923856,-0.327799,0.476699,-0.382672,-0.791375,0.366161,-0.70745,-0.60445,0.198248,-0.923856,-0.327311,0.478652,-0.382672,-0.790185,0.357219,-0.708426,-0.608661,0.193701,-0.923856,-0.329997,0.467635,-0.382702,-0.796747,0.339396,-0.709281,-0.617817,0.18421,-0.923887,-0.335337,0.444807,-0.382733,-0.809717,0.322581,-0.708335,-0.627827,0.174871,-0.923856,-0.340342,0.422193,-0.382702,-0.821741,0.318857,-0.706717,-0.631519,0.17246,-0.923856,-0.341594,0.416395,-0.382672,-0.824702,0.325999,-0.706137,-0.628498,0.176183,-0.923856,-0.339671,0.425398,-0.382672,-0.820093,0.340831,-0.705283,-0.621601,0.183966,-0.923887,-0.335521,0.444166,-0.382702,-0.810053,0.367107,-0.70397,-0.607959,0.197729,-0.923917,-0.327494,0.477523,-0.382794,-0.790826,0.409467,-0.702109,-0.582507,0.219886,-0.923978,-0.312815,0.531205,-0.382977,-0.755699,0.471297,-0.699789,-0.53676,0.252022,-0.924161,-0.287027,0.609363,-0.383343,-0.694021,0.548906,-0.697562,-0.460494,0.292215,-0.924375,-0.245155,0.707358,-0.383923,-0.593463,0.625477,-0.696493,-0.351604,0.332194,-0.924528,-0.186743,0.804743,-0.384259,-0.452406,0.679189,-0.697409,-0.228584,0.361461,-0.924406,-0.121647,0.875088,-0.383953,-0.294534,0.703665,-0.699911,-0.122196,0.376385,-0.924131,-0.06534,0.90997,-0.383343,-0.158025,0.709525,-0.702811,-0.050722,0.381481,-0.923948,-0.027253,0.921415,-0.382885,-0.065889,0.708762,-0.705283,-0.013764,0.38255,-0.923887,-0.007416,0.923673,-0.382702,-0.017945,0.696158,-0.683676,0.218848,0.350169,-0.930174,0.11008,0.874844,-0.398724,0.275033,0.328501,-0.683889,0.651418,0.154546,-0.939238,0.306436,0.407575,-0.425001,0.808222,-0.110141,-0.693716,0.711753,-0.058077,-0.925016,0.375439,-0.141118,-0.385449,0.911832,-0.229682,-0.701956,0.674123,-0.123295,-0.924009,0.361919,-0.297922,-0.383007,0.874355,-0.269845,-0.705008,0.655812,-0.145573,-0.923887,0.353832,-0.351512,-0.382733,0.854335,-0.283822,-0.706504,0.648274,-0.153478,-0.923856,0.350536,-0.370525,-0.382672,0.846309,-0.284738,-0.70745,0.64684,-0.15418,-0.923856,0.35023,-0.372234,-0.382672,0.845546,-0.276803,-0.708182,0.649464,-0.150029,-0.923856,0.352031,-0.362224,-0.382672,0.849879,-0.261025,-0.708914,0.655171,-0.141606,-0.923887,0.355449,-0.341929,-0.382702,0.858241,-0.236885,-0.709769,0.663381,-0.128666,-0.923887,0.360302,-0.310678,-0.382733,0.870022,-0.202521,-0.710807,0.673544,-0.110141,-0.923917,0.366314,-0.265999,-0.382824,0.884671,-0.154576,-0.712272,0.684652,-0.084201,-0.923978,0.373028,-0.203436,-0.382946,0.901059,-0.087771,-0.714347,0.694235,-0.047914,-0.92407,0.379131,-0.115848,-0.38319,0.916349,-3.1e-05,-0.7163,0.697745,0,-0.924192,0.381878,-6.1e-05,-0.383465,0.923521,0.086886,-0.714194,0.69451,0.047426,-0.92407,0.379223,0.114658,-0.38316,0.916501,0.151372,-0.711936,0.68569,0.08243,-0.923948,0.373455,0.199133,-0.382916,0.902036,0.195532,-0.710379,0.676107,0.106265,-0.923917,0.367504,0.25663,-0.382794,0.887448,0.224769,-0.709189,0.668172,0.121982,-0.923887,0.362651,0.294565,-0.382733,0.875607,0.242683,-0.708274,0.662893,0.131565,-0.923856,0.359325,0.317637,-0.382672,0.867519,0.25132,-0.70748,0.660512,0.136082,-0.923856,0.357646,0.328532,-0.382672,0.86346,0.251595,-0.706717,0.661214,0.243507,-0.705954,0.665059,0.226081,-0.705069,0.672079,0.294565,-0.382702,0.875607,0.197272,-0.704001,0.682211,0.153386,-0.702658,0.694784,0.088534,-0.700858,0.707755,0.001129,-0.699454,0.714652,0.00061,-0.924161,0.381909,0.001465,-0.383435,0.923551,-0.09534,-0.699545,0.708152,-0.050966,-0.924161,0.378521,-0.123234,-0.383404,0.915281,-0.186193,-0.700034,0.689383,-0.099612,-0.924131,0.368816,-0.240852,-0.383312,0.891629,-0.264565,-0.70098,0.662252,-0.141789,-0.92407,0.35493,-0.342662,-0.383129,0.857753,-0.325114,-0.702384,0.633198,-0.174657,-0.923978,0.34019,-0.421918,-0.382946,0.821772,-0.365246,-0.704123,0.608905,-0.196783,-0.923917,0.328074,-0.475204,-0.382763,0.79223,-0.383587,-0.706229,0.595019,-0.207343,-0.923856,0.321604,-0.500565,-0.382672,0.776482,-0.377972,-0.708853,0.595508,-0.205054,-0.923887,0.323069,-0.495071,-0.382702,0.779992,-0.343394,-0.71221,0.612201,-0.187078,-0.923978,0.333506,-0.451918,-0.382946,0.805658,-0.271371,-0.716514,0.642567,-0.148564,-0.924223,0.351756,-0.359294,-0.383496,0.850734,-0.153935,-0.721335,0.675222,-0.084658,-0.924589,0.37138,-0.205176,-0.384442,0.900021,0.003906,-0.724693,0.689047,0.002167,-0.924924,0.380078,0.005249,-0.385266,0.922758,0.173986,-0.724357,0.667074,0.09595,-0.924894,0.36787,0.232887,-0.385174,0.892941,0.388958,0,0.921232,0.344768,0,0.938658,0.210547,0,0.977569,0.06241,0,0.998047,-0.10419,0,0.994537,-0.294076,0,0.955748,-0.507126,0,0.861843,-0.725761,0,0.687918,-0.904538,0,0.426344,-0.993133,0,0.116764,-0.985107,0,-0.171758,-0.917783,0,-0.397015,-0.830073,0,-0.557604,-0.759789,0,-0.650136,-0.727409,0,-0.686178,-0.706748,0,-0.707419,-0.677023,0,-0.735923,-0.637745,0,-0.770226,-0.588855,0,-0.808191,-0.531114,0,-0.847285,-0.465987,0,-0.884762,-0.395886,0,-0.918271,-0.323618,0,-0.946165,-0.251961,0,-0.967711,-0.183325,0,-0.983032,-0.119419,0,-0.992828,-0.020508,0,-0.999786,0.166021,0,-0.986114,0.385571,0,-0.922666,0.552843,0,-0.833277,0.651112,0,-0.758934,0.690878,0,-0.722953,0.685781,0,-0.727775,0.643635,0,-0.765313,0.568712,0,-0.822535,0.466628,0,-0.884426,0.34727,0,-0.937742,0.223182,0,-0.974761,0.105625,0,-0.994385,-0.009613,0,-0.999939,-0.120823,0,-0.992645,-0.207495,0,-0.97821,-0.265755,0,-0.964019,-0.304605,0,-0.952452,-0.329295,0,-0.944212,-0.342753,0,-0.939421,-0.346202,0,-0.938139,-0.33964,0,-0.94055,-0.321512,0,-0.946898,-0.288217,0,-0.957549,-0.232673,0,-0.972533,-0.140843,0,-0.99002,-0.025391,0,-0.999664,0.067721,0,-0.997681,0.140446,0,-0.990081,0.216102,0,-0.976348,0.290811,0,-0.956755,0.360118,0,-0.93289,0.419782,0,-0.90759,0.466659,0,-0.884396,0.498917,0,-0.866634,0.515976,0,-0.856594,0.518113,0,-0.855281,0.50618,0,-0.862423,0.48146,0,-0.876461,0.456984,0,-0.889431,0.450728,0,-0.892636,0.460433,0,-0.887661,0.480758,0,-0.876827,0.516892,0,-0.856014,0.57506,0,-0.818079,0.65978,0,-0.751427,0.766076,0,-0.64272,0.8717,0,-0.490036,0.947752,0,-0.318979,0.985229,0,-0.171117,0.997436,0,-0.071322,0.999786,0,-0.01944,0.953948,0,0.299905,0.45027,0,0.89288,-0.152928,0,0.98822,-0.322489,0,0.946562,-0.380505,0,0.924772,-0.401044,0,0.916044,-0.402905,0,0.91522,-0.392071,0,0.919919,-0.370098,0,0.928983,-0.336283,0,0.94174,-0.287942,0,0.95764,-0.220222,0,0.975433,-0.125401,0,0.992096,-6.1e-05,0,0.999969,0.124149,0,0.992248,0.215583,0,0.97647,0.27781,0,0.960631,0.318857,0,0.947783,0.343791,0,0.939024,0.355602,0,0.934599,0.001587,0,0.999969,-0.133457,0,0.991028,-0.26075,0,0.965392,-0.370983,0,0.928617,-0.45674,0,0.889584,-0.514359,0,0.85754,-0.541826,0,0.84048,-0.535874,0,0.844264,-0.489212,0,0.872158,-0.38905,0,0.921201,-0.222266,0,0.974975,0.005676,0,0.999969,0.252358,0,0.96762,0.274026,0.709677,0.649007,0.246406,0.699454,0.670797,0.31843,0.383435,0.866909,0.359325,0.382733,0.85107,0.148808,0.923887,0.352458,0.131657,0.924192,0.35847,0.150548,0.699118,0.698935,0.194464,0.383496,0.902799,0.080386,0.924223,0.373272,0.044649,0.698477,0.714225,0.057619,0.383648,0.921659,0.023804,0.924284,0.380932,-0.074648,0.697439,0.712729,-0.096194,0.383953,0.918302,-0.039735,0.924406,0.379315,-0.211188,0.695883,0.686361,-0.271462,0.384472,0.88229,-0.112003,0.924619,0.363994,-0.365154,0.693899,0.620563,-0.46794,0.385357,0.795282,-0.192694,0.924955,0.327494,-0.523942,0.691946,0.496628,-0.669362,0.386486,0.63448,-0.274972,0.925413,0.260659,-0.65389,0.690939,0.308206,-0.833979,0.387188,0.393109,-0.342082,0.925718,0.161229,-0.717368,0.691549,0.084323,-0.91586,0.386761,0.107669,-0.376019,0.925535,0.044191,-0.709647,0.693564,-0.123722,-0.908963,0.38554,-0.158483,-0.374157,0.925047,-0.065218,-0.658956,0.696066,-0.285043,-0.847255,0.384411,-0.366497,-0.34959,0.924589,-0.151219,-0.594165,0.698325,-0.399121,-0.766533,0.383709,-0.514908,-0.316782,0.924284,-0.212806,-0.540452,0.702841,-0.462447,-0.701895,0.382885,-0.600574,-0.290567,0.923948,-0.248634,-0.515397,0.705679,-0.48616,-0.672018,0.382702,-0.633931,-0.278329,0.923887,-0.262551,-0.501236,0.704978,-0.501724,-0.652943,0.382702,-0.653554,-0.270425,0.923887,-0.270669,-0.480605,0.704306,-0.522416,-0.625477,0.382763,-0.679891,-0.259011,0.923917,-0.281533,-0.453078,0.703726,-0.547227,-0.58916,0.382794,-0.711539,-0.243965,0.923917,-0.294626,-0.418653,0.703207,-0.574602,-0.543992,0.382855,-0.746635,-0.225227,0.923948,-0.309122,-0.377789,0.702841,-0.60271,-0.490616,0.382885,-0.782708,-0.203131,0.923948,-0.324046,-0.331584,0.702628,-0.629566,-0.430464,0.382916,-0.817316,-0.178198,0.923978,-0.338359,-0.281716,0.702536,-0.653462,-0.365734,0.382916,-0.848292,-0.151402,0.923978,-0.351146,-0.230262,0.702628,-0.673238,-0.298959,0.382916,-0.87405,-0.123753,0.923978,-0.361827,-0.179235,0.702841,-0.688375,-0.232765,0.382885,-0.893979,-0.096347,0.923948,-0.370098,-0.130345,0.703146,-0.698965,-0.169378,0.382855,-0.908139,-0.070101,0.923948,-0.375988,-0.084872,0.703482,-0.705588,-0.110324,0.382824,-0.917173,-0.045686,0.923917,-0.379772,-0.014649,0.699454,-0.714499,-0.018952,0.383435,-0.923368,-0.007813,0.924192,-0.381817,0.119419,0.694662,-0.709311,0.153233,0.384991,-0.910092,0.063143,0.924833,-0.375072,0.277047,0.695456,-0.662984,0.355876,0.384655,-0.85168,0.146764,0.92468,-0.351238,0.395703,0.698294,-0.596454,0.510514,0.383709,-0.769463,0.210974,0.924284,-0.318003,0.463637,0.702078,-0.540422,0.601459,0.382977,-0.701071,0.24897,0.923978,-0.290201,0.489364,0.705863,-0.51207,0.638295,0.382672,-0.667898,0.264351,0.923887,-0.27662,0.483444,0.70925,-0.513047,0.633564,0.382702,-0.672353,0.262398,0.923887,-0.278451,0.451888,0.712088,-0.537309,0.594562,0.382916,-0.706961,0.246132,0.923978,-0.292673,0.398022,0.714255,-0.575671,0.525285,0.38316,-0.759728,0.217322,0.92407,-0.314341,0.325968,0.715537,-0.617847,0.430982,0.383343,-0.816858,0.178259,0.924131,-0.33784,0.24247,0.715842,-0.654775,0.320719,0.383404,-0.866085,0.132633,0.924161,-0.358165,0.15595,0.715354,-0.681112,0.206153,0.383312,-0.900296,0.085269,0.924131,-0.372387,0.073885,0.714408,-0.695791,0.097537,0.38319,-0.918485,0.040345,0.92407,-0.380016,-0.006714,0.714805,-0.69924,-0.008881,0.383251,-0.923582,-0.003662,0.9241,-0.382092,-0.084597,0.713858,-0.69512,-0.111606,0.383129,-0.916898,-0.046175,0.924039,-0.379406,-0.145787,0.711631,-0.687246,-0.191687,0.382885,-0.903653,-0.079348,0.923948,-0.374126,-0.187109,0.710135,-0.678701,-0.245521,0.382763,-0.890591,-0.101657,0.923917,-0.368816,-0.214759,0.709098,-0.67156,-0.281411,0.382702,-0.87994,-0.11655,0.923887,-0.364452,-0.232429,0.708304,-0.666494,-0.304239,0.382672,-0.872311,-0.126011,0.923887,-0.361309,-0.242164,0.707633,-0.663747,-0.31666,0.382672,-0.867885,-0.131138,0.923856,-0.359478,-0.244819,0.706992,-0.663442,-0.319865,0.382672,-0.866726,-0.132481,0.923856,-0.358989,-0.240425,0.70632,-0.665761,-0.313791,0.382672,-0.868954,-0.129948,0.923856,-0.359905,-0.227821,0.705527,-0.67101,-0.297037,0.382702,-0.874813,-0.12302,0.923887,-0.362316,-0.204566,0.704489,-0.679556,-0.266274,0.382733,-0.88461,-0.110263,0.923887,-0.366344,-0.165471,0.702933,-0.691702,-0.214942,0.382885,-0.898434,-0.088992,0.923948,-0.37196,-0.100497,0.700522,-0.706473,-0.13007,0.383221,-0.914426,-0.053804,0.9241,-0.378307,-0.018128,0.700522,-0.71337,-0.023469,0.383221,-0.923338,-0.009705,0.9241,-0.382,0.048158,0.702963,-0.709555,0.062563,0.382885,-0.921659,0.02588,0.923948,-0.381573,0.099918,0.702689,-0.704428,0.129734,0.382916,-0.914609,0.053713,0.923948,-0.378643,0.153783,0.702567,-0.694784,0.199622,0.382916,-0.901944,0.082644,0.923978,-0.373394,0.206915,0.702658,-0.680746,0.268654,0.382916,-0.883847,0.111209,0.923978,-0.365886,0.256111,0.702994,-0.663442,0.332682,0.382855,-0.861782,0.13773,0.923948,-0.356792,0.298288,0.703604,-0.644917,0.387829,0.382824,-0.838466,0.160588,0.923917,-0.347179,0.331217,0.704428,-0.627735,0.431135,0.382763,-0.817042,0.178533,0.923887,-0.338359,0.353648,0.705374,-0.614277,0.460952,0.382702,-0.800653,0.190893,0.923887,-0.331614,0.365184,0.706412,-0.60625,0.476699,0.382672,-0.791375,0.197455,0.923856,-0.327769,0.366161,0.70745,-0.60445,0.478652,0.382672,-0.790185,0.198248,0.923856,-0.32728,0.357219,0.708426,-0.608661,0.467635,0.382672,-0.796747,0.19367,0.923887,-0.329997,0.339366,0.709281,-0.617817,0.444807,0.382702,-0.809717,0.18421,0.923887,-0.335337,0.322581,0.708335,-0.627827,0.422193,0.382672,-0.821741,0.174871,0.923887,-0.340342,0.318857,0.706717,-0.631519,0.416425,0.382672,-0.824702,0.17246,0.923856,-0.341594,0.325999,0.706137,-0.628498,0.425398,0.382672,-0.820093,0.176183,0.923856,-0.339671,0.340831,0.705283,-0.621601,0.444166,0.382702,-0.810053,0.183966,0.923887,-0.33549,0.367107,0.70397,-0.607959,0.477523,0.382794,-0.790826,0.197729,0.923917,-0.327464,0.409467,0.702109,-0.582507,0.531205,0.382977,-0.755699,0.219886,0.923978,-0.312815,0.471297,0.69982,-0.53676,0.609363,0.383343,-0.694021,0.252022,0.924161,-0.287027,0.548875,0.697562,-0.460494,0.707358,0.383923,-0.593463,0.292184,0.924375,-0.245155,0.625477,0.696493,-0.351604,0.804743,0.384259,-0.452406,0.332194,0.924528,-0.186743,0.679189,0.697409,-0.228584,0.875088,0.383953,-0.294534,0.361461,0.924406,-0.121647,0.703665,0.699911,-0.122196,0.90997,0.383343,-0.158025,0.376354,0.924131,-0.065371,0.709525,0.702811,-0.050722,0.921415,0.382885,-0.065889,0.381481,0.923948,-0.027284,0.708762,0.705283,-0.013764,0.923673,0.382702,-0.017945,0.38255,0.923887,-0.007416,0.696158,0.683676,0.218848,0.874844,0.398724,0.275033,0.350139,0.930174,0.11008,0.328501,0.683889,0.651418,0.407575,0.425001,0.808222,0.154515,0.939238,0.306436,-0.110141,0.693716,0.711753,-0.141118,0.385449,0.911863,-0.058077,0.925016,0.375408,-0.229682,0.701956,0.674123,-0.297922,0.383007,0.874355,-0.123295,0.924009,0.361919,-0.269845,0.705008,0.655812,-0.351512,0.382733,0.854335,-0.145573,0.923887,0.353832,-0.283822,0.706504,0.648274,-0.370525,0.382672,0.846309,-0.153478,0.923856,0.350536,-0.284738,0.70745,0.64684,-0.372234,0.382672,0.845546,-0.15418,0.923856,0.35023,-0.276803,0.708182,0.649464,-0.362224,0.382672,0.849879,-0.150029,0.923856,0.352,-0.261025,0.708914,0.655171,-0.341929,0.382702,0.858241,-0.141606,0.923887,0.355449,-0.236885,0.709769,0.663381,-0.310678,0.382733,0.870022,-0.128666,0.923887,0.360302,-0.202521,0.710807,0.673544,-0.265999,0.382824,0.884671,-0.110141,0.923917,0.366314,-0.154576,0.712272,0.684652,-0.203436,0.382946,0.901059,-0.084201,0.923978,0.372997,-0.087771,0.714347,0.694235,-0.115848,0.38319,0.916349,-0.047914,0.92407,0.379131,-3.1e-05,0.7163,0.697745,-6.1e-05,0.383465,0.923521,0,0.924192,0.381878,0.086886,0.714194,0.69451,0.114658,0.38316,0.916501,0.047426,0.92407,0.379223,0.151372,0.711966,0.68569,0.199133,0.382916,0.902036,0.08243,0.923978,0.373424,0.195532,0.710379,0.676107,0.25663,0.382763,0.887448,0.106265,0.923917,0.367504,0.224769,0.709189,0.668172,0.294565,0.382702,0.875637,0.121982,0.923887,0.362651,0.242683,0.708274,0.662893,0.317637,0.382672,0.86755,0.131565,0.923887,0.359325,0.25132,0.70748,0.660512,0.328532,0.382672,0.86346,0.136082,0.923856,0.357646,0.251595,0.706717,0.661214,0.243507,0.705954,0.665059,0.226081,0.705069,0.672079,0.197272,0.704031,0.682211,0.106265,0.923917,0.367473,0.153386,0.702658,0.694754,0.088534,0.700858,0.707755,0.001129,0.699454,0.714652,0.001465,0.383435,0.923551,0.00061,0.924192,0.381909,-0.09534,0.699545,0.708152,-0.123234,0.383404,0.915311,-0.050966,0.924161,0.378521,-0.186193,0.700034,0.689383,-0.240852,0.383312,0.891629,-0.099612,0.924131,0.368816,-0.264565,0.70098,0.662252,-0.342662,0.383129,0.857753,-0.141789,0.92407,0.35493,-0.325114,0.702384,0.633198,-0.421918,0.382946,0.821772,-0.174657,0.923978,0.340159,-0.365246,0.704123,0.608905,-0.475204,0.382763,0.79223,-0.196783,0.923917,0.328074,-0.383587,0.706229,0.595019,-0.500565,0.382672,0.776482,-0.207343,0.923856,0.321604,-0.377972,0.708853,0.595508,-0.495071,0.382702,0.779992,-0.205023,0.923887,0.323038,-0.343394,0.71221,0.612201,-0.451918,0.382916,0.805658,-0.187078,0.923978,0.333506,-0.271371,0.716514,0.642567,-0.359294,0.383496,0.850765,-0.148564,0.924223,0.351756,-0.153935,0.721335,0.675222,-0.205176,0.384442,0.900021,-0.084658,0.924589,0.371349,0.003906,0.724693,0.689047,0.005249,0.385266,0.922758,0.002167,0.924924,0.380078,0.173986,0.724357,0.667074,0.232887,0.385174,0.892941,0.09592,0.924894,0.36787],
"colors" : [],
"uvs" : [],
"faces" : [34,25,27,26,0,0,1,2,34,24,27,25,0,3,1,0,34,24,28,27,0,3,4,1,34,23,28,24,0,4,4,3,34,22,28,23,0,5,4,4,34,22,29,28,0,5,4,4,34,21,29,22,0,4,4,5,34,20,29,21,0,4,4,4,34,19,29,20,0,4,4,4,34,19,30,29,0,4,4,4,34,18,30,19,0,1,4,4,34,17,30,18,0,4,4,1,34,51,53,52,0,4,1,6,34,51,54,53,0,4,5,1,34,50,54,51,0,1,5,4,34,50,55,54,0,1,4,5,34,16,30,17,0,4,4,4,34,16,31,30,0,4,4,4,34,50,56,55,0,1,4,4,34,49,56,50,0,4,4,1,34,15,31,16,0,4,4,4,34,49,57,56,0,4,4,4,34,14,31,15,0,4,4,4,34,49,58,57,0,4,4,4,34,48,58,49,0,4,4,4,34,13,31,14,0,4,4,4,34,13,32,31,0,4,4,4,34,48,59,58,0,4,4,4,34,12,32,13,0,4,4,4,34,47,59,48,0,1,4,4,34,47,60,59,0,1,4,4,34,11,115,12,0,4,4,4,34,115,32,12,0,4,4,4,34,11,116,115,0,4,4,4,34,114,32,115,0,4,4,4,34,10,116,11,0,4,4,4,34,47,61,60,0,1,4,4,34,113,32,114,0,4,4,4,34,10,0,116,0,4,1,4,34,113,33,32,0,4,4,4,34,9,0,10,0,6,1,4,34,46,61,47,0,4,4,1,34,46,91,61,0,4,6,4,34,91,62,61,0,6,1,4,34,8,0,9,0,4,1,6,34,112,33,113,0,1,4,4,34,7,0,8,0,4,1,4,34,46,92,91,0,4,5,6,34,90,62,91,0,4,1,6,34,7,1,0,0,4,4,1,34,6,1,7,0,4,4,4,34,90,63,62,0,4,4,1,34,89,63,90,0,4,4,4,34,46,93,92,0,4,4,5,34,5,1,6,0,4,4,4,34,5,2,1,0,4,5,4,34,4,2,5,0,4,5,4,34,4,3,2,0,4,4,5,34,45,93,46,0,1,4,4,34,112,34,33,0,1,4,4,34,88,63,89,0,1,4,4,34,45,94,93,0,1,4,4,34,88,64,63,0,1,4,4,34,111,34,112,0,1,4,1,34,87,64,88,0,4,4,1,34,45,95,94,0,1,1,4,34,87,65,64,0,4,4,4,34,44,95,45,0,4,1,1,34,86,65,87,0,4,4,4,34,111,35,34,0,1,1,4,34,86,66,65,0,4,4,4,34,110,35,111,0,1,1,1,34,44,96,95,0,4,4,1,34,86,67,66,0,4,4,4,34,85,67,86,0,1,4,4,34,43,96,44,0,4,4,4,34,85,68,67,0,1,1,4,34,85,69,68,0,1,4,1,34,110,36,35,0,1,1,1,34,43,97,96,0,4,4,4,34,84,69,85,0,4,4,1,34,84,70,69,0,4,4,4,34,109,36,110,0,4,1,1,34,84,71,70,0,4,4,4,34,42,97,43,0,1,4,4,34,84,72,71,0,4,7,4,34,84,73,72,0,4,4,7,34,83,73,84,0,4,4,4,34,109,37,36,0,4,4,1,34,83,74,73,0,4,1,4,34,42,98,97,0,1,4,4,34,83,75,74,0,4,1,1,34,41,98,42,0,4,4,1,34,83,76,75,0,4,4,1,34,82,76,83,0,4,4,4,34,108,37,109,0,4,4,4,34,108,38,37,0,4,4,4,34,82,77,76,0,4,4,4,34,40,98,41,0,4,4,4,34,81,77,82,0,1,4,4,34,81,78,77,0,1,4,4,34,40,99,98,0,4,4,4,34,108,39,38,0,4,4,4,34,39,99,40,0,4,4,4,34,108,99,39,0,4,4,4,34,81,79,78,0,1,4,4,34,80,79,81,0,4,4,1,34,107,99,108,0,4,4,4,34,107,100,99,0,4,4,4,34,107,101,100,0,4,4,4,34,106,101,107,0,1,4,4,34,106,102,101,0,1,1,4,34,105,102,106,0,1,1,1,34,105,103,102,0,1,4,1,34,104,103,105,0,1,4,1,34,144,142,143,0,8,8,8,34,144,141,142,0,8,8,8,34,145,141,144,0,9,8,8,34,145,140,141,0,9,8,8,34,145,139,140,0,9,8,8,34,146,139,145,0,8,8,9,34,146,138,139,0,8,8,8,34,146,137,138,0,8,8,8,34,146,136,137,0,8,8,8,34,147,136,146,0,8,8,8,34,147,135,136,0,8,8,8,34,147,134,135,0,8,8,8,34,170,168,169,0,8,8,8,34,171,168,170,0,8,8,8,34,171,167,168,0,8,8,8,34,172,167,171,0,8,8,8,34,147,133,134,0,8,8,8,34,148,133,147,0,8,8,8,34,173,167,172,0,8,8,8,34,173,166,167,0,8,8,8,34,148,132,133,0,8,8,8,34,174,166,173,0,8,8,8,34,148,131,132,0,8,8,8,34,175,166,174,0,8,8,8,34,175,165,166,0,8,8,8,34,148,130,131,0,8,8,8,34,149,130,148,0,8,8,8,34,176,165,175,0,8,8,8,34,149,129,130,0,8,8,8,34,176,164,165,0,8,9,8,34,177,164,176,0,8,9,8,34,232,128,129,0,8,8,8,34,149,232,129,0,8,8,8,34,233,128,232,0,8,8,8,34,149,231,232,0,8,8,8,34,233,127,128,0,8,8,8,34,178,164,177,0,8,9,8,34,149,230,231,0,8,8,8,34,117,127,233,0,9,8,8,34,150,230,149,0,8,8,8,34,117,126,127,0,9,8,8,34,178,163,164,0,8,8,9,34,208,163,178,0,8,8,8,34,179,208,178,0,9,8,8,34,117,125,126,0,9,8,8,34,150,229,230,0,8,9,8,34,117,124,125,0,9,8,8,34,209,163,208,0,8,8,8,34,179,207,208,0,9,9,8,34,118,124,117,0,8,8,9,34,118,123,124,0,8,8,8,34,180,207,179,0,8,9,9,34,180,206,207,0,8,8,9,34,210,163,209,0,8,8,8,34,118,122,123,0,8,8,8,34,119,122,118,0,8,8,8,34,119,121,122,0,8,10,8,34,120,121,119,0,8,10,8,34,210,162,163,0,8,9,8,34,151,229,150,0,8,9,8,34,180,205,206,0,8,9,8,34,211,162,210,0,8,9,8,34,181,205,180,0,8,9,8,34,151,228,229,0,8,9,9,34,181,204,205,0,8,8,9,34,212,162,211,0,9,9,8,34,182,204,181,0,8,8,8,34,212,161,162,0,9,8,9,34,182,203,204,0,8,8,8,34,152,228,151,0,9,9,8,34,183,203,182,0,8,8,8,34,152,227,228,0,9,9,9,34,213,161,212,0,8,8,9,34,184,203,183,0,8,8,8,34,184,202,203,0,8,9,8,34,213,160,161,0,8,8,8,34,185,202,184,0,9,9,8,34,186,202,185,0,8,9,9,34,153,227,152,0,9,9,9,34,214,160,213,0,8,8,8,34,186,201,202,0,8,8,9,34,187,201,186,0,8,8,8,34,153,226,227,0,9,8,9,34,188,201,187,0,8,8,8,34,214,159,160,0,8,9,8,34,189,201,188,0,9,8,8,34,190,201,189,0,8,8,9,34,190,200,201,0,8,8,8,34,154,226,153,0,8,8,9,34,191,200,190,0,8,8,8,34,215,159,214,0,8,9,8,34,192,200,191,0,9,8,8,34,215,158,159,0,8,8,9,34,193,200,192,0,8,8,9,34,193,199,200,0,8,9,8,34,154,225,226,0,8,8,8,34,155,225,154,0,8,8,8,34,194,199,193,0,8,9,8,34,215,157,158,0,8,8,8,34,194,198,199,0,8,8,9,34,195,198,194,0,8,8,8,34,216,157,215,0,8,8,8,34,156,225,155,0,8,8,8,34,216,156,157,0,8,8,8,34,216,225,156,0,8,8,8,34,196,198,195,0,8,8,8,34,196,197,198,0,8,8,8,34,216,224,225,0,8,8,8,34,217,224,216,0,8,8,8,34,218,224,217,0,8,8,8,34,218,223,224,0,8,9,8,34,219,223,218,0,9,9,8,34,219,222,223,0,9,9,9,34,220,222,219,0,8,9,9,34,220,221,222,0,8,9,9,35,235,238,237,234,0,11,12,13,14,35,236,239,238,235,0,15,16,12,11,35,238,241,240,237,0,12,17,18,13,35,239,242,241,238,0,16,19,17,12,35,241,244,243,240,0,17,20,21,18,35,242,245,244,241,0,19,22,20,17,35,244,247,246,243,0,20,23,24,21,35,245,248,247,244,0,22,25,23,20,35,247,250,249,246,0,23,26,27,24,35,248,251,250,247,0,25,28,26,23,35,250,253,252,249,0,26,29,30,27,35,251,254,253,250,0,28,31,29,26,35,253,256,255,252,0,29,32,33,30,35,254,257,256,253,0,31,34,32,29,35,256,259,258,255,0,32,35,36,33,35,257,260,259,256,0,34,37,35,32,35,259,262,261,258,0,35,38,39,36,35,260,263,262,259,0,37,40,38,35,35,262,265,264,261,0,38,41,42,39,35,263,266,265,262,0,40,43,41,38,35,265,268,267,264,0,41,44,45,42,35,266,269,268,265,0,43,46,44,41,35,268,271,270,267,0,44,47,48,45,35,269,272,271,268,0,46,49,47,44,35,271,274,273,270,0,47,50,51,48,35,272,275,274,271,0,49,52,50,47,35,274,277,276,273,0,50,53,54,51,35,275,278,277,274,0,52,55,53,50,35,277,280,279,276,0,53,56,57,54,35,278,281,280,277,0,55,58,56,53,35,280,283,282,279,0,56,59,60,57,35,281,284,283,280,0,58,61,59,56,35,283,286,285,282,0,59,62,63,60,35,284,287,286,283,0,61,64,62,59,35,286,289,288,285,0,62,65,66,63,35,287,290,289,286,0,64,67,65,62,35,289,292,291,288,0,65,68,69,66,35,290,293,292,289,0,67,70,68,65,35,292,295,294,291,0,68,71,72,69,35,293,296,295,292,0,70,73,71,68,35,295,298,297,294,0,71,74,75,72,35,296,299,298,295,0,73,76,74,71,35,298,301,300,297,0,74,77,78,75,35,299,302,301,298,0,76,79,77,74,35,301,304,303,300,0,77,80,81,78,35,302,305,304,301,0,79,82,80,77,35,304,307,306,303,0,80,83,84,81,35,305,308,307,304,0,82,85,83,80,35,307,310,309,306,0,83,86,87,84,35,308,311,310,307,0,85,88,86,83,35,310,313,312,309,0,86,89,90,87,35,311,314,313,310,0,88,91,89,86,35,313,316,315,312,0,89,92,93,90,35,314,317,316,313,0,91,94,92,89,35,316,319,318,315,0,92,95,96,93,35,317,320,319,316,0,94,97,95,92,35,319,322,321,318,0,95,98,99,96,35,320,323,322,319,0,97,100,98,95,35,322,325,324,321,0,98,101,102,99,35,323,326,325,322,0,100,103,101,98,35,325,328,327,324,0,101,104,105,102,35,326,329,328,325,0,103,106,104,101,35,328,331,330,327,0,104,107,108,105,35,329,332,331,328,0,106,109,107,104,35,331,334,333,330,0,107,110,111,108,35,332,335,334,331,0,109,112,110,107,35,334,337,336,333,0,110,113,114,111,35,335,338,337,334,0,112,115,113,110,35,337,340,339,336,0,113,116,117,114,35,338,341,340,337,0,115,118,116,113,35,340,343,342,339,0,116,119,120,117,35,341,344,343,340,0,118,121,119,116,35,343,346,345,342,0,119,122,123,120,35,344,347,346,343,0,121,124,122,119,35,346,349,348,345,0,122,125,126,123,35,347,350,349,346,0,124,127,125,122,35,349,352,351,348,0,125,128,129,126,35,350,353,352,349,0,127,130,128,125,35,352,355,354,351,0,128,131,132,129,35,353,356,355,352,0,130,133,131,128,35,355,358,357,354,0,131,134,135,132,35,356,359,358,355,0,133,136,134,131,35,358,361,360,357,0,134,137,138,135,35,359,362,361,358,0,136,139,137,134,35,361,364,363,360,0,137,140,141,138,35,362,365,364,361,0,139,142,140,137,35,364,367,366,363,0,140,143,144,141,35,365,368,367,364,0,142,145,143,140,35,367,370,369,366,0,143,146,147,144,35,368,371,370,367,0,145,148,146,143,35,370,373,372,369,0,146,149,150,147,35,371,374,373,370,0,148,151,149,146,35,373,376,375,372,0,149,152,153,150,35,374,377,376,373,0,151,154,152,149,35,376,379,378,375,0,152,155,156,153,35,377,380,379,376,0,154,157,155,152,35,379,382,381,378,0,155,158,159,156,35,380,383,382,379,0,157,160,158,155,35,382,385,384,381,0,158,161,162,159,35,383,386,385,382,0,160,163,161,158,35,385,388,387,384,0,161,164,165,162,35,386,389,388,385,0,163,166,164,161,35,388,391,390,387,0,164,167,168,165,35,389,392,391,388,0,166,169,167,164,35,391,394,393,390,0,167,170,171,168,35,392,395,394,391,0,169,172,170,167,35,394,397,396,393,0,170,173,174,171,35,395,398,397,394,0,172,175,173,170,35,397,400,399,396,0,173,176,177,174,35,398,401,400,397,0,175,178,176,173,35,400,403,402,399,0,176,179,180,177,35,401,404,403,400,0,178,181,179,176,35,403,406,405,402,0,179,182,183,180,35,404,407,406,403,0,181,184,182,179,35,406,409,408,405,0,182,185,186,183,35,407,410,409,406,0,184,187,185,182,35,409,412,411,408,0,185,188,189,186,35,410,413,412,409,0,187,190,188,185,35,412,415,414,411,0,188,191,192,189,35,413,416,415,412,0,190,193,191,188,35,415,418,417,414,0,191,194,195,192,35,416,419,418,415,0,193,196,194,191,35,418,421,420,417,0,194,197,198,195,35,419,422,421,418,0,196,199,197,194,35,421,424,423,420,0,197,200,201,198,35,422,425,424,421,0,199,202,200,197,35,424,427,426,423,0,200,203,204,201,35,425,428,427,424,0,202,205,203,200,35,427,430,429,426,0,203,206,207,204,35,428,431,430,427,0,205,208,206,203,35,430,433,432,429,0,206,209,210,207,35,431,434,433,430,0,208,211,209,206,35,433,436,435,432,0,209,212,213,210,35,434,437,436,433,0,211,214,212,209,35,436,439,438,435,0,212,215,216,213,35,437,440,439,436,0,214,217,215,212,35,439,442,441,438,0,215,218,219,216,35,440,443,442,439,0,217,220,218,215,35,442,445,444,441,0,218,221,222,219,35,443,446,445,442,0,220,223,221,218,35,445,448,447,444,0,221,224,225,222,35,446,449,448,445,0,223,226,224,221,35,448,451,450,447,0,224,227,228,225,35,449,452,451,448,0,226,229,227,224,35,451,454,453,450,0,227,230,231,228,35,452,455,454,451,0,229,232,230,227,35,454,457,456,453,0,230,233,234,231,35,455,458,457,454,0,232,235,233,230,35,457,460,459,456,0,233,236,237,234,35,458,461,460,457,0,235,238,236,233,35,460,463,462,459,0,236,239,240,237,35,461,464,463,460,0,238,241,239,236,35,463,466,465,462,0,239,242,243,240,35,464,467,466,463,0,241,244,242,239,35,466,469,468,465,0,242,245,246,243,35,467,470,469,466,0,244,247,245,242,35,469,472,471,468,0,245,248,249,246,35,470,473,472,469,0,247,250,248,245,35,472,475,474,471,0,248,251,252,249,35,473,476,475,472,0,250,253,251,248,35,475,478,477,474,0,251,254,255,252,35,476,479,478,475,0,253,256,254,251,35,478,481,480,477,0,254,257,258,255,35,479,482,481,478,0,256,259,257,254,35,481,484,483,480,0,257,260,261,258,35,482,485,484,481,0,259,262,260,257,35,484,487,486,483,0,260,263,264,261,35,485,488,487,484,0,262,265,263,260,35,487,490,489,486,0,263,266,267,264,35,488,491,490,487,0,265,268,266,263,35,490,493,492,489,0,266,269,270,267,35,491,494,493,490,0,268,271,269,266,35,493,496,495,492,0,269,272,273,270,35,494,497,496,493,0,271,274,272,269,35,496,499,498,495,0,272,275,276,273,35,497,500,499,496,0,274,277,275,272,35,499,502,501,498,0,275,278,279,276,35,500,503,502,499,0,277,280,278,275,35,502,505,504,501,0,278,281,282,279,35,503,506,505,502,0,280,283,281,278,35,505,508,507,504,0,281,284,285,282,35,506,509,508,505,0,283,286,284,281,35,508,511,510,507,0,284,287,288,285,35,509,512,511,508,0,286,289,287,284,35,511,514,513,510,0,287,290,291,288,35,512,515,514,511,0,289,292,290,287,35,514,517,516,513,0,290,293,294,291,35,515,518,517,514,0,292,295,293,290,35,517,520,519,516,0,293,296,297,294,35,518,521,520,517,0,295,298,296,293,35,520,523,522,519,0,296,299,300,297,35,521,524,523,520,0,298,301,299,296,35,523,526,525,522,0,299,302,303,300,35,524,527,526,523,0,301,304,302,299,35,526,529,528,525,0,302,305,303,303,35,527,530,529,526,0,304,304,305,302,35,529,532,531,528,0,305,306,300,303,35,530,533,532,529,0,304,301,306,305,35,532,535,534,531,0,306,307,297,300,35,533,536,535,532,0,301,308,307,306,35,535,538,537,534,0,307,309,294,297,35,536,539,538,535,0,308,295,309,307,35,538,541,540,537,0,309,310,291,294,35,539,542,541,538,0,295,292,310,309,35,541,544,543,540,0,310,311,288,291,35,542,545,544,541,0,292,289,311,310,35,544,547,546,543,0,311,312,313,288,35,545,548,547,544,0,289,314,312,311,35,547,550,549,546,0,312,315,316,313,35,548,551,550,547,0,314,317,315,312,35,550,553,552,549,0,315,318,319,316,35,551,554,553,550,0,317,320,318,315,35,553,556,555,552,0,318,321,322,319,35,554,557,556,553,0,320,323,321,318,35,556,559,558,555,0,321,324,325,322,35,557,560,559,556,0,323,326,324,321,35,559,562,561,558,0,324,327,328,325,35,560,563,562,559,0,326,329,327,324,35,562,565,564,561,0,327,330,331,328,35,563,566,565,562,0,329,332,330,327,35,565,568,567,564,0,330,333,334,331,35,566,569,568,565,0,332,335,333,330,35,568,571,570,567,0,333,336,337,334,35,569,572,571,568,0,335,338,336,333,35,571,574,573,570,0,336,339,340,337,35,572,575,574,571,0,338,341,339,336,35,574,577,576,573,0,339,342,343,340,35,575,578,577,574,0,341,344,342,339,35,577,580,579,576,0,342,345,346,343,35,578,581,580,577,0,344,347,345,342,35,580,583,582,579,0,345,348,349,346,35,581,584,583,580,0,347,350,348,345,35,583,235,234,582,0,348,11,14,349,35,584,236,235,583,0,350,15,11,348,35,586,588,587,585,0,351,352,352,351,35,588,590,589,587,0,352,353,353,352,35,590,592,591,589,0,353,354,354,353,35,592,594,593,591,0,354,355,355,354,35,594,596,595,593,0,355,356,356,355,35,596,598,597,595,0,356,357,357,356,35,598,600,599,597,0,357,358,358,357,35,600,602,601,599,0,358,359,359,358,35,602,604,603,601,0,359,360,360,359,35,604,606,605,603,0,360,361,361,360,35,606,608,607,605,0,361,362,362,361,35,608,610,609,607,0,362,363,363,362,35,610,612,611,609,0,363,364,364,363,35,612,614,613,611,0,364,365,365,364,35,614,616,615,613,0,365,366,366,365,35,616,618,617,615,0,366,367,367,366,35,618,620,619,617,0,367,368,368,367,35,620,622,621,619,0,368,369,369,368,35,622,624,623,621,0,369,370,370,369,35,624,626,625,623,0,370,371,371,370,35,626,628,627,625,0,371,372,372,371,35,628,630,629,627,0,372,373,373,372,35,630,632,631,629,0,373,374,374,373,35,632,634,633,631,0,374,375,375,374,35,634,636,635,633,0,375,376,376,375,35,636,638,637,635,0,376,377,377,376,35,638,640,639,637,0,377,378,378,377,35,640,642,641,639,0,378,379,379,378,35,642,644,643,641,0,379,380,380,379,35,644,646,645,643,0,380,381,381,380,35,646,648,647,645,0,381,382,382,381,35,648,650,649,647,0,382,383,383,382,35,650,652,651,649,0,383,384,384,383,35,652,654,653,651,0,384,385,385,384,35,654,656,655,653,0,385,386,386,385,35,656,658,657,655,0,386,387,387,386,35,658,660,659,657,0,387,388,388,387,35,660,662,661,659,0,388,389,389,388,35,662,664,663,661,0,389,390,390,389,35,664,666,665,663,0,390,391,391,390,35,666,668,667,665,0,391,392,392,391,35,668,670,669,667,0,392,393,393,392,35,670,672,671,669,0,393,394,394,393,35,672,674,673,671,0,394,395,395,394,35,674,676,675,673,0,395,396,396,395,35,676,678,677,675,0,396,397,397,396,35,678,680,679,677,0,397,398,398,397,35,680,682,681,679,0,398,399,399,398,35,682,684,683,681,0,399,400,400,399,35,684,686,685,683,0,400,401,401,400,35,686,688,687,685,0,401,402,402,401,35,688,690,689,687,0,402,403,403,402,35,690,692,691,689,0,403,404,404,403,35,692,694,693,691,0,404,405,405,404,35,694,696,695,693,0,405,406,406,405,35,696,698,697,695,0,406,407,407,406,35,698,700,699,697,0,407,408,408,407,35,700,702,701,699,0,408,409,409,408,35,702,704,703,701,0,409,410,410,409,35,704,706,705,703,0,410,411,411,410,35,706,708,707,705,0,411,412,412,411,35,708,710,709,707,0,412,413,413,412,35,710,712,711,709,0,413,414,414,413,35,712,714,713,711,0,414,415,415,414,35,714,716,715,713,0,415,416,416,415,35,716,718,717,715,0,416,417,417,416,35,718,720,719,717,0,417,418,418,417,35,720,722,721,719,0,418,419,419,418,35,722,724,723,721,0,419,420,420,419,35,724,726,725,723,0,420,421,421,420,35,726,728,727,725,0,421,422,422,421,35,728,730,729,727,0,422,423,423,422,35,730,732,731,729,0,423,424,424,423,35,732,734,733,731,0,424,425,425,424,35,734,736,735,733,0,425,426,426,425,35,736,738,737,735,0,426,427,427,426,35,738,740,739,737,0,427,428,428,427,35,740,742,741,739,0,428,429,429,428,35,742,744,743,741,0,429,430,430,429,35,744,746,745,743,0,430,431,431,430,35,746,748,747,745,0,431,432,432,431,35,748,750,749,747,0,432,433,433,432,35,750,752,751,749,0,433,434,434,433,35,752,754,753,751,0,434,435,435,434,35,754,756,755,753,0,435,436,436,435,35,756,758,757,755,0,436,437,437,436,35,758,760,759,757,0,437,438,438,437,35,760,762,761,759,0,438,439,439,438,35,762,764,763,761,0,439,440,440,439,35,764,766,765,763,0,440,441,441,440,35,766,768,767,765,0,441,442,442,441,35,768,770,769,767,0,442,443,443,442,35,770,772,771,769,0,443,444,444,443,35,772,774,773,771,0,444,445,445,444,35,774,776,775,773,0,445,446,446,445,35,776,778,777,775,0,446,447,447,446,35,778,780,779,777,0,447,448,448,447,35,780,782,781,779,0,448,448,448,448,35,782,784,783,781,0,448,447,447,448,35,784,786,785,783,0,447,446,446,447,35,786,788,787,785,0,446,445,445,446,35,788,790,789,787,0,445,444,444,445,35,790,792,791,789,0,444,443,443,444,35,792,794,793,791,0,443,449,449,443,35,794,796,795,793,0,449,450,450,449,35,796,798,797,795,0,450,451,451,450,35,798,800,799,797,0,451,452,452,451,35,800,802,801,799,0,452,453,453,452,35,802,804,803,801,0,453,454,454,453,35,804,806,805,803,0,454,455,455,454,35,806,808,807,805,0,455,456,456,455,35,808,810,809,807,0,456,457,457,456,35,810,812,811,809,0,457,458,458,457,35,812,814,813,811,0,458,459,459,458,35,814,816,815,813,0,459,460,460,459,35,816,818,817,815,0,460,461,461,460,35,818,586,585,817,0,461,351,351,461,35,820,823,822,819,0,462,463,464,465,35,821,824,823,820,0,466,467,463,462,35,823,826,825,822,0,463,468,469,464,35,824,827,826,823,0,467,470,468,463,35,826,829,828,825,0,468,471,472,469,35,827,830,829,826,0,470,473,471,468,35,829,832,831,828,0,471,474,475,472,35,830,833,832,829,0,473,476,474,471,35,832,835,834,831,0,474,477,478,475,35,833,836,835,832,0,476,479,477,474,35,835,838,837,834,0,477,480,481,478,35,836,839,838,835,0,479,482,480,477,35,838,841,840,837,0,480,483,484,481,35,839,842,841,838,0,482,485,483,480,35,841,844,843,840,0,483,486,487,484,35,842,845,844,841,0,485,488,486,483,35,844,847,846,843,0,486,489,490,487,35,845,848,847,844,0,488,491,489,486,35,847,850,849,846,0,489,492,493,490,35,848,851,850,847,0,491,494,492,489,35,850,853,852,849,0,492,495,496,493,35,851,854,853,850,0,494,497,495,492,35,853,856,855,852,0,495,498,499,496,35,854,857,856,853,0,497,500,498,495,35,856,859,858,855,0,498,501,502,499,35,857,860,859,856,0,500,503,501,498,35,859,862,861,858,0,501,504,505,502,35,860,863,862,859,0,503,506,504,501,35,862,865,864,861,0,504,507,508,505,35,863,866,865,862,0,506,509,507,504,35,865,868,867,864,0,507,510,511,508,35,866,869,868,865,0,509,512,510,507,35,868,871,870,867,0,510,513,514,511,35,869,872,871,868,0,512,515,513,510,35,871,874,873,870,0,513,516,517,514,35,872,875,874,871,0,515,518,516,513,35,874,877,876,873,0,516,519,520,517,35,875,878,877,874,0,518,521,519,516,35,877,880,879,876,0,519,522,523,520,35,878,881,880,877,0,521,524,522,519,35,880,883,882,879,0,522,525,526,523,35,881,884,883,880,0,524,527,525,522,35,883,886,885,882,0,525,528,529,526,35,884,887,886,883,0,527,530,528,525,35,886,889,888,885,0,528,531,532,529,35,887,890,889,886,0,530,533,531,528,35,889,892,891,888,0,531,534,535,532,35,890,893,892,889,0,533,536,534,531,35,892,895,894,891,0,534,537,538,535,35,893,896,895,892,0,536,539,537,534,35,895,898,897,894,0,537,540,541,538,35,896,899,898,895,0,539,542,540,537,35,898,901,900,897,0,540,543,544,541,35,899,902,901,898,0,542,545,543,540,35,901,904,903,900,0,543,546,547,544,35,902,905,904,901,0,545,548,546,543,35,904,907,906,903,0,546,549,550,547,35,905,908,907,904,0,548,551,549,546,35,907,910,909,906,0,549,552,553,550,35,908,911,910,907,0,551,554,552,549,35,910,913,912,909,0,552,555,556,553,35,911,914,913,910,0,554,557,555,552,35,913,916,915,912,0,555,558,559,556,35,914,917,916,913,0,557,560,558,555,35,916,919,918,915,0,558,561,562,559,35,917,920,919,916,0,560,563,561,558,35,919,922,921,918,0,561,564,565,562,35,920,923,922,919,0,563,566,564,561,35,922,925,924,921,0,564,567,568,565,35,923,926,925,922,0,566,569,567,564,35,925,928,927,924,0,567,570,571,568,35,926,929,928,925,0,569,572,570,567,35,928,931,930,927,0,570,573,574,571,35,929,932,931,928,0,572,575,573,570,35,931,934,933,930,0,573,576,577,574,35,932,935,934,931,0,575,578,576,573,35,934,937,936,933,0,576,579,580,577,35,935,938,937,934,0,578,581,579,576,35,937,940,939,936,0,579,582,583,580,35,938,941,940,937,0,581,584,582,579,35,940,943,942,939,0,582,585,586,583,35,941,944,943,940,0,584,587,585,582,35,943,946,945,942,0,585,588,589,586,35,944,947,946,943,0,587,590,588,585,35,946,949,948,945,0,588,591,592,589,35,947,950,949,946,0,590,593,591,588,35,949,952,951,948,0,591,594,595,592,35,950,953,952,949,0,593,596,594,591,35,952,955,954,951,0,594,597,598,595,35,953,956,955,952,0,596,599,597,594,35,955,958,957,954,0,597,600,601,598,35,956,959,958,955,0,599,602,600,597,35,958,961,960,957,0,600,603,604,601,35,959,962,961,958,0,602,605,603,600,35,961,964,963,960,0,603,606,607,604,35,962,965,964,961,0,605,608,606,603,35,964,967,966,963,0,606,609,610,607,35,965,968,967,964,0,608,611,609,606,35,967,970,969,966,0,609,612,613,610,35,968,971,970,967,0,611,614,612,609,35,970,973,972,969,0,612,615,616,613,35,971,974,973,970,0,614,617,615,612,35,973,976,975,972,0,615,618,619,616,35,974,977,976,973,0,617,620,618,615,35,976,979,978,975,0,618,621,622,619,35,977,980,979,976,0,620,623,621,618,35,979,982,981,978,0,621,624,625,622,35,980,983,982,979,0,623,626,624,621,35,982,985,984,981,0,624,627,628,625,35,983,986,985,982,0,626,629,627,624,35,985,988,987,984,0,627,630,631,628,35,986,989,988,985,0,629,632,630,627,35,988,991,990,987,0,630,633,634,631,35,989,992,991,988,0,632,635,633,630,35,991,994,993,990,0,633,636,637,634,35,992,995,994,991,0,635,638,636,633,35,994,997,996,993,0,636,639,640,637,35,995,998,997,994,0,638,641,639,636,35,997,1000,999,996,0,639,642,643,640,35,998,1001,1000,997,0,641,644,642,639,35,1000,1003,1002,999,0,642,645,646,643,35,1001,1004,1003,1000,0,644,647,645,642,35,1003,1006,1005,1002,0,645,648,649,646,35,1004,1007,1006,1003,0,647,650,648,645,35,1006,1009,1008,1005,0,648,651,652,649,35,1007,1010,1009,1006,0,650,653,651,648,35,1009,1012,1011,1008,0,651,654,655,652,35,1010,1013,1012,1009,0,653,656,654,651,35,1012,1015,1014,1011,0,654,657,658,655,35,1013,1016,1015,1012,0,656,659,657,654,35,1015,1018,1017,1014,0,657,660,661,658,35,1016,1019,1018,1015,0,659,662,660,657,35,1018,1021,1020,1017,0,660,663,664,661,35,1019,1022,1021,1018,0,662,665,663,660,35,1021,1024,1023,1020,0,663,666,667,664,35,1022,1025,1024,1021,0,665,668,666,663,35,1024,1027,1026,1023,0,666,669,670,667,35,1025,1028,1027,1024,0,668,671,669,666,35,1027,1030,1029,1026,0,669,672,673,670,35,1028,1031,1030,1027,0,671,674,672,669,35,1030,1033,1032,1029,0,672,675,676,673,35,1031,1034,1033,1030,0,674,677,675,672,35,1033,1036,1035,1032,0,675,678,679,676,35,1034,1037,1036,1033,0,677,680,678,675,35,1036,1039,1038,1035,0,678,681,682,679,35,1037,1040,1039,1036,0,680,683,681,678,35,1039,1042,1041,1038,0,681,684,685,682,35,1040,1043,1042,1039,0,683,686,684,681,35,1042,1045,1044,1041,0,684,687,688,685,35,1043,1046,1045,1042,0,686,689,687,684,35,1045,1048,1047,1044,0,687,690,691,688,35,1046,1049,1048,1045,0,689,692,690,687,35,1048,1051,1050,1047,0,690,693,694,691,35,1049,1052,1051,1048,0,692,695,693,690,35,1051,1054,1053,1050,0,693,696,697,694,35,1052,1055,1054,1051,0,695,698,696,693,35,1054,1057,1056,1053,0,696,699,700,697,35,1055,1058,1057,1054,0,698,701,699,696,35,1057,1060,1059,1056,0,699,702,703,700,35,1058,1061,1060,1057,0,701,704,702,699,35,1060,1063,1062,1059,0,702,705,706,703,35,1061,1064,1063,1060,0,704,707,705,702,35,1063,1066,1065,1062,0,705,708,709,706,35,1064,1067,1066,1063,0,707,710,708,705,35,1066,1069,1068,1065,0,708,711,712,709,35,1067,1070,1069,1066,0,710,713,711,708,35,1069,1072,1071,1068,0,711,714,715,712,35,1070,1073,1072,1069,0,713,716,714,711,35,1072,1075,1074,1071,0,714,717,718,715,35,1073,1076,1075,1072,0,716,719,717,714,35,1075,1078,1077,1074,0,717,720,721,718,35,1076,1079,1078,1075,0,719,722,720,717,35,1078,1081,1080,1077,0,720,723,724,721,35,1079,1082,1081,1078,0,722,725,723,720,35,1081,1084,1083,1080,0,723,726,727,724,35,1082,1085,1084,1081,0,725,728,726,723,35,1084,1087,1086,1083,0,726,729,730,727,35,1085,1088,1087,1084,0,728,731,729,726,35,1087,1090,1089,1086,0,729,732,733,730,35,1088,1091,1090,1087,0,731,734,732,729,35,1090,1093,1092,1089,0,732,735,736,733,35,1091,1094,1093,1090,0,734,737,735,732,35,1093,1096,1095,1092,0,735,738,739,736,35,1094,1097,1096,1093,0,737,740,738,735,35,1096,1099,1098,1095,0,738,741,742,739,35,1097,1100,1099,1096,0,740,743,741,738,35,1099,1102,1101,1098,0,741,744,745,742,35,1100,1103,1102,1099,0,743,746,744,741,35,1102,1105,1104,1101,0,744,747,748,745,35,1103,1106,1105,1102,0,746,749,747,744,35,1105,1108,1107,1104,0,747,750,751,748,35,1106,1109,1108,1105,0,749,752,750,747,35,1108,1111,1110,1107,0,750,753,754,751,35,1109,1112,1111,1108,0,752,755,753,750,35,1111,1114,1113,1110,0,753,756,754,754,35,1112,1115,1114,1111,0,755,755,756,753,35,1114,1117,1116,1113,0,756,757,751,754,35,1115,1118,1117,1114,0,755,752,757,756,35,1117,1120,1119,1116,0,757,758,748,751,35,1118,1121,1120,1117,0,752,749,758,757,35,1120,1123,1122,1119,0,758,759,745,748,35,1121,1124,1123,1120,0,749,760,759,758,35,1123,1126,1125,1122,0,759,761,742,745,35,1124,1127,1126,1123,0,760,743,761,759,35,1126,1129,1128,1125,0,761,762,739,742,35,1127,1130,1129,1126,0,743,740,762,761,35,1129,1132,1131,1128,0,762,763,764,739,35,1130,1133,1132,1129,0,740,765,763,762,35,1132,1135,1134,1131,0,763,766,767,764,35,1133,1136,1135,1132,0,765,768,766,763,35,1135,1138,1137,1134,0,766,769,770,767,35,1136,1139,1138,1135,0,768,771,769,766,35,1138,1141,1140,1137,0,769,772,773,770,35,1139,1142,1141,1138,0,771,774,772,769,35,1141,1144,1143,1140,0,772,775,776,773,35,1142,1145,1144,1141,0,774,777,775,772,35,1144,1147,1146,1143,0,775,778,779,776,35,1145,1148,1147,1144,0,777,780,778,775,35,1147,1150,1149,1146,0,778,781,782,779,35,1148,1151,1150,1147,0,780,783,781,778,35,1150,1153,1152,1149,0,781,784,785,782,35,1151,1154,1153,1150,0,783,786,784,781,35,1153,1156,1155,1152,0,784,787,788,785,35,1154,1157,1156,1153,0,786,789,787,784,35,1156,1159,1158,1155,0,787,790,791,788,35,1157,1160,1159,1156,0,789,792,790,787,35,1159,1162,1161,1158,0,790,793,794,791,35,1160,1163,1162,1159,0,792,795,793,790,35,1162,1165,1164,1161,0,793,796,797,794,35,1163,1166,1165,1162,0,795,798,796,793,35,1165,1168,1167,1164,0,796,799,800,797,35,1166,1169,1168,1165,0,798,801,799,796,35,1168,820,819,1167,0,799,462,465,800,35,1169,821,820,1168,0,801,466,462,799],
"bones" : [],
"skinIndices" : [],
"skinWeights" : [],
"animations" : []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment