diff --git a/60sburgerrun/index.html b/60sburgerrun/index.html index 04b38f8f..659bf83a 100644 --- a/60sburgerrun/index.html +++ b/60sburgerrun/index.html @@ -92,6 +92,9 @@ let label; let thetime; let timer; + let gravity = 0.6; + let playerspeed = 4; + let jumpheight = -13; document.onkeydown = keydown; function keydown (evt) { @@ -108,7 +111,7 @@ tim = 0; } else if (evt.altKey && evt.key === "q") { - cheat = prompt("dev menu made by egamepass:\n1: level changer\n2. fps changer\n3. time go bye bye\n4. no clip\n5. get picked up\n6: inf jump\n7: jump height\n8: no ground\n9: walk speed") + cheat = prompt("dev menu made by egamepass:\n1: level changer\n2. fps changer\n3. time go bye bye\n4. no clip\n5. get picked up\n6: inf jump\n7: gravity\n8: no ground\n9: walk speed\n10: jump height") if(cheat == 1){ levl = prompt("set levl (complete level)\nlevl 0 = title\n-9 = game over\n1-6 = levels"); } else if(cheat == 2){ @@ -127,19 +130,26 @@ } else if(cheat == 6){ infjump = 1; } else if(cheat == 7){ - sprt.jh = prompt("set jump height (negative = up, default is -13)") + gravity = parseFloat(prompt("set gravity (default is 0.6)")); } else if(cheat == 8){ plats = ""; } else if(cheat == 9){ - sprt.spd = prompt("set speed (default is 4)") + playerspeed = prompt("set speed (default is 4)") + sprt.spd = playerspeed; + } else if (cheat == 10){ + jumpheight = parseFloat(prompt("jump height? default is -13")); + sprt.jh = jumpheight; } else { alert("idk what u want"); } } else if (evt.key === 't') { speedrun = 1; + } else if (evt.key === '1' || evt.key === '2' || evt.key === '3' || evt.key === '4' || evt.key === '5' || evt.key === '6' || evt.key === '7' && evt.altKey){ + levl = evt.key; + newState(); } document.addEventListener('keydown', event => { - if (event.code === 'Space' && infjump == 1) { + if (event.code === 'Space' || event.code === 'ArrowUp' && infjump == 1) { sprt.ju = 0; } }) @@ -149,7 +159,7 @@ var graphics = game.add.graphics(0, 0); graphics.beginFill("#000"); graphics.alpha = 0.5; - graphics.drawRect(0, 0, 100, 20); + graphics.drawRect(0, 0, 105, 20); graphics.fixedToCamera = true; timer = game.add.text(0,0,"Time: " + thetime, {font: '15px font', fill: '#ffffff'}); timer.fixedToCamera = true; diff --git a/60sburgerrun/js/level.js b/60sburgerrun/js/level.js index a58fc039..1ad39bea 100644 --- a/60sburgerrun/js/level.js +++ b/60sburgerrun/js/level.js @@ -1 +1 @@ -var sprt; var plats; var logs; var spikes; var bumpers; var pars; var sfx; var levl = 1; var p; var gamePad; var spaceKey; var cursors; var wasd; var tuts; var tim = 0; var clck; var maps = [null, {plats: [{x: 440, y: 200, w: 40, h: 40, semi: null, del: true, txt: null, right: 480, bottom: 240},{x: -40, y: -160, w: 40, h: 360, semi: null, del: null, txt: null, right: 0, bottom: 200},{x: 0, y: 200, w: 440, h: 160, semi: null, del: null, txt: null, right: 440, bottom: 360},{x: 1080, y: -200, w: 40, h: 640, semi: null, del: null, txt: null, right: 1120, bottom: 440},{x: 480, y: 200, w: 360, h: 160, semi: null, del: null, txt: null, right: 840, bottom: 360},{x: 680, y: 120, w: 160, h: 80, semi: null, del: null, txt: null, right: 840, bottom: 200},{x: 840, y: 280, w: 160, h: 80, semi: null, del: null, txt: null, right: 1000, bottom: 360},{x: 720, y: 480, w: 40, h: 40, semi: null, del: null, txt: null, right: 760, bottom: 520},{x: 680, y: 520, w: 40, h: 40, semi: null, del: null, txt: null, right: 720, bottom: 560},{x: 760, y: 440, w: 320, h: 40, semi: null, del: null, txt: null, right: 1080, bottom: 480},{x: 120, y: 560, w: 560, h: 40, semi: null, del: null, txt: null, right: 680, bottom: 600},{x: 360, y: 360, w: 80, h: 120, semi: null, del: null, txt: null, right: 440, bottom: 480},{x: 80, y: 360, w: 40, h: 200, semi: null, del: null, txt: null, right: 120, bottom: 560},{x: 480, y: 360, w: 80, h: 80, semi: null, del: null, txt: null, right: 560, bottom: 440}], sprt: {x:240, y:200,xx: 1}, spikes:[], xit:{x: 240, y: 560}, yEnd:800, grfx:{txt: 'lev1', x: -80, y: -200}, tuts:[{nr: 1, x: 0, y: 40, right: 360, bottom: 200},{nr: 2, x: 500, y: 40, right: 660, bottom: 200},{nr: 4, x: 400, y: 400, right: 680, bottom: 560}]} , {plats: [{x: 240, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 280, bottom: 120},{x: 600, y: 280, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 320},{x: 600, y: 360, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 400},{x: 600, y: 440, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 480},{x: 280, y: 80, w: 40, h: 40, semi: true, del: true, txt: null, hsl: [1000,1000,900], right: 320, bottom: 120},{x: 200, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 240, bottom: 120},{x: 160, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 200, bottom: 120},{x: 120, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 160, bottom: 120},{x: 80, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 120, bottom: 120},{x: 0, y: 200, w: 360, h: 80, semi: null, del: null, txt: null, right: 360, bottom: 280},{x: 640, y: 160, w: 200, h: 320, semi: null, del: null, txt: null, right: 840, bottom: 480},{x: -40, y: -160, w: 40, h: 360, semi: null, del: null, txt: null, right: 0, bottom: 200},{x: 360, y: 480, w: 40, h: 160, semi: null, del: null, txt: null, right: 400, bottom: 640},{x: 720, y: 480, w: 40, h: 80, semi: null, del: null, txt: null, right: 760, bottom: 560},{x: 560, y: 560, w: 240, h: 80, semi: null, del: null, txt: null, right: 800, bottom: 640},{x: 400, y: 640, w: 160, h: 40, semi: null, del: null, txt: null, right: 560, bottom: 680},{x: 800, y: -200, w: 40, h: 360, semi: null, del: null, txt: null, right: 840, bottom: 160},{x: 320, y: 120, w: 280, h: 80, semi: null, del: null, txt: null, right: 600, bottom: 200},{x: 360, y: 200, w: 240, h: 280, semi: null, del: null, txt: null, right: 600, bottom: 480}], sprt: {x:180, y:200,xx: 1}, spikes:[], xit:{x: 480, y: 640}, yEnd:720, grfx:{txt: 'lev2', x: -80, y: -240}, tuts:[{nr: 3, x: 359.9, y: -40, right: 800.3, bottom: 161}]} , {plats: [{x: 120, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1111,1000,1000], right: 160, bottom: 40},{x: 600, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 40},{x: 280, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, right: 320, bottom: 40},{x: 320, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1072,750,1000], right: 360, bottom: 40},{x: -40, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 0, bottom: 120},{x: 360, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, right: 400, bottom: 40},{x: 440, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, right: 480, bottom: 40},{x: 520, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, right: 560, bottom: 40},{x: 680, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, right: 720, bottom: 40},{x: 400, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1072,750,1000], right: 440, bottom: 40},{x: 480, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1072,750,1000], right: 520, bottom: 40},{x: 560, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1072,750,1000], right: 600, bottom: 40},{x: 640, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1072,750,1000], right: 680, bottom: 40},{x: -80, y: 200, w: 160, h: 120, semi: null, del: null, txt: null, right: 80, bottom: 320},{x: 80, y: 240, w: 640, h: 80, semi: null, del: null, txt: null, right: 720, bottom: 320},{x: -40, y: 320, w: 80, h: 240, semi: null, del: null, txt: null, right: 40, bottom: 560},{x: 600, y: 320, w: 80, h: 240, semi: null, del: null, txt: null, right: 680, bottom: 560}], sprt: {x:160, y:240,xx: 1}, spikes:[{x: 260, y: 240},{x: 300, y: 240},{x: 340, y: 240},{x: 380, y: 240}], xit:{x: 560, y: 240}, yEnd:600, grfx:{txt: 'lev3', x: -80, y: 200}, lbg:{txt: 'lbg3', x: -120, y: 200}, tuts:[{nr: 5, x: 280, y: -200, right: 719.9, bottom: 1}]} , {plats: [{x: -200, y: 240, w: 40, h: 40, semi: null, del: true, txt: null, right: -160, bottom: 280},{x: 360, y: 280, w: 80, h: 40, semi: null, del: true, txt: 'bricks101', right: 440, bottom: 320},{x: -520, y: 240, w: 40, h: 40, semi: null, del: true, txt: null, right: -480, bottom: 280},{x: -600, y: 240, w: 40, h: 40, semi: null, del: true, txt: null, right: -560, bottom: 280},{x: -680, y: 280, w: 40, h: 40, semi: null, del: true, txt: null, right: -640, bottom: 320},{x: -760, y: 360, w: 40, h: 40, semi: null, del: true, txt: null, right: -720, bottom: 400},{x: -840, y: 480, w: 40, h: 40, semi: null, del: true, txt: null, right: -800, bottom: 520},{x: -40, y: 240, w: 280, h: 40, semi: null, del: null, txt: null, right: 240, bottom: 280},{x: -360, y: 240, w: 80, h: 80, semi: null, del: null, txt: null, right: -280, bottom: 320},{x: 0, y: 80, w: 80, h: 80, semi: null, del: null, txt: null, right: 80, bottom: 160},{x: 120, y: 80, w: 80, h: 80, semi: null, del: null, txt: null, right: 200, bottom: 160},{x: -1000, y: 640, w: 80, h: 80, semi: null, del: null, txt: null, right: -920, bottom: 720}], sprt: {x:160, y:240,xx: 1}, spikes:[], xit:{x: -960, y: 640}, yEnd:760, grfx:{txt: 'lev4', x: -1000, y: 40}, lbg:{txt: 'lbg4', x: 360, y: 220}, tuts:[]} , {plats: [{x: 280, y: 400, w: 40, h: 40, semi: null, del: true, txt: null, right: 320, bottom: 440},{x: 280, y: 640, w: 40, h: 40, semi: null, del: true, txt: null, right: 320, bottom: 680},{x: 240, y: 520, w: 40, h: 40, semi: null, del: true, txt: null, right: 280, bottom: 560},{x: 280, y: 360, w: 40, h: 40, semi: null, del: true, txt: null, right: 320, bottom: 400},{x: 600, y: 40, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 80},{x: 600, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 120},{x: 600, y: 120, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 160},{x: 600, y: 160, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 200},{x: 600, y: 200, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 240},{x: 160, y: 880, w: 40, h: 40, semi: null, del: true, txt: null, right: 200, bottom: 920},{x: 560, y: 760, w: 40, h: 40, semi: null, del: true, txt: null, right: 600, bottom: 800},{x: 600, y: 760, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 800},{x: 640, y: 760, w: 40, h: 40, semi: null, del: true, txt: null, right: 680, bottom: 800},{x: 680, y: 760, w: 40, h: 40, semi: null, del: true, txt: null, right: 720, bottom: 800},{x: 720, y: 760, w: 40, h: 40, semi: null, del: true, txt: null, right: 760, bottom: 800},{x: 560, y: 680, w: 40, h: 40, semi: null, del: true, txt: null, right: 600, bottom: 720},{x: 680, y: 600, w: 40, h: 40, semi: null, del: true, txt: null, right: 720, bottom: 640},{x: 560, y: 520, w: 40, h: 40, semi: null, del: true, txt: null, right: 600, bottom: 560},{x: 680, y: 440, w: 40, h: 40, semi: null, del: true, txt: null, right: 720, bottom: 480},{x: 720, y: 360, w: 40, h: 40, semi: null, del: true, txt: null, right: 760, bottom: 400},{x: 640, y: 280, w: 40, h: 40, semi: null, del: true, txt: null, right: 680, bottom: 320},{x: 680, y: 160, w: 40, h: 40, semi: null, del: true, txt: null, right: 720, bottom: 200},{x: 640, y: 40, w: 40, h: 40, semi: null, del: true, txt: null, right: 680, bottom: 80},{x: 40, y: -80, w: 40, h: 320, semi: null, del: null, txt: null, right: 80, bottom: 240},{x: 0, y: 240, w: 240, h: 440, semi: null, del: null, txt: null, right: 240, bottom: 680},{x: 360, y: 0, w: 240, h: 80, semi: null, del: null, txt: null, right: 600, bottom: 80},{x: 360, y: 80, w: 80, h: 160, semi: null, del: null, txt: null, right: 440, bottom: 240},{x: 320, y: 240, w: 320, h: 80, semi: null, del: null, txt: null, right: 640, bottom: 320},{x: 320, y: 320, w: 240, h: 360, semi: null, del: null, txt: null, right: 560, bottom: 680},{x: 720, y: -160, w: 80, h: 400, semi: null, del: null, txt: null, right: 800, bottom: 240},{x: 760, y: 160, w: 40, h: 640, semi: null, del: null, txt: null, right: 800, bottom: 800},{x: 200, y: 760, w: 360, h: 40, semi: null, del: null, txt: null, right: 560, bottom: 800},{x: 120, y: 680, w: 40, h: 240, semi: null, del: null, txt: null, right: 160, bottom: 920}], sprt: {x:160, y:240,xx: 1}, spikes:[{x: 240, y: 340, rot:90},{x: 320, y: 460, rot:-90},{x: 240, y: 580, rot:90}], xit:{x: 520, y: 240}, yEnd:920, grfx:{txt: 'lev5', x: 0, y: -160}, tuts:[]} , {plats: [{x: 160, y: -80, w: 40, h: 40, semi: null, del: true, txt: null, right: 200, bottom: -40},{x: 240, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1000,965,1155], right: 280, bottom: 40},{x: 80, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1000,200,1000], right: 120, bottom: 40},{x: 320, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [897,1000,1000], right: 360, bottom: 120},{x: 400, y: 160, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1214,1000,1000], right: 440, bottom: 200},{x: 320, y: 280, w: 40, h: 40, semi: null, del: true, txt: null, right: 360, bottom: 320},{x: 480, y: 240, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1000,600,1000], right: 520, bottom: 280},{x: 240, y: 280, w: 40, h: 40, semi: null, del: true, txt: null, right: 280, bottom: 320},{x: 120, y: 400, w: 40, h: 40, semi: null, del: true, txt: null, right: 160, bottom: 440},{x: 200, y: 480, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [875,930,1130], right: 240, bottom: 520},{x: 280, y: 560, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1000,700,1095], right: 320, bottom: 600},{x: 240, y: 720, w: 40, h: 40, semi: null, del: true, txt: null, right: 280, bottom: 760},{x: 280, y: 280, w: 40, h: 40, semi: null, del: true, txt: null, right: 320, bottom: 320},{x: 80, y: 480, w: 80, h: 240, semi: null, del: null, txt: null, right: 160, bottom: 720},{x: 200, y: 320, w: 200, h: 40, semi: null, del: null, txt: null, right: 400, bottom: 360},{x: 240, y: 360, w: 120, h: 40, semi: null, del: null, txt: null, right: 360, bottom: 400},{x: 160, y: 560, w: 80, h: 40, semi: null, del: null, txt: null, right: 240, bottom: 600},{x: 160, y: 600, w: 40, h: 40, semi: null, del: null, txt: null, right: 200, bottom: 640},{x: 120, y: 720, w: 120, h: 40, semi: null, del: null, txt: null, right: 240, bottom: 760},{x: 160, y: 760, w: 40, h: 40, semi: null, del: null, txt: null, right: 200, bottom: 800}], sprt: {x:180, y:-280,xx: 1}, spikes:[{x: 100, y: 0},{x: 500, y: 240},{x: 380, y: 320},{x: 300, y: 320},{x: 220, y: 320},{x: 340, y: 320},{x: 260, y: 320},{x: 260, y: 120},{x: 140, y: 200, flip:true},{x: 140, y: 160},{x: 80, y: 500, rot:-90},{x: 140, y: 480},{x: 100, y: 480},{x: 220, y: 560},{x: 120, y: 180, rot:-90},{x: 160, y: 180, rot:90},{x: 240, y: 140, rot:-90},{x: 280, y: 140, rot:90},{x: 160, y: 500, rot:90},{x: 240, y: 580, rot:90},{x: 260, y: 160, flip:true}], xit:{x: 200, y: 720}, yEnd:800, grfx:{txt: 'lev6', x: 80, y: 120}, tuts:[]} , {plats: [{x: 120, y: -80, w: 40, h: 40, semi: null, del: true, txt: 'bricks103', right: 160, bottom: -40},{x: -40, y: -160, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1000,0,1000], right: 0, bottom: -120},{x: 240, y: 0, w: 40, h: 40, semi: null, del: true, txt: 'bricks104', right: 280, bottom: 40},{x: 0, y: -160, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1000,0,1000], right: 40, bottom: -120},{x: -160, y: 240, w: 120, h: 80, semi: null, del: true, txt: 'bricks102', right: -40, bottom: 320},{x: -200, y: -40, w: 40, h: 40, semi: null, del: null, txt: null, right: -160, bottom: 0},{x: 360, y: -80, w: 320, h: 40, semi: null, del: null, txt: null, right: 680, bottom: -40},{x: -240, y: 120, w: 40, h: 40, semi: null, del: null, txt: null, right: -200, bottom: 160},{x: -280, y: 80, w: 120, h: 40, semi: null, del: null, txt: null, right: -160, bottom: 120},{x: -240, y: -80, w: 120, h: 40, semi: null, del: null, txt: null, right: -120, bottom: -40}], sprt: {x:0, y:-160,xx: 1}, spikes:[{x: -260, y: 80}], xit:{x: 80, y: -690}, bb:{x: 520, y: -80}, yEnd:320, grfx:{txt: 'lev7', x: -280, y: -80}, lbg:{txt: 'lbg7', x: -240, y: -140}, tuts:[]} ]; var LevelState = {preload: function(){settings(this); game.stage.backgroundColor = "#000000"; }, create: function() {cursors = game.input.keyboard.createCursorKeys(); wasd = {up: game.input.keyboard.addKey(Phaser.Keyboard.W), down: game.input.keyboard.addKey(Phaser.Keyboard.S), left: game.input.keyboard.addKey(Phaser.Keyboard.A), right: game.input.keyboard.addKey(Phaser.Keyboard.D), }; sfx = new Object; sfx.fxBus = this.add.audio('fxBus'); sfx.fxJump = this.add.audio('fxJump', 1.5); sfx.fxDD = this.add.audio('fxDD', 0.2); sfx.fxLand = this.add.audio('fxLand'); sfx.fxsplatterBrick = this.add.audio('fxsplatterBrick', 0.3); sfx.fxHup = this.add.audio('fxHup', 0.4); sfx.fxFall = this.add.audio('fxFall', 0.6); sfx.fxNom = this.add.audio('fxNom', 0.6, true); world = this; world.doneCT = null; world.q = null; pars = []; plats = []; logs = []; spikes = []; bumpers = []; game.input.onDown.add(controlDown, this); game.input.onUp.add(controlUp, this); sprt = this.game.add.sprite(this.game.world.centerX,450, 'sprt'); sprt.kolH = 30; sprt.kolW = 12; sprt.zf = 1; sprt.scale.setTo(sprt.zf, sprt.zf); sprt.animations.add('run', [5,6,7,8,9,10], 16); sprt.animations.add('jump', [11], 1); sprt.animations.add('fall', [12], 1); sprt.animations.add('dd', [13], 1); sprt.animations.add('idle', [0,1,2,3,4], 6); sprt.anchor.setTo(0.5, 0.98); sprt.spd = 4; sprt.xx = 0; sprt.yy = -1; sprt.hSize = sprt.width / 2; sprt.ju = true; sprt.jh = -13; iniLevel(); muPlay('muIngame', 0.4, false); spaceKey = game.input.keyboard.addKey(Phaser.Keyboard.SPACEBAR); spaceKey.hold = null; addBus(); addGamepad(); sprt.play('jump'); game.camera.focusOnXY(sprt.x, sprt.y -10); addClock(); initSpeedrunTimer();}, update: function(){clockCode();speedrunTimer(); if(sprt.y > world.yEnd + 800){world.doneCT = 9999; } bgCode(); if(bbCode()){quakeCode(); parCode(); return; } if(busCode()){quakeCode(); parCode(); return; } tutCode(); if(sprt.visible){if(!sprt.dd || 1==1){xitCode(); controls(); preSpikeCode(); gravCode(); leftRightCode(); spikeCode(); saniCode(); if(sprt.y < world.yEnd + 200){game.camera.focusOnXY(sprt.x, sprt.y - 10); } } } quakeCode(); parCode(); }, render: function(){clck.y = game.camera.y + game.camera.height - 40; if(rotDevice){rotDevice.x = game.camera.x; rotDevice.y = game.camera.y; game.world.bringToTop(rotDevice); } if(game.paused || rotDevice){ return;} if(world.doneCT){if(world.doneCT > 120){world.doneCT = null; if(!sprt.visible){if(levl > game.ldat){game.ldat = levl; if(game.storageAvailable){localStorage.setItem('ldat', game.ldat); } } } newState(); } } } }; function bbCode(){if(!world.bb){return;} if(world.bb.nom){zoomBB(); sprt.visible = false; goCode(); return true; } if(sprtHitTest(world.bb)){p.visible = false; hideGamePad(); clck.visible = false; sprt.noControl = true; sprt.xx = 1; sprt.spd = (world.bb.x - sprt.x) / 24; if(sprt.spd > 3){sprt.spd = 3; } sprt.spd = Math.ceil(sprt.spd * 2) * 0.5; if(sprt.x > world.bb.x - 1){fxPlay(sfx.fxNom); if(mu){mu.stop(); mu.destroy(); mu = null; } world.bb.nom = true; world.bb.yyb = 0; world.bb.ct1 = 0; world.bb.ct2 = 0; } } } function goCode(){world.bb.ct1++; if(world.bb.ct1 > 6){var rnd = Math.random() * 0.3 - 0.15; world.bb.scale.x = 1 + rnd; world.bb.scale.y = 1 - rnd; world.bb.ct1 = 0; world.bb.ct2++; if(world.bb.ct1 == 0 && world.bb.ct2 == 15){var wellDone = world.game.add.sprite(world.bb.x, world.bb.y - 130, 'wellDone'); wellDone.anchor.setTo(0.5,1); } if(world.bb.ct1 == 0 && world.bb.ct2 == 30){var c2c = world.game.add.sprite(world.bb.x + 120, world.bb.y - 60, 'c2c'); c2c.animations.add('idle', null, 1); c2c.play('idle',null,true); c2c.anchor.setTo(0,0.5); sprt.gameDone = true; } } } function zoomBB(){sprt.x += (world.bb.x - sprt.x) / 12; var ybb = (world.bb.y - screenHeight / 2 + 20 - sprt.y) / 12; if(ybb < world.bb.yyb){ybb = world.bb.yyb; } sprt.y += ybb; game.camera.focusOnXY(sprt.x, sprt.y -10); world.bb.yyb -= 0.05; } function tutCode(){for (var i = 0; i < tuts.length; i++) {var tu = tuts[i]; if(sprtHitTest(tu)){if(!tu.mc){tu.mc = addTut(tu); } tu.mc.yy = (4 - tu.mc.cameraOffset.y) / 12; tu.mc.cameraOffset.y = Math.ceil(tu.mc.cameraOffset.y + tu.mc.yy); } else if(tu.mc && tu.mc.cameraOffset.y > -200){tu.mc.yy -= 0.25; tu.mc.cameraOffset.y += tu.mc.yy; } } } function addTut(tu){var t = 'tut1M'; if (game.device.desktop) {t = 'tut1D'; } var tutMC = world.game.add.sprite(game.camera.width / 2, 0, 'tuts'); tutMC.frame = tu.nr - 1; tutMC.anchor.setTo(0.5,0); tutMC.nr = 1; tutMC.fixedToCamera = true; tutMC.cameraOffset.y = -200; var angel; angel = tutMC.addChild(game.make.sprite(77, 36, 'angel')); angel.animations.add('idle', null, 12); angel.angle = 90; angel.play('idle',null,true); angel.anchor.setTo(0.5,1); angel.scale.x = -1; angel = tutMC.addChild(game.make.sprite(-77, 36, 'angel')); angel.animations.add('idle', null, 12); angel.angle = -90; angel.play('idle',null,true); angel.anchor.setTo(0.5,1); return tutMC; } function iniLevel(){var ldat = maps[levl]; world.scroll = ldat.scroll; var spikeArray = ldat.spikes; var si = 0; for (var i = 0; i < spikeArray.length; i++) {var ob = spikeArray[i]; var s = world.game.add.sprite(ob.x,ob.y, 'spikes'); s.anchor.setTo(0.5, 1); s.kolSize = 20; s.kolSizeY = 12; s.l = s.x - s.kolSize; s.r = s.x + s.kolSize; s.t = s.y - s.kolSizeY; s.b = s.y ; if(ob.flip){s.scale.y = -1; s.l = s.x - s.kolSize; s.r = s.x + s.kolSize; s.t = s.y ; s.b = s.y + s.kolSizeY; s.dwn = true; } if(ob.rot == 90){s.angle = ob.rot; s.l = s.x ; s.r = s.x + s.kolSizeY; s.t = s.y - s.kolSize; s.b = s.y + s.kolSize; s.dwn = true; } if(ob.rot == -90){s.angle = ob.rot; s.l = s.x - s.kolSizeY; s.r = s.x ; s.t = s.y - s.kolSize; s.b = s.y + s.kolSize; s.dwn = true; } spikes.push(s); } world.bb = null; if(ldat.bb){world.bb = world.game.add.sprite(ldat.bb.x, ldat.bb.y, 'burgerBar'); world.bb.anchor.setTo(0.5, 1); world.bb.sendToBack(); var kolSize = 160; var kolSizeY = 20; world.bb.l = world.bb.x - kolSize; world.bb.r = world.bb.x + kolSize; world.bb.t = world.bb.y - kolSizeY; world.bb.b = world.bb.y ; } var platArray = ldat.plats; for (var i = 0; i < platArray.length; i++) {var ob = platArray[i]; var plat; if(ob.del){var txtNam = 'bricks'; if(ob.txt){txtNam = ob.txt;} var bmd = txtNam; var bmd1 = 'splatterBrick1'; var bmd2 = 'splatterBrick2'; if(ob.hsl){var h = ob.hsl[0] / 1000 - 1; var s = ob.hsl[1] / 1000 - 1; var l = ob.hsl[2] / 1000 - 1; bmd = game.make.bitmapData(40,40); bmd.copy('bricks'); bmd.update(); bmd.shiftHSL(h,s,l); bmd1 = game.make.bitmapData(20,10); bmd1.copy('splatterBrick1'); bmd1.update(); bmd1.shiftHSL(h,s,l); bmd2 = game.make.bitmapData(20,10); bmd2.copy('splatterBrick2'); bmd2.update(); bmd2.shiftHSL(h,s,l); } plat = world.game.add.sprite(ob.x,ob.y, bmd); plat.splatterBricks = [bmd1, bmd2]; plat.del = ob.del; plat.sendToBack(); } else{plat = world.game.add.sprite(ob.x,ob.y, 'plat'); plat.visible = false; } plat.width = ob.w; plat.height = ob.h; plat.l = ob.x; plat.t = ob.y; plat.r = ob.right; plat.b = ob.bottom; if(ob.semi){plat.semi = 1; } plats.push(plat); } var logArray = ldat.bumpers; for (var i = 0; logArray && i < logArray.length; i++) {var ob = logArray[i]; var b = world.game.add.sprite(ob.x,ob.y, 'bumper'); b.anchor.setTo(0.5, 1); b.kolSize = 50; b.l = ob.x - b.kolSize; b.r = ob.x + b.kolSize; b.b = ob.y; b.t = ob.y - 80; b.animations.add('bump', [1,2,3,4,5,6,7,0], 8); bumpers.push(b); } var logArray = ldat.logs; var si = 0; for (var i = 0; i < logArray && logArray.length; i++) {var ob = logArray[i]; var log = world.game.add.sprite(ob.x,ob.y, 'log'); log.anchor.setTo(0.5, 0.5); log.kolSize = 26; log.animations.add('idle', null, 8); log.play('idle',null,true); log.si = si; si += 2; log.yo = log.y; logs.push(log); } world.xit = world.game.add.sprite(ldat.xit.x,ldat.xit.y, 'busStop'); world.xit.kolSize = 20; world.xit.l = world.xit.x - world.xit.kolSize; world.xit.r = world.xit.x + world.xit.kolSize; world.xit.t = world.xit.y - world.xit.kolSize; world.xit.b = world.xit.y + world.xit.kolSize; world.xit.anchor.setTo(0.5, 1); world.xit.sendToBack(); sprt.position.setTo(ldat.sprt.x,ldat.sprt.y); sprt.scale.x *= ldat.sprt.xx; world.game.add.sprite(ldat.grfx.x,ldat.grfx.y, ldat.grfx.txt); if(ldat.lbg){var lbgrx = world.game.add.sprite(ldat.lbg.x,ldat.lbg.y, ldat.lbg.txt); lbgrx.sendToBack(); } iniPause(); game.world.setBounds(-99999,-99999,9999999,9999999); world.limB = 9999; world.yEnd = ldat.yEnd; iniBG(); tuts = []; for (var i = 0; i < ldat.tuts.length; i++) {var ob = ldat.tuts[i]; var b = {}; b.nr = ob.nr; b.l = ob.x; b.r = ob.right; b.t = ob.y; b.b = ob.bottom; tuts.push(b); } } function addClock(){clck = game.add.group(); clck.fixedToCamera = true; clck.cameraOffset.setTo(game.camera.width / 2, game.camera.height - 40); clck.clock1 = clck.create(0,0, 'clock1'); clck.clock1.anchor.setTo(0.5); clck.clockBG = clck.create(0,0, 'clockBG'); clck.clockBG.anchor.setTo(0.5); } function clockCode(){if(!clck.visible){return; } tim += 1 / 60 * 6; var tAngle = tim; clck.clock1.angle = tAngle; if(tAngle > 180){clck.clockBG.frame = 1; if(tAngle > 360){clck.clock1.angle = 0; levl = -9; world.doneCT = 999; } } } function addGamepad(){if (game.device.desktop) {return; } gamePad = game.add.group(); gamePad.fixedToCamera = true; gamePad.btn = []; gamePad.aL = gamePad.create(0,0, 'brArwLeft'); gamePad.aL.inputEnabled = true; gamePad.aL.anchor.setTo(0,1); gamePad.aR = gamePad.create(0,0, 'brArwRight'); gamePad.aR.inputEnabled = true; gamePad.aR.anchor.setTo(-1,1); gamePad.aU = gamePad.create(screenWidth, screenHeight, 'brArwUp'); gamePad.aU.anchor.setTo(1,1); gamePad.aU.inputEnabled = true; gamePad.aL.x = 0; gamePad.aR.x = 0; resetGamePad(); } function hideGamePad(){if(gamePad){gamePad.visible = false; } } function resetGamePad(){if(gamePad){gamePad.aL.y = screenHeight - 4; gamePad.aR.y = screenHeight - 4; gamePad.aU.y = screenHeight - 4; } if(clck){clck.cameraOffset.setTo(game.camera.width / 2, game.camera.height - 40); } if(p && p.bg){p.bg.height = game.camera.height + 10; } if(game.btnHome){game.btnHome.y = game.camera.height / 2; game.btnMu.y = game.camera.height / 2; game.btnFX.y = game.camera.height / 2; } } function iniPause(){p = world.game.add.sprite(screenWidth, 0, 'btnSettings'); p.anchor.setTo(1, 0); p.fixedToCamera = true; p.inputEnabled = true; p.events.onInputDown.add(pauseCode, world); p.pop = game.add.group(); p.pop.visible = false; p.pop.fixedToCamera = true; p.btn = []; p.bg = p.pop.create(0,0, 'black'); p.bg.alpha = 0.66; p.bg.width = game.camera.width; p.bg.height = game.camera.height + 10; game.btnHome = addButtons('btnHome',0); game.btnMu = addButtons('btnMu',-120); game.btnFX = addButtons('btnFX',120); setMuFXBtns(); } function addButtons(nam,xOff){var b = p.pop.create(game.camera.width / 2 + xOff, game.camera.height / 2, nam); b.anchor.setTo(0.5,0.5); b.inputEnabled = true; p.btn.push(b); return b; } function setMuFXBtns(){if(!game.btnMu){return; } if(game.muteMu){game.btnMu.frame = 0; } else {game.btnMu.frame = 1; } if(game.muteFX){game.btnFX.frame = 0; } else {game.btnFX.frame = 1; } } function pauseCode(){muPause(); clickSound(); p.pop.visible = true; game.world.bringToTop(p.pop); game.world.bringToTop(p); p.frame = 1; game.paused = true; } function txtCode(txt){for (var i = 0; i < txt.length; i++) {var ob = txt[i]; var t = world.game.add.sprite(ob.x,ob.y, ob.t); t.anchor.setTo(0,1); if(ob.w){t.width = ob.w; t.height = ob.h; } if(ob.flip){t.width = -t.width; } if(ob.rot){t.angle = ob.rot; } } } function iniBG(){bmd = game.make.bitmapData(100,500); bmd.copy('bg0'); bmd.update(); bmd.shiftHSL(Math.random()*1-5); world.bg0 = game.add.sprite(0, 0, bmd); world.bg0.width = game.camera.width; world.bg0.height = game.camera.height; world.bg0.fixedToCamera = true; world.bg = game.add.tileSprite(0, 0, game.camera.width, game.camera.height, 'bg1'); world.bg.fixedToCamera = true; world.bg.xx = Math.random()*4-2; world.bg.yy = Math.random()*4-2; world.bg.sendToBack(); world.bg0.sendToBack(); } function gravCode() {if(sprt.y > world.yEnd){hideGamePad(); removeSettingsButton(); if(!sprt.dd){fxPlay(sfx.fxFall); sprt.dd = true; sprt.rot = 0; } if(sprt.yy > 10){sprt.yy = 10; } sprt.xx = 0; sprt.noControl = true; sprt.rot += 0.1 * sprt.scale.x; sprt.angle += Math.sin(sprt.rot)*20; } sprt.yy += 0.6; sprt.position.y += sprt.yy; if(sprt.dd){return; } var newYY = sprt.yy; var newY = sprt.y; var delPlat = []; for (var i = 0; i < plats.length; i++) {var p = plats[i]; if(sprtHitTest(p)){if(sprt.yy >= 0){if(sprt.y - sprt.yy -5 > p.top){continue;} if(p.top < newY){newY = p.top;} sprt.ju = false; newYY = 0; if(p.del && sprt.yy >= 11){delPlat.push(p); continue; } if(sprt.yy > 3){world.q = sprt.yy * 1.5; sfx.fxLand.volume = sprt.yy / 20; fxPlay(sfx.fxLand); if(sprt.yy > 8){sprt.land = true; } } } if(sprt.yy < 0 && !p.semi){sprt.y = p.bottom + sprt.kolH; newY = sprt.y; sprt.ju = false; newYY = 0; } } } sprt.y = newY; if(delPlat.length > 0){sfx.fxLand.volume = 0; newYY = -8; sprt.ju = true; sprt.land = null; fxPlay(sfx.fxsplatterBrick); while(delPlat.length > 0){var dp = delPlat.pop(); addSplatterBrick(dp); plats.splice(plats.indexOf(dp),1); dp.destroy(); } } if(sprt.land){var cloudAni = world.game.add.sprite(sprt.x, sprt.y, 'cloudAni'); cloudAni.anchor.setTo(0.5, 1); cloudAni.animations.add('idle', null, 16); cloudAni.play('idle',null, false, true); game.world.setChildIndex(cloudAni, sprt.z); sprt.land = null; } sprt.yy = newYY; if(sprt.yy > 1){sprt.ju = true; } } function removeSettingsButton(){p.visible = false; } function addSplatterBrick(ob){for (var i = 0; i < 12; i++) {var xx = Math.random() * 10 - 5; var yy = Math.random() * -6 - 6; var rnd = Math.floor(Math.random() * 2); var log = world.game.add.sprite(ob.x + ob.width / 2 + xx, ob.y + ob.height / 2 + yy, ob.splatterBricks[rnd]); log.anchor.setTo(0.5, 0.5); log.xx = xx; log.yy = yy; log.rot = Math.random() * 20 - 10; pars.push(log); } game.world.bringToTop(clck); } function leftRightCode(){if(sprt.dd){return; } sprt.x += sprt.xx * sprt.spd; var newXX = sprt.xx; for (var i = 0; i < plats.length; i++) {var p = plats[i]; if(p.semi){continue;} if(sprtHitTest(p)){if(sprt.xx > 0){newXX = 0; sprt.x = p.left - sprt.kolW; } if(sprt.xx < 0){newXX = 0; sprt.x = p.right + sprt.kolW; } } } sprt.xx = newXX; if(sprt.xx != 0){sprt.scale.x = sprt.zf * sprt.xx; } } function addParLog(ob,xx,yy){var log = world.game.add.sprite(ob.x+xx,ob.y+yy, 'log'); log.anchor.setTo(0.5, 0.5); log.animations.add('idle', null, 12); log.play('idle',null,true); log.scale.setTo(-0.5,0.5); if(xx>0){log.scale.setTo(0.5,0.5); } log.xx = xx; log.yy = yy; log.rot = 0; pars.push(log); } function preSpikeCode(){if(sprt.dd){return; } sprt.position.y += sprt.yy + 0.6; sprt.x += sprt.xx * sprt.spd; for (var i = 0; i < spikes.length; i++) {var s = spikes[i]; if(sprtHitTest(s)){if(!s.dwn && sprt.yy < 0){continue; } fxPlay(sfx.fxDD); hideGamePad(); world.doneCT = 1; sprt.bringToTop(); p.bringToTop(); game.world.bringToTop(clck); sprt.rot = -sprt.xx * 2.5; sprt.xx = -sprt.xx * 2; sprt.yy = -13; sprt.dd = true; p.visible = false; return; } } sprt.position.y -= sprt.yy + 0.6; sprt.x -= sprt.xx * sprt.spd; } function spikeCode(){if(sprt.dd){return; } for (var i = 0; i < spikes.length; i++) {var s = spikes[i]; if(sprtHitTest(s)){if(!s.dwn && sprt.yy < 0){continue; } fxPlay(sfx.fxDD); hideGamePad(); world.doneCT = 1; sprt.bringToTop(); p.bringToTop(); game.world.bringToTop(clck); sprt.rot = -sprt.xx * 2.5; sprt.xx = -sprt.xx * 2; sprt.yy = -13; sprt.dd = true; p.visible = false; return; } } } function xitCode(){if(sprt.dd || world.doneCT){return; } if(!sprt.ju && sprtHitTest(world.xit)){if(sprt.x < world.xit.x - 30 || sprt.x > world.xit.x + 10){return;} levl++; hideGamePad(); callBus(); sprt.noControl = true; sprt.xx = 0; world.doneCT = 1; p.visible = false; } } function sprtHitTest(ob){sprt.l = sprt.position.x - sprt.kolW; sprt.r = sprt.position.x + sprt.kolW; sprt.b = sprt.position.y; sprt.t = sprt.position.y - sprt.kolH; if (sprt.l < ob.r && sprt.r > ob.l && sprt.t < ob.b && sprt.b > ob.t) {return true; } return false; } function controlDown(pointer){if(sprt.gameDone){sprt.gameDone = null; game.sound.stopAll(); if(parent && parent.cmgGameEvent){parent.cmgGameEvent('start'); } levl = 0; newState(); return; } sprt.keyDown = true; if(game.paused && !rotDevice){pauseMenClick(pointer); } } function pauseMenClick(pointer){if (p.getBounds().contains(pointer.x, pointer.y)) {clickSound(); p.frame = 0; game.paused = false; muResume(); p.pop.visible = false; sprt.keyDown = null; return; } muteButtons(pointer); for (var i = 0; i < p.btn.length; i++) {var b = p.btn[i]; if (b.getBounds().contains(pointer.x, pointer.y)){if(b.key == 'btnHome'){clickSound(); levl = 0; newState(); } } } } function muteButtons(pointer){if(rotDevice){return;} if (game.btnMu.getBounds().contains(pointer.x, pointer.y)){clickSound(); if(game.muteMu){game.muteMu = false; } else{game.muteMu = true; } mu.mute = game.muteMu; setMuFXBtns(); return; } if (game.btnFX.getBounds().contains(pointer.x, pointer.y)){clickSound(); if(game.muteFX){game.muteFX = false; } else{game.muteFX = true; } setMuFXBtns(); return; } } function controlUp(pointer){sprt.keyDown = null; } function pointers2Buttons(pointer){if(!pointer.isDown){return; } if (gamePad.aL.getBounds().contains(pointer.x, pointer.y)){gamePad.aL.dwn = true; } if (gamePad.aR.getBounds().contains(pointer.x, pointer.y)){gamePad.aR.dwn = true; } if (gamePad.aU.getBounds().contains(pointer.x, pointer.y)){spaceKey.alt = true; } } function controls(){if(sprt.noControl){return; } sprt.xx = 0; spaceKey.alt = false; if(gamePad){gamePad.aL.dwn = false; gamePad.aR.dwn = false; pointers2Buttons(game.input.mousePointer); pointers2Buttons(game.input.pointer1); pointers2Buttons(game.input.pointer2); if(gamePad.aL.dwn){sprt.xx = -1; } if(gamePad.aR.dwn){sprt.xx = 1; } } if (cursors.left.isDown || wasd.left.isDown) {sprt.xx = -1; } if (cursors.right.isDown || wasd.right.isDown) {sprt.xx = 1; } if (cursors.up.isDown || wasd.up.isDown) {spaceKey.alt = true; } if(spaceKey.isDown || spaceKey.alt){if(!spaceKey.hold){sprt.keyDown = true; } spaceKey.hold = true; } else{spaceKey.hold = null; sprt.keyDown = null; } if(sprt.keyDown && !sprt.ju){fxPlay(sfx.fxJump); fxPlay(sfx.fxHup); sprt.yy = sprt.jh; sprt.ju = true; sprt.keyDown = null; } } function saniCode(){var sani = "idle"; if(sprt.xx != 0){sani = 'run'; } if(sprt.ju){sani = "jump"; if(sprt.yy > 0){sani = "fall"; } } if(sprt.dd){sprt.angle += 3 * -sprt.scale.x; sani = "dd"; } if(sprt.animations.name != sani){sprt.play(sani,null,true); } } function parCode(){for (var i = 0; i < pars.length; i++) {var p = pars[i]; p.angle += p.rot; p.x += p.xx; p.y += p.yy; p.yy += 0.6; p.xx = p.xx * 0.98; if(p.y > world.limB + 200){pars.splice(i,1); if(p != sprt){p.destroy(); } i--; } } } function bgCode(){world.bg0.height = screenHeight; world.bg.height = screenHeight; world.bg.tilePosition.x += world.bg.xx; world.bg.tilePosition.y += world.bg.yy; } function quakeCode(){if(world.q){game.camera.x += Math.random() * world.q - world.q/2; game.camera.y += Math.random() * world.q - world.q/2; world.q -= 1; if(world.q < 0){world.q = null; } } } +var sprt; var plats; var logs; var spikes; var bumpers; var pars; var sfx; var levl = 1; var p; var gamePad; var spaceKey; var cursors; var wasd; var tuts; var tim = 0; var clck; var maps = [null, {plats: [{x: 440, y: 200, w: 40, h: 40, semi: null, del: true, txt: null, right: 480, bottom: 240},{x: -40, y: -160, w: 40, h: 360, semi: null, del: null, txt: null, right: 0, bottom: 200},{x: 0, y: 200, w: 440, h: 160, semi: null, del: null, txt: null, right: 440, bottom: 360},{x: 1080, y: -200, w: 40, h: 640, semi: null, del: null, txt: null, right: 1120, bottom: 440},{x: 480, y: 200, w: 360, h: 160, semi: null, del: null, txt: null, right: 840, bottom: 360},{x: 680, y: 120, w: 160, h: 80, semi: null, del: null, txt: null, right: 840, bottom: 200},{x: 840, y: 280, w: 160, h: 80, semi: null, del: null, txt: null, right: 1000, bottom: 360},{x: 720, y: 480, w: 40, h: 40, semi: null, del: null, txt: null, right: 760, bottom: 520},{x: 680, y: 520, w: 40, h: 40, semi: null, del: null, txt: null, right: 720, bottom: 560},{x: 760, y: 440, w: 320, h: 40, semi: null, del: null, txt: null, right: 1080, bottom: 480},{x: 120, y: 560, w: 560, h: 40, semi: null, del: null, txt: null, right: 680, bottom: 600},{x: 360, y: 360, w: 80, h: 120, semi: null, del: null, txt: null, right: 440, bottom: 480},{x: 80, y: 360, w: 40, h: 200, semi: null, del: null, txt: null, right: 120, bottom: 560},{x: 480, y: 360, w: 80, h: 80, semi: null, del: null, txt: null, right: 560, bottom: 440}], sprt: {x:240, y:200,xx: 1}, spikes:[], xit:{x: 240, y: 560}, yEnd:800, grfx:{txt: 'lev1', x: -80, y: -200}, tuts:[{nr: 1, x: 0, y: 40, right: 360, bottom: 200},{nr: 2, x: 500, y: 40, right: 660, bottom: 200},{nr: 4, x: 400, y: 400, right: 680, bottom: 560}]} , {plats: [{x: 240, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 280, bottom: 120},{x: 600, y: 280, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 320},{x: 600, y: 360, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 400},{x: 600, y: 440, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 480},{x: 280, y: 80, w: 40, h: 40, semi: true, del: true, txt: null, hsl: [1000,1000,900], right: 320, bottom: 120},{x: 200, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 240, bottom: 120},{x: 160, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 200, bottom: 120},{x: 120, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 160, bottom: 120},{x: 80, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 120, bottom: 120},{x: 0, y: 200, w: 360, h: 80, semi: null, del: null, txt: null, right: 360, bottom: 280},{x: 640, y: 160, w: 200, h: 320, semi: null, del: null, txt: null, right: 840, bottom: 480},{x: -40, y: -160, w: 40, h: 360, semi: null, del: null, txt: null, right: 0, bottom: 200},{x: 360, y: 480, w: 40, h: 160, semi: null, del: null, txt: null, right: 400, bottom: 640},{x: 720, y: 480, w: 40, h: 80, semi: null, del: null, txt: null, right: 760, bottom: 560},{x: 560, y: 560, w: 240, h: 80, semi: null, del: null, txt: null, right: 800, bottom: 640},{x: 400, y: 640, w: 160, h: 40, semi: null, del: null, txt: null, right: 560, bottom: 680},{x: 800, y: -200, w: 40, h: 360, semi: null, del: null, txt: null, right: 840, bottom: 160},{x: 320, y: 120, w: 280, h: 80, semi: null, del: null, txt: null, right: 600, bottom: 200},{x: 360, y: 200, w: 240, h: 280, semi: null, del: null, txt: null, right: 600, bottom: 480}], sprt: {x:180, y:200,xx: 1}, spikes:[], xit:{x: 480, y: 640}, yEnd:720, grfx:{txt: 'lev2', x: -80, y: -240}, tuts:[{nr: 3, x: 359.9, y: -40, right: 800.3, bottom: 161}]} , {plats: [{x: 120, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1111,1000,1000], right: 160, bottom: 40},{x: 600, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 40},{x: 280, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, right: 320, bottom: 40},{x: 320, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1072,750,1000], right: 360, bottom: 40},{x: -40, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 0, bottom: 120},{x: 360, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, right: 400, bottom: 40},{x: 440, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, right: 480, bottom: 40},{x: 520, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, right: 560, bottom: 40},{x: 680, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, right: 720, bottom: 40},{x: 400, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1072,750,1000], right: 440, bottom: 40},{x: 480, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1072,750,1000], right: 520, bottom: 40},{x: 560, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1072,750,1000], right: 600, bottom: 40},{x: 640, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1072,750,1000], right: 680, bottom: 40},{x: -80, y: 200, w: 160, h: 120, semi: null, del: null, txt: null, right: 80, bottom: 320},{x: 80, y: 240, w: 640, h: 80, semi: null, del: null, txt: null, right: 720, bottom: 320},{x: -40, y: 320, w: 80, h: 240, semi: null, del: null, txt: null, right: 40, bottom: 560},{x: 600, y: 320, w: 80, h: 240, semi: null, del: null, txt: null, right: 680, bottom: 560}], sprt: {x:160, y:240,xx: 1}, spikes:[{x: 260, y: 240},{x: 300, y: 240},{x: 340, y: 240},{x: 380, y: 240}], xit:{x: 560, y: 240}, yEnd:600, grfx:{txt: 'lev3', x: -80, y: 200}, lbg:{txt: 'lbg3', x: -120, y: 200}, tuts:[{nr: 5, x: 280, y: -200, right: 719.9, bottom: 1}]} , {plats: [{x: -200, y: 240, w: 40, h: 40, semi: null, del: true, txt: null, right: -160, bottom: 280},{x: 360, y: 280, w: 80, h: 40, semi: null, del: true, txt: 'bricks101', right: 440, bottom: 320},{x: -520, y: 240, w: 40, h: 40, semi: null, del: true, txt: null, right: -480, bottom: 280},{x: -600, y: 240, w: 40, h: 40, semi: null, del: true, txt: null, right: -560, bottom: 280},{x: -680, y: 280, w: 40, h: 40, semi: null, del: true, txt: null, right: -640, bottom: 320},{x: -760, y: 360, w: 40, h: 40, semi: null, del: true, txt: null, right: -720, bottom: 400},{x: -840, y: 480, w: 40, h: 40, semi: null, del: true, txt: null, right: -800, bottom: 520},{x: -40, y: 240, w: 280, h: 40, semi: null, del: null, txt: null, right: 240, bottom: 280},{x: -360, y: 240, w: 80, h: 80, semi: null, del: null, txt: null, right: -280, bottom: 320},{x: 0, y: 80, w: 80, h: 80, semi: null, del: null, txt: null, right: 80, bottom: 160},{x: 120, y: 80, w: 80, h: 80, semi: null, del: null, txt: null, right: 200, bottom: 160},{x: -1000, y: 640, w: 80, h: 80, semi: null, del: null, txt: null, right: -920, bottom: 720}], sprt: {x:160, y:240,xx: 1}, spikes:[], xit:{x: -960, y: 640}, yEnd:760, grfx:{txt: 'lev4', x: -1000, y: 40}, lbg:{txt: 'lbg4', x: 360, y: 220}, tuts:[]} , {plats: [{x: 280, y: 400, w: 40, h: 40, semi: null, del: true, txt: null, right: 320, bottom: 440},{x: 280, y: 640, w: 40, h: 40, semi: null, del: true, txt: null, right: 320, bottom: 680},{x: 240, y: 520, w: 40, h: 40, semi: null, del: true, txt: null, right: 280, bottom: 560},{x: 280, y: 360, w: 40, h: 40, semi: null, del: true, txt: null, right: 320, bottom: 400},{x: 600, y: 40, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 80},{x: 600, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 120},{x: 600, y: 120, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 160},{x: 600, y: 160, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 200},{x: 600, y: 200, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 240},{x: 160, y: 880, w: 40, h: 40, semi: null, del: true, txt: null, right: 200, bottom: 920},{x: 560, y: 760, w: 40, h: 40, semi: null, del: true, txt: null, right: 600, bottom: 800},{x: 600, y: 760, w: 40, h: 40, semi: null, del: true, txt: null, right: 640, bottom: 800},{x: 640, y: 760, w: 40, h: 40, semi: null, del: true, txt: null, right: 680, bottom: 800},{x: 680, y: 760, w: 40, h: 40, semi: null, del: true, txt: null, right: 720, bottom: 800},{x: 720, y: 760, w: 40, h: 40, semi: null, del: true, txt: null, right: 760, bottom: 800},{x: 560, y: 680, w: 40, h: 40, semi: null, del: true, txt: null, right: 600, bottom: 720},{x: 680, y: 600, w: 40, h: 40, semi: null, del: true, txt: null, right: 720, bottom: 640},{x: 560, y: 520, w: 40, h: 40, semi: null, del: true, txt: null, right: 600, bottom: 560},{x: 680, y: 440, w: 40, h: 40, semi: null, del: true, txt: null, right: 720, bottom: 480},{x: 720, y: 360, w: 40, h: 40, semi: null, del: true, txt: null, right: 760, bottom: 400},{x: 640, y: 280, w: 40, h: 40, semi: null, del: true, txt: null, right: 680, bottom: 320},{x: 680, y: 160, w: 40, h: 40, semi: null, del: true, txt: null, right: 720, bottom: 200},{x: 640, y: 40, w: 40, h: 40, semi: null, del: true, txt: null, right: 680, bottom: 80},{x: 40, y: -80, w: 40, h: 320, semi: null, del: null, txt: null, right: 80, bottom: 240},{x: 0, y: 240, w: 240, h: 440, semi: null, del: null, txt: null, right: 240, bottom: 680},{x: 360, y: 0, w: 240, h: 80, semi: null, del: null, txt: null, right: 600, bottom: 80},{x: 360, y: 80, w: 80, h: 160, semi: null, del: null, txt: null, right: 440, bottom: 240},{x: 320, y: 240, w: 320, h: 80, semi: null, del: null, txt: null, right: 640, bottom: 320},{x: 320, y: 320, w: 240, h: 360, semi: null, del: null, txt: null, right: 560, bottom: 680},{x: 720, y: -160, w: 80, h: 400, semi: null, del: null, txt: null, right: 800, bottom: 240},{x: 760, y: 160, w: 40, h: 640, semi: null, del: null, txt: null, right: 800, bottom: 800},{x: 200, y: 760, w: 360, h: 40, semi: null, del: null, txt: null, right: 560, bottom: 800},{x: 120, y: 680, w: 40, h: 240, semi: null, del: null, txt: null, right: 160, bottom: 920}], sprt: {x:160, y:240,xx: 1}, spikes:[{x: 240, y: 340, rot:90},{x: 320, y: 460, rot:-90},{x: 240, y: 580, rot:90}], xit:{x: 520, y: 240}, yEnd:920, grfx:{txt: 'lev5', x: 0, y: -160}, tuts:[]} , {plats: [{x: 160, y: -80, w: 40, h: 40, semi: null, del: true, txt: null, right: 200, bottom: -40},{x: 240, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1000,965,1155], right: 280, bottom: 40},{x: 80, y: 0, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1000,200,1000], right: 120, bottom: 40},{x: 320, y: 80, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [897,1000,1000], right: 360, bottom: 120},{x: 400, y: 160, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1214,1000,1000], right: 440, bottom: 200},{x: 320, y: 280, w: 40, h: 40, semi: null, del: true, txt: null, right: 360, bottom: 320},{x: 480, y: 240, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1000,600,1000], right: 520, bottom: 280},{x: 240, y: 280, w: 40, h: 40, semi: null, del: true, txt: null, right: 280, bottom: 320},{x: 120, y: 400, w: 40, h: 40, semi: null, del: true, txt: null, right: 160, bottom: 440},{x: 200, y: 480, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [875,930,1130], right: 240, bottom: 520},{x: 280, y: 560, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1000,700,1095], right: 320, bottom: 600},{x: 240, y: 720, w: 40, h: 40, semi: null, del: true, txt: null, right: 280, bottom: 760},{x: 280, y: 280, w: 40, h: 40, semi: null, del: true, txt: null, right: 320, bottom: 320},{x: 80, y: 480, w: 80, h: 240, semi: null, del: null, txt: null, right: 160, bottom: 720},{x: 200, y: 320, w: 200, h: 40, semi: null, del: null, txt: null, right: 400, bottom: 360},{x: 240, y: 360, w: 120, h: 40, semi: null, del: null, txt: null, right: 360, bottom: 400},{x: 160, y: 560, w: 80, h: 40, semi: null, del: null, txt: null, right: 240, bottom: 600},{x: 160, y: 600, w: 40, h: 40, semi: null, del: null, txt: null, right: 200, bottom: 640},{x: 120, y: 720, w: 120, h: 40, semi: null, del: null, txt: null, right: 240, bottom: 760},{x: 160, y: 760, w: 40, h: 40, semi: null, del: null, txt: null, right: 200, bottom: 800}], sprt: {x:180, y:-280,xx: 1}, spikes:[{x: 100, y: 0},{x: 500, y: 240},{x: 380, y: 320},{x: 300, y: 320},{x: 220, y: 320},{x: 340, y: 320},{x: 260, y: 320},{x: 260, y: 120},{x: 140, y: 200, flip:true},{x: 140, y: 160},{x: 80, y: 500, rot:-90},{x: 140, y: 480},{x: 100, y: 480},{x: 220, y: 560},{x: 120, y: 180, rot:-90},{x: 160, y: 180, rot:90},{x: 240, y: 140, rot:-90},{x: 280, y: 140, rot:90},{x: 160, y: 500, rot:90},{x: 240, y: 580, rot:90},{x: 260, y: 160, flip:true}], xit:{x: 200, y: 720}, yEnd:800, grfx:{txt: 'lev6', x: 80, y: 120}, tuts:[]} , {plats: [{x: 120, y: -80, w: 40, h: 40, semi: null, del: true, txt: 'bricks103', right: 160, bottom: -40},{x: -40, y: -160, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1000,0,1000], right: 0, bottom: -120},{x: 240, y: 0, w: 40, h: 40, semi: null, del: true, txt: 'bricks104', right: 280, bottom: 40},{x: 0, y: -160, w: 40, h: 40, semi: null, del: true, txt: null, hsl: [1000,0,1000], right: 40, bottom: -120},{x: -160, y: 240, w: 120, h: 80, semi: null, del: true, txt: 'bricks102', right: -40, bottom: 320},{x: -200, y: -40, w: 40, h: 40, semi: null, del: null, txt: null, right: -160, bottom: 0},{x: 360, y: -80, w: 320, h: 40, semi: null, del: null, txt: null, right: 680, bottom: -40},{x: -240, y: 120, w: 40, h: 40, semi: null, del: null, txt: null, right: -200, bottom: 160},{x: -280, y: 80, w: 120, h: 40, semi: null, del: null, txt: null, right: -160, bottom: 120},{x: -240, y: -80, w: 120, h: 40, semi: null, del: null, txt: null, right: -120, bottom: -40}], sprt: {x:0, y:-160,xx: 1}, spikes:[{x: -260, y: 80}], xit:{x: 80, y: -690}, bb:{x: 520, y: -80}, yEnd:320, grfx:{txt: 'lev7', x: -280, y: -80}, lbg:{txt: 'lbg7', x: -240, y: -140}, tuts:[]} ]; var LevelState = {preload: function(){settings(this); game.stage.backgroundColor = "#000000"; }, create: function() {cursors = game.input.keyboard.createCursorKeys(); wasd = {up: game.input.keyboard.addKey(Phaser.Keyboard.W), down: game.input.keyboard.addKey(Phaser.Keyboard.S), left: game.input.keyboard.addKey(Phaser.Keyboard.A), right: game.input.keyboard.addKey(Phaser.Keyboard.D), }; sfx = new Object; sfx.fxBus = this.add.audio('fxBus'); sfx.fxJump = this.add.audio('fxJump', 1.5); sfx.fxDD = this.add.audio('fxDD', 0.2); sfx.fxLand = this.add.audio('fxLand'); sfx.fxsplatterBrick = this.add.audio('fxsplatterBrick', 0.3); sfx.fxHup = this.add.audio('fxHup', 0.4); sfx.fxFall = this.add.audio('fxFall', 0.6); sfx.fxNom = this.add.audio('fxNom', 0.6, true); world = this; world.doneCT = null; world.q = null; pars = []; plats = []; logs = []; spikes = []; bumpers = []; game.input.onDown.add(controlDown, this); game.input.onUp.add(controlUp, this); sprt = this.game.add.sprite(this.game.world.centerX,450, 'sprt'); sprt.kolH = 30; sprt.kolW = 12; sprt.zf = 1; sprt.scale.setTo(sprt.zf, sprt.zf); sprt.animations.add('run', [5,6,7,8,9,10], 16); sprt.animations.add('jump', [11], 1); sprt.animations.add('fall', [12], 1); sprt.animations.add('dd', [13], 1); sprt.animations.add('idle', [0,1,2,3,4], 6); sprt.anchor.setTo(0.5, 0.98); sprt.spd = playerspeed; sprt.xx = 0; sprt.yy = -1; sprt.hSize = sprt.width / 2; sprt.ju = true; sprt.jh = jumpheight; iniLevel(); muPlay('muIngame', 0.4, false); spaceKey = game.input.keyboard.addKey(Phaser.Keyboard.SPACEBAR); spaceKey.hold = null; addBus(); addGamepad(); sprt.play('jump'); game.camera.focusOnXY(sprt.x, sprt.y -10); addClock(); initSpeedrunTimer();}, update: function(){clockCode();speedrunTimer(); if(sprt.y > world.yEnd + 800){world.doneCT = 9999; } bgCode(); if(bbCode()){quakeCode(); parCode(); return; } if(busCode()){quakeCode(); parCode(); return; } tutCode(); if(sprt.visible){if(!sprt.dd || 1==1){xitCode(); controls(); preSpikeCode(); gravCode(); leftRightCode(); spikeCode(); saniCode(); if(sprt.y < world.yEnd + 200){game.camera.focusOnXY(sprt.x, sprt.y - 10); } } } quakeCode(); parCode(); }, render: function(){clck.y = game.camera.y + game.camera.height - 40; if(rotDevice){rotDevice.x = game.camera.x; rotDevice.y = game.camera.y; game.world.bringToTop(rotDevice); } if(game.paused || rotDevice){ return;} if(world.doneCT){if(world.doneCT > 120){world.doneCT = null; if(!sprt.visible){if(levl > game.ldat){game.ldat = levl; if(game.storageAvailable){localStorage.setItem('ldat', game.ldat); } } } newState(); } } } }; function bbCode(){if(!world.bb){return;} if(world.bb.nom){zoomBB(); sprt.visible = false; goCode(); return true; } if(sprtHitTest(world.bb)){p.visible = false; hideGamePad(); clck.visible = false; sprt.noControl = true; sprt.xx = 1; sprt.spd = (world.bb.x - sprt.x) / 24; if(sprt.spd > 3){sprt.spd = 3; } sprt.spd = Math.ceil(sprt.spd * 2) * 0.5; if(sprt.x > world.bb.x - 1){fxPlay(sfx.fxNom); if(mu){mu.stop(); mu.destroy(); mu = null; } world.bb.nom = true; world.bb.yyb = 0; world.bb.ct1 = 0; world.bb.ct2 = 0; } } } function goCode(){world.bb.ct1++; if(world.bb.ct1 > 6){var rnd = Math.random() * 0.3 - 0.15; world.bb.scale.x = 1 + rnd; world.bb.scale.y = 1 - rnd; world.bb.ct1 = 0; world.bb.ct2++; if(world.bb.ct1 == 0 && world.bb.ct2 == 15){var wellDone = world.game.add.sprite(world.bb.x, world.bb.y - 130, 'wellDone'); wellDone.anchor.setTo(0.5,1); } if(world.bb.ct1 == 0 && world.bb.ct2 == 30){var c2c = world.game.add.sprite(world.bb.x + 120, world.bb.y - 60, 'c2c'); c2c.animations.add('idle', null, 1); c2c.play('idle',null,true); c2c.anchor.setTo(0,0.5); sprt.gameDone = true; } } } function zoomBB(){sprt.x += (world.bb.x - sprt.x) / 12; var ybb = (world.bb.y - screenHeight / 2 + 20 - sprt.y) / 12; if(ybb < world.bb.yyb){ybb = world.bb.yyb; } sprt.y += ybb; game.camera.focusOnXY(sprt.x, sprt.y -10); world.bb.yyb -= 0.05; } function tutCode(){for (var i = 0; i < tuts.length; i++) {var tu = tuts[i]; if(sprtHitTest(tu)){if(!tu.mc){tu.mc = addTut(tu); } tu.mc.yy = (4 - tu.mc.cameraOffset.y) / 12; tu.mc.cameraOffset.y = Math.ceil(tu.mc.cameraOffset.y + tu.mc.yy); } else if(tu.mc && tu.mc.cameraOffset.y > -200){tu.mc.yy -= 0.25; tu.mc.cameraOffset.y += tu.mc.yy; } } } function addTut(tu){var t = 'tut1M'; if (game.device.desktop) {t = 'tut1D'; } var tutMC = world.game.add.sprite(game.camera.width / 2, 0, 'tuts'); tutMC.frame = tu.nr - 1; tutMC.anchor.setTo(0.5,0); tutMC.nr = 1; tutMC.fixedToCamera = true; tutMC.cameraOffset.y = -200; var angel; angel = tutMC.addChild(game.make.sprite(77, 36, 'angel')); angel.animations.add('idle', null, 12); angel.angle = 90; angel.play('idle',null,true); angel.anchor.setTo(0.5,1); angel.scale.x = -1; angel = tutMC.addChild(game.make.sprite(-77, 36, 'angel')); angel.animations.add('idle', null, 12); angel.angle = -90; angel.play('idle',null,true); angel.anchor.setTo(0.5,1); return tutMC; } function iniLevel(){var ldat = maps[levl]; world.scroll = ldat.scroll; var spikeArray = ldat.spikes; var si = 0; for (var i = 0; i < spikeArray.length; i++) {var ob = spikeArray[i]; var s = world.game.add.sprite(ob.x,ob.y, 'spikes'); s.anchor.setTo(0.5, 1); s.kolSize = 20; s.kolSizeY = 12; s.l = s.x - s.kolSize; s.r = s.x + s.kolSize; s.t = s.y - s.kolSizeY; s.b = s.y ; if(ob.flip){s.scale.y = -1; s.l = s.x - s.kolSize; s.r = s.x + s.kolSize; s.t = s.y ; s.b = s.y + s.kolSizeY; s.dwn = true; } if(ob.rot == 90){s.angle = ob.rot; s.l = s.x ; s.r = s.x + s.kolSizeY; s.t = s.y - s.kolSize; s.b = s.y + s.kolSize; s.dwn = true; } if(ob.rot == -90){s.angle = ob.rot; s.l = s.x - s.kolSizeY; s.r = s.x ; s.t = s.y - s.kolSize; s.b = s.y + s.kolSize; s.dwn = true; } spikes.push(s); } world.bb = null; if(ldat.bb){world.bb = world.game.add.sprite(ldat.bb.x, ldat.bb.y, 'burgerBar'); world.bb.anchor.setTo(0.5, 1); world.bb.sendToBack(); var kolSize = 160; var kolSizeY = 20; world.bb.l = world.bb.x - kolSize; world.bb.r = world.bb.x + kolSize; world.bb.t = world.bb.y - kolSizeY; world.bb.b = world.bb.y ; } var platArray = ldat.plats; for (var i = 0; i < platArray.length; i++) {var ob = platArray[i]; var plat; if(ob.del){var txtNam = 'bricks'; if(ob.txt){txtNam = ob.txt;} var bmd = txtNam; var bmd1 = 'splatterBrick1'; var bmd2 = 'splatterBrick2'; if(ob.hsl){var h = ob.hsl[0] / 1000 - 1; var s = ob.hsl[1] / 1000 - 1; var l = ob.hsl[2] / 1000 - 1; bmd = game.make.bitmapData(40,40); bmd.copy('bricks'); bmd.update(); bmd.shiftHSL(h,s,l); bmd1 = game.make.bitmapData(20,10); bmd1.copy('splatterBrick1'); bmd1.update(); bmd1.shiftHSL(h,s,l); bmd2 = game.make.bitmapData(20,10); bmd2.copy('splatterBrick2'); bmd2.update(); bmd2.shiftHSL(h,s,l); } plat = world.game.add.sprite(ob.x,ob.y, bmd); plat.splatterBricks = [bmd1, bmd2]; plat.del = ob.del; plat.sendToBack(); } else{plat = world.game.add.sprite(ob.x,ob.y, 'plat'); plat.visible = false; } plat.width = ob.w; plat.height = ob.h; plat.l = ob.x; plat.t = ob.y; plat.r = ob.right; plat.b = ob.bottom; if(ob.semi){plat.semi = 1; } plats.push(plat); } var logArray = ldat.bumpers; for (var i = 0; logArray && i < logArray.length; i++) {var ob = logArray[i]; var b = world.game.add.sprite(ob.x,ob.y, 'bumper'); b.anchor.setTo(0.5, 1); b.kolSize = 50; b.l = ob.x - b.kolSize; b.r = ob.x + b.kolSize; b.b = ob.y; b.t = ob.y - 80; b.animations.add('bump', [1,2,3,4,5,6,7,0], 8); bumpers.push(b); } var logArray = ldat.logs; var si = 0; for (var i = 0; i < logArray && logArray.length; i++) {var ob = logArray[i]; var log = world.game.add.sprite(ob.x,ob.y, 'log'); log.anchor.setTo(0.5, 0.5); log.kolSize = 26; log.animations.add('idle', null, 8); log.play('idle',null,true); log.si = si; si += 2; log.yo = log.y; logs.push(log); } world.xit = world.game.add.sprite(ldat.xit.x,ldat.xit.y, 'busStop'); world.xit.kolSize = 20; world.xit.l = world.xit.x - world.xit.kolSize; world.xit.r = world.xit.x + world.xit.kolSize; world.xit.t = world.xit.y - world.xit.kolSize; world.xit.b = world.xit.y + world.xit.kolSize; world.xit.anchor.setTo(0.5, 1); world.xit.sendToBack(); sprt.position.setTo(ldat.sprt.x,ldat.sprt.y); sprt.scale.x *= ldat.sprt.xx; world.game.add.sprite(ldat.grfx.x,ldat.grfx.y, ldat.grfx.txt); if(ldat.lbg){var lbgrx = world.game.add.sprite(ldat.lbg.x,ldat.lbg.y, ldat.lbg.txt); lbgrx.sendToBack(); } iniPause(); game.world.setBounds(-99999,-99999,9999999,9999999); world.limB = 9999; world.yEnd = ldat.yEnd; iniBG(); tuts = []; for (var i = 0; i < ldat.tuts.length; i++) {var ob = ldat.tuts[i]; var b = {}; b.nr = ob.nr; b.l = ob.x; b.r = ob.right; b.t = ob.y; b.b = ob.bottom; tuts.push(b); } } function addClock(){clck = game.add.group(); clck.fixedToCamera = true; clck.cameraOffset.setTo(game.camera.width / 2, game.camera.height - 40); clck.clock1 = clck.create(0,0, 'clock1'); clck.clock1.anchor.setTo(0.5); clck.clockBG = clck.create(0,0, 'clockBG'); clck.clockBG.anchor.setTo(0.5); } function clockCode(){if(!clck.visible){return; } tim += 1 / 60 * 6; var tAngle = tim; clck.clock1.angle = tAngle; if(tAngle > 180){clck.clockBG.frame = 1; if(tAngle > 360){clck.clock1.angle = 0; levl = -9; world.doneCT = 999; } } } function addGamepad(){if (game.device.desktop) {return; } gamePad = game.add.group(); gamePad.fixedToCamera = true; gamePad.btn = []; gamePad.aL = gamePad.create(0,0, 'brArwLeft'); gamePad.aL.inputEnabled = true; gamePad.aL.anchor.setTo(0,1); gamePad.aR = gamePad.create(0,0, 'brArwRight'); gamePad.aR.inputEnabled = true; gamePad.aR.anchor.setTo(-1,1); gamePad.aU = gamePad.create(screenWidth, screenHeight, 'brArwUp'); gamePad.aU.anchor.setTo(1,1); gamePad.aU.inputEnabled = true; gamePad.aL.x = 0; gamePad.aR.x = 0; resetGamePad(); } function hideGamePad(){if(gamePad){gamePad.visible = false; } } function resetGamePad(){if(gamePad){gamePad.aL.y = screenHeight - 4; gamePad.aR.y = screenHeight - 4; gamePad.aU.y = screenHeight - 4; } if(clck){clck.cameraOffset.setTo(game.camera.width / 2, game.camera.height - 40); } if(p && p.bg){p.bg.height = game.camera.height + 10; } if(game.btnHome){game.btnHome.y = game.camera.height / 2; game.btnMu.y = game.camera.height / 2; game.btnFX.y = game.camera.height / 2; } } function iniPause(){p = world.game.add.sprite(screenWidth, 0, 'btnSettings'); p.anchor.setTo(1, 0); p.fixedToCamera = true; p.inputEnabled = true; p.events.onInputDown.add(pauseCode, world); p.pop = game.add.group(); p.pop.visible = false; p.pop.fixedToCamera = true; p.btn = []; p.bg = p.pop.create(0,0, 'black'); p.bg.alpha = 0.66; p.bg.width = game.camera.width; p.bg.height = game.camera.height + 10; game.btnHome = addButtons('btnHome',0); game.btnMu = addButtons('btnMu',-120); game.btnFX = addButtons('btnFX',120); setMuFXBtns(); } function addButtons(nam,xOff){var b = p.pop.create(game.camera.width / 2 + xOff, game.camera.height / 2, nam); b.anchor.setTo(0.5,0.5); b.inputEnabled = true; p.btn.push(b); return b; } function setMuFXBtns(){if(!game.btnMu){return; } if(game.muteMu){game.btnMu.frame = 0; } else {game.btnMu.frame = 1; } if(game.muteFX){game.btnFX.frame = 0; } else {game.btnFX.frame = 1; } } function pauseCode(){muPause(); clickSound(); p.pop.visible = true; game.world.bringToTop(p.pop); game.world.bringToTop(p); p.frame = 1; game.paused = true; } function txtCode(txt){for (var i = 0; i < txt.length; i++) {var ob = txt[i]; var t = world.game.add.sprite(ob.x,ob.y, ob.t); t.anchor.setTo(0,1); if(ob.w){t.width = ob.w; t.height = ob.h; } if(ob.flip){t.width = -t.width; } if(ob.rot){t.angle = ob.rot; } } } function iniBG(){bmd = game.make.bitmapData(100,500); bmd.copy('bg0'); bmd.update(); bmd.shiftHSL(Math.random()*1-5); world.bg0 = game.add.sprite(0, 0, bmd); world.bg0.width = game.camera.width; world.bg0.height = game.camera.height; world.bg0.fixedToCamera = true; world.bg = game.add.tileSprite(0, 0, game.camera.width, game.camera.height, 'bg1'); world.bg.fixedToCamera = true; world.bg.xx = Math.random()*4-2; world.bg.yy = Math.random()*4-2; world.bg.sendToBack(); world.bg0.sendToBack(); } function gravCode() {if(sprt.y > world.yEnd){hideGamePad(); removeSettingsButton(); if(!sprt.dd){fxPlay(sfx.fxFall); sprt.dd = true; sprt.rot = 0; } if(sprt.yy > 10){sprt.yy = 10; } sprt.xx = 0; sprt.noControl = true; sprt.rot += 0.1 * sprt.scale.x; sprt.angle += Math.sin(sprt.rot)*20; } sprt.yy += gravity; sprt.position.y += sprt.yy; if(sprt.dd){return; } var newYY = sprt.yy; var newY = sprt.y; var delPlat = []; for (var i = 0; i < plats.length; i++) {var p = plats[i]; if(sprtHitTest(p)){if(sprt.yy >= 0){if(sprt.y - sprt.yy -5 > p.top){continue;} if(p.top < newY){newY = p.top;} sprt.ju = false; newYY = 0; if(p.del && sprt.yy >= 11){delPlat.push(p); continue; } if(sprt.yy > 3){world.q = sprt.yy * 1.5; sfx.fxLand.volume = sprt.yy / 20; fxPlay(sfx.fxLand); if(sprt.yy > 8){sprt.land = true; } } } if(sprt.yy < 0 && !p.semi){sprt.y = p.bottom + sprt.kolH; newY = sprt.y; sprt.ju = false; newYY = 0; } } } sprt.y = newY; if(delPlat.length > 0){sfx.fxLand.volume = 0; newYY = -8; sprt.ju = true; sprt.land = null; fxPlay(sfx.fxsplatterBrick); while(delPlat.length > 0){var dp = delPlat.pop(); addSplatterBrick(dp); plats.splice(plats.indexOf(dp),1); dp.destroy(); } } if(sprt.land){var cloudAni = world.game.add.sprite(sprt.x, sprt.y, 'cloudAni'); cloudAni.anchor.setTo(0.5, 1); cloudAni.animations.add('idle', null, 16); cloudAni.play('idle',null, false, true); game.world.setChildIndex(cloudAni, sprt.z); sprt.land = null; } sprt.yy = newYY; if(sprt.yy > 1){sprt.ju = true; } } function removeSettingsButton(){p.visible = false; } function addSplatterBrick(ob){for (var i = 0; i < 12; i++) {var xx = Math.random() * 10 - 5; var yy = Math.random() * -6 - 6; var rnd = Math.floor(Math.random() * 2); var log = world.game.add.sprite(ob.x + ob.width / 2 + xx, ob.y + ob.height / 2 + yy, ob.splatterBricks[rnd]); log.anchor.setTo(0.5, 0.5); log.xx = xx; log.yy = yy; log.rot = Math.random() * 20 - 10; pars.push(log); } game.world.bringToTop(clck); } function leftRightCode(){if(sprt.dd){return; } sprt.x += sprt.xx * sprt.spd; var newXX = sprt.xx; for (var i = 0; i < plats.length; i++) {var p = plats[i]; if(p.semi){continue;} if(sprtHitTest(p)){if(sprt.xx > 0){newXX = 0; sprt.x = p.left - sprt.kolW; } if(sprt.xx < 0){newXX = 0; sprt.x = p.right + sprt.kolW; } } } sprt.xx = newXX; if(sprt.xx != 0){sprt.scale.x = sprt.zf * sprt.xx; } } function addParLog(ob,xx,yy){var log = world.game.add.sprite(ob.x+xx,ob.y+yy, 'log'); log.anchor.setTo(0.5, 0.5); log.animations.add('idle', null, 12); log.play('idle',null,true); log.scale.setTo(-0.5,0.5); if(xx>0){log.scale.setTo(0.5,0.5); } log.xx = xx; log.yy = yy; log.rot = 0; pars.push(log); } function preSpikeCode(){if(sprt.dd){return; } sprt.position.y += sprt.yy + 0.6; sprt.x += sprt.xx * sprt.spd; for (var i = 0; i < spikes.length; i++) {var s = spikes[i]; if(sprtHitTest(s)){if(!s.dwn && sprt.yy < 0){continue; } fxPlay(sfx.fxDD); hideGamePad(); world.doneCT = 1; sprt.bringToTop(); p.bringToTop(); game.world.bringToTop(clck); sprt.rot = -sprt.xx * 2.5; sprt.xx = -sprt.xx * 2; sprt.yy = -13; sprt.dd = true; p.visible = false; return; } } sprt.position.y -= sprt.yy + 0.6; sprt.x -= sprt.xx * sprt.spd; } function spikeCode(){if(sprt.dd){return; } for (var i = 0; i < spikes.length; i++) {var s = spikes[i]; if(sprtHitTest(s)){if(!s.dwn && sprt.yy < 0){continue; } fxPlay(sfx.fxDD); hideGamePad(); world.doneCT = 1; sprt.bringToTop(); p.bringToTop(); game.world.bringToTop(clck); sprt.rot = -sprt.xx * 2.5; sprt.xx = -sprt.xx * 2; sprt.yy = -13; sprt.dd = true; p.visible = false; return; } } } function xitCode(){if(sprt.dd || world.doneCT){return; } if(!sprt.ju && sprtHitTest(world.xit)){if(sprt.x < world.xit.x - 30 || sprt.x > world.xit.x + 10){return;} levl++; hideGamePad(); callBus(); sprt.noControl = true; sprt.xx = 0; world.doneCT = 1; p.visible = false; } } function sprtHitTest(ob){sprt.l = sprt.position.x - sprt.kolW; sprt.r = sprt.position.x + sprt.kolW; sprt.b = sprt.position.y; sprt.t = sprt.position.y - sprt.kolH; if (sprt.l < ob.r && sprt.r > ob.l && sprt.t < ob.b && sprt.b > ob.t) {return true; } return false; } function controlDown(pointer){if(sprt.gameDone){sprt.gameDone = null; game.sound.stopAll(); if(parent && parent.cmgGameEvent){parent.cmgGameEvent('start'); } levl = 0; newState(); return; } sprt.keyDown = true; if(game.paused && !rotDevice){pauseMenClick(pointer); } } function pauseMenClick(pointer){if (p.getBounds().contains(pointer.x, pointer.y)) {clickSound(); p.frame = 0; game.paused = false; muResume(); p.pop.visible = false; sprt.keyDown = null; return; } muteButtons(pointer); for (var i = 0; i < p.btn.length; i++) {var b = p.btn[i]; if (b.getBounds().contains(pointer.x, pointer.y)){if(b.key == 'btnHome'){clickSound(); levl = 0; newState(); } } } } function muteButtons(pointer){if(rotDevice){return;} if (game.btnMu.getBounds().contains(pointer.x, pointer.y)){clickSound(); if(game.muteMu){game.muteMu = false; } else{game.muteMu = true; } mu.mute = game.muteMu; setMuFXBtns(); return; } if (game.btnFX.getBounds().contains(pointer.x, pointer.y)){clickSound(); if(game.muteFX){game.muteFX = false; } else{game.muteFX = true; } setMuFXBtns(); return; } } function controlUp(pointer){sprt.keyDown = null; } function pointers2Buttons(pointer){if(!pointer.isDown){return; } if (gamePad.aL.getBounds().contains(pointer.x, pointer.y)){gamePad.aL.dwn = true; } if (gamePad.aR.getBounds().contains(pointer.x, pointer.y)){gamePad.aR.dwn = true; } if (gamePad.aU.getBounds().contains(pointer.x, pointer.y)){spaceKey.alt = true; } } function controls(){if(sprt.noControl){return; } sprt.xx = 0; spaceKey.alt = false; if(gamePad){gamePad.aL.dwn = false; gamePad.aR.dwn = false; pointers2Buttons(game.input.mousePointer); pointers2Buttons(game.input.pointer1); pointers2Buttons(game.input.pointer2); if(gamePad.aL.dwn){sprt.xx = -1; } if(gamePad.aR.dwn){sprt.xx = 1; } } if (cursors.left.isDown || wasd.left.isDown) {sprt.xx = -1; } if (cursors.right.isDown || wasd.right.isDown) {sprt.xx = 1; } if (cursors.up.isDown || wasd.up.isDown) {spaceKey.alt = true; } if(spaceKey.isDown || spaceKey.alt){if(!spaceKey.hold){sprt.keyDown = true; } spaceKey.hold = true; } else{spaceKey.hold = null; sprt.keyDown = null; } if(sprt.keyDown && !sprt.ju){fxPlay(sfx.fxJump); fxPlay(sfx.fxHup); sprt.yy = sprt.jh; sprt.ju = true; sprt.keyDown = null; } } function saniCode(){var sani = "idle"; if(sprt.xx != 0){sani = 'run'; } if(sprt.ju){sani = "jump"; if(sprt.yy > 0){sani = "fall"; } } if(sprt.dd){sprt.angle += 3 * -sprt.scale.x; sani = "dd"; } if(sprt.animations.name != sani){sprt.play(sani,null,true); } } function parCode(){for (var i = 0; i < pars.length; i++) {var p = pars[i]; p.angle += p.rot; p.x += p.xx; p.y += p.yy; p.yy += 0.6; p.xx = p.xx * 0.98; if(p.y > world.limB + 200){pars.splice(i,1); if(p != sprt){p.destroy(); } i--; } } } function bgCode(){world.bg0.height = screenHeight; world.bg.height = screenHeight; world.bg.tilePosition.x += world.bg.xx; world.bg.tilePosition.y += world.bg.yy; } function quakeCode(){if(world.q){game.camera.x += Math.random() * world.q - world.q/2; game.camera.y += Math.random() * world.q - world.q/2; world.q -= 1; if(world.q < 0){world.q = null; } } } diff --git a/crossyroad/app-store-interstitial.css b/crossyroad/app-store-interstitial.css new file mode 100644 index 00000000..8fb8baa1 --- /dev/null +++ b/crossyroad/app-store-interstitial.css @@ -0,0 +1,286 @@ +#app-store-interstitial { + overflow: hidden; + position: absolute; + font-family: EditUndoBrk; + color: #fff; + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Safari */ + -khtml-user-select: none; /* Konqueror HTML */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ + user-select: none; /* Non-prefixed version, currently + supported by Chrome and Opera */ +} + +#app-store-interstital img { + image-rendering: pixelated; +} + +#app-store-interstitial img.smooth { + image-rendering: initial; +} + +#app-store-interstitial .container { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +@media (orientation: portrait) { + .landscape-only { + display: none; + } +} + +@media (orientation: landscape) { + .portrait-only { + display: none; + } +} + +/* Screen 1 */ + +#screen-1 #side-characters { + height: 100%; + position: absolute; + right: -5%; + top: 0; +} + +#screen-1 .center { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + width: 90%; + margin: 7% 0; +} + +#screen-1 .bottom { + width: 100%; + text-align: center; +} + +#screen-1 .bottom img { + width: 30%; + max-width: 600px; +} + +#screen-1 .usp-list { + width: 40%; + font-size: 1em; + margin: 0; + list-style: none; + padding: 0 0 0 4%; +} + +#screen-1 .usp-list li { + margin: 5% 0; +} + +#screen-1 .usp-list li img { + display: inline-block; + margin-right: 5%; + width: 7%; +} + +#screen-1 .usp-list .text { + display: inline-block; + width: 88%; + vertical-align: middle; +} + +#screen-1 h2 { + font-size: 1.75em; + text-align: center; + line-height: 1.2em; +} + +#screen-1 .crossy-road-app-icon { + width: 24%; +} + +#screen-1 .pixel-arrow { + width: 5%; + margin: 0 4%; +} + +#screen-1 .pixel-device { + width: 10%; +} + +@media (orientation: portrait) { + #screen-1 .bottom img { + width: 70%; + } + + #side-characters { + display: none; + } + + #screen-1 h2 { + font-size: 2.5em; + margin-bottom: 0; + } + + #screen-1 .usp-list { + width: 70%; + font-size: 1.75em; + margin: 2% 0; + padding: 0; + } + + #screen-1 .center { + margin: 4% 0; + } +} + +/* Screen 2 */ + +#screen-2 h2 { + font-size: 1.5em; + line-height: 1.3em; + text-align: center; + margin: 0 6%; +} + +#screen-2.container { + justify-content: center; +} + +#screen-2 .top { + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + width: 90%; +} + +#screen-2 .pixel-phone { + width: 7%; +} + +#screen-2 .pixel-tablet { + width: 13%; +} + +#screen-2 .bottom { + position: relative; + text-align: center; + width: 80%; + margin-top: 8%; +} + +#screen-2 .search-bar { + width: 100%; +} + +#screen-2 #poki-text { + position: absolute; + left: 7%; + color: #36B5E8; + top: 50%; + font-size: 2em; + margin-top: -0.65em; +} + +#screen-2 .hand { + position: absolute; + transform: rotate(-5deg); + bottom: -25%; + right: -3%; + width: 30%; +} + +#screen-2 #type-cursor { + color: #FFD522; + margin-left: 2%; + animation: blink-animation 1s steps(2, start) infinite; +} + +@keyframes blink-animation { + to { + visibility: hidden; + } +} + +/* Screen 3 */ + +#screen-3 .phone { + width: 80%; + transform: rotate(-5deg); +} + +#screen-3 .hand { + position: absolute; + transform: rotate(-12deg); + bottom: -25%; + right: 10%; + width: 40%; +} + +/* Screen 4 */ + +#screen-4 .top { + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; +} + +#screen-4 .top .left { + width: 20%; + margin-right: 5%; +} + +#screen-4 .top .right { + width: 20%; +} + +#screen-4 .crossy-road-app-icon, +#screen-4 .crossy-road-logo, +#screen-4 .hipster-whale-logo { + width: 100%; +} + +#screen-4 .crossy-road-logo { + margin-bottom: 5%; +} + +#screen-4 .center { + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + width: 100%; + margin: 7% 0; +} + +#screen-4 .center img { + display: inline-block; + width: 60%; +} + +#screen-4 .center .pixel-arrow { + margin: 0 3%; + width: 3%; +} + +#screen-4 .center .pixel-device { + width: 6%; +} + +#screen-4 .bottom { + width: 100%; + text-align: center; +} + +#screen-4 .bottom img { + width: 20%; +} diff --git a/crossyroad/audio/AsteroidHit.mp3 b/crossyroad/audio/AsteroidHit.mp3 new file mode 100644 index 00000000..6cf249c5 Binary files /dev/null and b/crossyroad/audio/AsteroidHit.mp3 differ diff --git a/crossyroad/audio/JungleAmbience.mp3 b/crossyroad/audio/JungleAmbience.mp3 new file mode 100644 index 00000000..587316ac Binary files /dev/null and b/crossyroad/audio/JungleAmbience.mp3 differ diff --git a/crossyroad/audio/LeaveScreen_On_Asteroid.mp3 b/crossyroad/audio/LeaveScreen_On_Asteroid.mp3 new file mode 100644 index 00000000..84b8ca6c Binary files /dev/null and b/crossyroad/audio/LeaveScreen_On_Asteroid.mp3 differ diff --git a/crossyroad/audio/Shield_button_leave.mp3 b/crossyroad/audio/Shield_button_leave.mp3 new file mode 100644 index 00000000..4d88f395 Binary files /dev/null and b/crossyroad/audio/Shield_button_leave.mp3 differ diff --git a/crossyroad/audio/Shield_button_press.mp3 b/crossyroad/audio/Shield_button_press.mp3 new file mode 100644 index 00000000..4f7c686f Binary files /dev/null and b/crossyroad/audio/Shield_button_press.mp3 differ diff --git a/crossyroad/audio/UFO_Pickup.mp3 b/crossyroad/audio/UFO_Pickup.mp3 new file mode 100644 index 00000000..95f4315b Binary files /dev/null and b/crossyroad/audio/UFO_Pickup.mp3 differ diff --git a/crossyroad/audio/asteroid1.mp3 b/crossyroad/audio/asteroid1.mp3 new file mode 100644 index 00000000..09ef64e8 Binary files /dev/null and b/crossyroad/audio/asteroid1.mp3 differ diff --git a/crossyroad/audio/asteroid2.mp3 b/crossyroad/audio/asteroid2.mp3 new file mode 100644 index 00000000..f21a5296 Binary files /dev/null and b/crossyroad/audio/asteroid2.mp3 differ diff --git a/crossyroad/audio/asteroid3.mp3 b/crossyroad/audio/asteroid3.mp3 new file mode 100644 index 00000000..8cf9eb40 Binary files /dev/null and b/crossyroad/audio/asteroid3.mp3 differ diff --git a/crossyroad/audio/asteroidfield.mp3 b/crossyroad/audio/asteroidfield.mp3 new file mode 100644 index 00000000..028feff2 Binary files /dev/null and b/crossyroad/audio/asteroidfield.mp3 differ diff --git a/crossyroad/audio/astronaut/spacebreath1.mp3 b/crossyroad/audio/astronaut/spacebreath1.mp3 new file mode 100644 index 00000000..55302996 Binary files /dev/null and b/crossyroad/audio/astronaut/spacebreath1.mp3 differ diff --git a/crossyroad/audio/astronaut/spacebreath2.mp3 b/crossyroad/audio/astronaut/spacebreath2.mp3 new file mode 100644 index 00000000..99b18649 Binary files /dev/null and b/crossyroad/audio/astronaut/spacebreath2.mp3 differ diff --git a/crossyroad/audio/astronaut/spacescream1.mp3 b/crossyroad/audio/astronaut/spacescream1.mp3 new file mode 100644 index 00000000..fd9b0827 Binary files /dev/null and b/crossyroad/audio/astronaut/spacescream1.mp3 differ diff --git a/crossyroad/audio/astronaut/spacescream2.mp3 b/crossyroad/audio/astronaut/spacescream2.mp3 new file mode 100644 index 00000000..f47ba2a9 Binary files /dev/null and b/crossyroad/audio/astronaut/spacescream2.mp3 differ diff --git a/crossyroad/audio/astronomer/Astronomer_Awesome_3.mp3 b/crossyroad/audio/astronomer/Astronomer_Awesome_3.mp3 new file mode 100644 index 00000000..149f09b3 Binary files /dev/null and b/crossyroad/audio/astronomer/Astronomer_Awesome_3.mp3 differ diff --git a/crossyroad/audio/astronomer/Astronomer_Bingo_1.mp3 b/crossyroad/audio/astronomer/Astronomer_Bingo_1.mp3 new file mode 100644 index 00000000..c5d73f64 Binary files /dev/null and b/crossyroad/audio/astronomer/Astronomer_Bingo_1.mp3 differ diff --git a/crossyroad/audio/astronomer/Astronomer_Grea_Job_1.mp3 b/crossyroad/audio/astronomer/Astronomer_Grea_Job_1.mp3 new file mode 100644 index 00000000..7b39e527 Binary files /dev/null and b/crossyroad/audio/astronomer/Astronomer_Grea_Job_1.mp3 differ diff --git a/crossyroad/audio/astronomer/Astronomer_Interesting_1.mp3 b/crossyroad/audio/astronomer/Astronomer_Interesting_1.mp3 new file mode 100644 index 00000000..a8cefe74 Binary files /dev/null and b/crossyroad/audio/astronomer/Astronomer_Interesting_1.mp3 differ diff --git a/crossyroad/audio/astronomer/Astronomer_On_My_Way_2.mp3 b/crossyroad/audio/astronomer/Astronomer_On_My_Way_2.mp3 new file mode 100644 index 00000000..c1344ef1 Binary files /dev/null and b/crossyroad/audio/astronomer/Astronomer_On_My_Way_2.mp3 differ diff --git a/crossyroad/audio/astronomer/Astronomer_Right_3.mp3 b/crossyroad/audio/astronomer/Astronomer_Right_3.mp3 new file mode 100644 index 00000000..cf66a452 Binary files /dev/null and b/crossyroad/audio/astronomer/Astronomer_Right_3.mp3 differ diff --git a/crossyroad/audio/astronomer/Astronomer_Roger_2.mp3 b/crossyroad/audio/astronomer/Astronomer_Roger_2.mp3 new file mode 100644 index 00000000..18803642 Binary files /dev/null and b/crossyroad/audio/astronomer/Astronomer_Roger_2.mp3 differ diff --git a/crossyroad/audio/astronomer/Astronomer_That_Was_Fun_2.mp3 b/crossyroad/audio/astronomer/Astronomer_That_Was_Fun_2.mp3 new file mode 100644 index 00000000..ed6773ab Binary files /dev/null and b/crossyroad/audio/astronomer/Astronomer_That_Was_Fun_2.mp3 differ diff --git a/crossyroad/audio/astronomer/Astronomer_What_2.mp3 b/crossyroad/audio/astronomer/Astronomer_What_2.mp3 new file mode 100644 index 00000000..6fc34cb7 Binary files /dev/null and b/crossyroad/audio/astronomer/Astronomer_What_2.mp3 differ diff --git a/crossyroad/audio/astronomer/Astronomer_What_Are_You_Looking_For_4.mp3 b/crossyroad/audio/astronomer/Astronomer_What_Are_You_Looking_For_4.mp3 new file mode 100644 index 00000000..f2d5b318 Binary files /dev/null and b/crossyroad/audio/astronomer/Astronomer_What_Are_You_Looking_For_4.mp3 differ diff --git a/crossyroad/audio/astronomer/Astronomer_Will_This_Work_3.mp3 b/crossyroad/audio/astronomer/Astronomer_Will_This_Work_3.mp3 new file mode 100644 index 00000000..597c4348 Binary files /dev/null and b/crossyroad/audio/astronomer/Astronomer_Will_This_Work_3.mp3 differ diff --git a/crossyroad/audio/astronomer/Astronomer_Yay_1.mp3 b/crossyroad/audio/astronomer/Astronomer_Yay_1.mp3 new file mode 100644 index 00000000..a5577d56 Binary files /dev/null and b/crossyroad/audio/astronomer/Astronomer_Yay_1.mp3 differ diff --git a/crossyroad/audio/bannerhit3-g.mp3 b/crossyroad/audio/bannerhit3-g.mp3 new file mode 100644 index 00000000..c9910de9 Binary files /dev/null and b/crossyroad/audio/bannerhit3-g.mp3 differ diff --git a/crossyroad/audio/car-horn.mp3 b/crossyroad/audio/car-horn.mp3 new file mode 100644 index 00000000..fe48b8e8 Binary files /dev/null and b/crossyroad/audio/car-horn.mp3 differ diff --git a/crossyroad/audio/car1.mp3 b/crossyroad/audio/car1.mp3 new file mode 100644 index 00000000..0a983332 Binary files /dev/null and b/crossyroad/audio/car1.mp3 differ diff --git a/crossyroad/audio/car2.mp3 b/crossyroad/audio/car2.mp3 new file mode 100644 index 00000000..ab03b9f6 Binary files /dev/null and b/crossyroad/audio/car2.mp3 differ diff --git a/crossyroad/audio/car3.mp3 b/crossyroad/audio/car3.mp3 new file mode 100644 index 00000000..7604a303 Binary files /dev/null and b/crossyroad/audio/car3.mp3 differ diff --git a/crossyroad/audio/carhit.mp3 b/crossyroad/audio/carhit.mp3 new file mode 100644 index 00000000..8d53df1c Binary files /dev/null and b/crossyroad/audio/carhit.mp3 differ diff --git a/crossyroad/audio/carsquish.mp3 b/crossyroad/audio/carsquish.mp3 new file mode 100644 index 00000000..778f37e7 Binary files /dev/null and b/crossyroad/audio/carsquish.mp3 differ diff --git a/crossyroad/audio/carsquish3.mp3 b/crossyroad/audio/carsquish3.mp3 new file mode 100644 index 00000000..51f89cfa Binary files /dev/null and b/crossyroad/audio/carsquish3.mp3 differ diff --git a/crossyroad/audio/cat/cat1.mp3 b/crossyroad/audio/cat/cat1.mp3 new file mode 100644 index 00000000..1dd4a03f Binary files /dev/null and b/crossyroad/audio/cat/cat1.mp3 differ diff --git a/crossyroad/audio/cat/cat2.mp3 b/crossyroad/audio/cat/cat2.mp3 new file mode 100644 index 00000000..2065e47b Binary files /dev/null and b/crossyroad/audio/cat/cat2.mp3 differ diff --git a/crossyroad/audio/cat/cat3.mp3 b/crossyroad/audio/cat/cat3.mp3 new file mode 100644 index 00000000..a1d1818c Binary files /dev/null and b/crossyroad/audio/cat/cat3.mp3 differ diff --git a/crossyroad/audio/cat/cat4.mp3 b/crossyroad/audio/cat/cat4.mp3 new file mode 100644 index 00000000..91598085 Binary files /dev/null and b/crossyroad/audio/cat/cat4.mp3 differ diff --git a/crossyroad/audio/chicken/buck1.mp3 b/crossyroad/audio/chicken/buck1.mp3 new file mode 100644 index 00000000..488f62ff Binary files /dev/null and b/crossyroad/audio/chicken/buck1.mp3 differ diff --git a/crossyroad/audio/chicken/buck10.mp3 b/crossyroad/audio/chicken/buck10.mp3 new file mode 100644 index 00000000..c72a9deb Binary files /dev/null and b/crossyroad/audio/chicken/buck10.mp3 differ diff --git a/crossyroad/audio/chicken/buck11.mp3 b/crossyroad/audio/chicken/buck11.mp3 new file mode 100644 index 00000000..98787d73 Binary files /dev/null and b/crossyroad/audio/chicken/buck11.mp3 differ diff --git a/crossyroad/audio/chicken/buck12.mp3 b/crossyroad/audio/chicken/buck12.mp3 new file mode 100644 index 00000000..dff51b84 Binary files /dev/null and b/crossyroad/audio/chicken/buck12.mp3 differ diff --git a/crossyroad/audio/chicken/buck2.mp3 b/crossyroad/audio/chicken/buck2.mp3 new file mode 100644 index 00000000..22c0904b Binary files /dev/null and b/crossyroad/audio/chicken/buck2.mp3 differ diff --git a/crossyroad/audio/chicken/buck3.mp3 b/crossyroad/audio/chicken/buck3.mp3 new file mode 100644 index 00000000..277e650b Binary files /dev/null and b/crossyroad/audio/chicken/buck3.mp3 differ diff --git a/crossyroad/audio/chicken/buck4.mp3 b/crossyroad/audio/chicken/buck4.mp3 new file mode 100644 index 00000000..9e20ee07 Binary files /dev/null and b/crossyroad/audio/chicken/buck4.mp3 differ diff --git a/crossyroad/audio/chicken/buck5.mp3 b/crossyroad/audio/chicken/buck5.mp3 new file mode 100644 index 00000000..f85e6ff9 Binary files /dev/null and b/crossyroad/audio/chicken/buck5.mp3 differ diff --git a/crossyroad/audio/chicken/buck6.mp3 b/crossyroad/audio/chicken/buck6.mp3 new file mode 100644 index 00000000..3ca75b39 Binary files /dev/null and b/crossyroad/audio/chicken/buck6.mp3 differ diff --git a/crossyroad/audio/chicken/buck7.mp3 b/crossyroad/audio/chicken/buck7.mp3 new file mode 100644 index 00000000..9804ecd8 Binary files /dev/null and b/crossyroad/audio/chicken/buck7.mp3 differ diff --git a/crossyroad/audio/chicken/buck8.mp3 b/crossyroad/audio/chicken/buck8.mp3 new file mode 100644 index 00000000..d360ef03 Binary files /dev/null and b/crossyroad/audio/chicken/buck8.mp3 differ diff --git a/crossyroad/audio/chicken/buck9.mp3 b/crossyroad/audio/chicken/buck9.mp3 new file mode 100644 index 00000000..d00718ac Binary files /dev/null and b/crossyroad/audio/chicken/buck9.mp3 differ diff --git a/crossyroad/audio/chicken/chickendeath.mp3 b/crossyroad/audio/chicken/chickendeath.mp3 new file mode 100644 index 00000000..cd5fbac6 Binary files /dev/null and b/crossyroad/audio/chicken/chickendeath.mp3 differ diff --git a/crossyroad/audio/chicken/chickendeath2.mp3 b/crossyroad/audio/chicken/chickendeath2.mp3 new file mode 100644 index 00000000..754c6978 Binary files /dev/null and b/crossyroad/audio/chicken/chickendeath2.mp3 differ diff --git a/crossyroad/audio/default_death1.mp3 b/crossyroad/audio/default_death1.mp3 new file mode 100644 index 00000000..0c7b7e1e Binary files /dev/null and b/crossyroad/audio/default_death1.mp3 differ diff --git a/crossyroad/audio/default_death2.mp3 b/crossyroad/audio/default_death2.mp3 new file mode 100644 index 00000000..1933cc50 Binary files /dev/null and b/crossyroad/audio/default_death2.mp3 differ diff --git a/crossyroad/audio/dinosaurs/bird_warning.mp3 b/crossyroad/audio/dinosaurs/bird_warning.mp3 new file mode 100644 index 00000000..f3850772 Binary files /dev/null and b/crossyroad/audio/dinosaurs/bird_warning.mp3 differ diff --git a/crossyroad/audio/dinosaurs/crocodile_bite.mp3 b/crossyroad/audio/dinosaurs/crocodile_bite.mp3 new file mode 100644 index 00000000..c539e444 Binary files /dev/null and b/crossyroad/audio/dinosaurs/crocodile_bite.mp3 differ diff --git a/crossyroad/audio/dinosaurs/dilophosaurus/dilophosaurus_hiss_1.mp3 b/crossyroad/audio/dinosaurs/dilophosaurus/dilophosaurus_hiss_1.mp3 new file mode 100644 index 00000000..1e040dde Binary files /dev/null and b/crossyroad/audio/dinosaurs/dilophosaurus/dilophosaurus_hiss_1.mp3 differ diff --git a/crossyroad/audio/dinosaurs/dilophosaurus/dilophosaurus_hiss_2.mp3 b/crossyroad/audio/dinosaurs/dilophosaurus/dilophosaurus_hiss_2.mp3 new file mode 100644 index 00000000..9e2cb29a Binary files /dev/null and b/crossyroad/audio/dinosaurs/dilophosaurus/dilophosaurus_hiss_2.mp3 differ diff --git a/crossyroad/audio/dinosaurs/dilophosaurus/dilophosaurus_hiss_3.mp3 b/crossyroad/audio/dinosaurs/dilophosaurus/dilophosaurus_hiss_3.mp3 new file mode 100644 index 00000000..7bd50550 Binary files /dev/null and b/crossyroad/audio/dinosaurs/dilophosaurus/dilophosaurus_hiss_3.mp3 differ diff --git a/crossyroad/audio/dinosaurs/heavy_foot_leaves.mp3 b/crossyroad/audio/dinosaurs/heavy_foot_leaves.mp3 new file mode 100644 index 00000000..2583dafa Binary files /dev/null and b/crossyroad/audio/dinosaurs/heavy_foot_leaves.mp3 differ diff --git a/crossyroad/audio/dinosaurs/parasaurolophus/lasers_1.mp3 b/crossyroad/audio/dinosaurs/parasaurolophus/lasers_1.mp3 new file mode 100644 index 00000000..2a69bf0a Binary files /dev/null and b/crossyroad/audio/dinosaurs/parasaurolophus/lasers_1.mp3 differ diff --git a/crossyroad/audio/dinosaurs/stampede.mp3 b/crossyroad/audio/dinosaurs/stampede.mp3 new file mode 100644 index 00000000..01fa9858 Binary files /dev/null and b/crossyroad/audio/dinosaurs/stampede.mp3 differ diff --git a/crossyroad/audio/dinosaurs/trex/car_speed_off.mp3 b/crossyroad/audio/dinosaurs/trex/car_speed_off.mp3 new file mode 100644 index 00000000..c87d0b49 Binary files /dev/null and b/crossyroad/audio/dinosaurs/trex/car_speed_off.mp3 differ diff --git a/crossyroad/audio/dinosaurs/trex/growl_1.mp3 b/crossyroad/audio/dinosaurs/trex/growl_1.mp3 new file mode 100644 index 00000000..eaf5808f Binary files /dev/null and b/crossyroad/audio/dinosaurs/trex/growl_1.mp3 differ diff --git a/crossyroad/audio/dinosaurs/trex/growl_2.mp3 b/crossyroad/audio/dinosaurs/trex/growl_2.mp3 new file mode 100644 index 00000000..192336ff Binary files /dev/null and b/crossyroad/audio/dinosaurs/trex/growl_2.mp3 differ diff --git a/crossyroad/audio/dinosaurs/trex/growl_3.mp3 b/crossyroad/audio/dinosaurs/trex/growl_3.mp3 new file mode 100644 index 00000000..725c1019 Binary files /dev/null and b/crossyroad/audio/dinosaurs/trex/growl_3.mp3 differ diff --git a/crossyroad/audio/dinosaurs/trex/short_skid.mp3 b/crossyroad/audio/dinosaurs/trex/short_skid.mp3 new file mode 100644 index 00000000..a2e4e705 Binary files /dev/null and b/crossyroad/audio/dinosaurs/trex/short_skid.mp3 differ diff --git a/crossyroad/audio/dirt1.mp3 b/crossyroad/audio/dirt1.mp3 new file mode 100644 index 00000000..61740d22 Binary files /dev/null and b/crossyroad/audio/dirt1.mp3 differ diff --git a/crossyroad/audio/dirt2.mp3 b/crossyroad/audio/dirt2.mp3 new file mode 100644 index 00000000..27244eb2 Binary files /dev/null and b/crossyroad/audio/dirt2.mp3 differ diff --git a/crossyroad/audio/dirt3.mp3 b/crossyroad/audio/dirt3.mp3 new file mode 100644 index 00000000..9cd34dc4 Binary files /dev/null and b/crossyroad/audio/dirt3.mp3 differ diff --git a/crossyroad/audio/eaglehit.mp3 b/crossyroad/audio/eaglehit.mp3 new file mode 100644 index 00000000..f1fe2446 Binary files /dev/null and b/crossyroad/audio/eaglehit.mp3 differ diff --git a/crossyroad/audio/get-coin-79.mp3 b/crossyroad/audio/get-coin-79.mp3 new file mode 100644 index 00000000..865e590e Binary files /dev/null and b/crossyroad/audio/get-coin-79.mp3 differ diff --git a/crossyroad/audio/gift/Earn-Points.mp3 b/crossyroad/audio/gift/Earn-Points.mp3 new file mode 100644 index 00000000..7820f433 Binary files /dev/null and b/crossyroad/audio/gift/Earn-Points.mp3 differ diff --git a/crossyroad/audio/gift/booktap.mp3 b/crossyroad/audio/gift/booktap.mp3 new file mode 100644 index 00000000..30021501 Binary files /dev/null and b/crossyroad/audio/gift/booktap.mp3 differ diff --git a/crossyroad/audio/gift/emptying-the-piggy-bank-2.mp3 b/crossyroad/audio/gift/emptying-the-piggy-bank-2.mp3 new file mode 100644 index 00000000..6728626c Binary files /dev/null and b/crossyroad/audio/gift/emptying-the-piggy-bank-2.mp3 differ diff --git a/crossyroad/audio/gift/openbox.mp3 b/crossyroad/audio/gift/openbox.mp3 new file mode 100644 index 00000000..21bd4c95 Binary files /dev/null and b/crossyroad/audio/gift/openbox.mp3 differ diff --git a/crossyroad/audio/hawk-screech-02.mp3 b/crossyroad/audio/hawk-screech-02.mp3 new file mode 100644 index 00000000..c96ea946 Binary files /dev/null and b/crossyroad/audio/hawk-screech-02.mp3 differ diff --git a/crossyroad/audio/hop2.mp3 b/crossyroad/audio/hop2.mp3 new file mode 100644 index 00000000..f713d8f7 Binary files /dev/null and b/crossyroad/audio/hop2.mp3 differ diff --git a/crossyroad/audio/lilysplash.mp3 b/crossyroad/audio/lilysplash.mp3 new file mode 100644 index 00000000..967ec8d7 Binary files /dev/null and b/crossyroad/audio/lilysplash.mp3 differ diff --git a/crossyroad/audio/logjump.mp3 b/crossyroad/audio/logjump.mp3 new file mode 100644 index 00000000..dcf8ee3a Binary files /dev/null and b/crossyroad/audio/logjump.mp3 differ diff --git a/crossyroad/audio/logjump2.mp3 b/crossyroad/audio/logjump2.mp3 new file mode 100644 index 00000000..90e2d033 Binary files /dev/null and b/crossyroad/audio/logjump2.mp3 differ diff --git a/crossyroad/audio/logjump3.mp3 b/crossyroad/audio/logjump3.mp3 new file mode 100644 index 00000000..d5c9fc46 Binary files /dev/null and b/crossyroad/audio/logjump3.mp3 differ diff --git a/crossyroad/audio/logjump4.mp3 b/crossyroad/audio/logjump4.mp3 new file mode 100644 index 00000000..35fe2ca6 Binary files /dev/null and b/crossyroad/audio/logjump4.mp3 differ diff --git a/crossyroad/audio/mallard/quack1.mp3 b/crossyroad/audio/mallard/quack1.mp3 new file mode 100644 index 00000000..a27801e6 Binary files /dev/null and b/crossyroad/audio/mallard/quack1.mp3 differ diff --git a/crossyroad/audio/mallard/quack2.mp3 b/crossyroad/audio/mallard/quack2.mp3 new file mode 100644 index 00000000..aa16213a Binary files /dev/null and b/crossyroad/audio/mallard/quack2.mp3 differ diff --git a/crossyroad/audio/mallard/quack3.mp3 b/crossyroad/audio/mallard/quack3.mp3 new file mode 100644 index 00000000..9f68aa79 Binary files /dev/null and b/crossyroad/audio/mallard/quack3.mp3 differ diff --git a/crossyroad/audio/mallard/quack4.mp3 b/crossyroad/audio/mallard/quack4.mp3 new file mode 100644 index 00000000..76e498c2 Binary files /dev/null and b/crossyroad/audio/mallard/quack4.mp3 differ diff --git a/crossyroad/audio/mallard/quack5.mp3 b/crossyroad/audio/mallard/quack5.mp3 new file mode 100644 index 00000000..061295d1 Binary files /dev/null and b/crossyroad/audio/mallard/quack5.mp3 differ diff --git a/crossyroad/audio/pop-1.mp3 b/crossyroad/audio/pop-1.mp3 new file mode 100644 index 00000000..602009df Binary files /dev/null and b/crossyroad/audio/pop-1.mp3 differ diff --git a/crossyroad/audio/pop-2.mp3 b/crossyroad/audio/pop-2.mp3 new file mode 100644 index 00000000..074a1825 Binary files /dev/null and b/crossyroad/audio/pop-2.mp3 differ diff --git a/crossyroad/audio/pop-3.mp3 b/crossyroad/audio/pop-3.mp3 new file mode 100644 index 00000000..bb9ce6a4 Binary files /dev/null and b/crossyroad/audio/pop-3.mp3 differ diff --git a/crossyroad/audio/pop-4.mp3 b/crossyroad/audio/pop-4.mp3 new file mode 100644 index 00000000..e6ac2cf0 Binary files /dev/null and b/crossyroad/audio/pop-4.mp3 differ diff --git a/crossyroad/audio/pop-5.mp3 b/crossyroad/audio/pop-5.mp3 new file mode 100644 index 00000000..6adef610 Binary files /dev/null and b/crossyroad/audio/pop-5.mp3 differ diff --git a/crossyroad/audio/pop-6.mp3 b/crossyroad/audio/pop-6.mp3 new file mode 100644 index 00000000..891459a0 Binary files /dev/null and b/crossyroad/audio/pop-6.mp3 differ diff --git a/crossyroad/audio/pop-7.mp3 b/crossyroad/audio/pop-7.mp3 new file mode 100644 index 00000000..992bca5f Binary files /dev/null and b/crossyroad/audio/pop-7.mp3 differ diff --git a/crossyroad/audio/pop-8.mp3 b/crossyroad/audio/pop-8.mp3 new file mode 100644 index 00000000..da7594a0 Binary files /dev/null and b/crossyroad/audio/pop-8.mp3 differ diff --git a/crossyroad/audio/pop-9.mp3 b/crossyroad/audio/pop-9.mp3 new file mode 100644 index 00000000..beb4ff0d Binary files /dev/null and b/crossyroad/audio/pop-9.mp3 differ diff --git a/crossyroad/audio/prize/Inserting-Coin-Into-Machine-v1.mp3 b/crossyroad/audio/prize/Inserting-Coin-Into-Machine-v1.mp3 new file mode 100644 index 00000000..cbc5f76c Binary files /dev/null and b/crossyroad/audio/prize/Inserting-Coin-Into-Machine-v1.mp3 differ diff --git a/crossyroad/audio/prize/Inserting-Coin-Into-Machine-v2.mp3 b/crossyroad/audio/prize/Inserting-Coin-Into-Machine-v2.mp3 new file mode 100644 index 00000000..cca6550b Binary files /dev/null and b/crossyroad/audio/prize/Inserting-Coin-Into-Machine-v2.mp3 differ diff --git a/crossyroad/audio/prize/Inserting-Coin-Into-Machine-v3.mp3 b/crossyroad/audio/prize/Inserting-Coin-Into-Machine-v3.mp3 new file mode 100644 index 00000000..74de4283 Binary files /dev/null and b/crossyroad/audio/prize/Inserting-Coin-Into-Machine-v3.mp3 differ diff --git a/crossyroad/audio/prize/Inserting-Coin-Into-Machine-v4.mp3 b/crossyroad/audio/prize/Inserting-Coin-Into-Machine-v4.mp3 new file mode 100644 index 00000000..2ec696a5 Binary files /dev/null and b/crossyroad/audio/prize/Inserting-Coin-Into-Machine-v4.mp3 differ diff --git a/crossyroad/audio/prize/Prize-Wheel.mp3 b/crossyroad/audio/prize/Prize-Wheel.mp3 new file mode 100644 index 00000000..af671fd3 Binary files /dev/null and b/crossyroad/audio/prize/Prize-Wheel.mp3 differ diff --git a/crossyroad/audio/prize/SlotMachineInsert.mp3 b/crossyroad/audio/prize/SlotMachineInsert.mp3 new file mode 100644 index 00000000..6172242c Binary files /dev/null and b/crossyroad/audio/prize/SlotMachineInsert.mp3 differ diff --git a/crossyroad/audio/prize/UnlockPlain.mp3 b/crossyroad/audio/prize/UnlockPlain.mp3 new file mode 100644 index 00000000..42807c7d Binary files /dev/null and b/crossyroad/audio/prize/UnlockPlain.mp3 differ diff --git a/crossyroad/audio/prize/casinomachine.mp3 b/crossyroad/audio/prize/casinomachine.mp3 new file mode 100644 index 00000000..762757e6 Binary files /dev/null and b/crossyroad/audio/prize/casinomachine.mp3 differ diff --git a/crossyroad/audio/prize/clickball.mp3 b/crossyroad/audio/prize/clickball.mp3 new file mode 100644 index 00000000..3efffe4b Binary files /dev/null and b/crossyroad/audio/prize/clickball.mp3 differ diff --git a/crossyroad/audio/prize/coininsert3.mp3 b/crossyroad/audio/prize/coininsert3.mp3 new file mode 100644 index 00000000..427d19dd Binary files /dev/null and b/crossyroad/audio/prize/coininsert3.mp3 differ diff --git a/crossyroad/audio/prize/counting-of-money-short.mp3 b/crossyroad/audio/prize/counting-of-money-short.mp3 new file mode 100644 index 00000000..06d121d7 Binary files /dev/null and b/crossyroad/audio/prize/counting-of-money-short.mp3 differ diff --git a/crossyroad/audio/prize/insert-coin.mp3 b/crossyroad/audio/prize/insert-coin.mp3 new file mode 100644 index 00000000..e8669199 Binary files /dev/null and b/crossyroad/audio/prize/insert-coin.mp3 differ diff --git a/crossyroad/audio/prize/play-slots-machine.mp3 b/crossyroad/audio/prize/play-slots-machine.mp3 new file mode 100644 index 00000000..aec611a9 Binary files /dev/null and b/crossyroad/audio/prize/play-slots-machine.mp3 differ diff --git a/crossyroad/audio/prize/prizewinner.mp3 b/crossyroad/audio/prize/prizewinner.mp3 new file mode 100644 index 00000000..231c12b0 Binary files /dev/null and b/crossyroad/audio/prize/prizewinner.mp3 differ diff --git a/crossyroad/audio/rapidsdeath3.mp3 b/crossyroad/audio/rapidsdeath3.mp3 new file mode 100644 index 00000000..2ffcc396 Binary files /dev/null and b/crossyroad/audio/rapidsdeath3.mp3 differ diff --git a/crossyroad/audio/rapidsdeath9.mp3 b/crossyroad/audio/rapidsdeath9.mp3 new file mode 100644 index 00000000..c733fbaa Binary files /dev/null and b/crossyroad/audio/rapidsdeath9.mp3 differ diff --git a/crossyroad/audio/river.mp3 b/crossyroad/audio/river.mp3 new file mode 100644 index 00000000..8b3c136e Binary files /dev/null and b/crossyroad/audio/river.mp3 differ diff --git a/crossyroad/audio/robot/robot-hop-1.mp3 b/crossyroad/audio/robot/robot-hop-1.mp3 new file mode 100644 index 00000000..2b5fc3bd Binary files /dev/null and b/crossyroad/audio/robot/robot-hop-1.mp3 differ diff --git a/crossyroad/audio/robot/robot-hop-2.mp3 b/crossyroad/audio/robot/robot-hop-2.mp3 new file mode 100644 index 00000000..4c964b9f Binary files /dev/null and b/crossyroad/audio/robot/robot-hop-2.mp3 differ diff --git a/crossyroad/audio/robot/robot-hop-3.mp3 b/crossyroad/audio/robot/robot-hop-3.mp3 new file mode 100644 index 00000000..313bf7fd Binary files /dev/null and b/crossyroad/audio/robot/robot-hop-3.mp3 differ diff --git a/crossyroad/audio/robot/robot-hop-4.mp3 b/crossyroad/audio/robot/robot-hop-4.mp3 new file mode 100644 index 00000000..04e3639a Binary files /dev/null and b/crossyroad/audio/robot/robot-hop-4.mp3 differ diff --git a/crossyroad/audio/robot/robot-hop-short-2.mp3 b/crossyroad/audio/robot/robot-hop-short-2.mp3 new file mode 100644 index 00000000..ee475800 Binary files /dev/null and b/crossyroad/audio/robot/robot-hop-short-2.mp3 differ diff --git a/crossyroad/audio/robot/robot-hop-short.mp3 b/crossyroad/audio/robot/robot-hop-short.mp3 new file mode 100644 index 00000000..ae7bf71d Binary files /dev/null and b/crossyroad/audio/robot/robot-hop-short.mp3 differ diff --git a/crossyroad/audio/robot/robotexplode.mp3 b/crossyroad/audio/robot/robotexplode.mp3 new file mode 100644 index 00000000..1c62288e Binary files /dev/null and b/crossyroad/audio/robot/robotexplode.mp3 differ diff --git a/crossyroad/audio/rover/RobotCrush1.mp3 b/crossyroad/audio/rover/RobotCrush1.mp3 new file mode 100644 index 00000000..03dee743 Binary files /dev/null and b/crossyroad/audio/rover/RobotCrush1.mp3 differ diff --git a/crossyroad/audio/rover/RoverHop1.mp3 b/crossyroad/audio/rover/RoverHop1.mp3 new file mode 100644 index 00000000..a51267dd Binary files /dev/null and b/crossyroad/audio/rover/RoverHop1.mp3 differ diff --git a/crossyroad/audio/rover/RoverHop2.mp3 b/crossyroad/audio/rover/RoverHop2.mp3 new file mode 100644 index 00000000..44d3248c Binary files /dev/null and b/crossyroad/audio/rover/RoverHop2.mp3 differ diff --git a/crossyroad/audio/space_chicken/spacechickendeath1.mp3 b/crossyroad/audio/space_chicken/spacechickendeath1.mp3 new file mode 100644 index 00000000..6e4cf24a Binary files /dev/null and b/crossyroad/audio/space_chicken/spacechickendeath1.mp3 differ diff --git a/crossyroad/audio/space_chicken/spacechickendeath2.mp3 b/crossyroad/audio/space_chicken/spacechickendeath2.mp3 new file mode 100644 index 00000000..a05de4e5 Binary files /dev/null and b/crossyroad/audio/space_chicken/spacechickendeath2.mp3 differ diff --git a/crossyroad/audio/spaceambience1.mp3 b/crossyroad/audio/spaceambience1.mp3 new file mode 100644 index 00000000..eca42e85 Binary files /dev/null and b/crossyroad/audio/spaceambience1.mp3 differ diff --git a/crossyroad/audio/spacedog/dogspacebark1.mp3 b/crossyroad/audio/spacedog/dogspacebark1.mp3 new file mode 100644 index 00000000..d5f7d23f Binary files /dev/null and b/crossyroad/audio/spacedog/dogspacebark1.mp3 differ diff --git a/crossyroad/audio/spacedog/dogspacebark2.mp3 b/crossyroad/audio/spacedog/dogspacebark2.mp3 new file mode 100644 index 00000000..2187c9c1 Binary files /dev/null and b/crossyroad/audio/spacedog/dogspacebark2.mp3 differ diff --git a/crossyroad/audio/spacedog/dogspacebark3.mp3 b/crossyroad/audio/spacedog/dogspacebark3.mp3 new file mode 100644 index 00000000..240af347 Binary files /dev/null and b/crossyroad/audio/spacedog/dogspacebark3.mp3 differ diff --git a/crossyroad/audio/spacedog/dogspacebark4.mp3 b/crossyroad/audio/spacedog/dogspacebark4.mp3 new file mode 100644 index 00000000..14de811a Binary files /dev/null and b/crossyroad/audio/spacedog/dogspacebark4.mp3 differ diff --git a/crossyroad/audio/train-alarm.mp3 b/crossyroad/audio/train-alarm.mp3 new file mode 100644 index 00000000..96afe357 Binary files /dev/null and b/crossyroad/audio/train-alarm.mp3 differ diff --git a/crossyroad/audio/train-pass-no-horn.mp3 b/crossyroad/audio/train-pass-no-horn.mp3 new file mode 100644 index 00000000..920bc1d4 Binary files /dev/null and b/crossyroad/audio/train-pass-no-horn.mp3 differ diff --git a/crossyroad/audio/train-pass-shorter.mp3 b/crossyroad/audio/train-pass-shorter.mp3 new file mode 100644 index 00000000..699311df Binary files /dev/null and b/crossyroad/audio/train-pass-shorter.mp3 differ diff --git a/crossyroad/audio/trainsplat.mp3 b/crossyroad/audio/trainsplat.mp3 new file mode 100644 index 00000000..829308d2 Binary files /dev/null and b/crossyroad/audio/trainsplat.mp3 differ diff --git a/crossyroad/audio/watersplash.mp3 b/crossyroad/audio/watersplash.mp3 new file mode 100644 index 00000000..667a31b8 Binary files /dev/null and b/crossyroad/audio/watersplash.mp3 differ diff --git a/crossyroad/audio/watersplashlow.mp3 b/crossyroad/audio/watersplashlow.mp3 new file mode 100644 index 00000000..1234cab8 Binary files /dev/null and b/crossyroad/audio/watersplashlow.mp3 differ diff --git a/crossyroad/chicken.png b/crossyroad/chicken.png new file mode 100644 index 00000000..04709f08 Binary files /dev/null and b/crossyroad/chicken.png differ diff --git a/crossyroad/crossyroad.png b/crossyroad/crossyroad.png new file mode 100644 index 00000000..24c2b0e4 Binary files /dev/null and b/crossyroad/crossyroad.png differ diff --git a/crossyroad/fonts/8-bit-wonder-yellow.png b/crossyroad/fonts/8-bit-wonder-yellow.png new file mode 100644 index 00000000..066f5b58 Binary files /dev/null and b/crossyroad/fonts/8-bit-wonder-yellow.png differ diff --git a/crossyroad/fonts/8-bit-wonder.json b/crossyroad/fonts/8-bit-wonder.json new file mode 100644 index 00000000..d943e0a2 --- /dev/null +++ b/crossyroad/fonts/8-bit-wonder.json @@ -0,0 +1 @@ +{"0":{"uv0":[0.4453125,0.7734375],"uv1":[0.546875,0.671875]},"1":{"uv0":[0.5546875,0.8828125],"uv1":[0.6171875,0.78125]},"2":{"uv0":[0.0078125,0.2265625],"uv1":[0.109375,0.125]},"3":{"uv0":[0.8203125,0.9921875],"uv1":[0.921875,0.890625]},"4":{"uv0":[0.1171875,0.3359375],"uv1":[0.21875,0.234375]},"5":{"uv0":[0.2265625,0.4453125],"uv1":[0.328125,0.34375]},"6":{"uv0":[0.3359375,0.5546875],"uv1":[0.4375,0.453125]},"7":{"uv0":[0.4453125,0.6640625],"uv1":[0.546875,0.5625]},"8":{"uv0":[0.625,0.8828125],"uv1":[0.7265625,0.78125]},"9":{"uv0":[0.5546875,0.7734375],"uv1":[0.65625,0.671875]},"@":{"uv0":[0.4453125,0.5546875],"uv1":[0.5234375,0.4765625]},"A":{"uv0":[0.0078125,0.9921875],"uv1":[0.109375,0.890625]},"B":{"uv0":[0.0078125,0.8828125],"uv1":[0.109375,0.78125]},"C":{"uv0":[0.1171875,0.9921875],"uv1":[0.21875,0.890625]},"D":{"uv0":[0.0078125,0.7734375],"uv1":[0.109375,0.671875]},"E":{"uv0":[0.1171875,0.8828125],"uv1":[0.21875,0.78125]},"F":{"uv0":[0.2265625,0.9921875],"uv1":[0.328125,0.890625]},"G":{"uv0":[0.0078125,0.6640625],"uv1":[0.109375,0.5625]},"H":{"uv0":[0.1171875,0.7734375],"uv1":[0.21875,0.671875]},"I":{"uv0":[0.2265625,0.8828125],"uv1":[0.28125,0.78125]},"J":{"uv0":[0.3359375,0.9921875],"uv1":[0.4375,0.890625]},"K":{"uv0":[0.0078125,0.5546875],"uv1":[0.109375,0.453125]},"L":{"uv0":[0.1171875,0.6640625],"uv1":[0.21875,0.5625]},"M":{"uv0":[0.2890625,0.8828125],"uv1":[0.4375,0.78125]},"N":{"uv0":[0.2265625,0.7734375],"uv1":[0.328125,0.671875]},"O":{"uv0":[0.4453125,0.9921875],"uv1":[0.546875,0.890625]},"P":{"uv0":[0.0078125,0.4453125],"uv1":[0.109375,0.34375]},"Q":{"uv0":[0.1171875,0.5546875],"uv1":[0.21875,0.453125]},"R":{"uv0":[0.2265625,0.6640625],"uv1":[0.328125,0.5625]},"S":{"uv0":[0.3359375,0.7734375],"uv1":[0.4375,0.671875]},"T":{"uv0":[0.4453125,0.8828125],"uv1":[0.546875,0.78125]},"U":{"uv0":[0.5546875,0.9921875],"uv1":[0.65625,0.890625]},"V":{"uv0":[0.0078125,0.3359375],"uv1":[0.109375,0.234375]},"W":{"uv0":[0.6640625,0.9921875],"uv1":[0.8125,0.890625]},"X":{"uv0":[0.1171875,0.4453125],"uv1":[0.21875,0.34375]},"Y":{"uv0":[0.2265625,0.5546875],"uv1":[0.328125,0.453125]},"Z":{"uv0":[0.3359375,0.6640625],"uv1":[0.4375,0.5625]}} \ No newline at end of file diff --git a/crossyroad/fonts/8-bit-wonder.png b/crossyroad/fonts/8-bit-wonder.png new file mode 100644 index 00000000..a222a570 Binary files /dev/null and b/crossyroad/fonts/8-bit-wonder.png differ diff --git a/crossyroad/fonts/8bitwonder.css b/crossyroad/fonts/8bitwonder.css new file mode 100644 index 00000000..9433347f --- /dev/null +++ b/crossyroad/fonts/8bitwonder.css @@ -0,0 +1,6 @@ +@font-face { + font-family: '8bitwonder'; + src: url('8-BIT WONDER.woff') format('woff'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/crossyroad/fonts/EditUndoBrk.css b/crossyroad/fonts/EditUndoBrk.css new file mode 100644 index 00000000..92d227a6 --- /dev/null +++ b/crossyroad/fonts/EditUndoBrk.css @@ -0,0 +1,9 @@ +/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 10, 2017 */ + +@font-face { + font-family: 'EditUndoBrk'; + src: url('editundobrk-regular-webfont.woff2') format('woff2'), + url('editundobrk-regular-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/crossyroad/fonts/editundobrk-regular-webfont.woff2 b/crossyroad/fonts/editundobrk-regular-webfont.woff2 new file mode 100644 index 00000000..2f3dc065 Binary files /dev/null and b/crossyroad/fonts/editundobrk-regular-webfont.woff2 differ diff --git a/crossyroad/fonts/editundobrk-top-numbers.json b/crossyroad/fonts/editundobrk-top-numbers.json new file mode 100644 index 00000000..6a08401d --- /dev/null +++ b/crossyroad/fonts/editundobrk-top-numbers.json @@ -0,0 +1 @@ +{"glyphs":{"0":{"ha":700,"x_min":0,"x_max":600,"o":"m 0 700 l 100 700 l 100 800 l 500 800 l 500 700 l 600 700 l 600 100 l 500 100 l 500 0 l 100 0 l 100 100 l 0 100 l 0 700 m 200 200 l 400 200 l 400 600 l 200 600 l 200 200 z "},"1":{"ha":300,"x_min":0,"x_max":200,"o":"m 0 800 l 200 800 l 200 0 l 0 0 l 0 800 z "},"2":{"ha":700,"x_min":0,"x_max":600,"o":"m 0 800 l 500 800 l 500 700 l 600 700 l 600 400 l 500 400 l 500 300 l 200 300 l 200 200 l 600 200 l 600 0 l 0 0 l 0 400 l 100 400 l 100 500 l 400 500 l 400 600 l 0 600 l 0 800 z "},"3":{"ha":700,"x_min":0,"x_max":600,"o":"m 0 800 l 500 800 l 500 700 l 600 700 l 600 100 l 500 100 l 500 0 l 0 0 l 0 200 l 400 200 l 400 300 l 200 300 l 200 500 l 400 500 l 400 600 l 0 600 l 0 800 z "},"4":{"ha":700,"x_min":0,"x_max":600,"o":"m 0 800 l 200 800 l 200 500 l 400 500 l 400 800 l 600 800 l 600 0 l 400 0 l 400 300 l 100 300 l 100 400 l 0 400 l 0 800 z "},"5":{"ha":700,"x_min":0,"x_max":600,"o":"m 600 800 l 600 600 l 200 600 l 200 500 l 500 500 l 500 400 l 600 400 l 600 100 l 500 100 l 500 0 l 0 0 l 0 200 l 400 200 l 400 300 l 100 300 l 100 400 l 0 400 l 0 800 l 600 800 z "},"6":{"ha":700,"x_min":0,"x_max":600,"o":"m 0 700 l 100 700 l 100 800 l 600 800 l 600 600 l 200 600 l 200 500 l 500 500 l 500 400 l 600 400 l 600 100 l 500 100 l 500 0 l 100 0 l 100 100 l 0 100 l 0 700 m 200 200 l 400 200 l 400 300 l 200 300 l 200 200 z "},"7":{"ha":700,"x_min":0,"x_max":600,"o":"m 0 800 l 500 800 l 500 700 l 600 700 l 600 0 l 400 0 l 400 600 l 0 600 l 0 800 z "},"8":{"ha":700,"x_min":0,"x_max":600,"o":"m 0 700 l 100 700 l 100 800 l 500 800 l 500 700 l 600 700 l 600 100 l 500 100 l 500 0 l 100 0 l 100 100 l 0 100 l 0 700 m 200 200 l 400 200 l 400 300 l 200 300 l 200 200 m 200 500 l 400 500 l 400 600 l 200 600 l 200 500 z "},"9":{"ha":700,"x_min":0,"x_max":600,"o":"m 0 700 l 100 700 l 100 800 l 500 800 l 500 700 l 600 700 l 600 0 l 400 0 l 400 300 l 100 300 l 100 400 l 0 400 l 0 700 m 200 500 l 400 500 l 400 600 l 200 600 l 200 500 z "}," ":{"ha":700,"x_min":0,"x_max":0,"o":""},"o":{"ha":700,"x_min":0,"x_max":600,"o":"m 0 700 l 100 700 l 100 800 l 500 800 l 500 700 l 600 700 l 600 100 l 500 100 l 500 0 l 100 0 l 100 100 l 0 100 l 0 700 m 200 200 l 400 200 l 400 600 l 200 600 l 200 200 z "},"p":{"ha":700,"x_min":0,"x_max":600,"o":"m 0 700 l 100 700 l 100 800 l 500 800 l 500 700 l 600 700 l 600 400 l 500 400 l 500 300 l 200 300 l 200 0 l 0 0 l 0 700 m 200 500 l 400 500 l 400 600 l 200 600 l 200 500 z "},"t":{"ha":700,"x_min":0,"x_max":600,"o":"m 0 800 l 600 800 l 600 600 l 400 600 l 400 0 l 200 0 l 200 600 l 0 600 l 0 800 z "}},"familyName":"Edit Undo BRK","ascender":1015,"descender":-200,"underlinePosition":-139,"underlineThickness":69,"boundingBox":{"yMin":-200,"xMin":-100,"yMax":1015,"xMax":1008},"resolution":1000,"original_font_information":{"format":0,"copyright":"Copyright © ÆNIGMA FONTS, 2003. All rights reserved. [please read the included text file for more info]","fontFamily":"Edit Undo BRK","fontSubfamily":"Regular","uniqueID":"AENIGMA FONTS: Edit Undo BRK","fullName":"Edit Undo BRK","version":"Version 2.04","postScriptName":"EditUndoBRK","manufacturer":"ÆNIGMA FONTS","designer":"ÆNIGMA FONTS - Brian Kent","designerURL":"http://www.aenigmafonts.com/"},"cssFontWeight":"normal","cssFontStyle":"normal"} \ No newline at end of file diff --git a/crossyroad/index.html b/crossyroad/index.html new file mode 100644 index 00000000..febe9e45 --- /dev/null +++ b/crossyroad/index.html @@ -0,0 +1,25 @@ + + + + + + + + Crossy Road | 3kh0 + + + + + + + + + + + + \ No newline at end of file diff --git a/crossyroad/models/common-world.json b/crossyroad/models/common-world.json new file mode 100644 index 00000000..cca902be --- /dev/null +++ b/crossyroad/models/common-world.json @@ -0,0 +1 @@ +{"models":{"coin_optimised":{"faces":[94,93,92,92,93,90,90,85,92,91,87,90,85,90,87,85,88,89,88,85,86,87,86,85,58,67,84,64,78,62,81,62,78,82,80,83,81,80,82,76,81,78,81,76,80,75,80,76,78,64,79,77,78,79,78,77,76,74,76,77,74,75,76,75,74,73,72,73,74,73,72,65,66,65,72,71,61,70,70,61,59,65,60,69,68,67,66,56,67,58,56,66,67,66,56,65,60,65,56,62,63,64,63,62,61,60,61,62,61,60,59,56,59,60,59,56,57,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,45,46,44,46,45,45,43,44,41,44,43,43,40,41,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,29,30,27,30,29,29,26,27,28,27,26,25,24,22,24,23,22,21,20,18,20,19,18,17,16,14,16,15,14,13,12,10,12,11,10,9,8,6,8,7,6,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.09375,0.0625,-0.21875,0.15625,0,-0.21875,0.15625,0.0625,-0.21875,-0.15625,0.0625,-0.21875,-0.09375,0,-0.21875,-0.15625,0,-0.21875,-0.15625,0,-0.15625,-0.15625,0.0625,-0.15625,-0.21875,0.0625,-0.15625,-0.21875,0,-0.15625,0.21875,0,-0.15625,0.21875,0.0625,-0.15625,0.15625,0.0625,-0.15625,0.15625,0,-0.15625,-0.15625,0,0.21875,-0.15625,0.0625,0.21875,0.15625,0.0625,0.21875,0.15625,0,0.21875,-0.21875,0,0.15625,-0.21875,0.0625,0.15625,-0.15625,0.0625,0.15625,-0.15625,0,0.15625,0.15625,0,0.15625,0.15625,0.0625,0.15625,0.21875,0.0625,0.15625,0.21875,0,0.15625,-0.21875,0.0625,0.09375,-0.21875,0,-0.15625,-0.21875,0.0625,-0.15625,-0.21875,0.0625,0.15625,-0.21875,0,0.09375,-0.21875,0,0.15625,-0.15625,0,-0.21875,-0.15625,0.0625,-0.21875,-0.15625,0.0625,-0.15625,-0.15625,0,-0.15625,-0.15625,0,0.15625,-0.15625,0.0625,0.15625,-0.15625,0.0625,0.21875,-0.15625,0,0.21875,0.21875,0.0625,0.09375,0.21875,0,0.15625,0.21875,0.0625,0.15625,0.21875,0.0625,0.03125,0.21875,0,0.09375,0.21875,0.0625,-0.15625,0.21875,0,0.03125,0.21875,0,-0.15625,0.15625,0,-0.15625,0.15625,0.0625,-0.15625,0.15625,0.0625,-0.21875,0.15625,0,-0.21875,0.15625,0,0.21875,0.15625,0.0625,0.21875,0.15625,0.0625,0.15625,0.15625,0,0.15625,-0.15625,0.0625,0.09375,-0.21875,0.0625,0.15625,-0.21875,0.0625,0.09375,-0.15625,0.0625,0.15625,-0.09375,0.0625,0.09375,0.15625,0.0625,0.15625,0.09375,0.0625,0.09375,0.21875,0.0625,0.15625,0.21875,0.0625,0.09375,-0.09375,0.0625,-0.09375,-0.09375,0.0625,-0.21875,-0.15625,0.0625,-0.15625,-0.15625,0.0625,-0.21875,-0.09375,0.0625,0.03125,-0.15625,0.0625,0.21875,0.15625,0.0625,0.21875,0.15625,0.0625,-0.21875,-0.03125,0.0625,-0.09375,0.15625,0.0625,-0.15625,0.09375,0.0625,-0.09375,0.15625,0.0625,-0.09375,0.21875,0.0625,-0.15625,0.15625,0.0625,0.03125,0.21875,0.0625,0.03125,0.09375,0.0625,-0.03125,0.09375,0.0625,0.03125,-0.03125,0.0625,0.03125,-0.03125,0.0625,-0.03125,-0.21875,0.0625,-0.15625,-0.03125,0.0625,0.03125,-0.09375,0.0625,0.09375,-0.09375,0.0625,0.03125,0.09375,0.0625,0.09375,0.09375,0.0625,0.03125,-0.03125,0.0625,-0.09375,-0.09375,0.0625,-0.09375,-0.03125,0.0625,-0.03125,0.09375,0.0625,-0.09375,0.09375,0.0625,-0.03125],"colors":[1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1]},"red_coin_optimised":{"faces":[94,93,92,92,93,90,90,85,92,91,87,90,85,90,87,85,88,89,88,85,86,87,86,85,58,67,84,64,78,62,81,62,78,82,80,83,81,80,82,76,81,78,81,76,80,75,80,76,78,64,79,77,78,79,78,77,76,74,76,77,74,75,76,75,74,73,72,73,74,73,72,65,66,65,72,71,61,70,70,61,59,65,60,69,68,67,66,56,67,58,56,66,67,66,56,65,60,65,56,62,63,64,63,62,61,60,61,62,61,60,59,56,59,60,59,56,57,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,45,46,44,46,45,45,43,44,41,44,43,43,40,41,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,29,30,27,30,29,29,26,27,28,27,26,25,24,22,24,23,22,21,20,18,20,19,18,17,16,14,16,15,14,13,12,10,12,11,10,9,8,6,8,7,6,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.09375,0.0625,-0.21875,0.15625,0,-0.21875,0.15625,0.0625,-0.21875,-0.15625,0.0625,-0.21875,-0.09375,0,-0.21875,-0.15625,0,-0.21875,-0.15625,0,-0.15625,-0.15625,0.0625,-0.15625,-0.21875,0.0625,-0.15625,-0.21875,0,-0.15625,0.21875,0,-0.15625,0.21875,0.0625,-0.15625,0.15625,0.0625,-0.15625,0.15625,0,-0.15625,-0.15625,0,0.21875,-0.15625,0.0625,0.21875,0.15625,0.0625,0.21875,0.15625,0,0.21875,-0.21875,0,0.15625,-0.21875,0.0625,0.15625,-0.15625,0.0625,0.15625,-0.15625,0,0.15625,0.15625,0,0.15625,0.15625,0.0625,0.15625,0.21875,0.0625,0.15625,0.21875,0,0.15625,-0.21875,0.0625,0.09375,-0.21875,0,-0.15625,-0.21875,0.0625,-0.15625,-0.21875,0.0625,0.15625,-0.21875,0,0.09375,-0.21875,0,0.15625,-0.15625,0,-0.21875,-0.15625,0.0625,-0.21875,-0.15625,0.0625,-0.15625,-0.15625,0,-0.15625,-0.15625,0,0.15625,-0.15625,0.0625,0.15625,-0.15625,0.0625,0.21875,-0.15625,0,0.21875,0.21875,0.0625,0.09375,0.21875,0,0.15625,0.21875,0.0625,0.15625,0.21875,0.0625,0.03125,0.21875,0,0.09375,0.21875,0.0625,-0.15625,0.21875,0,0.03125,0.21875,0,-0.15625,0.15625,0,-0.15625,0.15625,0.0625,-0.15625,0.15625,0.0625,-0.21875,0.15625,0,-0.21875,0.15625,0,0.21875,0.15625,0.0625,0.21875,0.15625,0.0625,0.15625,0.15625,0,0.15625,-0.15625,0.0625,0.09375,-0.21875,0.0625,0.15625,-0.21875,0.0625,0.09375,-0.15625,0.0625,0.15625,-0.09375,0.0625,0.09375,0.15625,0.0625,0.15625,0.09375,0.0625,0.09375,0.21875,0.0625,0.15625,0.21875,0.0625,0.09375,-0.09375,0.0625,-0.09375,-0.09375,0.0625,-0.21875,-0.15625,0.0625,-0.15625,-0.15625,0.0625,-0.21875,-0.09375,0.0625,0.03125,-0.15625,0.0625,0.21875,0.15625,0.0625,0.21875,0.15625,0.0625,-0.21875,-0.03125,0.0625,-0.09375,0.15625,0.0625,-0.15625,0.09375,0.0625,-0.09375,0.15625,0.0625,-0.09375,0.21875,0.0625,-0.15625,0.15625,0.0625,0.03125,0.21875,0.0625,0.03125,0.09375,0.0625,-0.03125,0.09375,0.0625,0.03125,-0.03125,0.0625,0.03125,-0.03125,0.0625,-0.03125,-0.21875,0.0625,-0.15625,-0.03125,0.0625,0.03125,-0.09375,0.0625,0.09375,-0.09375,0.0625,0.03125,0.09375,0.0625,0.09375,0.09375,0.0625,0.03125,-0.03125,0.0625,-0.09375,-0.09375,0.0625,-0.09375,-0.03125,0.0625,-0.03125,0.09375,0.0625,-0.09375,0.09375,0.0625,-0.03125],"colors":[1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.05098039,0,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1]},"gift_7_optimised":{"faces":[438,436,437,437,436,435,434,432,433,433,432,431,428,429,430,429,428,427,424,427,428,427,424,425,426,425,424,423,421,422,422,421,420,419,417,418,418,417,416,411,415,403,403,415,402,414,408,399,413,409,412,412,409,406,403,405,411,405,409,410,409,405,406,404,399,408,408,407,404,406,404,407,404,406,405,405,403,404,399,404,401,401,404,403,403,402,401,398,401,402,401,398,399,400,399,398,397,395,396,396,395,394,393,391,392,392,391,390,389,387,388,388,387,386,385,384,383,380,383,384,383,380,381,382,381,380,379,378,377,376,377,378,377,376,375,374,375,376,375,374,373,370,373,374,373,370,371,372,371,370,369,368,367,366,367,368,367,366,365,362,365,366,365,362,363,364,363,362,361,359,360,360,359,358,357,356,346,352,346,356,356,355,352,354,352,355,352,354,353,347,353,351,353,347,352,346,352,348,348,352,347,349,347,351,350,343,349,347,349,343,348,347,346,343,346,347,346,343,344,345,344,343,341,342,334,334,342,336,334,340,341,340,334,330,330,339,340,339,330,338,328,338,330,335,336,337,336,335,334,333,334,335,332,330,334,334,333,332,331,332,333,332,331,330,327,330,331,330,327,328,329,328,327,326,324,325,325,324,321,324,317,321,316,314,323,323,314,318,323,322,316,321,316,322,316,321,317,320,319,315,318,315,319,315,318,314,313,316,317,316,313,314,315,314,313,312,311,306,306,311,302,310,305,309,309,305,303,306,307,308,307,306,305,302,305,306,305,302,303,304,303,302,301,300,298,300,299,298,296,297,285,291,285,297,295,297,296,285,283,296,293,295,296,295,293,294,288,294,293,293,286,288,292,290,291,285,291,290,290,284,285,287,289,288,288,286,287,284,287,286,286,283,284,285,284,283,282,269,281,280,281,269,279,281,280,269,272,280,277,279,280,279,277,278,276,278,277,277,274,276,276,274,275,273,275,274,274,272,273,270,273,272,272,269,270,271,270,269,268,267,265,267,266,265,262,264,263,263,261,262,259,262,261,261,258,259,260,259,258,257,256,254,256,255,254,253,251,252,250,252,251,251,249,250,248,250,249,249,247,248,245,248,247,247,244,245,246,245,244,243,242,240,242,241,240,237,239,238,238,236,237,234,237,236,236,233,234,235,234,233,232,230,231,228,231,230,230,227,228,229,228,227,226,225,223,225,224,223,222,221,219,221,220,219,218,217,215,217,216,215,214,200,211,213,205,206,206,209,213,212,213,209,213,212,210,212,211,210,210,211,200,200,203,210,209,206,208,207,208,206,206,204,207,204,206,205,205,203,204,201,204,203,203,200,201,202,201,200,192,199,198,197,198,199,198,190,192,198,197,194,197,195,194,196,189,195,194,195,189,189,187,194,191,193,192,192,190,191,188,191,190,190,187,188,189,188,187,186,185,183,185,184,183,182,180,181,178,181,180,180,177,178,179,178,177,176,174,175,173,175,174,174,172,173,170,173,172,172,169,170,171,170,169,168,167,165,167,166,165,164,163,161,163,162,161,160,158,159,156,159,158,158,155,156,157,156,155,151,154,153,153,150,151,152,151,150,149,148,146,148,147,146,145,144,142,144,143,142,141,129,137,139,140,134,136,140,139,135,139,134,139,138,136,137,136,138,136,137,129,129,132,136,133,135,134,134,132,133,130,133,132,132,129,130,131,130,129,128,127,125,127,126,125,124,123,121,123,122,121,120,118,119,116,119,118,118,111,117,118,117,116,111,113,117,115,116,117,114,116,115,115,112,114,109,114,112,113,111,112,109,112,111,111,108,109,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,97,98,95,98,97,97,94,95,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,61,73,63,73,71,63,71,73,68,72,71,70,68,70,71,70,68,69,66,69,68,68,64,66,65,67,66,66,64,65,62,65,64,64,61,62,63,62,61,60,59,57,59,58,57,56,55,53,55,54,53,52,50,51,49,44,51,44,41,51,49,51,50,50,48,49,46,49,48,46,48,47,47,43,46,45,46,43,45,43,44,41,44,43,43,40,41,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,29,30,28,30,29,29,27,28,25,28,27,27,24,25,26,25,24,23,21,22,19,22,21,21,18,19,20,19,18,17,16,14,16,15,14,13,11,12,9,12,11,11,8,9,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[-0.24,0,-2.16,-0.24,3.36,-2.16,-2.16,3.36,-2.16,-2.16,0,-2.16,2.16,0,-2.16,2.16,3.36,-2.16,0.24,3.36,-2.16,0.24,0,-2.16,-0.4,4.16,-2.32,-0.24,3.36,-2.32,-0.24,4.16,-2.32,-2.32,4.16,-2.32,-2.16,3.36,-2.32,-2.32,3.36,-2.32,0.24,0,-2.16,0.24,3.36,-2.16,-0.24,3.36,-2.16,-0.24,0,-2.16,0.56,4.16,-2.32,2.32,3.36,-2.32,2.32,4.16,-2.32,0.24,4.16,-2.32,2.16,3.36,-2.32,0.24,3.36,-2.32,-0.4,4.64,-1.52,0.4,4.32,-1.52,0.4,4.64,-1.52,-0.4,4.32,-1.52,0.4,4.16,-1.52,-0.4,4.16,-1.52,0.24,4.16,-1.52,-0.24,4.16,-1.52,0.24,3.36,-2.32,0.24,4.16,-2.32,-0.24,4.16,-2.32,-0.24,3.36,-2.32,0.4,4.32,0.56,0.4,4.64,0.56,-0.4,4.64,0.56,-0.4,4.32,0.56,-1.52,4.64,-0.4,-0.56,4.48,-0.4,-0.56,4.64,-0.4,-1.52,4.48,-0.4,-0.72,4.48,-0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,-1.52,4.16,-0.4,-1.2,4.16,-0.4,-0.72,4.32,-0.4,-0.4,4.16,-0.4,-0.56,4.32,-0.4,-0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.48,-0.72,-0.4,4.48,-0.72,-0.4,4.32,-0.72,0.4,4.32,1.2,0.4,4.48,1.2,-0.4,4.48,1.2,-0.4,4.32,1.2,1.2,4.32,-0.4,1.52,4.16,-0.4,1.52,4.32,-0.4,0.72,4.32,-0.4,0.4,4.16,-0.4,0.56,4.32,-0.4,0.4,4.32,-0.4,0.72,4.48,-0.4,0.56,4.64,-0.4,0.72,4.64,-0.4,1.52,4.48,-0.4,1.52,4.64,-0.4,1.2,4.48,-0.4,-2.16,0,2.16,-2.16,3.36,2.16,-0.24,3.36,2.16,-0.24,0,2.16,0.24,0,2.16,0.24,3.36,2.16,2.16,3.36,2.16,2.16,0,2.16,-2.32,3.36,2.32,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,3.36,2.32,-0.24,0,2.16,-0.24,3.36,2.16,0.24,3.36,2.16,0.24,0,2.16,0.24,3.36,2.32,0.24,4.16,2.32,2.32,4.16,2.32,2.32,3.36,2.32,0.4,4.64,1.52,-0.4,4.16,1.52,-0.4,4.64,1.52,0.4,4.16,1.52,-0.24,4.16,1.52,0.24,4.16,1.52,-0.24,3.36,2.32,-0.24,4.16,2.32,0.24,4.16,2.32,0.24,3.36,2.32,-0.4,4.32,-0.56,-0.4,4.64,-0.56,0.4,4.64,-0.56,0.4,4.32,-0.56,-0.56,4.64,0.4,-1.52,4.48,0.4,-1.52,4.64,0.4,-0.56,4.48,0.4,-1.2,4.48,0.4,-0.72,4.48,0.4,-1.52,4.16,0.4,-1.2,4.32,0.4,-1.2,4.16,0.4,-0.72,4.32,0.4,-0.56,4.32,0.4,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.48,-1.2,0.4,4.48,-1.2,0.4,4.32,-1.2,-0.4,4.32,0.72,-0.4,4.48,0.72,0.4,4.48,0.72,0.4,4.32,0.72,0.56,4.32,0.4,0.4,4.16,0.4,0.4,4.32,0.4,0.72,4.32,0.4,1.52,4.16,0.4,1.2,4.32,0.4,1.52,4.32,0.4,0.72,4.48,0.4,0.72,4.64,0.4,1.52,4.64,0.4,1.52,4.48,0.4,1.2,4.48,0.4,0.56,4.64,0.4,-2.16,0,-2.16,-2.16,3.36,-2.16,-2.16,3.36,-0.24,-2.16,0,-0.24,-2.16,0,0.24,-2.16,3.36,0.24,-2.16,3.36,2.16,-2.16,0,2.16,-2.32,4.16,-0.4,-2.32,3.36,-2.32,-2.32,4.16,-2.32,-2.32,4.16,-0.24,-2.32,3.36,-0.24,-2.32,4.16,2.16,-2.32,3.36,0.24,-2.32,4.16,0.24,-2.32,4.16,2.32,-2.32,3.36,2.16,-2.32,3.36,2.32,-2.16,0,-0.24,-2.16,3.36,-0.24,-2.16,3.36,0.24,-2.16,0,0.24,-2.32,3.36,-0.24,-2.32,4.16,-0.24,-2.32,4.16,0.24,-2.32,3.36,0.24,-1.52,4.64,0.4,-1.52,4.48,-0.4,-1.52,4.64,-0.4,-1.52,4.48,0.4,-1.52,4.16,-0.4,-1.52,4.16,0.4,-1.52,4.16,-0.24,-1.52,4.16,0.24,0.56,4.64,0.4,0.56,4.32,-0.4,0.56,4.64,-0.4,0.56,4.32,0.4,0.56,4.32,0.08,0.56,4.32,0.24,-0.72,4.32,-0.4,-0.72,4.48,-0.4,-0.72,4.48,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.16,-1.52,-0.4,4.32,-1.52,-0.4,4.32,-0.72,-0.4,4.16,-0.4,-0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.48,-1.2,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,-0.4,4.48,-0.72,-0.4,4.64,-0.56,-0.4,4.32,0.56,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,0.72,-0.4,4.16,1.36,-0.4,4.32,1.2,-0.4,4.32,1.36,-0.4,4.16,1.52,-0.4,4.64,1.52,-0.4,4.64,1.36,-0.4,4.48,0.72,-0.4,4.64,0.72,-0.4,4.64,1.2,-0.4,4.48,1.2,-0.4,4.64,0.56,1.2,4.32,-0.4,1.2,4.48,-0.4,1.2,4.48,0.4,1.2,4.32,0.4,2.16,0,-0.24,2.16,3.36,-0.24,2.16,3.36,-2.16,2.16,0,-2.16,2.16,0,2.16,2.16,3.36,2.16,2.16,3.36,0.24,2.16,0,0.24,2.32,4.16,-0.4,2.32,3.36,-0.24,2.32,4.16,-0.24,2.32,4.16,-0.56,2.32,3.36,-2.32,2.32,4.16,-2.32,2.32,4.16,2.16,2.32,3.36,2.32,2.32,4.16,2.32,2.32,4.16,2,2.32,3.36,2.16,2.32,4.16,0.24,2.32,3.36,0.24,2.16,0,0.24,2.16,3.36,0.24,2.16,3.36,-0.24,2.16,0,-0.24,1.52,4.64,-0.4,1.52,4.48,0.4,1.52,4.64,0.4,1.52,4.48,-0.4,1.52,4.32,0.4,1.52,4.32,-0.4,1.52,4.16,0.4,1.52,4.16,-0.4,1.52,4.16,0.24,1.52,4.16,-0.24,2.32,3.36,0.24,2.32,4.16,0.24,2.32,4.16,-0.24,2.32,3.36,-0.24,-0.56,4.64,-0.4,-0.56,4.48,0.4,-0.56,4.64,0.4,-0.56,4.48,-0.4,-0.56,4.32,0.4,-0.56,4.32,-0.4,-0.56,4.32,0.24,-1.2,4.32,0.4,-1.2,4.48,0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,0.4,4.32,-0.56,0.4,4.16,-0.4,0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.16,-0.56,0.4,4.32,-1.2,0.4,4.16,-1.52,0.4,4.32,-1.52,0.4,4.48,-1.2,0.4,4.64,-1.52,0.4,4.64,-1.2,0.4,4.48,-0.72,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.32,1.2,0.4,4.16,1.36,0.4,4.32,1.36,0.4,4.32,0.72,0.4,4.16,0.4,0.4,4.32,0.56,0.4,4.32,0.4,0.4,4.16,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.4,4.48,0.72,0.4,4.64,0.56,0.4,4.64,0.72,0.4,4.48,1.2,0.4,4.64,1.2,0.72,4.32,0.4,0.72,4.48,0.4,0.72,4.48,-0.4,0.72,4.32,-0.4,-0.4,4.16,-2.32,-2.32,4.16,-0.4,-2.32,4.16,-2.32,-1.52,4.16,-0.4,-0.4,4.16,-1.52,-1.2,4.16,-0.4,-0.4,4.16,-0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-0.24,4.16,-2.32,-0.24,4.16,-1.52,2.32,4.16,-2.32,0.56,4.16,-1.52,0.56,4.16,-2.32,0.56,4.16,-0.56,2.32,4.16,-0.56,0.4,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,-2.32,1.52,4.16,-0.4,0.4,4.16,-0.4,0.4,4.16,-0.56,2.32,4.16,-0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,-1.52,4.16,0.24,-2.32,4.16,2.16,-2.32,4.16,0.24,-1.52,4.16,2.16,-1.52,4.16,0.4,-1.52,4.16,2,-1.2,4.16,0.4,-0.4,4.16,2,-0.4,4.16,0.4,-0.4,4.16,1.52,-0.4,4.16,1.36,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,4.16,2.16,-0.24,4.16,2,-0.24,4.16,1.52,1.52,4.16,0.4,0.4,4.16,1.36,0.4,4.16,0.4,0.4,4.16,1.52,1.52,4.16,2,0.4,4.16,2,2.32,4.16,0.24,1.52,4.16,0.24,2.32,4.16,2,0.4,4.16,2.16,2.32,4.16,2.16,2.32,4.16,2.32,0.24,4.16,2.32,0.24,4.16,2.16,0.24,4.16,1.52,-1.52,4.64,-0.4,-0.56,4.64,-0.4,-1.52,4.64,0.4,-0.56,4.64,0.4,0.4,4.64,-1.52,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,0.4,4.64,-1.2,-0.4,4.64,-0.56,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.64,0.56,-0.4,4.64,0.72,-0.4,4.64,0.56,-0.4,4.64,1.2,0.4,4.64,0.72,-0.4,4.64,1.36,0.4,4.64,1.2,-0.4,4.64,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.72,4.64,-0.4,0.56,4.64,0.4,0.56,4.64,-0.4,0.72,4.64,0.4,1.52,4.64,-0.4,1.52,4.64,0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-2.32,4.16,0.24,-1.52,4.16,0.24,-1.2,4.32,-0.4,-0.72,4.32,-0.4,-1.2,4.32,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,0.4,4.32,-1.2,-0.4,4.32,-0.72,0.4,4.32,-0.72,0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.32,-0.56,-0.4,4.32,0.08,0.4,4.32,-0.4,0.4,4.32,0.08,-0.4,4.32,0.24,0.56,4.32,0.24,-0.4,4.32,0.4,-0.56,4.32,0.4,-0.56,4.32,0.24,0.4,4.32,0.4,0.56,4.32,0.4,0.56,4.32,0.08,-0.4,4.32,0.56,0.4,4.32,0.56,-0.56,4.32,-0.4,0.56,4.32,-0.4,-0.4,4.32,0.72,0.4,4.32,0.72,-0.4,4.32,1.2,0.4,4.32,1.2,-0.24,4.16,-2.32,0.24,4.16,-2.32,-0.24,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,1.52,-0.24,4.16,2,-0.24,4.16,1.52,-0.24,4.16,2.16,0.24,4.16,2.16,-0.24,4.16,2.32,0.24,4.16,2.32,0.72,4.32,-0.4,1.2,4.32,-0.4,0.72,4.32,0.4,1.2,4.32,0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,1.52,4.16,0.24,2.32,4.16,0.24],"colors":[0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1]},"gift_5_optimised":{"faces":[438,436,437,437,436,435,434,432,433,433,432,431,428,429,430,429,428,427,424,427,428,427,424,425,426,425,424,423,421,422,422,421,420,419,417,418,418,417,416,411,415,403,403,415,402,414,408,399,413,409,412,412,409,406,403,405,411,405,409,410,409,405,406,404,399,408,408,407,404,406,404,407,404,406,405,405,403,404,399,404,401,401,404,403,403,402,401,398,401,402,401,398,399,400,399,398,397,395,396,396,395,394,393,391,392,392,391,390,389,387,388,388,387,386,385,384,383,380,383,384,383,380,381,382,381,380,379,378,377,376,377,378,377,376,375,374,375,376,375,374,373,370,373,374,373,370,371,372,371,370,369,368,367,366,367,368,367,366,365,362,365,366,365,362,363,364,363,362,361,359,360,360,359,358,357,356,346,352,346,356,356,355,352,354,352,355,352,354,353,347,353,351,353,347,352,346,352,348,348,352,347,349,347,351,350,343,349,347,349,343,348,347,346,343,346,347,346,343,344,345,344,343,341,342,334,334,342,336,334,340,341,340,334,330,330,339,340,339,330,338,328,338,330,335,336,337,336,335,334,333,334,335,332,330,334,334,333,332,331,332,333,332,331,330,327,330,331,330,327,328,329,328,327,326,324,325,325,324,321,324,317,321,316,314,323,323,314,318,323,322,316,321,316,322,316,321,317,320,319,315,318,315,319,315,318,314,313,316,317,316,313,314,315,314,313,312,311,306,306,311,302,310,305,309,309,305,303,306,307,308,307,306,305,302,305,306,305,302,303,304,303,302,301,300,298,300,299,298,296,297,285,291,285,297,295,297,296,285,283,296,293,295,296,295,293,294,288,294,293,293,286,288,292,290,291,285,291,290,290,284,285,287,289,288,288,286,287,284,287,286,286,283,284,285,284,283,282,269,281,280,281,269,279,281,280,269,272,280,277,279,280,279,277,278,276,278,277,277,274,276,276,274,275,273,275,274,274,272,273,270,273,272,272,269,270,271,270,269,268,267,265,267,266,265,262,264,263,263,261,262,259,262,261,261,258,259,260,259,258,257,256,254,256,255,254,253,251,252,250,252,251,251,249,250,248,250,249,249,247,248,245,248,247,247,244,245,246,245,244,243,242,240,242,241,240,237,239,238,238,236,237,234,237,236,236,233,234,235,234,233,232,230,231,228,231,230,230,227,228,229,228,227,226,225,223,225,224,223,222,221,219,221,220,219,218,217,215,217,216,215,214,200,211,213,205,206,206,209,213,212,213,209,213,212,210,212,211,210,210,211,200,200,203,210,209,206,208,207,208,206,206,204,207,204,206,205,205,203,204,201,204,203,203,200,201,202,201,200,192,199,198,197,198,199,198,190,192,198,197,194,197,195,194,196,189,195,194,195,189,189,187,194,191,193,192,192,190,191,188,191,190,190,187,188,189,188,187,186,185,183,185,184,183,182,180,181,178,181,180,180,177,178,179,178,177,176,174,175,173,175,174,174,172,173,170,173,172,172,169,170,171,170,169,168,167,165,167,166,165,164,163,161,163,162,161,160,158,159,156,159,158,158,155,156,157,156,155,151,154,153,153,150,151,152,151,150,149,148,146,148,147,146,145,144,142,144,143,142,141,129,137,139,140,134,136,140,139,135,139,134,139,138,136,137,136,138,136,137,129,129,132,136,133,135,134,134,132,133,130,133,132,132,129,130,131,130,129,128,127,125,127,126,125,124,123,121,123,122,121,120,118,119,116,119,118,118,111,117,118,117,116,111,113,117,115,116,117,114,116,115,115,112,114,109,114,112,113,111,112,109,112,111,111,108,109,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,97,98,95,98,97,97,94,95,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,61,73,63,73,71,63,71,73,68,72,71,70,68,70,71,70,68,69,66,69,68,68,64,66,65,67,66,66,64,65,62,65,64,64,61,62,63,62,61,60,59,57,59,58,57,56,55,53,55,54,53,52,50,51,49,44,51,44,41,51,49,51,50,50,48,49,46,49,48,46,48,47,47,43,46,45,46,43,45,43,44,41,44,43,43,40,41,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,29,30,28,30,29,29,27,28,25,28,27,27,24,25,26,25,24,23,21,22,19,22,21,21,18,19,20,19,18,17,16,14,16,15,14,13,11,12,9,12,11,11,8,9,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[-0.24,0,-2.16,-0.24,3.36,-2.16,-2.16,3.36,-2.16,-2.16,0,-2.16,2.16,0,-2.16,2.16,3.36,-2.16,0.24,3.36,-2.16,0.24,0,-2.16,-0.4,4.16,-2.32,-0.24,3.36,-2.32,-0.24,4.16,-2.32,-2.32,4.16,-2.32,-2.16,3.36,-2.32,-2.32,3.36,-2.32,0.24,0,-2.16,0.24,3.36,-2.16,-0.24,3.36,-2.16,-0.24,0,-2.16,0.56,4.16,-2.32,2.32,3.36,-2.32,2.32,4.16,-2.32,0.24,4.16,-2.32,2.16,3.36,-2.32,0.24,3.36,-2.32,-0.4,4.64,-1.52,0.4,4.32,-1.52,0.4,4.64,-1.52,-0.4,4.32,-1.52,0.4,4.16,-1.52,-0.4,4.16,-1.52,0.24,4.16,-1.52,-0.24,4.16,-1.52,0.24,3.36,-2.32,0.24,4.16,-2.32,-0.24,4.16,-2.32,-0.24,3.36,-2.32,0.4,4.32,0.56,0.4,4.64,0.56,-0.4,4.64,0.56,-0.4,4.32,0.56,-1.52,4.64,-0.4,-0.56,4.48,-0.4,-0.56,4.64,-0.4,-1.52,4.48,-0.4,-0.72,4.48,-0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,-1.52,4.16,-0.4,-1.2,4.16,-0.4,-0.72,4.32,-0.4,-0.4,4.16,-0.4,-0.56,4.32,-0.4,-0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.48,-0.72,-0.4,4.48,-0.72,-0.4,4.32,-0.72,0.4,4.32,1.2,0.4,4.48,1.2,-0.4,4.48,1.2,-0.4,4.32,1.2,1.2,4.32,-0.4,1.52,4.16,-0.4,1.52,4.32,-0.4,0.72,4.32,-0.4,0.4,4.16,-0.4,0.56,4.32,-0.4,0.4,4.32,-0.4,0.72,4.48,-0.4,0.56,4.64,-0.4,0.72,4.64,-0.4,1.52,4.48,-0.4,1.52,4.64,-0.4,1.2,4.48,-0.4,-2.16,0,2.16,-2.16,3.36,2.16,-0.24,3.36,2.16,-0.24,0,2.16,0.24,0,2.16,0.24,3.36,2.16,2.16,3.36,2.16,2.16,0,2.16,-2.32,3.36,2.32,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,3.36,2.32,-0.24,0,2.16,-0.24,3.36,2.16,0.24,3.36,2.16,0.24,0,2.16,0.24,3.36,2.32,0.24,4.16,2.32,2.32,4.16,2.32,2.32,3.36,2.32,0.4,4.64,1.52,-0.4,4.16,1.52,-0.4,4.64,1.52,0.4,4.16,1.52,-0.24,4.16,1.52,0.24,4.16,1.52,-0.24,3.36,2.32,-0.24,4.16,2.32,0.24,4.16,2.32,0.24,3.36,2.32,-0.4,4.32,-0.56,-0.4,4.64,-0.56,0.4,4.64,-0.56,0.4,4.32,-0.56,-0.56,4.64,0.4,-1.52,4.48,0.4,-1.52,4.64,0.4,-0.56,4.48,0.4,-1.2,4.48,0.4,-0.72,4.48,0.4,-1.52,4.16,0.4,-1.2,4.32,0.4,-1.2,4.16,0.4,-0.72,4.32,0.4,-0.56,4.32,0.4,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.48,-1.2,0.4,4.48,-1.2,0.4,4.32,-1.2,-0.4,4.32,0.72,-0.4,4.48,0.72,0.4,4.48,0.72,0.4,4.32,0.72,0.56,4.32,0.4,0.4,4.16,0.4,0.4,4.32,0.4,0.72,4.32,0.4,1.52,4.16,0.4,1.2,4.32,0.4,1.52,4.32,0.4,0.72,4.48,0.4,0.72,4.64,0.4,1.52,4.64,0.4,1.52,4.48,0.4,1.2,4.48,0.4,0.56,4.64,0.4,-2.16,0,-2.16,-2.16,3.36,-2.16,-2.16,3.36,-0.24,-2.16,0,-0.24,-2.16,0,0.24,-2.16,3.36,0.24,-2.16,3.36,2.16,-2.16,0,2.16,-2.32,4.16,-0.4,-2.32,3.36,-2.32,-2.32,4.16,-2.32,-2.32,4.16,-0.24,-2.32,3.36,-0.24,-2.32,4.16,2.16,-2.32,3.36,0.24,-2.32,4.16,0.24,-2.32,4.16,2.32,-2.32,3.36,2.16,-2.32,3.36,2.32,-2.16,0,-0.24,-2.16,3.36,-0.24,-2.16,3.36,0.24,-2.16,0,0.24,-2.32,3.36,-0.24,-2.32,4.16,-0.24,-2.32,4.16,0.24,-2.32,3.36,0.24,-1.52,4.64,0.4,-1.52,4.48,-0.4,-1.52,4.64,-0.4,-1.52,4.48,0.4,-1.52,4.16,-0.4,-1.52,4.16,0.4,-1.52,4.16,-0.24,-1.52,4.16,0.24,0.56,4.64,0.4,0.56,4.32,-0.4,0.56,4.64,-0.4,0.56,4.32,0.4,0.56,4.32,0.08,0.56,4.32,0.24,-0.72,4.32,-0.4,-0.72,4.48,-0.4,-0.72,4.48,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.16,-1.52,-0.4,4.32,-1.52,-0.4,4.32,-0.72,-0.4,4.16,-0.4,-0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.48,-1.2,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,-0.4,4.48,-0.72,-0.4,4.64,-0.56,-0.4,4.32,0.56,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,0.72,-0.4,4.16,1.36,-0.4,4.32,1.2,-0.4,4.32,1.36,-0.4,4.16,1.52,-0.4,4.64,1.52,-0.4,4.64,1.36,-0.4,4.48,0.72,-0.4,4.64,0.72,-0.4,4.64,1.2,-0.4,4.48,1.2,-0.4,4.64,0.56,1.2,4.32,-0.4,1.2,4.48,-0.4,1.2,4.48,0.4,1.2,4.32,0.4,2.16,0,-0.24,2.16,3.36,-0.24,2.16,3.36,-2.16,2.16,0,-2.16,2.16,0,2.16,2.16,3.36,2.16,2.16,3.36,0.24,2.16,0,0.24,2.32,4.16,-0.4,2.32,3.36,-0.24,2.32,4.16,-0.24,2.32,4.16,-0.56,2.32,3.36,-2.32,2.32,4.16,-2.32,2.32,4.16,2.16,2.32,3.36,2.32,2.32,4.16,2.32,2.32,4.16,2,2.32,3.36,2.16,2.32,4.16,0.24,2.32,3.36,0.24,2.16,0,0.24,2.16,3.36,0.24,2.16,3.36,-0.24,2.16,0,-0.24,1.52,4.64,-0.4,1.52,4.48,0.4,1.52,4.64,0.4,1.52,4.48,-0.4,1.52,4.32,0.4,1.52,4.32,-0.4,1.52,4.16,0.4,1.52,4.16,-0.4,1.52,4.16,0.24,1.52,4.16,-0.24,2.32,3.36,0.24,2.32,4.16,0.24,2.32,4.16,-0.24,2.32,3.36,-0.24,-0.56,4.64,-0.4,-0.56,4.48,0.4,-0.56,4.64,0.4,-0.56,4.48,-0.4,-0.56,4.32,0.4,-0.56,4.32,-0.4,-0.56,4.32,0.24,-1.2,4.32,0.4,-1.2,4.48,0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,0.4,4.32,-0.56,0.4,4.16,-0.4,0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.16,-0.56,0.4,4.32,-1.2,0.4,4.16,-1.52,0.4,4.32,-1.52,0.4,4.48,-1.2,0.4,4.64,-1.52,0.4,4.64,-1.2,0.4,4.48,-0.72,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.32,1.2,0.4,4.16,1.36,0.4,4.32,1.36,0.4,4.32,0.72,0.4,4.16,0.4,0.4,4.32,0.56,0.4,4.32,0.4,0.4,4.16,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.4,4.48,0.72,0.4,4.64,0.56,0.4,4.64,0.72,0.4,4.48,1.2,0.4,4.64,1.2,0.72,4.32,0.4,0.72,4.48,0.4,0.72,4.48,-0.4,0.72,4.32,-0.4,-0.4,4.16,-2.32,-2.32,4.16,-0.4,-2.32,4.16,-2.32,-1.52,4.16,-0.4,-0.4,4.16,-1.52,-1.2,4.16,-0.4,-0.4,4.16,-0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-0.24,4.16,-2.32,-0.24,4.16,-1.52,2.32,4.16,-2.32,0.56,4.16,-1.52,0.56,4.16,-2.32,0.56,4.16,-0.56,2.32,4.16,-0.56,0.4,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,-2.32,1.52,4.16,-0.4,0.4,4.16,-0.4,0.4,4.16,-0.56,2.32,4.16,-0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,-1.52,4.16,0.24,-2.32,4.16,2.16,-2.32,4.16,0.24,-1.52,4.16,2.16,-1.52,4.16,0.4,-1.52,4.16,2,-1.2,4.16,0.4,-0.4,4.16,2,-0.4,4.16,0.4,-0.4,4.16,1.52,-0.4,4.16,1.36,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,4.16,2.16,-0.24,4.16,2,-0.24,4.16,1.52,1.52,4.16,0.4,0.4,4.16,1.36,0.4,4.16,0.4,0.4,4.16,1.52,1.52,4.16,2,0.4,4.16,2,2.32,4.16,0.24,1.52,4.16,0.24,2.32,4.16,2,0.4,4.16,2.16,2.32,4.16,2.16,2.32,4.16,2.32,0.24,4.16,2.32,0.24,4.16,2.16,0.24,4.16,1.52,-1.52,4.64,-0.4,-0.56,4.64,-0.4,-1.52,4.64,0.4,-0.56,4.64,0.4,0.4,4.64,-1.52,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,0.4,4.64,-1.2,-0.4,4.64,-0.56,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.64,0.56,-0.4,4.64,0.72,-0.4,4.64,0.56,-0.4,4.64,1.2,0.4,4.64,0.72,-0.4,4.64,1.36,0.4,4.64,1.2,-0.4,4.64,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.72,4.64,-0.4,0.56,4.64,0.4,0.56,4.64,-0.4,0.72,4.64,0.4,1.52,4.64,-0.4,1.52,4.64,0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-2.32,4.16,0.24,-1.52,4.16,0.24,-1.2,4.32,-0.4,-0.72,4.32,-0.4,-1.2,4.32,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,0.4,4.32,-1.2,-0.4,4.32,-0.72,0.4,4.32,-0.72,0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.32,-0.56,-0.4,4.32,0.08,0.4,4.32,-0.4,0.4,4.32,0.08,-0.4,4.32,0.24,0.56,4.32,0.24,-0.4,4.32,0.4,-0.56,4.32,0.4,-0.56,4.32,0.24,0.4,4.32,0.4,0.56,4.32,0.4,0.56,4.32,0.08,-0.4,4.32,0.56,0.4,4.32,0.56,-0.56,4.32,-0.4,0.56,4.32,-0.4,-0.4,4.32,0.72,0.4,4.32,0.72,-0.4,4.32,1.2,0.4,4.32,1.2,-0.24,4.16,-2.32,0.24,4.16,-2.32,-0.24,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,1.52,-0.24,4.16,2,-0.24,4.16,1.52,-0.24,4.16,2.16,0.24,4.16,2.16,-0.24,4.16,2.32,0.24,4.16,2.32,0.72,4.32,-0.4,1.2,4.32,-0.4,0.72,4.32,0.4,1.2,4.32,0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,1.52,4.16,0.24,2.32,4.16,0.24],"colors":[0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1]},"explosion_6_optimised":{"faces":[409,407,408,408,407,406,405,403,404,404,403,402,397,400,401,400,397,398,399,398,397,392,395,396,395,392,393,394,393,392,391,390,389,386,389,390,389,386,384,384,387,388,387,384,385,386,385,384,378,382,383,379,382,378,376,380,381,374,380,376,379,378,377,374,377,378,377,374,375,376,375,374,373,371,372,372,371,370,369,368,367,365,367,368,367,365,366,366,362,359,362,366,365,365,364,362,363,362,364,362,363,361,361,359,362,359,361,360,360,358,359,359,358,357,356,354,355,355,354,353,352,351,349,351,350,349,348,347,345,347,346,345,344,343,341,343,342,341,340,339,337,339,338,337,336,333,331,335,332,334,333,334,332,332,331,333,332,330,331,327,331,330,330,326,327,326,329,328,328,325,326,327,326,325,324,323,320,323,317,320,322,320,321,318,321,320,320,317,318,319,318,317,313,316,315,315,312,313,314,313,312,308,311,310,310,307,308,309,308,307,303,306,305,305,302,303,304,303,302,298,301,300,300,297,298,299,298,297,296,294,295,289,295,294,294,293,289,288,289,293,292,290,291,288,291,290,290,287,288,289,288,287,286,285,283,285,284,283,282,281,279,281,280,279,278,277,275,277,276,275,274,273,271,273,272,271,270,269,267,269,268,267,266,265,263,265,264,263,262,261,259,261,260,259,257,258,251,249,257,251,256,252,255,254,255,252,252,253,254,250,253,252,252,249,250,251,250,249,245,248,247,247,244,245,246,245,244,240,243,242,242,239,240,241,240,239,238,236,237,234,237,236,236,235,234,233,234,235,226,229,234,234,233,226,223,226,233,231,232,228,228,227,231,224,231,227,228,230,229,229,226,228,227,228,226,224,227,226,226,223,224,225,224,223,221,222,218,216,221,218,217,220,219,219,216,217,218,217,216,212,215,205,214,212,213,211,213,212,208,212,205,212,208,211,210,211,208,208,209,210,206,209,208,208,205,206,207,206,205,204,203,201,203,202,201,200,199,197,199,198,197,196,195,193,195,194,193,192,191,189,191,190,189,185,188,187,187,186,185,183,185,186,185,183,184,181,184,183,183,180,181,182,181,180,176,179,178,178,175,176,177,176,175,174,173,171,173,168,171,169,172,171,171,168,169,170,169,168,164,167,166,166,163,164,165,164,163,162,160,161,158,161,160,160,157,158,159,158,157,156,153,155,153,154,155,152,154,153,153,151,152,149,152,151,151,148,149,150,149,148,147,146,144,146,145,144,143,140,142,141,142,140,140,139,141,140,135,139,138,139,135,135,134,138,137,134,132,136,133,135,134,135,133,133,132,134,133,131,132,126,132,131,131,125,126,128,130,129,129,127,128,125,128,127,127,124,125,126,125,124,123,118,113,113,114,123,120,123,114,122,120,121,112,121,120,120,114,112,119,117,118,113,118,117,117,116,113,113,116,115,115,112,113,114,113,112,111,110,108,110,109,108,107,105,106,105,103,106,103,105,102,104,103,99,102,99,103,99,102,101,101,98,99,100,99,98,97,96,94,96,95,94,90,93,92,92,89,90,91,90,89,87,88,86,85,87,86,86,84,85,83,85,84,84,82,83,81,83,82,81,82,78,76,81,78,77,80,79,79,76,77,78,77,76,75,74,72,74,73,72,63,71,70,66,63,70,69,67,68,62,68,67,67,64,62,63,66,65,65,62,63,64,63,62,58,61,60,60,57,58,59,58,57,54,56,52,55,54,49,52,49,54,53,51,52,49,52,51,51,48,49,50,49,48,44,47,46,46,43,44,45,44,43,36,42,41,35,36,41,38,40,39,39,37,38,35,38,37,37,34,35,36,35,34,31,33,32,32,30,31,28,31,30,28,30,29,29,27,28,25,28,27,27,24,25,26,25,24,23,21,22,20,22,21,21,19,20,17,20,19,19,16,17,18,17,16,15,3,14,13,14,3,3,5,13,6,12,11,11,10,6,8,6,10,9,7,8,6,8,7,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[2.5,16,-3.5,3.5,15,-3.5,3.5,16,-3.5,1.5,16,-3.5,3.5,10,-3.5,-1.5,16,-3.5,-2.5,10,-3.5,-2.5,16,-3.5,-2.5,13,-3.5,-2.5,14,-3.5,-4.5,13,-3.5,-4.5,11,-3.5,-4.5,10,-3.5,-1.5,17,-3.5,-1.5,18,-3.5,1.5,18,-3.5,3.5,10,-3.5,4.5,9,-3.5,4.5,10,-3.5,-2.5,10,-3.5,1.5,9,-3.5,-4.5,10,-3.5,-2.5,9,-3.5,-4.5,9,-3.5,-1.5,9,-1.5,0.5,7,-1.5,0.5,9,-1.5,-1.5,8,-1.5,0.5,6,-1.5,-1.5,6,-1.5,-0.5,6,-1.5,0.5,5,-1.5,-0.5,4,-1.5,0.5,4,-1.5,-5.5,15,-2.5,-4.5,14,-2.5,-4.5,15,-2.5,-5.5,12,-2.5,-4.5,13,-2.5,-5.5,11,-2.5,-4.5,11,-2.5,-3.5,14,-2.5,-3.5,15,-2.5,-2.5,8,-1.5,-1.5,6,-1.5,-1.5,8,-1.5,-2.5,5,-1.5,-1.5,5,-1.5,-1.5,6,-1.5,-0.5,4,-1.5,-0.5,6,-1.5,-1.5,5,-1.5,-0.5,3,-1.5,-1.5,3,-1.5,0.5,2,-1.5,0.5,4,-1.5,-0.5,2,-1.5,0.5,5,0.5,1.5,2,0.5,1.5,5,0.5,0.5,4,0.5,0.5,2,0.5,3.5,14,-4.5,4.5,11,-4.5,4.5,14,-4.5,3.5,10,-4.5,4.5,10,-4.5,5.5,14,-4.5,3.5,15,-4.5,5.5,15,-4.5,5.5,10,-4.5,5.5,11,-4.5,5.5,11,-4.5,5.5,14,-4.5,4.5,14,-4.5,4.5,11,-4.5,-3.5,14,-3.5,-2.5,13,-3.5,-2.5,14,-3.5,-4.5,14,-3.5,-4.5,13,-3.5,-3.5,16,-3.5,-2.5,16,-3.5,-3.5,17,-3.5,-1.5,16,-3.5,-2.5,17,-3.5,-1.5,17,-3.5,-2.5,18,-3.5,-1.5,18,-3.5,0.5,7,-1.5,1.5,5,-1.5,1.5,7,-1.5,0.5,6,-1.5,0.5,5,-1.5,1.5,7,-1.5,1.5,9,-1.5,0.5,9,-1.5,0.5,7,-1.5,1.5,18,-3.5,2.5,17,-3.5,2.5,18,-3.5,1.5,16,-3.5,2.5,16,-3.5,4.5,16,-3.5,4.5,17,-3.5,3.5,16,-3.5,4.5,15,-3.5,3.5,15,-3.5,-1.5,8,-1.5,-1.5,9,-1.5,-2.5,9,-1.5,-2.5,8,-1.5,4.5,15,3.5,-1.5,13,3.5,-1.5,15,3.5,4.5,10,3.5,-1.5,10,3.5,-3.5,10,3.5,-2.5,13,3.5,-3.5,13,3.5,-2.5,15,3.5,4.5,16,3.5,-2.5,16,3.5,-2.5,14,3.5,-1.5,10,3.5,-3.5,9,3.5,-3.5,10,3.5,4.5,10,3.5,-2.5,9,3.5,4.5,9,3.5,1.5,9,3.5,-4.5,9,3.5,-3.5,13,3.5,-4.5,13,3.5,-2.5,14,3.5,-3.5,14,3.5,-4.5,14,3.5,-2.5,13,3.5,-2.5,15,3.5,-2.5,16,3.5,-3.5,16,3.5,4.5,16,3.5,4.5,17,3.5,-3.5,17,3.5,-2.5,17,1.5,-2.5,18,1.5,2.5,18,1.5,2.5,17,1.5,0.5,9,1.5,-1.5,8,1.5,-1.5,9,1.5,0.5,7,1.5,-1.5,6,1.5,0.5,6,1.5,-0.5,6,1.5,-0.5,4,1.5,0.5,4,1.5,1.5,7,1.5,0.5,6,1.5,0.5,7,1.5,1.5,2,1.5,0.5,4,1.5,0.5,2,1.5,5.5,15,2.5,4.5,10,2.5,4.5,15,2.5,5.5,14,2.5,5.5,10,2.5,-4.5,15,2.5,-5.5,11,2.5,-5.5,15,2.5,-4.5,14,2.5,-4.5,11,2.5,-3.5,15,2.5,-3.5,14,2.5,-1.5,8,1.5,-2.5,5,1.5,-2.5,8,1.5,-1.5,6,1.5,-1.5,5,1.5,-0.5,6,0.5,-1.5,5,0.5,-1.5,6,0.5,-0.5,4,0.5,-1.5,3,0.5,-0.5,3,0.5,0.5,4,0.5,0.5,2,0.5,-0.5,2,0.5,0.5,7,1.5,0.5,9,1.5,1.5,9,1.5,1.5,7,1.5,-2.5,8,1.5,-2.5,9,1.5,-1.5,9,1.5,-1.5,8,1.5,-5.5,12,-1.5,-5.5,15,-1.5,-5.5,15,1.5,-5.5,12,1.5,-2.5,5,-1.5,-2.5,8,-1.5,-2.5,8,1.5,-2.5,5,1.5,-4.5,10,1.5,-4.5,9,-3.5,-4.5,10,-3.5,-4.5,10,2.5,-4.5,9,2.5,-4.5,9,3.5,-4.5,13,3.5,-4.5,11,2.5,-4.5,14,3.5,-4.5,14,2.5,-4.5,11,1.5,-4.5,11,-2.5,-4.5,10,-3.5,-4.5,11,-3.5,-4.5,11,1.5,-4.5,10,1.5,-4.5,13,-2.5,-4.5,13,-3.5,-3.5,17,1.5,-3.5,16,-3.5,-3.5,17,-3.5,-3.5,16,1.5,-3.5,16,-2.5,-3.5,15,-2.5,-3.5,15,1.5,-3.5,15,-1.5,-3.5,14,-3.5,-3.5,14,-2.5,-3.5,17,2.5,-3.5,15,2.5,-3.5,17,3.5,-3.5,16,3.5,-3.5,14,2.5,-3.5,14,3.5,-2.5,18,0.5,-2.5,17,-3.5,-2.5,18,-3.5,-2.5,18,1.5,-2.5,17,1.5,3.5,15,-3.5,3.5,14,-4.5,3.5,15,-4.5,3.5,10,-3.5,3.5,10,-4.5,-5.5,12,-1.5,-5.5,11,-2.5,-5.5,12,-2.5,-5.5,12,1.5,-5.5,11,1.5,-5.5,11,2.5,-5.5,15,2.5,-5.5,15,1.5,-5.5,15,-1.5,-5.5,15,-2.5,-2.5,8,-1.5,-2.5,9,-1.5,-2.5,9,1.5,-2.5,8,1.5,-1.5,3,-1.5,-1.5,5,-1.5,-1.5,5,0.5,-1.5,3,0.5,-0.5,2,-1.5,-0.5,3,-1.5,-0.5,3,0.5,-0.5,2,0.5,-0.5,4,0.5,-0.5,6,0.5,-0.5,6,1.5,-0.5,4,1.5,0.5,2,0.5,0.5,4,0.5,0.5,4,1.5,0.5,2,1.5,-4.5,13,-3.5,-4.5,14,-3.5,-4.5,14,-2.5,-4.5,13,-2.5,5.5,11,1.5,5.5,14,1.5,5.5,14,-4.5,5.5,11,-4.5,4.5,17,-3.5,4.5,16,1.5,4.5,17,1.5,4.5,16,-3.5,4.5,15,1.5,4.5,15,-3.5,4.5,16,2.5,4.5,16,3.5,4.5,17,2.5,4.5,17,3.5,1.5,7,0.5,1.5,2,1.5,1.5,7,1.5,1.5,5,0.5,1.5,2,0.5,1.5,9,-1.5,1.5,7,1.5,1.5,9,1.5,1.5,7,-1.5,1.5,7,0.5,2.5,18,0.5,2.5,17,1.5,2.5,18,1.5,2.5,18,-3.5,2.5,17,-3.5,4.5,10,2.5,4.5,9,3.5,4.5,10,3.5,4.5,10,-3.5,4.5,9,-3.5,4.5,16,2.5,4.5,15,3.5,4.5,16,3.5,4.5,15,2.5,4.5,10,3.5,4.5,10,2.5,4.5,16,1.5,4.5,15,1.5,5.5,11,-4.5,5.5,10,1.5,5.5,11,1.5,5.5,10,-4.5,5.5,10,-3.5,5.5,10,2.5,5.5,14,1.5,5.5,14,2.5,5.5,15,-4.5,5.5,15,-3.5,5.5,15,2.5,5.5,14,-4.5,0.5,2,0.5,0.5,4,0.5,0.5,4,-1.5,0.5,2,-1.5,1.5,5,0.5,1.5,7,0.5,1.5,7,-1.5,1.5,5,-1.5,0.5,4,0.5,0.5,5,0.5,0.5,5,-1.5,0.5,4,-1.5,-1.5,5,1.5,-1.5,6,1.5,-1.5,6,0.5,-1.5,5,0.5,-1.5,18,-3.5,1.5,18,-3.5,-1.5,18,0.5,1.5,18,0.5,2.5,17,-3.5,4.5,17,-3.5,2.5,17,1.5,4.5,17,1.5,4.5,17,2.5,-2.5,17,2.5,4.5,17,3.5,-3.5,17,3.5,-3.5,17,2.5,-2.5,17,1.5,-2.5,17,-3.5,-3.5,17,1.5,-3.5,17,-3.5,-5.5,15,-1.5,-3.5,15,-1.5,-5.5,15,1.5,-3.5,15,1.5,-1.5,18,0.5,-2.5,18,1.5,-2.5,18,0.5,2.5,18,1.5,1.5,18,0.5,2.5,18,0.5,-1.5,18,-3.5,-2.5,18,-3.5,2.5,18,-3.5,1.5,18,-3.5,5.5,15,-3.5,4.5,15,1.5,4.5,15,-3.5,4.5,15,2.5,5.5,15,2.5,5.5,15,-4.5,3.5,15,-3.5,3.5,15,-4.5,-4.5,15,-2.5,-5.5,15,-1.5,-5.5,15,-2.5,-3.5,15,-1.5,-3.5,15,-2.5,-3.5,15,1.5,-5.5,15,2.5,-5.5,15,1.5,-4.5,15,2.5,-3.5,15,2.5,-4.5,14,-3.5,-3.5,14,-3.5,-4.5,14,-2.5,-3.5,14,-2.5,-4.5,14,2.5,-3.5,14,2.5,-4.5,14,3.5,-3.5,14,3.5],"colors":[0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.6901961,0.2509804,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.9294118,0.5647059,0.2196078,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.972549,0.9372549,0.5058824,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1,0.9882353,0.8431373,0.2509804,1]},"explosion_8_optimised":{"faces":[195,194,188,193,188,194,188,193,189,192,191,190,186,190,191,190,186,187,189,187,188,188,187,186,185,184,183,180,183,184,183,180,181,182,181,180,179,178,177,174,177,178,177,174,175,176,175,174,173,172,167,167,172,169,171,170,168,168,170,164,169,168,167,164,167,168,167,164,165,166,165,164,163,161,162,162,161,160,159,158,156,158,157,156,155,154,152,154,153,152,151,150,148,150,149,148,147,146,144,146,145,144,143,142,140,142,141,140,139,138,136,138,137,136,135,133,134,131,134,133,133,130,131,132,131,130,126,129,128,128,125,126,127,126,125,123,124,118,121,123,118,119,122,121,121,118,119,120,119,118,117,116,114,116,115,114,110,113,112,112,109,110,111,110,109,108,107,105,107,106,105,104,103,101,103,102,101,100,99,97,99,98,97,96,95,93,95,94,93,92,91,89,91,90,89,88,87,84,87,81,84,86,84,85,82,85,84,84,81,82,83,82,81,80,79,77,79,78,77,76,75,73,75,74,73,69,72,71,71,70,69,68,69,70,69,68,66,68,63,66,64,67,66,66,63,64,65,64,63,62,60,61,58,61,60,60,57,58,59,58,57,56,54,55,52,55,54,54,51,52,53,52,51,50,49,47,49,48,47,46,45,43,45,44,43,42,41,39,41,40,39,35,38,37,37,34,35,36,35,34,28,33,32,27,28,32,31,29,30,27,30,29,29,26,27,28,27,26,25,24,22,24,23,22,19,21,17,20,19,18,17,18,19,14,18,17,13,14,17,13,16,15,15,12,13,14,13,12,11,9,10,7,10,9,9,6,7,8,7,6,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-4.5,16,-3.5,-1.5,12,-3.5,-1.5,16,-3.5,-6.5,16,-3.5,-2.5,12,-3.5,-6.5,12,-3.5,-4.5,18,-2.5,5.5,16,-2.5,5.5,18,-2.5,-4.5,16,-2.5,4.5,16,-2.5,-1.5,16,-2.5,-1.5,16,-3.5,0.5,14,-3.5,0.5,16,-3.5,-1.5,12,-3.5,0.5,12,-3.5,2.5,14,-3.5,2.5,16,-3.5,4.5,12,-3.5,4.5,16,-3.5,2.5,12,-3.5,6.5,12,-3.5,6.5,16,-3.5,4.5,16,-3.5,4.5,12,-3.5,-1.5,12,-0.5,-0.5,10,-0.5,-0.5,12,-0.5,-1.5,10,-0.5,-0.5,8,-0.5,-1.5,8,-0.5,0.5,10,-0.5,0.5,12,-0.5,0.5,12,1.5,1.5,9,1.5,1.5,12,1.5,0.5,10,1.5,0.5,9,1.5,2.5,12,-3.5,2.5,14,-3.5,0.5,14,-3.5,0.5,12,-3.5,-1.5,10,-1.5,-1.5,12,-1.5,-2.5,12,-1.5,-2.5,10,-1.5,4.5,11,0.5,4.5,12,0.5,2.5,12,0.5,2.5,11,0.5,-4.5,16,4.5,-6.5,12,4.5,-6.5,16,4.5,-1.5,16,4.5,-2.5,12,4.5,-1.5,12,4.5,5.5,18,3.5,-4.5,16,3.5,-4.5,18,3.5,5.5,16,3.5,-1.5,16,3.5,4.5,16,3.5,0.5,16,4.5,-1.5,12,4.5,-1.5,16,4.5,0.5,15,4.5,0.5,12,4.5,2.5,16,4.5,2.5,15,4.5,4.5,16,4.5,4.5,12,4.5,2.5,12,4.5,0.5,12,4.5,0.5,15,4.5,2.5,15,4.5,2.5,12,4.5,4.5,12,4.5,4.5,16,4.5,6.5,16,4.5,6.5,12,4.5,-0.5,12,1.5,-1.5,10,1.5,-1.5,12,1.5,-0.5,10,1.5,-1.5,8,1.5,-0.5,8,1.5,0.5,12,1.5,0.5,10,1.5,0.5,9,3.5,0.5,12,3.5,1.5,12,3.5,1.5,9,3.5,-2.5,10,0.5,-2.5,12,0.5,-1.5,12,0.5,-1.5,10,0.5,2.5,11,2.5,2.5,12,2.5,4.5,12,2.5,4.5,11,2.5,-6.5,12,-3.5,-6.5,16,-3.5,-6.5,16,4.5,-6.5,12,4.5,-4.5,16,-2.5,-4.5,18,-2.5,-4.5,18,3.5,-4.5,16,3.5,0.5,12,3.5,0.5,10,1.5,0.5,12,1.5,0.5,9,3.5,0.5,9,1.5,-2.5,10,-1.5,-2.5,12,-1.5,-2.5,12,0.5,-2.5,10,0.5,-1.5,10,0.5,-1.5,8,-0.5,-1.5,10,-0.5,-1.5,10,1.5,-1.5,8,1.5,-1.5,12,1.5,-1.5,12,0.5,2.5,12,1.5,2.5,11,0.5,2.5,12,0.5,2.5,12,2.5,2.5,11,2.5,6.5,16,3.5,6.5,12,4.5,6.5,16,4.5,6.5,16,-2.5,6.5,12,-3.5,6.5,16,-3.5,5.5,16,3.5,5.5,18,3.5,5.5,18,-2.5,5.5,16,-2.5,1.5,9,3.5,1.5,12,3.5,1.5,12,1.5,1.5,9,1.5,-0.5,8,1.5,-0.5,10,1.5,-0.5,10,-0.5,-0.5,8,-0.5,0.5,10,1.5,0.5,12,1.5,0.5,12,-0.5,0.5,10,-0.5,-1.5,10,-0.5,-1.5,12,-0.5,-1.5,12,-1.5,-1.5,10,-1.5,4.5,11,2.5,4.5,12,2.5,4.5,12,0.5,4.5,11,0.5,-4.5,18,-2.5,5.5,18,-2.5,-4.5,18,3.5,5.5,18,3.5,-4.5,16,-3.5,-6.5,16,4.5,-6.5,16,-3.5,-4.5,16,4.5,-4.5,16,-2.5,-4.5,16,3.5,-1.5,16,-3.5,-1.5,16,-2.5,-1.5,16,3.5,-1.5,16,4.5,0.5,16,-3.5,-1.5,16,-2.5,-1.5,16,-3.5,4.5,16,-2.5,2.5,16,-3.5,4.5,16,-3.5,4.5,16,3.5,-1.5,16,4.5,-1.5,16,3.5,0.5,16,4.5,4.5,16,4.5,2.5,16,4.5,5.5,16,-2.5,6.5,16,-2.5,5.5,16,3.5,6.5,16,3.5,6.5,16,-3.5,4.5,16,-2.5,4.5,16,-3.5,6.5,16,4.5,4.5,16,4.5,4.5,16,3.5],"colors":[0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.827451,0.3882353,0.1333333,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1]},"gift_6_optimised":{"faces":[790,788,789,789,788,787,786,784,785,785,784,783,780,781,782,781,780,779,776,779,780,779,776,777,778,777,776,775,773,774,774,773,772,771,769,770,770,769,768,763,767,755,755,767,754,766,760,751,765,761,764,764,761,758,755,757,763,757,761,762,761,757,758,756,751,760,760,759,756,758,756,759,756,758,757,757,755,756,751,756,753,753,756,755,755,754,753,750,753,754,753,750,751,752,751,750,749,747,748,748,747,746,745,743,744,744,743,742,741,739,740,740,739,738,737,736,735,732,735,736,735,732,733,734,733,732,731,730,729,728,729,730,729,728,727,726,727,728,727,726,725,722,725,726,725,722,723,724,723,722,721,720,719,718,719,720,719,718,717,714,717,718,717,714,715,716,715,714,713,711,712,712,711,710,709,708,698,704,698,708,708,707,704,706,704,707,704,706,705,699,705,703,705,699,704,698,704,700,700,704,699,701,699,703,702,695,701,699,701,695,700,699,698,695,698,699,698,695,696,697,696,695,693,694,686,686,694,688,686,692,693,692,686,682,682,691,692,691,682,690,680,690,682,687,688,689,688,687,686,685,686,687,684,682,686,686,685,684,683,684,685,684,683,682,679,682,683,682,679,680,681,680,679,678,676,677,677,676,673,676,669,673,668,666,675,675,666,670,675,674,668,673,668,674,668,673,669,672,671,667,670,667,671,667,670,666,665,668,669,668,665,666,667,666,665,664,663,658,658,663,654,662,657,661,661,657,655,658,659,660,659,658,657,654,657,658,657,654,655,656,655,654,653,652,650,652,651,650,648,649,637,643,637,649,647,649,648,637,635,648,645,647,648,647,645,646,640,646,645,645,638,640,644,642,643,637,643,642,642,636,637,639,641,640,640,638,639,636,639,638,638,635,636,637,636,635,634,621,633,632,633,621,631,633,632,621,624,632,629,631,632,631,629,630,628,630,629,629,626,628,628,626,627,625,627,626,626,624,625,622,625,624,624,621,622,623,622,621,620,619,617,619,618,617,614,616,615,615,613,614,611,614,613,613,610,611,612,611,610,609,608,606,608,607,606,605,604,602,604,603,602,601,600,598,600,599,598,597,596,594,596,595,594,593,592,590,592,591,590,589,588,586,588,587,586,585,584,582,584,583,582,581,580,578,580,579,578,577,576,574,576,575,574,573,572,570,572,571,570,569,568,566,568,567,566,565,564,562,564,563,562,561,560,558,560,559,558,557,556,554,556,555,554,553,552,550,552,551,550,549,548,546,548,547,546,545,544,542,544,543,542,541,540,538,540,539,538,537,536,534,536,535,534,533,532,530,532,531,530,529,528,526,528,527,526,525,524,522,524,523,522,521,520,518,520,519,518,517,516,514,516,515,514,513,512,510,512,511,510,509,507,508,506,508,507,507,505,506,504,506,505,505,503,504,501,504,503,503,500,501,502,501,500,499,498,496,498,497,496,493,495,494,494,492,493,490,493,492,492,489,490,491,490,489,488,486,487,484,487,486,486,483,484,485,484,483,482,481,479,481,480,479,478,464,475,477,469,470,470,473,477,476,477,473,477,476,474,476,475,474,474,475,464,464,467,474,473,470,472,471,472,470,470,468,471,468,470,469,469,467,468,465,468,467,467,464,465,466,465,464,456,463,462,461,462,463,462,454,456,462,461,458,461,459,458,460,453,459,458,459,453,453,451,458,455,457,456,456,454,455,452,455,454,454,451,452,453,452,451,450,449,447,449,448,447,446,444,445,442,445,444,444,441,442,443,442,441,440,438,439,437,439,438,438,436,437,434,437,436,436,433,434,435,434,433,432,431,429,431,430,429,428,427,425,427,426,425,424,423,421,423,422,421,420,419,417,419,418,417,416,415,413,415,414,413,412,411,409,411,410,409,408,407,405,407,406,405,404,403,401,403,402,401,400,399,397,399,398,397,396,395,393,395,394,393,392,391,389,391,390,389,388,387,385,387,386,385,384,383,381,383,382,381,380,379,377,379,378,377,376,375,373,375,374,373,372,371,369,371,370,369,368,367,365,367,366,365,364,363,361,363,362,361,360,359,357,359,358,357,356,355,353,355,354,353,352,351,349,351,350,349,348,347,345,347,346,345,344,343,341,343,342,341,340,339,337,339,338,337,336,335,333,335,334,333,332,331,329,331,330,329,328,326,327,324,327,326,326,323,324,325,324,323,319,322,321,321,318,319,320,319,318,317,305,313,315,316,310,312,316,315,311,315,310,315,314,312,313,312,314,312,313,305,305,308,312,309,311,310,310,308,309,306,309,308,308,305,306,307,306,305,304,303,301,303,302,301,300,299,297,299,298,297,296,294,295,292,295,294,294,287,293,294,293,292,287,289,293,291,292,293,290,292,291,291,288,290,285,290,288,289,287,288,285,288,287,287,284,285,286,285,284,283,282,280,282,281,280,279,278,276,278,277,276,275,274,272,274,273,272,271,270,268,270,269,268,267,266,264,266,265,264,263,262,260,262,261,260,259,258,256,258,257,256,255,254,252,254,253,252,251,250,248,250,249,248,247,246,244,246,245,244,243,242,240,242,241,240,239,238,236,238,237,236,235,234,232,234,233,232,231,230,228,230,229,228,227,225,226,223,226,225,225,222,223,224,223,222,221,220,218,220,219,218,217,216,214,216,215,214,213,212,210,212,211,210,209,208,206,208,207,206,205,204,202,204,203,202,201,200,198,200,199,198,197,196,194,196,195,194,193,192,190,192,191,190,189,188,186,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,168,166,168,167,166,165,164,162,164,163,162,149,161,151,161,159,151,159,161,156,160,159,158,156,158,159,158,156,157,154,157,156,156,152,154,153,155,154,154,152,153,150,153,152,152,149,150,151,150,149,148,147,145,147,146,145,144,143,141,143,142,141,140,138,139,137,132,139,132,129,139,137,139,138,138,136,137,134,137,136,134,136,135,135,131,134,133,134,131,133,131,132,129,132,131,131,128,129,130,129,128,127,126,124,126,125,124,123,122,120,122,121,120,119,118,116,118,117,116,115,114,112,114,113,112,111,110,108,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,69,70,68,70,69,69,67,68,65,68,67,67,64,65,66,65,64,63,62,60,62,61,60,59,58,56,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,30,28,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,13,14,11,14,13,13,10,11,12,11,10,9,8,6,8,7,6,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.4,4.16,-2.32,-0.24,3.36,-2.32,-0.24,4.16,-2.32,-2.32,4.16,-2.32,-2.16,3.36,-2.32,-2.32,3.36,-2.32,0.24,0,-2.16,0.24,3.36,-2.16,-0.24,3.36,-2.16,-0.24,0,-2.16,0.56,4.16,-2.32,2.32,3.36,-2.32,2.32,4.16,-2.32,0.24,4.16,-2.32,2.16,3.36,-2.32,0.24,3.36,-2.32,-2,0,-2.16,-2,3.36,-2.16,-2.16,3.36,-2.16,-2.16,0,-2.16,-1.84,0,-2.16,-1.84,3.36,-2.16,-2,3.36,-2.16,-2,0,-2.16,-1.68,0,-2.16,-1.68,3.36,-2.16,-1.84,3.36,-2.16,-1.84,0,-2.16,-1.52,0,-2.16,-1.52,3.36,-2.16,-1.68,3.36,-2.16,-1.68,0,-2.16,-1.36,0,-2.16,-1.36,3.36,-2.16,-1.52,3.36,-2.16,-1.52,0,-2.16,-1.2,0,-2.16,-1.2,3.36,-2.16,-1.36,3.36,-2.16,-1.36,0,-2.16,-1.04,0,-2.16,-1.04,3.36,-2.16,-1.2,3.36,-2.16,-1.2,0,-2.16,-0.88,0,-2.16,-0.88,3.36,-2.16,-1.04,3.36,-2.16,-1.04,0,-2.16,-0.72,0,-2.16,-0.72,3.36,-2.16,-0.88,3.36,-2.16,-0.88,0,-2.16,-0.56,0,-2.16,-0.56,3.36,-2.16,-0.72,3.36,-2.16,-0.72,0,-2.16,-0.4,0,-2.16,-0.4,3.36,-2.16,-0.56,3.36,-2.16,-0.56,0,-2.16,-0.24,0,-2.16,-0.24,3.36,-2.16,-0.4,3.36,-2.16,-0.4,0,-2.16,-0.4,4.64,-1.52,0.4,4.32,-1.52,0.4,4.64,-1.52,-0.4,4.32,-1.52,0.4,4.16,-1.52,-0.4,4.16,-1.52,0.24,4.16,-1.52,-0.24,4.16,-1.52,0.24,3.36,-2.32,0.24,4.16,-2.32,-0.24,4.16,-2.32,-0.24,3.36,-2.32,0.4,0,-2.16,0.4,3.36,-2.16,0.24,3.36,-2.16,0.24,0,-2.16,0.56,0,-2.16,0.56,3.36,-2.16,0.4,3.36,-2.16,0.4,0,-2.16,0.72,0,-2.16,0.72,3.36,-2.16,0.56,3.36,-2.16,0.56,0,-2.16,0.88,0,-2.16,0.88,3.36,-2.16,0.72,3.36,-2.16,0.72,0,-2.16,1.04,0,-2.16,1.04,3.36,-2.16,0.88,3.36,-2.16,0.88,0,-2.16,1.2,0,-2.16,1.2,3.36,-2.16,1.04,3.36,-2.16,1.04,0,-2.16,1.36,0,-2.16,1.36,3.36,-2.16,1.2,3.36,-2.16,1.2,0,-2.16,1.52,0,-2.16,1.52,3.36,-2.16,1.36,3.36,-2.16,1.36,0,-2.16,1.68,0,-2.16,1.68,3.36,-2.16,1.52,3.36,-2.16,1.52,0,-2.16,1.84,0,-2.16,1.84,3.36,-2.16,1.68,3.36,-2.16,1.68,0,-2.16,2,0,-2.16,2,3.36,-2.16,1.84,3.36,-2.16,1.84,0,-2.16,2.16,0,-2.16,2.16,3.36,-2.16,2,3.36,-2.16,2,0,-2.16,0.4,4.32,0.56,0.4,4.64,0.56,-0.4,4.64,0.56,-0.4,4.32,0.56,-1.52,4.64,-0.4,-0.56,4.48,-0.4,-0.56,4.64,-0.4,-1.52,4.48,-0.4,-0.72,4.48,-0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,-1.52,4.16,-0.4,-1.2,4.16,-0.4,-0.72,4.32,-0.4,-0.4,4.16,-0.4,-0.56,4.32,-0.4,-0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.48,-0.72,-0.4,4.48,-0.72,-0.4,4.32,-0.72,0.4,4.32,1.2,0.4,4.48,1.2,-0.4,4.48,1.2,-0.4,4.32,1.2,1.2,4.32,-0.4,1.52,4.16,-0.4,1.52,4.32,-0.4,0.72,4.32,-0.4,0.4,4.16,-0.4,0.56,4.32,-0.4,0.4,4.32,-0.4,0.72,4.48,-0.4,0.56,4.64,-0.4,0.72,4.64,-0.4,1.52,4.48,-0.4,1.52,4.64,-0.4,1.2,4.48,-0.4,-2.32,3.36,2.32,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,3.36,2.32,-0.24,0,2.16,-0.24,3.36,2.16,0.24,3.36,2.16,0.24,0,2.16,0.24,3.36,2.32,0.24,4.16,2.32,2.32,4.16,2.32,2.32,3.36,2.32,-2.16,0,2.16,-2.16,3.36,2.16,-2,3.36,2.16,-2,0,2.16,-2,0,2.16,-2,3.36,2.16,-1.84,3.36,2.16,-1.84,0,2.16,-1.84,0,2.16,-1.84,3.36,2.16,-1.68,3.36,2.16,-1.68,0,2.16,-1.68,0,2.16,-1.68,3.36,2.16,-1.52,3.36,2.16,-1.52,0,2.16,-1.52,0,2.16,-1.52,3.36,2.16,-1.36,3.36,2.16,-1.36,0,2.16,-1.36,0,2.16,-1.36,3.36,2.16,-1.2,3.36,2.16,-1.2,0,2.16,-1.2,0,2.16,-1.2,3.36,2.16,-1.04,3.36,2.16,-1.04,0,2.16,-1.04,0,2.16,-1.04,3.36,2.16,-0.88,3.36,2.16,-0.88,0,2.16,-0.88,0,2.16,-0.88,3.36,2.16,-0.72,3.36,2.16,-0.72,0,2.16,-0.72,0,2.16,-0.72,3.36,2.16,-0.56,3.36,2.16,-0.56,0,2.16,-0.56,0,2.16,-0.56,3.36,2.16,-0.4,3.36,2.16,-0.4,0,2.16,-0.4,0,2.16,-0.4,3.36,2.16,-0.24,3.36,2.16,-0.24,0,2.16,0.4,4.64,1.52,-0.4,4.16,1.52,-0.4,4.64,1.52,0.4,4.16,1.52,-0.24,4.16,1.52,0.24,4.16,1.52,-0.24,3.36,2.32,-0.24,4.16,2.32,0.24,4.16,2.32,0.24,3.36,2.32,0.24,0,2.16,0.24,3.36,2.16,0.4,3.36,2.16,0.4,0,2.16,0.4,0,2.16,0.4,3.36,2.16,0.56,3.36,2.16,0.56,0,2.16,0.56,0,2.16,0.56,3.36,2.16,0.72,3.36,2.16,0.72,0,2.16,0.72,0,2.16,0.72,3.36,2.16,0.88,3.36,2.16,0.88,0,2.16,0.88,0,2.16,0.88,3.36,2.16,1.04,3.36,2.16,1.04,0,2.16,1.04,0,2.16,1.04,3.36,2.16,1.2,3.36,2.16,1.2,0,2.16,1.2,0,2.16,1.2,3.36,2.16,1.36,3.36,2.16,1.36,0,2.16,1.36,0,2.16,1.36,3.36,2.16,1.52,3.36,2.16,1.52,0,2.16,1.52,0,2.16,1.52,3.36,2.16,1.68,3.36,2.16,1.68,0,2.16,1.68,0,2.16,1.68,3.36,2.16,1.84,3.36,2.16,1.84,0,2.16,1.84,0,2.16,1.84,3.36,2.16,2,3.36,2.16,2,0,2.16,2,0,2.16,2,3.36,2.16,2.16,3.36,2.16,2.16,0,2.16,-0.4,4.32,-0.56,-0.4,4.64,-0.56,0.4,4.64,-0.56,0.4,4.32,-0.56,-0.56,4.64,0.4,-1.52,4.48,0.4,-1.52,4.64,0.4,-0.56,4.48,0.4,-1.2,4.48,0.4,-0.72,4.48,0.4,-1.52,4.16,0.4,-1.2,4.32,0.4,-1.2,4.16,0.4,-0.72,4.32,0.4,-0.56,4.32,0.4,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.48,-1.2,0.4,4.48,-1.2,0.4,4.32,-1.2,-0.4,4.32,0.72,-0.4,4.48,0.72,0.4,4.48,0.72,0.4,4.32,0.72,0.56,4.32,0.4,0.4,4.16,0.4,0.4,4.32,0.4,0.72,4.32,0.4,1.52,4.16,0.4,1.2,4.32,0.4,1.52,4.32,0.4,0.72,4.48,0.4,0.72,4.64,0.4,1.52,4.64,0.4,1.52,4.48,0.4,1.2,4.48,0.4,0.56,4.64,0.4,-2.32,4.16,-0.4,-2.32,3.36,-2.32,-2.32,4.16,-2.32,-2.32,4.16,-0.24,-2.32,3.36,-0.24,-2.32,4.16,2.16,-2.32,3.36,0.24,-2.32,4.16,0.24,-2.32,4.16,2.32,-2.32,3.36,2.16,-2.32,3.36,2.32,-2.16,0,-0.24,-2.16,3.36,-0.24,-2.16,3.36,0.24,-2.16,0,0.24,-2.32,3.36,-0.24,-2.32,4.16,-0.24,-2.32,4.16,0.24,-2.32,3.36,0.24,-2.16,0,-2.16,-2.16,3.36,-2.16,-2.16,3.36,-2,-2.16,0,-2,-2.16,0,-2,-2.16,3.36,-2,-2.16,3.36,-1.84,-2.16,0,-1.84,-2.16,0,-1.84,-2.16,3.36,-1.84,-2.16,3.36,-1.68,-2.16,0,-1.68,-2.16,0,-1.68,-2.16,3.36,-1.68,-2.16,3.36,-1.52,-2.16,0,-1.52,-2.16,0,-1.52,-2.16,3.36,-1.52,-2.16,3.36,-1.36,-2.16,0,-1.36,-2.16,0,-1.36,-2.16,3.36,-1.36,-2.16,3.36,-1.2,-2.16,0,-1.2,-2.16,0,-1.2,-2.16,3.36,-1.2,-2.16,3.36,-1.04,-2.16,0,-1.04,-2.16,0,-1.04,-2.16,3.36,-1.04,-2.16,3.36,-0.88,-2.16,0,-0.88,-2.16,0,-0.88,-2.16,3.36,-0.88,-2.16,3.36,-0.72,-2.16,0,-0.72,-2.16,0,-0.72,-2.16,3.36,-0.72,-2.16,3.36,-0.56,-2.16,0,-0.56,-2.16,0,-0.56,-2.16,3.36,-0.56,-2.16,3.36,-0.4,-2.16,0,-0.4,-2.16,0,-0.4,-2.16,3.36,-0.4,-2.16,3.36,-0.24,-2.16,0,-0.24,-2.16,0,0.24,-2.16,3.36,0.24,-2.16,3.36,0.4,-2.16,0,0.4,-2.16,0,0.4,-2.16,3.36,0.4,-2.16,3.36,0.56,-2.16,0,0.56,-2.16,0,0.56,-2.16,3.36,0.56,-2.16,3.36,0.72,-2.16,0,0.72,-2.16,0,0.72,-2.16,3.36,0.72,-2.16,3.36,0.88,-2.16,0,0.88,-2.16,0,0.88,-2.16,3.36,0.88,-2.16,3.36,1.04,-2.16,0,1.04,-2.16,0,1.04,-2.16,3.36,1.04,-2.16,3.36,1.2,-2.16,0,1.2,-2.16,0,1.2,-2.16,3.36,1.2,-2.16,3.36,1.36,-2.16,0,1.36,-2.16,0,1.36,-2.16,3.36,1.36,-2.16,3.36,1.52,-2.16,0,1.52,-2.16,0,1.52,-2.16,3.36,1.52,-2.16,3.36,1.68,-2.16,0,1.68,-2.16,0,1.68,-2.16,3.36,1.68,-2.16,3.36,1.84,-2.16,0,1.84,-2.16,0,1.84,-2.16,3.36,1.84,-2.16,3.36,2,-2.16,0,2,-2.16,0,2,-2.16,3.36,2,-2.16,3.36,2.16,-2.16,0,2.16,-1.52,4.64,0.4,-1.52,4.48,-0.4,-1.52,4.64,-0.4,-1.52,4.48,0.4,-1.52,4.16,-0.4,-1.52,4.16,0.4,-1.52,4.16,-0.24,-1.52,4.16,0.24,0.56,4.64,0.4,0.56,4.32,-0.4,0.56,4.64,-0.4,0.56,4.32,0.4,0.56,4.32,0.08,0.56,4.32,0.24,-0.72,4.32,-0.4,-0.72,4.48,-0.4,-0.72,4.48,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.16,-1.52,-0.4,4.32,-1.52,-0.4,4.32,-0.72,-0.4,4.16,-0.4,-0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.48,-1.2,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,-0.4,4.48,-0.72,-0.4,4.64,-0.56,-0.4,4.32,0.56,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,0.72,-0.4,4.16,1.36,-0.4,4.32,1.2,-0.4,4.32,1.36,-0.4,4.16,1.52,-0.4,4.64,1.52,-0.4,4.64,1.36,-0.4,4.48,0.72,-0.4,4.64,0.72,-0.4,4.64,1.2,-0.4,4.48,1.2,-0.4,4.64,0.56,1.2,4.32,-0.4,1.2,4.48,-0.4,1.2,4.48,0.4,1.2,4.32,0.4,2.32,4.16,-0.4,2.32,3.36,-0.24,2.32,4.16,-0.24,2.32,4.16,-0.56,2.32,3.36,-2.32,2.32,4.16,-2.32,2.32,4.16,2.16,2.32,3.36,2.32,2.32,4.16,2.32,2.32,4.16,2,2.32,3.36,2.16,2.32,4.16,0.24,2.32,3.36,0.24,2.16,0,0.24,2.16,3.36,0.24,2.16,3.36,-0.24,2.16,0,-0.24,1.52,4.64,-0.4,1.52,4.48,0.4,1.52,4.64,0.4,1.52,4.48,-0.4,1.52,4.32,0.4,1.52,4.32,-0.4,1.52,4.16,0.4,1.52,4.16,-0.4,1.52,4.16,0.24,1.52,4.16,-0.24,2.16,0,-2,2.16,3.36,-2,2.16,3.36,-2.16,2.16,0,-2.16,2.16,0,-1.84,2.16,3.36,-1.84,2.16,3.36,-2,2.16,0,-2,2.16,0,-1.68,2.16,3.36,-1.68,2.16,3.36,-1.84,2.16,0,-1.84,2.16,0,-1.52,2.16,3.36,-1.52,2.16,3.36,-1.68,2.16,0,-1.68,2.16,0,-1.36,2.16,3.36,-1.36,2.16,3.36,-1.52,2.16,0,-1.52,2.16,0,-1.2,2.16,3.36,-1.2,2.16,3.36,-1.36,2.16,0,-1.36,2.16,0,-1.04,2.16,3.36,-1.04,2.16,3.36,-1.2,2.16,0,-1.2,2.16,0,-0.88,2.16,3.36,-0.88,2.16,3.36,-1.04,2.16,0,-1.04,2.16,0,-0.72,2.16,3.36,-0.72,2.16,3.36,-0.88,2.16,0,-0.88,2.16,0,-0.56,2.16,3.36,-0.56,2.16,3.36,-0.72,2.16,0,-0.72,2.16,0,-0.4,2.16,3.36,-0.4,2.16,3.36,-0.56,2.16,0,-0.56,2.16,0,-0.24,2.16,3.36,-0.24,2.16,3.36,-0.4,2.16,0,-0.4,2.16,0,0.4,2.16,3.36,0.4,2.16,3.36,0.24,2.16,0,0.24,2.16,0,0.56,2.16,3.36,0.56,2.16,3.36,0.4,2.16,0,0.4,2.16,0,0.72,2.16,3.36,0.72,2.16,3.36,0.56,2.16,0,0.56,2.16,0,0.88,2.16,3.36,0.88,2.16,3.36,0.72,2.16,0,0.72,2.16,0,1.04,2.16,3.36,1.04,2.16,3.36,0.88,2.16,0,0.88,2.16,0,1.2,2.16,3.36,1.2,2.16,3.36,1.04,2.16,0,1.04,2.16,0,1.36,2.16,3.36,1.36,2.16,3.36,1.2,2.16,0,1.2,2.16,0,1.52,2.16,3.36,1.52,2.16,3.36,1.36,2.16,0,1.36,2.16,0,1.68,2.16,3.36,1.68,2.16,3.36,1.52,2.16,0,1.52,2.16,0,1.84,2.16,3.36,1.84,2.16,3.36,1.68,2.16,0,1.68,2.16,0,2,2.16,3.36,2,2.16,3.36,1.84,2.16,0,1.84,2.16,0,2.16,2.16,3.36,2.16,2.16,3.36,2,2.16,0,2,2.32,3.36,0.24,2.32,4.16,0.24,2.32,4.16,-0.24,2.32,3.36,-0.24,-0.56,4.64,-0.4,-0.56,4.48,0.4,-0.56,4.64,0.4,-0.56,4.48,-0.4,-0.56,4.32,0.4,-0.56,4.32,-0.4,-0.56,4.32,0.24,-1.2,4.32,0.4,-1.2,4.48,0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,0.4,4.32,-0.56,0.4,4.16,-0.4,0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.16,-0.56,0.4,4.32,-1.2,0.4,4.16,-1.52,0.4,4.32,-1.52,0.4,4.48,-1.2,0.4,4.64,-1.52,0.4,4.64,-1.2,0.4,4.48,-0.72,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.32,1.2,0.4,4.16,1.36,0.4,4.32,1.36,0.4,4.32,0.72,0.4,4.16,0.4,0.4,4.32,0.56,0.4,4.32,0.4,0.4,4.16,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.4,4.48,0.72,0.4,4.64,0.56,0.4,4.64,0.72,0.4,4.48,1.2,0.4,4.64,1.2,0.72,4.32,0.4,0.72,4.48,0.4,0.72,4.48,-0.4,0.72,4.32,-0.4,-0.4,4.16,-2.32,-2.32,4.16,-0.4,-2.32,4.16,-2.32,-1.52,4.16,-0.4,-0.4,4.16,-1.52,-1.2,4.16,-0.4,-0.4,4.16,-0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-0.24,4.16,-2.32,-0.24,4.16,-1.52,2.32,4.16,-2.32,0.56,4.16,-1.52,0.56,4.16,-2.32,0.56,4.16,-0.56,2.32,4.16,-0.56,0.4,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,-2.32,1.52,4.16,-0.4,0.4,4.16,-0.4,0.4,4.16,-0.56,2.32,4.16,-0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,-1.52,4.16,0.24,-2.32,4.16,2.16,-2.32,4.16,0.24,-1.52,4.16,2.16,-1.52,4.16,0.4,-1.52,4.16,2,-1.2,4.16,0.4,-0.4,4.16,2,-0.4,4.16,0.4,-0.4,4.16,1.52,-0.4,4.16,1.36,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,4.16,2.16,-0.24,4.16,2,-0.24,4.16,1.52,1.52,4.16,0.4,0.4,4.16,1.36,0.4,4.16,0.4,0.4,4.16,1.52,1.52,4.16,2,0.4,4.16,2,2.32,4.16,0.24,1.52,4.16,0.24,2.32,4.16,2,0.4,4.16,2.16,2.32,4.16,2.16,2.32,4.16,2.32,0.24,4.16,2.32,0.24,4.16,2.16,0.24,4.16,1.52,-1.52,4.64,-0.4,-0.56,4.64,-0.4,-1.52,4.64,0.4,-0.56,4.64,0.4,0.4,4.64,-1.52,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,0.4,4.64,-1.2,-0.4,4.64,-0.56,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.64,0.56,-0.4,4.64,0.72,-0.4,4.64,0.56,-0.4,4.64,1.2,0.4,4.64,0.72,-0.4,4.64,1.36,0.4,4.64,1.2,-0.4,4.64,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.72,4.64,-0.4,0.56,4.64,0.4,0.56,4.64,-0.4,0.72,4.64,0.4,1.52,4.64,-0.4,1.52,4.64,0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-2.32,4.16,0.24,-1.52,4.16,0.24,-1.2,4.32,-0.4,-0.72,4.32,-0.4,-1.2,4.32,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,0.4,4.32,-1.2,-0.4,4.32,-0.72,0.4,4.32,-0.72,0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.32,-0.56,-0.4,4.32,0.08,0.4,4.32,-0.4,0.4,4.32,0.08,-0.4,4.32,0.24,0.56,4.32,0.24,-0.4,4.32,0.4,-0.56,4.32,0.4,-0.56,4.32,0.24,0.4,4.32,0.4,0.56,4.32,0.4,0.56,4.32,0.08,-0.4,4.32,0.56,0.4,4.32,0.56,-0.56,4.32,-0.4,0.56,4.32,-0.4,-0.4,4.32,0.72,0.4,4.32,0.72,-0.4,4.32,1.2,0.4,4.32,1.2,-0.24,4.16,-2.32,0.24,4.16,-2.32,-0.24,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,1.52,-0.24,4.16,2,-0.24,4.16,1.52,-0.24,4.16,2.16,0.24,4.16,2.16,-0.24,4.16,2.32,0.24,4.16,2.32,0.72,4.32,-0.4,1.2,4.32,-0.4,0.72,4.32,0.4,1.2,4.32,0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,1.52,4.16,0.24,2.32,4.16,0.24],"colors":[0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,0.2352941,0.6313726,0.8941177,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]},"explosion_3_optimised":{"faces":[425,423,424,424,423,422,421,419,420,420,419,418,417,416,411,411,416,413,415,414,412,412,414,408,413,412,411,408,411,412,411,408,409,410,409,408,401,406,407,405,406,401,401,404,405,404,401,402,403,402,401,400,395,399,399,395,393,396,397,398,397,396,395,392,395,396,395,392,393,394,393,392,391,389,390,390,389,388,387,386,379,379,386,380,385,384,383,383,384,381,381,378,383,382,374,381,378,381,374,378,379,380,379,378,377,374,377,378,377,374,375,376,375,374,373,371,372,372,371,370,367,368,369,368,367,365,361,365,367,366,365,364,361,364,365,364,361,362,363,362,361,360,358,359,359,358,357,356,355,353,355,354,353,352,351,349,351,350,349,348,346,347,344,347,346,346,345,344,344,345,339,342,344,339,340,343,342,342,339,340,341,340,339,335,338,337,337,334,335,336,335,334,330,333,332,332,329,330,331,330,329,328,326,327,317,327,326,326,319,317,325,320,324,323,324,320,320,322,323,322,320,321,318,321,320,320,317,318,319,318,317,314,316,312,315,314,313,312,313,314,308,313,312,307,308,312,311,309,310,307,310,309,309,306,307,308,307,306,305,303,304,301,304,303,303,300,301,302,301,300,299,298,296,298,297,296,295,294,292,294,293,292,288,291,290,290,287,288,289,288,287,283,286,285,285,282,283,284,283,282,281,279,280,278,280,279,279,277,278,276,278,277,277,275,276,273,276,275,275,272,273,274,273,272,270,271,261,264,270,261,262,269,268,265,262,268,265,267,266,266,264,265,262,265,264,264,261,262,263,262,261,257,260,259,259,256,257,258,257,256,255,252,251,254,250,253,252,253,250,250,251,252,251,250,248,250,249,248,247,245,246,243,246,245,245,244,243,243,244,238,241,243,238,239,242,241,241,238,239,240,239,238,237,236,234,236,235,234,233,225,222,222,229,233,232,233,229,230,232,229,231,230,227,229,227,230,227,229,222,228,227,223,222,223,227,226,224,225,222,225,224,224,221,222,223,222,221,220,219,217,219,218,217,216,214,215,207,215,214,214,209,207,208,213,212,211,208,212,208,211,210,210,207,208,209,208,207,206,205,203,205,204,203,199,202,201,201,198,199,200,199,198,197,196,192,196,191,192,195,190,194,193,194,190,190,188,193,189,192,191,191,188,189,190,189,188,187,185,186,183,186,185,185,182,183,184,183,182,177,176,181,176,174,181,180,178,179,177,179,178,178,175,177,176,177,175,174,176,175,175,173,174,171,174,173,173,170,171,172,171,170,169,167,168,167,164,168,164,167,166,166,163,164,165,164,163,159,162,154,162,151,154,156,161,160,160,159,156,154,156,159,158,156,157,155,157,156,156,154,155,152,155,154,154,151,152,153,152,151,150,149,148,149,146,148,148,146,147,145,147,146,146,142,145,143,145,142,144,128,130,137,143,142,142,139,137,141,138,140,139,140,138,138,137,139,138,136,137,135,137,136,136,132,135,134,135,132,134,132,133,131,133,132,132,130,131,129,131,130,129,130,128,128,127,129,128,126,127,122,127,126,126,121,122,125,123,124,121,124,123,123,120,121,122,121,120,98,99,119,99,113,119,97,117,113,118,113,117,105,116,115,115,114,105,106,105,114,113,99,97,102,112,111,111,110,102,100,102,110,109,107,108,101,108,107,107,103,101,106,104,105,103,105,104,104,102,103,101,103,102,102,100,101,98,101,100,100,97,98,99,98,97,96,34,36,95,94,92,94,93,92,91,86,88,90,88,89,87,89,88,86,84,88,88,84,87,81,87,84,84,86,85,85,83,84,81,84,83,83,80,81,82,81,80,79,77,78,71,78,77,77,73,71,76,74,75,72,75,74,74,71,72,73,72,71,70,67,65,69,66,68,67,68,66,66,65,67,65,66,61,59,65,61,64,62,63,60,63,62,62,59,60,61,60,59,58,57,55,57,56,55,54,51,49,53,50,52,51,52,50,50,49,51,50,46,49,48,49,46,46,44,48,47,45,46,44,46,45,45,43,44,42,44,43,43,41,42,40,42,41,41,39,40,38,40,39,39,36,38,37,38,36,36,35,37,35,36,34,34,33,35,34,32,33,28,33,32,32,27,28,31,29,30,27,30,29,29,26,27,28,27,26,25,24,22,24,23,22,1,21,20,4,1,20,19,17,18,8,18,17,17,10,8,11,16,7,16,5,7,5,16,15,15,14,5,3,5,14,9,13,12,12,11,9,7,9,11,8,10,9,9,7,8,6,8,7,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.5,11,-2.5,1.5,9,-2.5,1.5,11,-2.5,-0.5,10,-2.5,1.5,6,-2.5,-0.5,8,-2.5,1.5,5,-2.5,-0.5,4,-2.5,1.5,3,-2.5,-0.5,1,-2.5,1.5,1,-2.5,-1.5,4,-2.5,-4.5,4,-2.5,-4.5,1,-2.5,-2.5,10,-2.5,-2.5,8,-2.5,-1.5,8,-2.5,3.5,1,-2.5,2.5,3,-2.5,3.5,3,-2.5,2.5,6,-2.5,2.5,9,-2.5,-2.5,5,-3.5,-2.5,7,-3.5,-5.5,7,-3.5,-5.5,5,-3.5,1.5,1,-2.5,3.5,0,-2.5,3.5,1,-2.5,-0.5,1,-2.5,-4.5,0,-2.5,-4.5,1,-2.5,4.5,0,-2.5,3.5,3,-2.5,4.5,3,-2.5,2.5,3,-2.5,2.5,4,-2.5,1.5,3,-2.5,1.5,5,-2.5,2.5,5,-2.5,1.5,6,-2.5,3.5,5,-2.5,2.5,6,-2.5,3.5,6,-2.5,2.5,9,-2.5,3.5,9,-2.5,2.5,10,-2.5,3.5,10,-2.5,1.5,9,-2.5,1.5,11,-2.5,2.5,11,-2.5,-0.5,12,-2.5,0.5,12,-2.5,2.5,12,-2.5,-0.5,11,-2.5,-1.5,11,-3.5,-1.5,13,-3.5,-4.5,13,-3.5,-4.5,11,-3.5,-2.5,5,-3.5,-1.5,4,-3.5,-1.5,5,-3.5,-5.5,5,-3.5,-4.5,4,-3.5,-5.5,4,-3.5,-2.5,7,-3.5,-1.5,7,-3.5,-5.5,8,-3.5,-3.5,8,-3.5,-1.5,8,-3.5,-5.5,7,-3.5,-1.5,11,-3.5,-0.5,10,-3.5,-0.5,11,-3.5,-4.5,11,-3.5,-3.5,10,-3.5,-4.5,10,-3.5,-0.5,12,-3.5,-1.5,13,-3.5,-0.5,13,-3.5,1.5,13,-1.5,4.5,12,-1.5,4.5,13,-1.5,0.5,13,-1.5,3.5,12,-1.5,0.5,12,-1.5,2.5,12,-1.5,4.5,10,-1.5,3.5,10,-1.5,4.5,9,-1.5,3.5,9,-1.5,2.5,10,-1.5,-2.5,8,-2.5,-2.5,10,-2.5,-3.5,10,-2.5,-3.5,8,-2.5,4.5,4,-2.5,1.5,10,3.5,-1.5,8,3.5,-1.5,10,3.5,1.5,9,3.5,-1.5,4,3.5,1.5,6,3.5,-1.5,1,3.5,1.5,5,3.5,1.5,1,3.5,1.5,3,3.5,-3.5,1,3.5,-2.5,4,3.5,-3.5,4,3.5,2.5,9,3.5,3.5,9,3.5,3.5,6,3.5,-2.5,10,3.5,2.5,3,3.5,3.5,3,3.5,3.5,1,3.5,1.5,11,3.5,-2.5,11,3.5,-2.5,8,3.5,-1.5,1,3.5,-3.5,0,3.5,-3.5,1,3.5,1.5,1,3.5,3.5,0,3.5,3.5,1,3.5,-4.5,0,3.5,-3.5,4,3.5,-4.5,4,3.5,-2.5,4,3.5,-2.5,5,3.5,-1.5,4,3.5,-2.5,7,3.5,-1.5,8,3.5,-2.5,8,3.5,-2.5,10,3.5,-3.5,7,3.5,-2.5,11,3.5,-3.5,11,3.5,2.5,12,3.5,0.5,12,3.5,-3.5,12,3.5,2.5,11,3.5,1.5,11,3.5,-4.5,5,3.5,1.5,10,3.5,2.5,10,3.5,1.5,9,3.5,2.5,9,3.5,3.5,10,3.5,3.5,9,3.5,-4.5,8,0.5,-5.5,7,0.5,-5.5,8,0.5,-4.5,7,0.5,-5.5,5,0.5,-4.5,5,0.5,-5.5,4,0.5,-4.5,4,0.5,-3.5,7,0.5,-2.5,7,0.5,-2.5,5,0.5,-3.5,8,0.5,-0.5,13,1.5,-4.5,12,1.5,-4.5,13,1.5,-0.5,12,1.5,-3.5,12,1.5,-4.5,10,1.5,-3.5,10,1.5,1.5,13,2.5,0.5,12,2.5,0.5,13,2.5,4.5,13,2.5,2.5,12,2.5,4.5,12,2.5,3.5,12,2.5,3.5,10,2.5,4.5,10,2.5,3.5,9,2.5,4.5,9,2.5,2.5,10,2.5,4.5,4,1.5,3.5,3,1.5,3.5,4,1.5,4.5,0,1.5,3.5,1,1.5,3.5,0,1.5,2.5,5,3.5,1.5,3,3.5,1.5,5,3.5,2.5,4,3.5,2.5,3,3.5,3.5,5,3.5,3.5,6,3.5,1.5,6,3.5,3.5,4,3.5,3.5,3,3.5,-4.5,4,0.5,-4.5,1,-2.5,-4.5,4,-2.5,-4.5,4,1.5,-4.5,1,1.5,-5.5,5,-3.5,-5.5,7,-3.5,-5.5,7,-0.5,-5.5,5,-0.5,-4.5,4,3.5,-4.5,1,1.5,-4.5,4,1.5,-4.5,0,3.5,-4.5,0,1.5,-4.5,0,-2.5,-4.5,1,-2.5,-4.5,4,0.5,-4.5,5,3.5,-4.5,5,0.5,-4.5,11,-3.5,-4.5,13,-3.5,-4.5,13,0.5,-4.5,11,0.5,-3.5,12,3.5,-3.5,8,2.5,-3.5,12,2.5,-3.5,11,3.5,-3.5,7,2.5,-3.5,7,3.5,-3.5,10,1.5,-3.5,12,1.5,-3.5,8,1.5,-3.5,8,-2.5,-3.5,10,-2.5,-3.5,8,0.5,-3.5,7,0.5,-2.5,5,0.5,-2.5,7,0.5,-2.5,7,3.5,-2.5,5,3.5,-5.5,5,-0.5,-5.5,4,-3.5,-5.5,5,-3.5,-5.5,5,0.5,-5.5,4,0.5,-5.5,7,0.5,-5.5,7,-0.5,-5.5,7,-3.5,-5.5,8,0.5,-5.5,8,-3.5,-4.5,10,-3.5,-4.5,11,-3.5,-4.5,11,0.5,-4.5,10,0.5,-4.5,12,1.5,-4.5,13,1.5,-4.5,13,0.5,-4.5,10,1.5,0.5,13,2.5,0.5,12,-1.5,0.5,13,-1.5,0.5,12,2.5,0.5,12,1.5,3.5,9,-1.5,3.5,6,1.5,3.5,9,1.5,3.5,9,-2.5,3.5,5,1.5,3.5,6,-2.5,3.5,5,-2.5,3.5,5,3.5,3.5,6,3.5,3.5,10,-2.5,3.5,10,-1.5,-0.5,13,0.5,-0.5,12,1.5,-0.5,13,1.5,-0.5,13,-3.5,-0.5,12,-2.5,-0.5,12,-3.5,-0.5,11,-2.5,-0.5,11,-3.5,-0.5,10,-2.5,-0.5,10,-3.5,2.5,5,-2.5,2.5,4,3.5,2.5,5,3.5,2.5,4,-2.5,2.5,4,1.5,3.5,9,2.5,3.5,6,3.5,3.5,9,3.5,3.5,9,1.5,3.5,6,1.5,4.5,0,0.5,4.5,3,0.5,4.5,3,-1.5,4.5,0,-1.5,4.5,10,1.5,4.5,13,1.5,4.5,13,-0.5,4.5,10,-0.5,-1.5,8,-3.5,-1.5,4,-2.5,-1.5,8,-2.5,-1.5,7,-3.5,-1.5,4,-3.5,-1.5,5,-3.5,4.5,4,-2.5,4.5,3,-1.5,4.5,4,-1.5,4.5,3,-2.5,4.5,0,-1.5,4.5,0,-2.5,4.5,3,0.5,4.5,4,0.5,4.5,0,1.5,4.5,4,1.5,4.5,0,0.5,4.5,10,1.5,4.5,9,2.5,4.5,10,2.5,4.5,10,-0.5,4.5,9,-1.5,4.5,10,-1.5,4.5,12,-1.5,4.5,13,-1.5,4.5,13,-0.5,4.5,12,2.5,4.5,13,1.5,4.5,13,2.5,2.5,12,-2.5,2.5,10,-1.5,2.5,12,-1.5,2.5,11,-2.5,2.5,10,-2.5,2.5,12,2.5,2.5,11,3.5,2.5,12,3.5,2.5,10,2.5,2.5,10,3.5,3.5,1,2.5,3.5,0,3.5,3.5,1,3.5,3.5,1,1.5,3.5,0,1.5,3.5,3,1.5,3.5,3,2.5,3.5,3,3.5,3.5,4,1.5,3.5,4,3.5,3.5,1,3.5,3.5,3,3.5,3.5,3,2.5,3.5,1,2.5,3.5,9,3.5,3.5,10,3.5,3.5,10,2.5,3.5,9,2.5,-4.5,13,-3.5,-1.5,13,-3.5,-4.5,13,0.5,-1.5,13,0.5,-3.5,8,-3.5,-5.5,8,0.5,-5.5,8,-3.5,-4.5,8,0.5,-3.5,8,-2.5,-3.5,8,0.5,-1.5,8,-3.5,-2.5,8,-2.5,-1.5,8,-2.5,-4.5,5,0.5,-2.5,5,0.5,-4.5,5,3.5,-2.5,5,3.5,-0.5,12,1.5,-3.5,12,2.5,-3.5,12,1.5,-3.5,12,3.5,0.5,12,1.5,0.5,12,3.5,0.5,12,2.5,0.5,12,-2.5,-0.5,12,-2.5,0.5,12,-1.5,2.5,12,-2.5,2.5,12,-1.5,2.5,12,2.5,2.5,12,3.5,1.5,13,-0.5,4.5,13,-0.5,1.5,13,1.5,4.5,13,1.5,4.5,4,-2.5,2.5,4,1.5,2.5,4,-2.5,3.5,4,1.5,4.5,4,-1.5,4.5,4,1.5,4.5,4,0.5,2.5,4,3.5,3.5,4,3.5,-1.5,13,0.5,-4.5,13,1.5,-4.5,13,0.5,-0.5,13,1.5,-0.5,13,0.5,-0.5,13,-3.5,-1.5,13,-3.5,1.5,13,-1.5,0.5,13,2.5,0.5,13,-1.5,1.5,13,2.5,1.5,13,-0.5,1.5,13,1.5,4.5,13,-1.5,4.5,13,-0.5,4.5,13,1.5,4.5,13,2.5,2.5,10,-2.5,3.5,10,-2.5,2.5,10,-1.5,3.5,10,-1.5,2.5,10,2.5,3.5,10,2.5,2.5,10,3.5,3.5,10,3.5],"colors":[0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,0.9921569,0.9921569,0.9921569,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1,1,1,0.6,1]},"explosion_9_optimised":{"faces":[140,129,139,139,127,138,127,139,129,138,137,139,134,138,127,136,137,138,137,136,135,133,135,136,135,133,132,127,133,134,131,132,133,131,133,127,132,131,130,127,130,131,130,127,128,129,128,127,126,124,125,125,124,123,122,121,119,121,120,119,118,117,115,117,116,115,114,113,111,113,112,111,110,109,107,109,108,107,106,105,103,105,104,103,102,101,99,101,100,99,98,96,97,94,97,96,96,93,94,95,94,93,89,92,91,91,88,89,90,89,88,84,87,86,86,83,84,85,84,83,78,82,81,81,80,78,77,78,80,75,79,78,78,77,75,72,75,77,73,76,75,75,72,73,74,73,72,71,70,68,70,69,68,67,65,66,63,66,65,65,62,63,64,63,62,61,60,58,60,59,58,57,56,54,56,55,54,53,52,50,52,51,50,47,49,43,48,47,44,43,44,47,43,46,45,45,42,43,44,43,42,41,40,38,40,39,38,34,37,36,36,33,34,35,34,33,32,31,29,31,30,29,28,27,25,27,26,25,24,23,21,23,22,21,14,20,19,19,18,14,11,14,18,15,17,16,16,14,15,12,15,14,14,11,12,13,12,11,10,9,7,9,8,7,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[4.5,17,-4.5,6.5,14,-4.5,6.5,17,-4.5,-5.5,17,-4.5,-3.5,14,-4.5,-6.5,17,-4.5,-6.5,14,-4.5,4.5,17,-3.5,4.5,19,-3.5,-5.5,19,-3.5,-5.5,17,-3.5,-2.5,14,-2.5,5.5,13,-2.5,5.5,14,-2.5,-2.5,13,-2.5,3.5,13,-2.5,-0.5,13,-2.5,1.5,13,-2.5,-3.5,14,-2.5,-3.5,12,-2.5,-2.5,12,-2.5,0.5,11,-1.5,0.5,13,-1.5,-0.5,13,-1.5,-0.5,11,-1.5,-2.5,12,2.5,-2.5,13,2.5,-3.5,13,2.5,-3.5,12,2.5,2.5,12,0.5,2.5,13,0.5,1.5,13,0.5,1.5,12,0.5,6.5,17,4.5,-6.5,14,4.5,-6.5,17,4.5,6.5,14,4.5,5.5,14,4.5,-5.5,17,2.5,-5.5,19,2.5,4.5,19,2.5,4.5,17,2.5,5.5,14,3.5,-2.5,13,3.5,-2.5,14,3.5,5.5,13,3.5,3.5,13,3.5,-3.5,12,3.5,-3.5,14,3.5,-2.5,12,3.5,-0.5,11,0.5,-0.5,13,0.5,0.5,13,0.5,0.5,11,0.5,-3.5,12,-0.5,-3.5,13,-0.5,-2.5,13,-0.5,-2.5,12,-0.5,1.5,12,2.5,1.5,13,2.5,2.5,13,2.5,2.5,12,2.5,-6.5,17,3.5,-6.5,14,-4.5,-6.5,17,-4.5,-6.5,17,4.5,-6.5,14,3.5,-6.5,14,4.5,-5.5,17,-3.5,-5.5,19,-3.5,-5.5,19,2.5,-5.5,17,2.5,-3.5,14,-0.5,-3.5,12,-2.5,-3.5,14,-2.5,-3.5,13,-0.5,-3.5,12,-0.5,-3.5,14,2.5,-3.5,13,2.5,-3.5,13,1.5,-3.5,14,3.5,-3.5,12,3.5,-3.5,12,2.5,-0.5,13,-0.5,-0.5,11,-1.5,-0.5,13,-1.5,-0.5,13,0.5,-0.5,11,0.5,1.5,13,1.5,1.5,12,0.5,1.5,13,0.5,1.5,13,2.5,1.5,12,2.5,6.5,17,3.5,6.5,14,4.5,6.5,17,4.5,6.5,17,-4.5,6.5,14,-2.5,6.5,14,-4.5,4.5,17,2.5,4.5,19,2.5,4.5,19,-3.5,4.5,17,-3.5,5.5,13,3.5,5.5,14,3.5,5.5,14,-2.5,5.5,13,-2.5,0.5,11,0.5,0.5,13,0.5,0.5,13,-1.5,0.5,11,-1.5,-2.5,12,-0.5,-2.5,13,-0.5,-2.5,13,-2.5,-2.5,12,-2.5,2.5,12,2.5,2.5,13,2.5,2.5,13,0.5,2.5,12,0.5,-2.5,12,3.5,-2.5,13,3.5,-2.5,13,2.5,-2.5,12,2.5,-5.5,19,-3.5,4.5,19,-3.5,-5.5,19,2.5,4.5,19,2.5,-5.5,17,3.5,-6.5,17,4.5,-6.5,17,3.5,6.5,17,4.5,4.5,17,3.5,6.5,17,3.5,4.5,17,2.5,-5.5,17,2.5,6.5,17,-4.5,4.5,17,-3.5,4.5,17,-4.5,-5.5,17,-3.5,-5.5,17,-4.5,-6.5,17,-4.5],"colors":[0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1,0.2901961,0.2745098,0.2588235,1]},"explosion_2_optimised":{"faces":[232,230,231,231,230,229,228,226,227,227,226,225,224,222,223,223,222,221,220,218,219,219,218,217,216,214,215,215,214,213,210,208,212,211,209,210,208,210,209,205,208,209,208,205,206,207,206,205,204,202,203,203,202,201,200,198,199,199,198,197,196,194,195,195,194,193,173,172,192,174,192,172,192,174,178,191,186,183,177,189,190,190,189,188,179,189,177,187,188,189,188,187,186,184,186,187,184,183,186,185,181,184,183,184,181,181,182,183,182,181,171,167,171,181,180,179,176,177,176,179,178,174,177,176,177,174,174,175,176,175,174,170,172,170,174,171,172,173,172,171,170,167,170,171,170,167,168,169,168,167,166,165,163,165,164,163,162,161,159,161,160,159,158,157,155,157,156,155,154,152,153,150,153,152,152,149,150,151,150,149,148,146,147,144,147,146,146,143,144,145,144,143,142,140,141,138,141,140,140,139,138,139,137,138,136,138,137,137,131,136,135,136,131,131,129,135,134,132,133,130,133,132,132,129,130,131,130,129,128,127,125,127,126,125,124,117,123,122,123,117,117,120,122,118,121,120,120,117,118,119,118,117,116,115,113,115,114,113,112,110,111,108,111,110,110,107,108,109,108,107,103,106,105,105,102,103,104,103,102,101,99,100,97,100,99,99,96,97,98,97,96,92,95,94,94,91,92,93,92,91,90,89,87,89,88,87,86,85,83,85,84,83,82,80,81,61,81,80,80,63,61,62,63,79,79,77,62,80,79,63,78,68,77,62,77,68,76,70,73,75,73,74,73,71,74,71,73,70,72,71,69,70,69,71,70,67,69,67,68,69,68,67,62,65,62,67,66,64,65,62,65,64,64,61,62,63,62,61,60,58,59,56,59,58,58,55,56,57,56,55,54,51,53,52,53,51,51,50,52,51,44,50,49,50,44,44,47,49,45,48,47,47,44,45,46,45,44,40,43,42,42,39,40,41,40,39,37,38,29,32,37,29,36,33,35,33,30,35,34,32,33,30,33,32,32,29,30,31,30,29,28,27,25,27,26,25,21,24,23,23,20,21,22,21,20,18,19,17,16,18,17,17,15,16,14,16,15,15,13,14,12,14,13,12,13,9,7,12,9,8,11,10,10,7,8,9,8,7,1,6,5,4,1,5,1,4,3,3,0,1,2,1,0],"vertices":[-1.5,6,-2.5,0.5,3,-2.5,0.5,6,-2.5,-1.5,1,-2.5,0.5,1,-2.5,1.5,1,-2.5,1.5,3,-2.5,-2.5,4,-1.5,-1.5,1,-1.5,-1.5,4,-1.5,-3.5,4,-1.5,-3.5,1,-1.5,-2.5,6,-1.5,-1.5,6,-1.5,-2.5,7,-1.5,0.5,6,-1.5,-1.5,7,-1.5,0.5,7,-1.5,-1.5,8,-1.5,0.5,8,-1.5,1.5,1,-3.5,3.5,0,-3.5,3.5,1,-3.5,-2.5,1,-3.5,-2.5,0,-3.5,0.5,8,-0.5,0.5,10,-0.5,-1.5,10,-0.5,-1.5,8,-0.5,1.5,5,-0.5,2.5,3,-0.5,2.5,5,-0.5,0.5,5,-0.5,1.5,3,-0.5,0.5,3,-0.5,2.5,1,-0.5,1.5,1,-0.5,0.5,6,-0.5,1.5,6,-0.5,-3.5,1,-2.5,-2.5,0,-2.5,-2.5,1,-2.5,-4.5,1,-2.5,-4.5,0,-2.5,-1.5,3,1.5,-2.5,1,1.5,-2.5,3,1.5,2.5,3,1.5,2.5,1,1.5,2.5,5,1.5,1.5,5,1.5,-1.5,5,1.5,1.5,6,1.5,0.5,6,1.5,-1.5,6,1.5,-3.5,1,3.5,-4.5,0,3.5,-4.5,1,3.5,0.5,1,3.5,-2.5,0,3.5,0.5,0,3.5,0.5,9,0.5,-0.5,7,0.5,-0.5,9,0.5,0.5,8,0.5,-0.5,6,0.5,0.5,6,0.5,-1.5,6,0.5,-2.5,6,0.5,-2.5,4,0.5,-1.5,4,0.5,-3.5,3,0.5,-3.5,4,0.5,-2.5,3,0.5,-3.5,1,0.5,-2.5,1,0.5,-1.5,3,0.5,-1.5,7,0.5,-2.5,7,0.5,-1.5,8,0.5,-1.5,9,0.5,0.5,10,0.5,-1.5,10,0.5,0.5,0,2.5,0.5,1,2.5,3.5,1,2.5,3.5,0,2.5,-4.5,0,-2.5,-4.5,1,-2.5,-4.5,1,3.5,-4.5,0,3.5,-3.5,4,0.5,-3.5,1,-1.5,-3.5,4,-1.5,-3.5,3,0.5,-3.5,1,0.5,-2.5,7,0.5,-2.5,6,-1.5,-2.5,7,-1.5,-2.5,6,0.5,-2.5,4,-1.5,-2.5,4,0.5,-1.5,6,-1.5,-1.5,1,-2.5,-1.5,6,-2.5,-1.5,4,-1.5,-1.5,1,-1.5,-1.5,6,1.5,-1.5,4,0.5,-1.5,6,0.5,-1.5,5,1.5,-1.5,3,0.5,-1.5,3,1.5,-2.5,1,0.5,-2.5,3,0.5,-2.5,3,1.5,-2.5,1,1.5,-1.5,8,-0.5,-1.5,7,-1.5,-1.5,8,-1.5,-1.5,8,0.5,-1.5,7,0.5,-1.5,9,0.5,-1.5,10,0.5,-1.5,10,-0.5,-2.5,0,-3.5,-2.5,1,-3.5,-2.5,1,-2.5,-2.5,0,-2.5,0.5,6,-1.5,0.5,5,-0.5,0.5,6,-0.5,0.5,6,-2.5,0.5,3,-0.5,0.5,3,-2.5,0.5,7,-1.5,0.5,8,-1.5,0.5,6,0.5,0.5,8,-0.5,0.5,8,0.5,0.5,9,0.5,0.5,10,-0.5,0.5,10,0.5,2.5,5,-0.5,2.5,3,1.5,2.5,5,1.5,2.5,3,-0.5,2.5,1,1.5,2.5,1,-0.5,3.5,1,1.5,3.5,0,2.5,3.5,1,2.5,3.5,1,-0.5,3.5,0,-3.5,3.5,1,-3.5,1.5,1,-0.5,1.5,3,-0.5,1.5,3,-2.5,1.5,1,-2.5,1.5,5,1.5,1.5,6,1.5,1.5,6,-0.5,1.5,5,-0.5,0.5,0,3.5,0.5,1,3.5,0.5,1,2.5,0.5,0,2.5,-3.5,1,-2.5,-4.5,1,3.5,-4.5,1,-2.5,-3.5,1,3.5,-3.5,1,-1.5,-3.5,1,2.5,-3.5,1,0.5,-2.5,1,2.5,0.5,1,3.5,0.5,1,2.5,2.5,1,1.5,-2.5,1,1.5,3.5,1,1.5,3.5,1,2.5,-2.5,1,-2.5,-1.5,1,-1.5,-1.5,1,-2.5,1.5,1,-3.5,-2.5,1,-3.5,1.5,1,-2.5,3.5,1,-3.5,1.5,1,-0.5,3.5,1,-0.5,2.5,1,-0.5,0.5,1,-2.5,-2.5,1,0.5,-3.5,4,-1.5,-2.5,4,-1.5,-3.5,4,0.5,-2.5,4,0.5,-2.5,7,-1.5,-1.5,7,-1.5,-2.5,7,0.5,-1.5,7,0.5,-1.5,6,-2.5,0.5,6,-2.5,-1.5,6,-1.5,0.5,6,-1.5,-0.5,6,0.5,-1.5,6,1.5,-1.5,6,0.5,0.5,6,1.5,0.5,6,0.5,1.5,6,-0.5,0.5,6,-0.5,1.5,6,1.5,-1.5,8,-1.5,0.5,8,-1.5,-1.5,8,-0.5,0.5,8,-0.5,-1.5,10,-0.5,0.5,10,-0.5,-1.5,10,0.5,0.5,10,0.5,0.5,3,-2.5,1.5,3,-2.5,0.5,3,-0.5,1.5,3,-0.5,1.5,5,-0.5,2.5,5,-0.5,1.5,5,1.5,2.5,5,1.5,-2.5,3,0.5,-1.5,3,0.5,-2.5,3,1.5,-1.5,3,1.5],"colors":[1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1,1,1,0.7411765,1]},"gift_2_optimised":{"faces":[790,788,789,789,788,787,786,784,785,785,784,783,780,781,782,781,780,779,776,779,780,779,776,777,778,777,776,775,773,774,774,773,772,771,769,770,770,769,768,763,767,755,755,767,754,766,760,751,765,761,764,764,761,758,755,757,763,757,761,762,761,757,758,756,751,760,760,759,756,758,756,759,756,758,757,757,755,756,751,756,753,753,756,755,755,754,753,750,753,754,753,750,751,752,751,750,749,747,748,748,747,746,745,743,744,744,743,742,741,739,740,740,739,738,737,736,735,732,735,736,735,732,733,734,733,732,731,730,729,728,729,730,729,728,727,726,727,728,727,726,725,722,725,726,725,722,723,724,723,722,721,720,719,718,719,720,719,718,717,714,717,718,717,714,715,716,715,714,713,711,712,712,711,710,709,708,698,704,698,708,708,707,704,706,704,707,704,706,705,699,705,703,705,699,704,698,704,700,700,704,699,701,699,703,702,695,701,699,701,695,700,699,698,695,698,699,698,695,696,697,696,695,693,694,686,686,694,688,686,692,693,692,686,682,682,691,692,691,682,690,680,690,682,687,688,689,688,687,686,685,686,687,684,682,686,686,685,684,683,684,685,684,683,682,679,682,683,682,679,680,681,680,679,678,676,677,677,676,673,676,669,673,668,666,675,675,666,670,675,674,668,673,668,674,668,673,669,672,671,667,670,667,671,667,670,666,665,668,669,668,665,666,667,666,665,664,663,658,658,663,654,662,657,661,661,657,655,658,659,660,659,658,657,654,657,658,657,654,655,656,655,654,653,652,650,652,651,650,648,649,637,643,637,649,647,649,648,637,635,648,645,647,648,647,645,646,640,646,645,645,638,640,644,642,643,637,643,642,642,636,637,639,641,640,640,638,639,636,639,638,638,635,636,637,636,635,634,621,633,632,633,621,631,633,632,621,624,632,629,631,632,631,629,630,628,630,629,629,626,628,628,626,627,625,627,626,626,624,625,622,625,624,624,621,622,623,622,621,620,619,617,619,618,617,614,616,615,615,613,614,611,614,613,613,610,611,612,611,610,609,608,606,608,607,606,605,604,602,604,603,602,601,600,598,600,599,598,597,596,594,596,595,594,593,592,590,592,591,590,589,588,586,588,587,586,585,584,582,584,583,582,581,580,578,580,579,578,577,576,574,576,575,574,573,572,570,572,571,570,569,568,566,568,567,566,565,564,562,564,563,562,561,560,558,560,559,558,557,556,554,556,555,554,553,552,550,552,551,550,549,548,546,548,547,546,545,544,542,544,543,542,541,540,538,540,539,538,537,536,534,536,535,534,533,532,530,532,531,530,529,528,526,528,527,526,525,524,522,524,523,522,521,520,518,520,519,518,517,516,514,516,515,514,513,512,510,512,511,510,509,507,508,506,508,507,507,505,506,504,506,505,505,503,504,501,504,503,503,500,501,502,501,500,499,498,496,498,497,496,493,495,494,494,492,493,490,493,492,492,489,490,491,490,489,488,486,487,484,487,486,486,483,484,485,484,483,482,481,479,481,480,479,478,464,475,477,469,470,470,473,477,476,477,473,477,476,474,476,475,474,474,475,464,464,467,474,473,470,472,471,472,470,470,468,471,468,470,469,469,467,468,465,468,467,467,464,465,466,465,464,456,463,462,461,462,463,462,454,456,462,461,458,461,459,458,460,453,459,458,459,453,453,451,458,455,457,456,456,454,455,452,455,454,454,451,452,453,452,451,450,449,447,449,448,447,446,444,445,442,445,444,444,441,442,443,442,441,440,438,439,437,439,438,438,436,437,434,437,436,436,433,434,435,434,433,432,431,429,431,430,429,428,427,425,427,426,425,424,423,421,423,422,421,420,419,417,419,418,417,416,415,413,415,414,413,412,411,409,411,410,409,408,407,405,407,406,405,404,403,401,403,402,401,400,399,397,399,398,397,396,395,393,395,394,393,392,391,389,391,390,389,388,387,385,387,386,385,384,383,381,383,382,381,380,379,377,379,378,377,376,375,373,375,374,373,372,371,369,371,370,369,368,367,365,367,366,365,364,363,361,363,362,361,360,359,357,359,358,357,356,355,353,355,354,353,352,351,349,351,350,349,348,347,345,347,346,345,344,343,341,343,342,341,340,339,337,339,338,337,336,335,333,335,334,333,332,331,329,331,330,329,328,326,327,324,327,326,326,323,324,325,324,323,319,322,321,321,318,319,320,319,318,317,305,313,315,316,310,312,316,315,311,315,310,315,314,312,313,312,314,312,313,305,305,308,312,309,311,310,310,308,309,306,309,308,308,305,306,307,306,305,304,303,301,303,302,301,300,299,297,299,298,297,296,294,295,292,295,294,294,287,293,294,293,292,287,289,293,291,292,293,290,292,291,291,288,290,285,290,288,289,287,288,285,288,287,287,284,285,286,285,284,283,282,280,282,281,280,279,278,276,278,277,276,275,274,272,274,273,272,271,270,268,270,269,268,267,266,264,266,265,264,263,262,260,262,261,260,259,258,256,258,257,256,255,254,252,254,253,252,251,250,248,250,249,248,247,246,244,246,245,244,243,242,240,242,241,240,239,238,236,238,237,236,235,234,232,234,233,232,231,230,228,230,229,228,227,225,226,223,226,225,225,222,223,224,223,222,221,220,218,220,219,218,217,216,214,216,215,214,213,212,210,212,211,210,209,208,206,208,207,206,205,204,202,204,203,202,201,200,198,200,199,198,197,196,194,196,195,194,193,192,190,192,191,190,189,188,186,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,168,166,168,167,166,165,164,162,164,163,162,149,161,151,161,159,151,159,161,156,160,159,158,156,158,159,158,156,157,154,157,156,156,152,154,153,155,154,154,152,153,150,153,152,152,149,150,151,150,149,148,147,145,147,146,145,144,143,141,143,142,141,140,138,139,137,132,139,132,129,139,137,139,138,138,136,137,134,137,136,134,136,135,135,131,134,133,134,131,133,131,132,129,132,131,131,128,129,130,129,128,127,126,124,126,125,124,123,122,120,122,121,120,119,118,116,118,117,116,115,114,112,114,113,112,111,110,108,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,69,70,68,70,69,69,67,68,65,68,67,67,64,65,66,65,64,63,62,60,62,61,60,59,58,56,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,30,28,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,13,14,11,14,13,13,10,11,12,11,10,9,8,6,8,7,6,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.4,4.16,-2.32,-0.24,3.36,-2.32,-0.24,4.16,-2.32,-2.32,4.16,-2.32,-2.16,3.36,-2.32,-2.32,3.36,-2.32,0.24,0,-2.16,0.24,3.36,-2.16,-0.24,3.36,-2.16,-0.24,0,-2.16,0.56,4.16,-2.32,2.32,3.36,-2.32,2.32,4.16,-2.32,0.24,4.16,-2.32,2.16,3.36,-2.32,0.24,3.36,-2.32,-2,0,-2.16,-2,3.36,-2.16,-2.16,3.36,-2.16,-2.16,0,-2.16,-1.84,0,-2.16,-1.84,3.36,-2.16,-2,3.36,-2.16,-2,0,-2.16,-1.68,0,-2.16,-1.68,3.36,-2.16,-1.84,3.36,-2.16,-1.84,0,-2.16,-1.52,0,-2.16,-1.52,3.36,-2.16,-1.68,3.36,-2.16,-1.68,0,-2.16,-1.36,0,-2.16,-1.36,3.36,-2.16,-1.52,3.36,-2.16,-1.52,0,-2.16,-1.2,0,-2.16,-1.2,3.36,-2.16,-1.36,3.36,-2.16,-1.36,0,-2.16,-1.04,0,-2.16,-1.04,3.36,-2.16,-1.2,3.36,-2.16,-1.2,0,-2.16,-0.88,0,-2.16,-0.88,3.36,-2.16,-1.04,3.36,-2.16,-1.04,0,-2.16,-0.72,0,-2.16,-0.72,3.36,-2.16,-0.88,3.36,-2.16,-0.88,0,-2.16,-0.56,0,-2.16,-0.56,3.36,-2.16,-0.72,3.36,-2.16,-0.72,0,-2.16,-0.4,0,-2.16,-0.4,3.36,-2.16,-0.56,3.36,-2.16,-0.56,0,-2.16,-0.24,0,-2.16,-0.24,3.36,-2.16,-0.4,3.36,-2.16,-0.4,0,-2.16,-0.4,4.64,-1.52,0.4,4.32,-1.52,0.4,4.64,-1.52,-0.4,4.32,-1.52,0.4,4.16,-1.52,-0.4,4.16,-1.52,0.24,4.16,-1.52,-0.24,4.16,-1.52,0.24,3.36,-2.32,0.24,4.16,-2.32,-0.24,4.16,-2.32,-0.24,3.36,-2.32,0.4,0,-2.16,0.4,3.36,-2.16,0.24,3.36,-2.16,0.24,0,-2.16,0.56,0,-2.16,0.56,3.36,-2.16,0.4,3.36,-2.16,0.4,0,-2.16,0.72,0,-2.16,0.72,3.36,-2.16,0.56,3.36,-2.16,0.56,0,-2.16,0.88,0,-2.16,0.88,3.36,-2.16,0.72,3.36,-2.16,0.72,0,-2.16,1.04,0,-2.16,1.04,3.36,-2.16,0.88,3.36,-2.16,0.88,0,-2.16,1.2,0,-2.16,1.2,3.36,-2.16,1.04,3.36,-2.16,1.04,0,-2.16,1.36,0,-2.16,1.36,3.36,-2.16,1.2,3.36,-2.16,1.2,0,-2.16,1.52,0,-2.16,1.52,3.36,-2.16,1.36,3.36,-2.16,1.36,0,-2.16,1.68,0,-2.16,1.68,3.36,-2.16,1.52,3.36,-2.16,1.52,0,-2.16,1.84,0,-2.16,1.84,3.36,-2.16,1.68,3.36,-2.16,1.68,0,-2.16,2,0,-2.16,2,3.36,-2.16,1.84,3.36,-2.16,1.84,0,-2.16,2.16,0,-2.16,2.16,3.36,-2.16,2,3.36,-2.16,2,0,-2.16,0.4,4.32,0.56,0.4,4.64,0.56,-0.4,4.64,0.56,-0.4,4.32,0.56,-1.52,4.64,-0.4,-0.56,4.48,-0.4,-0.56,4.64,-0.4,-1.52,4.48,-0.4,-0.72,4.48,-0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,-1.52,4.16,-0.4,-1.2,4.16,-0.4,-0.72,4.32,-0.4,-0.4,4.16,-0.4,-0.56,4.32,-0.4,-0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.48,-0.72,-0.4,4.48,-0.72,-0.4,4.32,-0.72,0.4,4.32,1.2,0.4,4.48,1.2,-0.4,4.48,1.2,-0.4,4.32,1.2,1.2,4.32,-0.4,1.52,4.16,-0.4,1.52,4.32,-0.4,0.72,4.32,-0.4,0.4,4.16,-0.4,0.56,4.32,-0.4,0.4,4.32,-0.4,0.72,4.48,-0.4,0.56,4.64,-0.4,0.72,4.64,-0.4,1.52,4.48,-0.4,1.52,4.64,-0.4,1.2,4.48,-0.4,-2.32,3.36,2.32,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,3.36,2.32,-0.24,0,2.16,-0.24,3.36,2.16,0.24,3.36,2.16,0.24,0,2.16,0.24,3.36,2.32,0.24,4.16,2.32,2.32,4.16,2.32,2.32,3.36,2.32,-2.16,0,2.16,-2.16,3.36,2.16,-2,3.36,2.16,-2,0,2.16,-2,0,2.16,-2,3.36,2.16,-1.84,3.36,2.16,-1.84,0,2.16,-1.84,0,2.16,-1.84,3.36,2.16,-1.68,3.36,2.16,-1.68,0,2.16,-1.68,0,2.16,-1.68,3.36,2.16,-1.52,3.36,2.16,-1.52,0,2.16,-1.52,0,2.16,-1.52,3.36,2.16,-1.36,3.36,2.16,-1.36,0,2.16,-1.36,0,2.16,-1.36,3.36,2.16,-1.2,3.36,2.16,-1.2,0,2.16,-1.2,0,2.16,-1.2,3.36,2.16,-1.04,3.36,2.16,-1.04,0,2.16,-1.04,0,2.16,-1.04,3.36,2.16,-0.88,3.36,2.16,-0.88,0,2.16,-0.88,0,2.16,-0.88,3.36,2.16,-0.72,3.36,2.16,-0.72,0,2.16,-0.72,0,2.16,-0.72,3.36,2.16,-0.56,3.36,2.16,-0.56,0,2.16,-0.56,0,2.16,-0.56,3.36,2.16,-0.4,3.36,2.16,-0.4,0,2.16,-0.4,0,2.16,-0.4,3.36,2.16,-0.24,3.36,2.16,-0.24,0,2.16,0.4,4.64,1.52,-0.4,4.16,1.52,-0.4,4.64,1.52,0.4,4.16,1.52,-0.24,4.16,1.52,0.24,4.16,1.52,-0.24,3.36,2.32,-0.24,4.16,2.32,0.24,4.16,2.32,0.24,3.36,2.32,0.24,0,2.16,0.24,3.36,2.16,0.4,3.36,2.16,0.4,0,2.16,0.4,0,2.16,0.4,3.36,2.16,0.56,3.36,2.16,0.56,0,2.16,0.56,0,2.16,0.56,3.36,2.16,0.72,3.36,2.16,0.72,0,2.16,0.72,0,2.16,0.72,3.36,2.16,0.88,3.36,2.16,0.88,0,2.16,0.88,0,2.16,0.88,3.36,2.16,1.04,3.36,2.16,1.04,0,2.16,1.04,0,2.16,1.04,3.36,2.16,1.2,3.36,2.16,1.2,0,2.16,1.2,0,2.16,1.2,3.36,2.16,1.36,3.36,2.16,1.36,0,2.16,1.36,0,2.16,1.36,3.36,2.16,1.52,3.36,2.16,1.52,0,2.16,1.52,0,2.16,1.52,3.36,2.16,1.68,3.36,2.16,1.68,0,2.16,1.68,0,2.16,1.68,3.36,2.16,1.84,3.36,2.16,1.84,0,2.16,1.84,0,2.16,1.84,3.36,2.16,2,3.36,2.16,2,0,2.16,2,0,2.16,2,3.36,2.16,2.16,3.36,2.16,2.16,0,2.16,-0.4,4.32,-0.56,-0.4,4.64,-0.56,0.4,4.64,-0.56,0.4,4.32,-0.56,-0.56,4.64,0.4,-1.52,4.48,0.4,-1.52,4.64,0.4,-0.56,4.48,0.4,-1.2,4.48,0.4,-0.72,4.48,0.4,-1.52,4.16,0.4,-1.2,4.32,0.4,-1.2,4.16,0.4,-0.72,4.32,0.4,-0.56,4.32,0.4,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.48,-1.2,0.4,4.48,-1.2,0.4,4.32,-1.2,-0.4,4.32,0.72,-0.4,4.48,0.72,0.4,4.48,0.72,0.4,4.32,0.72,0.56,4.32,0.4,0.4,4.16,0.4,0.4,4.32,0.4,0.72,4.32,0.4,1.52,4.16,0.4,1.2,4.32,0.4,1.52,4.32,0.4,0.72,4.48,0.4,0.72,4.64,0.4,1.52,4.64,0.4,1.52,4.48,0.4,1.2,4.48,0.4,0.56,4.64,0.4,-2.32,4.16,-0.4,-2.32,3.36,-2.32,-2.32,4.16,-2.32,-2.32,4.16,-0.24,-2.32,3.36,-0.24,-2.32,4.16,2.16,-2.32,3.36,0.24,-2.32,4.16,0.24,-2.32,4.16,2.32,-2.32,3.36,2.16,-2.32,3.36,2.32,-2.16,0,-0.24,-2.16,3.36,-0.24,-2.16,3.36,0.24,-2.16,0,0.24,-2.32,3.36,-0.24,-2.32,4.16,-0.24,-2.32,4.16,0.24,-2.32,3.36,0.24,-2.16,0,-2.16,-2.16,3.36,-2.16,-2.16,3.36,-2,-2.16,0,-2,-2.16,0,-2,-2.16,3.36,-2,-2.16,3.36,-1.84,-2.16,0,-1.84,-2.16,0,-1.84,-2.16,3.36,-1.84,-2.16,3.36,-1.68,-2.16,0,-1.68,-2.16,0,-1.68,-2.16,3.36,-1.68,-2.16,3.36,-1.52,-2.16,0,-1.52,-2.16,0,-1.52,-2.16,3.36,-1.52,-2.16,3.36,-1.36,-2.16,0,-1.36,-2.16,0,-1.36,-2.16,3.36,-1.36,-2.16,3.36,-1.2,-2.16,0,-1.2,-2.16,0,-1.2,-2.16,3.36,-1.2,-2.16,3.36,-1.04,-2.16,0,-1.04,-2.16,0,-1.04,-2.16,3.36,-1.04,-2.16,3.36,-0.88,-2.16,0,-0.88,-2.16,0,-0.88,-2.16,3.36,-0.88,-2.16,3.36,-0.72,-2.16,0,-0.72,-2.16,0,-0.72,-2.16,3.36,-0.72,-2.16,3.36,-0.56,-2.16,0,-0.56,-2.16,0,-0.56,-2.16,3.36,-0.56,-2.16,3.36,-0.4,-2.16,0,-0.4,-2.16,0,-0.4,-2.16,3.36,-0.4,-2.16,3.36,-0.24,-2.16,0,-0.24,-2.16,0,0.24,-2.16,3.36,0.24,-2.16,3.36,0.4,-2.16,0,0.4,-2.16,0,0.4,-2.16,3.36,0.4,-2.16,3.36,0.56,-2.16,0,0.56,-2.16,0,0.56,-2.16,3.36,0.56,-2.16,3.36,0.72,-2.16,0,0.72,-2.16,0,0.72,-2.16,3.36,0.72,-2.16,3.36,0.88,-2.16,0,0.88,-2.16,0,0.88,-2.16,3.36,0.88,-2.16,3.36,1.04,-2.16,0,1.04,-2.16,0,1.04,-2.16,3.36,1.04,-2.16,3.36,1.2,-2.16,0,1.2,-2.16,0,1.2,-2.16,3.36,1.2,-2.16,3.36,1.36,-2.16,0,1.36,-2.16,0,1.36,-2.16,3.36,1.36,-2.16,3.36,1.52,-2.16,0,1.52,-2.16,0,1.52,-2.16,3.36,1.52,-2.16,3.36,1.68,-2.16,0,1.68,-2.16,0,1.68,-2.16,3.36,1.68,-2.16,3.36,1.84,-2.16,0,1.84,-2.16,0,1.84,-2.16,3.36,1.84,-2.16,3.36,2,-2.16,0,2,-2.16,0,2,-2.16,3.36,2,-2.16,3.36,2.16,-2.16,0,2.16,-1.52,4.64,0.4,-1.52,4.48,-0.4,-1.52,4.64,-0.4,-1.52,4.48,0.4,-1.52,4.16,-0.4,-1.52,4.16,0.4,-1.52,4.16,-0.24,-1.52,4.16,0.24,0.56,4.64,0.4,0.56,4.32,-0.4,0.56,4.64,-0.4,0.56,4.32,0.4,0.56,4.32,0.08,0.56,4.32,0.24,-0.72,4.32,-0.4,-0.72,4.48,-0.4,-0.72,4.48,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.16,-1.52,-0.4,4.32,-1.52,-0.4,4.32,-0.72,-0.4,4.16,-0.4,-0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.48,-1.2,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,-0.4,4.48,-0.72,-0.4,4.64,-0.56,-0.4,4.32,0.56,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,0.72,-0.4,4.16,1.36,-0.4,4.32,1.2,-0.4,4.32,1.36,-0.4,4.16,1.52,-0.4,4.64,1.52,-0.4,4.64,1.36,-0.4,4.48,0.72,-0.4,4.64,0.72,-0.4,4.64,1.2,-0.4,4.48,1.2,-0.4,4.64,0.56,1.2,4.32,-0.4,1.2,4.48,-0.4,1.2,4.48,0.4,1.2,4.32,0.4,2.32,4.16,-0.4,2.32,3.36,-0.24,2.32,4.16,-0.24,2.32,4.16,-0.56,2.32,3.36,-2.32,2.32,4.16,-2.32,2.32,4.16,2.16,2.32,3.36,2.32,2.32,4.16,2.32,2.32,4.16,2,2.32,3.36,2.16,2.32,4.16,0.24,2.32,3.36,0.24,2.16,0,0.24,2.16,3.36,0.24,2.16,3.36,-0.24,2.16,0,-0.24,1.52,4.64,-0.4,1.52,4.48,0.4,1.52,4.64,0.4,1.52,4.48,-0.4,1.52,4.32,0.4,1.52,4.32,-0.4,1.52,4.16,0.4,1.52,4.16,-0.4,1.52,4.16,0.24,1.52,4.16,-0.24,2.16,0,-2,2.16,3.36,-2,2.16,3.36,-2.16,2.16,0,-2.16,2.16,0,-1.84,2.16,3.36,-1.84,2.16,3.36,-2,2.16,0,-2,2.16,0,-1.68,2.16,3.36,-1.68,2.16,3.36,-1.84,2.16,0,-1.84,2.16,0,-1.52,2.16,3.36,-1.52,2.16,3.36,-1.68,2.16,0,-1.68,2.16,0,-1.36,2.16,3.36,-1.36,2.16,3.36,-1.52,2.16,0,-1.52,2.16,0,-1.2,2.16,3.36,-1.2,2.16,3.36,-1.36,2.16,0,-1.36,2.16,0,-1.04,2.16,3.36,-1.04,2.16,3.36,-1.2,2.16,0,-1.2,2.16,0,-0.88,2.16,3.36,-0.88,2.16,3.36,-1.04,2.16,0,-1.04,2.16,0,-0.72,2.16,3.36,-0.72,2.16,3.36,-0.88,2.16,0,-0.88,2.16,0,-0.56,2.16,3.36,-0.56,2.16,3.36,-0.72,2.16,0,-0.72,2.16,0,-0.4,2.16,3.36,-0.4,2.16,3.36,-0.56,2.16,0,-0.56,2.16,0,-0.24,2.16,3.36,-0.24,2.16,3.36,-0.4,2.16,0,-0.4,2.16,0,0.4,2.16,3.36,0.4,2.16,3.36,0.24,2.16,0,0.24,2.16,0,0.56,2.16,3.36,0.56,2.16,3.36,0.4,2.16,0,0.4,2.16,0,0.72,2.16,3.36,0.72,2.16,3.36,0.56,2.16,0,0.56,2.16,0,0.88,2.16,3.36,0.88,2.16,3.36,0.72,2.16,0,0.72,2.16,0,1.04,2.16,3.36,1.04,2.16,3.36,0.88,2.16,0,0.88,2.16,0,1.2,2.16,3.36,1.2,2.16,3.36,1.04,2.16,0,1.04,2.16,0,1.36,2.16,3.36,1.36,2.16,3.36,1.2,2.16,0,1.2,2.16,0,1.52,2.16,3.36,1.52,2.16,3.36,1.36,2.16,0,1.36,2.16,0,1.68,2.16,3.36,1.68,2.16,3.36,1.52,2.16,0,1.52,2.16,0,1.84,2.16,3.36,1.84,2.16,3.36,1.68,2.16,0,1.68,2.16,0,2,2.16,3.36,2,2.16,3.36,1.84,2.16,0,1.84,2.16,0,2.16,2.16,3.36,2.16,2.16,3.36,2,2.16,0,2,2.32,3.36,0.24,2.32,4.16,0.24,2.32,4.16,-0.24,2.32,3.36,-0.24,-0.56,4.64,-0.4,-0.56,4.48,0.4,-0.56,4.64,0.4,-0.56,4.48,-0.4,-0.56,4.32,0.4,-0.56,4.32,-0.4,-0.56,4.32,0.24,-1.2,4.32,0.4,-1.2,4.48,0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,0.4,4.32,-0.56,0.4,4.16,-0.4,0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.16,-0.56,0.4,4.32,-1.2,0.4,4.16,-1.52,0.4,4.32,-1.52,0.4,4.48,-1.2,0.4,4.64,-1.52,0.4,4.64,-1.2,0.4,4.48,-0.72,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.32,1.2,0.4,4.16,1.36,0.4,4.32,1.36,0.4,4.32,0.72,0.4,4.16,0.4,0.4,4.32,0.56,0.4,4.32,0.4,0.4,4.16,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.4,4.48,0.72,0.4,4.64,0.56,0.4,4.64,0.72,0.4,4.48,1.2,0.4,4.64,1.2,0.72,4.32,0.4,0.72,4.48,0.4,0.72,4.48,-0.4,0.72,4.32,-0.4,-0.4,4.16,-2.32,-2.32,4.16,-0.4,-2.32,4.16,-2.32,-1.52,4.16,-0.4,-0.4,4.16,-1.52,-1.2,4.16,-0.4,-0.4,4.16,-0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-0.24,4.16,-2.32,-0.24,4.16,-1.52,2.32,4.16,-2.32,0.56,4.16,-1.52,0.56,4.16,-2.32,0.56,4.16,-0.56,2.32,4.16,-0.56,0.4,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,-2.32,1.52,4.16,-0.4,0.4,4.16,-0.4,0.4,4.16,-0.56,2.32,4.16,-0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,-1.52,4.16,0.24,-2.32,4.16,2.16,-2.32,4.16,0.24,-1.52,4.16,2.16,-1.52,4.16,0.4,-1.52,4.16,2,-1.2,4.16,0.4,-0.4,4.16,2,-0.4,4.16,0.4,-0.4,4.16,1.52,-0.4,4.16,1.36,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,4.16,2.16,-0.24,4.16,2,-0.24,4.16,1.52,1.52,4.16,0.4,0.4,4.16,1.36,0.4,4.16,0.4,0.4,4.16,1.52,1.52,4.16,2,0.4,4.16,2,2.32,4.16,0.24,1.52,4.16,0.24,2.32,4.16,2,0.4,4.16,2.16,2.32,4.16,2.16,2.32,4.16,2.32,0.24,4.16,2.32,0.24,4.16,2.16,0.24,4.16,1.52,-1.52,4.64,-0.4,-0.56,4.64,-0.4,-1.52,4.64,0.4,-0.56,4.64,0.4,0.4,4.64,-1.52,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,0.4,4.64,-1.2,-0.4,4.64,-0.56,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.64,0.56,-0.4,4.64,0.72,-0.4,4.64,0.56,-0.4,4.64,1.2,0.4,4.64,0.72,-0.4,4.64,1.36,0.4,4.64,1.2,-0.4,4.64,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.72,4.64,-0.4,0.56,4.64,0.4,0.56,4.64,-0.4,0.72,4.64,0.4,1.52,4.64,-0.4,1.52,4.64,0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-2.32,4.16,0.24,-1.52,4.16,0.24,-1.2,4.32,-0.4,-0.72,4.32,-0.4,-1.2,4.32,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,0.4,4.32,-1.2,-0.4,4.32,-0.72,0.4,4.32,-0.72,0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.32,-0.56,-0.4,4.32,0.08,0.4,4.32,-0.4,0.4,4.32,0.08,-0.4,4.32,0.24,0.56,4.32,0.24,-0.4,4.32,0.4,-0.56,4.32,0.4,-0.56,4.32,0.24,0.4,4.32,0.4,0.56,4.32,0.4,0.56,4.32,0.08,-0.4,4.32,0.56,0.4,4.32,0.56,-0.56,4.32,-0.4,0.56,4.32,-0.4,-0.4,4.32,0.72,0.4,4.32,0.72,-0.4,4.32,1.2,0.4,4.32,1.2,-0.24,4.16,-2.32,0.24,4.16,-2.32,-0.24,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,1.52,-0.24,4.16,2,-0.24,4.16,1.52,-0.24,4.16,2.16,0.24,4.16,2.16,-0.24,4.16,2.32,0.24,4.16,2.32,0.72,4.32,-0.4,1.2,4.32,-0.4,0.72,4.32,0.4,1.2,4.32,0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,1.52,4.16,0.24,2.32,4.16,0.24],"colors":[0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.3686275,0.7019608,0.9254902,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1]},"gift_4_optimised":{"faces":[438,436,437,437,436,435,434,432,433,433,432,431,428,429,430,429,428,427,424,427,428,427,424,425,426,425,424,423,421,422,422,421,420,419,417,418,418,417,416,411,415,403,403,415,402,414,408,399,413,409,412,412,409,406,403,405,411,405,409,410,409,405,406,404,399,408,408,407,404,406,404,407,404,406,405,405,403,404,399,404,401,401,404,403,403,402,401,398,401,402,401,398,399,400,399,398,397,395,396,396,395,394,393,391,392,392,391,390,389,387,388,388,387,386,385,384,383,380,383,384,383,380,381,382,381,380,379,378,377,376,377,378,377,376,375,374,375,376,375,374,373,370,373,374,373,370,371,372,371,370,369,368,367,366,367,368,367,366,365,362,365,366,365,362,363,364,363,362,361,359,360,360,359,358,357,356,346,352,346,356,356,355,352,354,352,355,352,354,353,347,353,351,353,347,352,346,352,348,348,352,347,349,347,351,350,343,349,347,349,343,348,347,346,343,346,347,346,343,344,345,344,343,341,342,334,334,342,336,334,340,341,340,334,330,330,339,340,339,330,338,328,338,330,335,336,337,336,335,334,333,334,335,332,330,334,334,333,332,331,332,333,332,331,330,327,330,331,330,327,328,329,328,327,326,324,325,325,324,321,324,317,321,316,314,323,323,314,318,323,322,316,321,316,322,316,321,317,320,319,315,318,315,319,315,318,314,313,316,317,316,313,314,315,314,313,312,311,306,306,311,302,310,305,309,309,305,303,306,307,308,307,306,305,302,305,306,305,302,303,304,303,302,301,300,298,300,299,298,296,297,285,291,285,297,295,297,296,285,283,296,293,295,296,295,293,294,288,294,293,293,286,288,292,290,291,285,291,290,290,284,285,287,289,288,288,286,287,284,287,286,286,283,284,285,284,283,282,269,281,280,281,269,279,281,280,269,272,280,277,279,280,279,277,278,276,278,277,277,274,276,276,274,275,273,275,274,274,272,273,270,273,272,272,269,270,271,270,269,268,267,265,267,266,265,262,264,263,263,261,262,259,262,261,261,258,259,260,259,258,257,256,254,256,255,254,253,251,252,250,252,251,251,249,250,248,250,249,249,247,248,245,248,247,247,244,245,246,245,244,243,242,240,242,241,240,237,239,238,238,236,237,234,237,236,236,233,234,235,234,233,232,230,231,228,231,230,230,227,228,229,228,227,226,225,223,225,224,223,222,221,219,221,220,219,218,217,215,217,216,215,214,200,211,213,205,206,206,209,213,212,213,209,213,212,210,212,211,210,210,211,200,200,203,210,209,206,208,207,208,206,206,204,207,204,206,205,205,203,204,201,204,203,203,200,201,202,201,200,192,199,198,197,198,199,198,190,192,198,197,194,197,195,194,196,189,195,194,195,189,189,187,194,191,193,192,192,190,191,188,191,190,190,187,188,189,188,187,186,185,183,185,184,183,182,180,181,178,181,180,180,177,178,179,178,177,176,174,175,173,175,174,174,172,173,170,173,172,172,169,170,171,170,169,168,167,165,167,166,165,164,163,161,163,162,161,160,158,159,156,159,158,158,155,156,157,156,155,151,154,153,153,150,151,152,151,150,149,148,146,148,147,146,145,144,142,144,143,142,141,129,137,139,140,134,136,140,139,135,139,134,139,138,136,137,136,138,136,137,129,129,132,136,133,135,134,134,132,133,130,133,132,132,129,130,131,130,129,128,127,125,127,126,125,124,123,121,123,122,121,120,118,119,116,119,118,118,111,117,118,117,116,111,113,117,115,116,117,114,116,115,115,112,114,109,114,112,113,111,112,109,112,111,111,108,109,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,97,98,95,98,97,97,94,95,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,61,73,63,73,71,63,71,73,68,72,71,70,68,70,71,70,68,69,66,69,68,68,64,66,65,67,66,66,64,65,62,65,64,64,61,62,63,62,61,60,59,57,59,58,57,56,55,53,55,54,53,52,50,51,49,44,51,44,41,51,49,51,50,50,48,49,46,49,48,46,48,47,47,43,46,45,46,43,45,43,44,41,44,43,43,40,41,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,29,30,28,30,29,29,27,28,25,28,27,27,24,25,26,25,24,23,21,22,19,22,21,21,18,19,20,19,18,17,16,14,16,15,14,13,11,12,9,12,11,11,8,9,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[-0.24,0,-2.16,-0.24,3.36,-2.16,-2.16,3.36,-2.16,-2.16,0,-2.16,2.16,0,-2.16,2.16,3.36,-2.16,0.24,3.36,-2.16,0.24,0,-2.16,-0.4,4.16,-2.32,-0.24,3.36,-2.32,-0.24,4.16,-2.32,-2.32,4.16,-2.32,-2.16,3.36,-2.32,-2.32,3.36,-2.32,0.24,0,-2.16,0.24,3.36,-2.16,-0.24,3.36,-2.16,-0.24,0,-2.16,0.56,4.16,-2.32,2.32,3.36,-2.32,2.32,4.16,-2.32,0.24,4.16,-2.32,2.16,3.36,-2.32,0.24,3.36,-2.32,-0.4,4.64,-1.52,0.4,4.32,-1.52,0.4,4.64,-1.52,-0.4,4.32,-1.52,0.4,4.16,-1.52,-0.4,4.16,-1.52,0.24,4.16,-1.52,-0.24,4.16,-1.52,0.24,3.36,-2.32,0.24,4.16,-2.32,-0.24,4.16,-2.32,-0.24,3.36,-2.32,0.4,4.32,0.56,0.4,4.64,0.56,-0.4,4.64,0.56,-0.4,4.32,0.56,-1.52,4.64,-0.4,-0.56,4.48,-0.4,-0.56,4.64,-0.4,-1.52,4.48,-0.4,-0.72,4.48,-0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,-1.52,4.16,-0.4,-1.2,4.16,-0.4,-0.72,4.32,-0.4,-0.4,4.16,-0.4,-0.56,4.32,-0.4,-0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.48,-0.72,-0.4,4.48,-0.72,-0.4,4.32,-0.72,0.4,4.32,1.2,0.4,4.48,1.2,-0.4,4.48,1.2,-0.4,4.32,1.2,1.2,4.32,-0.4,1.52,4.16,-0.4,1.52,4.32,-0.4,0.72,4.32,-0.4,0.4,4.16,-0.4,0.56,4.32,-0.4,0.4,4.32,-0.4,0.72,4.48,-0.4,0.56,4.64,-0.4,0.72,4.64,-0.4,1.52,4.48,-0.4,1.52,4.64,-0.4,1.2,4.48,-0.4,-2.16,0,2.16,-2.16,3.36,2.16,-0.24,3.36,2.16,-0.24,0,2.16,0.24,0,2.16,0.24,3.36,2.16,2.16,3.36,2.16,2.16,0,2.16,-2.32,3.36,2.32,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,3.36,2.32,-0.24,0,2.16,-0.24,3.36,2.16,0.24,3.36,2.16,0.24,0,2.16,0.24,3.36,2.32,0.24,4.16,2.32,2.32,4.16,2.32,2.32,3.36,2.32,0.4,4.64,1.52,-0.4,4.16,1.52,-0.4,4.64,1.52,0.4,4.16,1.52,-0.24,4.16,1.52,0.24,4.16,1.52,-0.24,3.36,2.32,-0.24,4.16,2.32,0.24,4.16,2.32,0.24,3.36,2.32,-0.4,4.32,-0.56,-0.4,4.64,-0.56,0.4,4.64,-0.56,0.4,4.32,-0.56,-0.56,4.64,0.4,-1.52,4.48,0.4,-1.52,4.64,0.4,-0.56,4.48,0.4,-1.2,4.48,0.4,-0.72,4.48,0.4,-1.52,4.16,0.4,-1.2,4.32,0.4,-1.2,4.16,0.4,-0.72,4.32,0.4,-0.56,4.32,0.4,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.48,-1.2,0.4,4.48,-1.2,0.4,4.32,-1.2,-0.4,4.32,0.72,-0.4,4.48,0.72,0.4,4.48,0.72,0.4,4.32,0.72,0.56,4.32,0.4,0.4,4.16,0.4,0.4,4.32,0.4,0.72,4.32,0.4,1.52,4.16,0.4,1.2,4.32,0.4,1.52,4.32,0.4,0.72,4.48,0.4,0.72,4.64,0.4,1.52,4.64,0.4,1.52,4.48,0.4,1.2,4.48,0.4,0.56,4.64,0.4,-2.16,0,-2.16,-2.16,3.36,-2.16,-2.16,3.36,-0.24,-2.16,0,-0.24,-2.16,0,0.24,-2.16,3.36,0.24,-2.16,3.36,2.16,-2.16,0,2.16,-2.32,4.16,-0.4,-2.32,3.36,-2.32,-2.32,4.16,-2.32,-2.32,4.16,-0.24,-2.32,3.36,-0.24,-2.32,4.16,2.16,-2.32,3.36,0.24,-2.32,4.16,0.24,-2.32,4.16,2.32,-2.32,3.36,2.16,-2.32,3.36,2.32,-2.16,0,-0.24,-2.16,3.36,-0.24,-2.16,3.36,0.24,-2.16,0,0.24,-2.32,3.36,-0.24,-2.32,4.16,-0.24,-2.32,4.16,0.24,-2.32,3.36,0.24,-1.52,4.64,0.4,-1.52,4.48,-0.4,-1.52,4.64,-0.4,-1.52,4.48,0.4,-1.52,4.16,-0.4,-1.52,4.16,0.4,-1.52,4.16,-0.24,-1.52,4.16,0.24,0.56,4.64,0.4,0.56,4.32,-0.4,0.56,4.64,-0.4,0.56,4.32,0.4,0.56,4.32,0.08,0.56,4.32,0.24,-0.72,4.32,-0.4,-0.72,4.48,-0.4,-0.72,4.48,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.16,-1.52,-0.4,4.32,-1.52,-0.4,4.32,-0.72,-0.4,4.16,-0.4,-0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.48,-1.2,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,-0.4,4.48,-0.72,-0.4,4.64,-0.56,-0.4,4.32,0.56,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,0.72,-0.4,4.16,1.36,-0.4,4.32,1.2,-0.4,4.32,1.36,-0.4,4.16,1.52,-0.4,4.64,1.52,-0.4,4.64,1.36,-0.4,4.48,0.72,-0.4,4.64,0.72,-0.4,4.64,1.2,-0.4,4.48,1.2,-0.4,4.64,0.56,1.2,4.32,-0.4,1.2,4.48,-0.4,1.2,4.48,0.4,1.2,4.32,0.4,2.16,0,-0.24,2.16,3.36,-0.24,2.16,3.36,-2.16,2.16,0,-2.16,2.16,0,2.16,2.16,3.36,2.16,2.16,3.36,0.24,2.16,0,0.24,2.32,4.16,-0.4,2.32,3.36,-0.24,2.32,4.16,-0.24,2.32,4.16,-0.56,2.32,3.36,-2.32,2.32,4.16,-2.32,2.32,4.16,2.16,2.32,3.36,2.32,2.32,4.16,2.32,2.32,4.16,2,2.32,3.36,2.16,2.32,4.16,0.24,2.32,3.36,0.24,2.16,0,0.24,2.16,3.36,0.24,2.16,3.36,-0.24,2.16,0,-0.24,1.52,4.64,-0.4,1.52,4.48,0.4,1.52,4.64,0.4,1.52,4.48,-0.4,1.52,4.32,0.4,1.52,4.32,-0.4,1.52,4.16,0.4,1.52,4.16,-0.4,1.52,4.16,0.24,1.52,4.16,-0.24,2.32,3.36,0.24,2.32,4.16,0.24,2.32,4.16,-0.24,2.32,3.36,-0.24,-0.56,4.64,-0.4,-0.56,4.48,0.4,-0.56,4.64,0.4,-0.56,4.48,-0.4,-0.56,4.32,0.4,-0.56,4.32,-0.4,-0.56,4.32,0.24,-1.2,4.32,0.4,-1.2,4.48,0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,0.4,4.32,-0.56,0.4,4.16,-0.4,0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.16,-0.56,0.4,4.32,-1.2,0.4,4.16,-1.52,0.4,4.32,-1.52,0.4,4.48,-1.2,0.4,4.64,-1.52,0.4,4.64,-1.2,0.4,4.48,-0.72,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.32,1.2,0.4,4.16,1.36,0.4,4.32,1.36,0.4,4.32,0.72,0.4,4.16,0.4,0.4,4.32,0.56,0.4,4.32,0.4,0.4,4.16,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.4,4.48,0.72,0.4,4.64,0.56,0.4,4.64,0.72,0.4,4.48,1.2,0.4,4.64,1.2,0.72,4.32,0.4,0.72,4.48,0.4,0.72,4.48,-0.4,0.72,4.32,-0.4,-0.4,4.16,-2.32,-2.32,4.16,-0.4,-2.32,4.16,-2.32,-1.52,4.16,-0.4,-0.4,4.16,-1.52,-1.2,4.16,-0.4,-0.4,4.16,-0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-0.24,4.16,-2.32,-0.24,4.16,-1.52,2.32,4.16,-2.32,0.56,4.16,-1.52,0.56,4.16,-2.32,0.56,4.16,-0.56,2.32,4.16,-0.56,0.4,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,-2.32,1.52,4.16,-0.4,0.4,4.16,-0.4,0.4,4.16,-0.56,2.32,4.16,-0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,-1.52,4.16,0.24,-2.32,4.16,2.16,-2.32,4.16,0.24,-1.52,4.16,2.16,-1.52,4.16,0.4,-1.52,4.16,2,-1.2,4.16,0.4,-0.4,4.16,2,-0.4,4.16,0.4,-0.4,4.16,1.52,-0.4,4.16,1.36,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,4.16,2.16,-0.24,4.16,2,-0.24,4.16,1.52,1.52,4.16,0.4,0.4,4.16,1.36,0.4,4.16,0.4,0.4,4.16,1.52,1.52,4.16,2,0.4,4.16,2,2.32,4.16,0.24,1.52,4.16,0.24,2.32,4.16,2,0.4,4.16,2.16,2.32,4.16,2.16,2.32,4.16,2.32,0.24,4.16,2.32,0.24,4.16,2.16,0.24,4.16,1.52,-1.52,4.64,-0.4,-0.56,4.64,-0.4,-1.52,4.64,0.4,-0.56,4.64,0.4,0.4,4.64,-1.52,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,0.4,4.64,-1.2,-0.4,4.64,-0.56,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.64,0.56,-0.4,4.64,0.72,-0.4,4.64,0.56,-0.4,4.64,1.2,0.4,4.64,0.72,-0.4,4.64,1.36,0.4,4.64,1.2,-0.4,4.64,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.72,4.64,-0.4,0.56,4.64,0.4,0.56,4.64,-0.4,0.72,4.64,0.4,1.52,4.64,-0.4,1.52,4.64,0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-2.32,4.16,0.24,-1.52,4.16,0.24,-1.2,4.32,-0.4,-0.72,4.32,-0.4,-1.2,4.32,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,0.4,4.32,-1.2,-0.4,4.32,-0.72,0.4,4.32,-0.72,0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.32,-0.56,-0.4,4.32,0.08,0.4,4.32,-0.4,0.4,4.32,0.08,-0.4,4.32,0.24,0.56,4.32,0.24,-0.4,4.32,0.4,-0.56,4.32,0.4,-0.56,4.32,0.24,0.4,4.32,0.4,0.56,4.32,0.4,0.56,4.32,0.08,-0.4,4.32,0.56,0.4,4.32,0.56,-0.56,4.32,-0.4,0.56,4.32,-0.4,-0.4,4.32,0.72,0.4,4.32,0.72,-0.4,4.32,1.2,0.4,4.32,1.2,-0.24,4.16,-2.32,0.24,4.16,-2.32,-0.24,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,1.52,-0.24,4.16,2,-0.24,4.16,1.52,-0.24,4.16,2.16,0.24,4.16,2.16,-0.24,4.16,2.32,0.24,4.16,2.32,0.72,4.32,-0.4,1.2,4.32,-0.4,0.72,4.32,0.4,1.2,4.32,0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,1.52,4.16,0.24,2.32,4.16,0.24],"colors":[0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.3568628,0.3372549,0.2352941,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1]},"explosion_1_optimised":{"faces":[171,169,170,170,169,168,167,165,166,166,165,164,163,161,162,162,161,160,159,157,158,158,157,156,155,153,154,154,153,152,147,150,151,150,147,148,149,148,147,146,145,144,144,145,140,140,143,144,143,140,141,142,141,140,139,136,137,137,133,139,138,131,137,137,136,135,133,137,131,129,135,136,135,129,134,130,134,129,131,132,133,132,131,123,122,123,131,130,129,128,127,128,129,128,127,126,124,126,127,124,118,126,125,120,124,118,124,120,123,122,121,118,121,122,121,118,119,120,119,118,117,116,114,116,115,114,113,112,110,112,111,110,109,108,106,108,107,106,102,105,104,104,101,102,103,102,101,100,99,97,99,98,97,96,95,93,95,94,93,89,92,91,91,88,89,90,89,88,85,87,86,86,84,85,83,85,84,84,82,83,80,83,82,82,79,80,81,80,79,78,77,75,77,76,75,74,73,71,73,72,71,70,68,69,66,69,68,68,65,66,67,66,65,63,64,60,58,63,60,59,62,61,61,58,59,60,59,58,57,56,54,56,55,54,53,52,50,52,51,50,47,49,46,48,47,44,46,44,47,44,46,36,45,44,37,36,37,44,40,43,42,42,41,40,38,40,41,40,38,39,36,39,38,38,35,36,37,36,35,33,34,25,28,33,25,32,31,29,31,30,29,30,28,29,26,29,28,28,25,26,27,26,25,24,16,23,22,23,16,16,14,22,19,21,18,20,19,15,18,15,19,15,18,17,17,14,15,16,15,14,10,13,12,12,9,10,11,10,9,1,8,7,4,1,7,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.5,7,-1.5,0.5,4,-1.5,0.5,7,-1.5,-1.5,7,-1.5,0.5,1,-1.5,-1.5,5,-1.5,-1.5,1,-1.5,1.5,1,-1.5,1.5,4,-1.5,-1.5,1,-2.5,3.5,0,-2.5,3.5,1,-2.5,-2.5,1,-2.5,-2.5,0,-2.5,0.5,7,-0.5,1.5,5,-0.5,1.5,7,-0.5,0.5,4,-0.5,1.5,4,-0.5,2.5,1,-0.5,2.5,5,-0.5,1.5,1,-0.5,-0.5,7,-0.5,-0.5,8,-0.5,1.5,8,-0.5,-0.5,5,1.5,-1.5,1,1.5,-1.5,5,1.5,0.5,5,1.5,0.5,1,1.5,0.5,3,1.5,1.5,3,1.5,1.5,1,1.5,0.5,6,1.5,-0.5,6,1.5,1.5,8,0.5,0.5,6,0.5,0.5,8,0.5,1.5,5,0.5,0.5,3,0.5,1.5,3,0.5,2.5,5,0.5,2.5,1,0.5,1.5,1,0.5,-0.5,7,0.5,-0.5,8,0.5,-0.5,6,0.5,-1.5,5,0.5,-1.5,7,0.5,-0.5,5,0.5,-2.5,0,3.5,-2.5,1,3.5,0.5,1,3.5,0.5,0,3.5,0.5,0,2.5,0.5,1,2.5,3.5,1,2.5,3.5,0,2.5,-1.5,5,0.5,-1.5,1,-1.5,-1.5,5,-1.5,-1.5,5,1.5,-1.5,1,1.5,-1.5,7,0.5,-1.5,7,-1.5,-2.5,1,1.5,-2.5,0,-2.5,-2.5,1,-2.5,-2.5,1,3.5,-2.5,0,1.5,-2.5,0,3.5,-0.5,5,0.5,-0.5,6,0.5,-0.5,6,1.5,-0.5,5,1.5,-0.5,7,-0.5,-0.5,8,-0.5,-0.5,8,0.5,-0.5,7,0.5,3.5,1,1.5,3.5,0,2.5,3.5,1,2.5,3.5,1,0.5,3.5,0,1.5,3.5,1,-0.5,3.5,0,-2.5,3.5,1,-1.5,3.5,1,-2.5,0.5,6,0.5,0.5,5,1.5,0.5,6,1.5,0.5,3,0.5,0.5,3,1.5,0.5,4,-0.5,0.5,7,-0.5,0.5,7,-1.5,0.5,4,-1.5,1.5,1,-0.5,1.5,4,-0.5,1.5,4,-1.5,1.5,1,-1.5,1.5,8,-0.5,1.5,5,0.5,1.5,8,0.5,1.5,7,-0.5,1.5,5,-0.5,2.5,1,0.5,2.5,5,0.5,2.5,5,-0.5,2.5,1,-0.5,1.5,1,1.5,1.5,3,1.5,1.5,3,0.5,1.5,1,0.5,0.5,0,3.5,0.5,1,3.5,0.5,1,2.5,0.5,0,2.5,-1.5,1,1.5,-2.5,1,3.5,-2.5,1,1.5,0.5,1,3.5,0.5,1,1.5,0.5,1,2.5,-1.5,1,-2.5,-2.5,1,-2.5,-1.5,1,-1.5,3.5,1,-2.5,0.5,1,-1.5,3.5,1,-1.5,1.5,1,-1.5,1.5,1,1.5,3.5,1,2.5,3.5,1,1.5,1.5,1,-0.5,2.5,1,-0.5,3.5,1,-0.5,2.5,1,0.5,1.5,1,0.5,3.5,1,0.5,-0.5,7,-1.5,-1.5,7,0.5,-1.5,7,-1.5,-0.5,7,0.5,-0.5,7,-0.5,0.5,7,-1.5,0.5,7,-0.5,1.5,8,-0.5,-0.5,8,0.5,-0.5,8,-0.5,0.5,8,0.5,1.5,8,0.5,-1.5,5,0.5,-0.5,5,0.5,-1.5,5,1.5,-0.5,5,1.5,-0.5,6,0.5,0.5,6,0.5,-0.5,6,1.5,0.5,6,1.5,0.5,3,0.5,1.5,3,0.5,0.5,3,1.5,1.5,3,1.5,0.5,4,-1.5,1.5,4,-1.5,0.5,4,-0.5,1.5,4,-0.5,1.5,5,-0.5,2.5,5,-0.5,1.5,5,0.5,2.5,5,0.5],"colors":[1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1,1,1,0.827451,1]},"gift_3_optimised":{"faces":[438,436,437,437,436,435,434,432,433,433,432,431,428,429,430,429,428,427,424,427,428,427,424,425,426,425,424,423,421,422,422,421,420,419,417,418,418,417,416,411,415,403,403,415,402,414,408,399,413,409,412,412,409,406,403,405,411,405,409,410,409,405,406,404,399,408,408,407,404,406,404,407,404,406,405,405,403,404,399,404,401,401,404,403,403,402,401,398,401,402,401,398,399,400,399,398,397,395,396,396,395,394,393,391,392,392,391,390,389,387,388,388,387,386,385,384,383,380,383,384,383,380,381,382,381,380,379,378,377,376,377,378,377,376,375,374,375,376,375,374,373,370,373,374,373,370,371,372,371,370,369,368,367,366,367,368,367,366,365,362,365,366,365,362,363,364,363,362,361,359,360,360,359,358,357,356,346,352,346,356,356,355,352,354,352,355,352,354,353,347,353,351,353,347,352,346,352,348,348,352,347,349,347,351,350,343,349,347,349,343,348,347,346,343,346,347,346,343,344,345,344,343,341,342,334,334,342,336,334,340,341,340,334,330,330,339,340,339,330,338,328,338,330,335,336,337,336,335,334,333,334,335,332,330,334,334,333,332,331,332,333,332,331,330,327,330,331,330,327,328,329,328,327,326,324,325,325,324,321,324,317,321,316,314,323,323,314,318,323,322,316,321,316,322,316,321,317,320,319,315,318,315,319,315,318,314,313,316,317,316,313,314,315,314,313,312,311,306,306,311,302,310,305,309,309,305,303,306,307,308,307,306,305,302,305,306,305,302,303,304,303,302,301,300,298,300,299,298,296,297,285,291,285,297,295,297,296,285,283,296,293,295,296,295,293,294,288,294,293,293,286,288,292,290,291,285,291,290,290,284,285,287,289,288,288,286,287,284,287,286,286,283,284,285,284,283,282,269,281,280,281,269,279,281,280,269,272,280,277,279,280,279,277,278,276,278,277,277,274,276,276,274,275,273,275,274,274,272,273,270,273,272,272,269,270,271,270,269,268,267,265,267,266,265,262,264,263,263,261,262,259,262,261,261,258,259,260,259,258,257,256,254,256,255,254,253,251,252,250,252,251,251,249,250,248,250,249,249,247,248,245,248,247,247,244,245,246,245,244,243,242,240,242,241,240,237,239,238,238,236,237,234,237,236,236,233,234,235,234,233,232,230,231,228,231,230,230,227,228,229,228,227,226,225,223,225,224,223,222,221,219,221,220,219,218,217,215,217,216,215,214,200,211,213,205,206,206,209,213,212,213,209,213,212,210,212,211,210,210,211,200,200,203,210,209,206,208,207,208,206,206,204,207,204,206,205,205,203,204,201,204,203,203,200,201,202,201,200,192,199,198,197,198,199,198,190,192,198,197,194,197,195,194,196,189,195,194,195,189,189,187,194,191,193,192,192,190,191,188,191,190,190,187,188,189,188,187,186,185,183,185,184,183,182,180,181,178,181,180,180,177,178,179,178,177,176,174,175,173,175,174,174,172,173,170,173,172,172,169,170,171,170,169,168,167,165,167,166,165,164,163,161,163,162,161,160,158,159,156,159,158,158,155,156,157,156,155,151,154,153,153,150,151,152,151,150,149,148,146,148,147,146,145,144,142,144,143,142,141,129,137,139,140,134,136,140,139,135,139,134,139,138,136,137,136,138,136,137,129,129,132,136,133,135,134,134,132,133,130,133,132,132,129,130,131,130,129,128,127,125,127,126,125,124,123,121,123,122,121,120,118,119,116,119,118,118,111,117,118,117,116,111,113,117,115,116,117,114,116,115,115,112,114,109,114,112,113,111,112,109,112,111,111,108,109,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,97,98,95,98,97,97,94,95,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,61,73,63,73,71,63,71,73,68,72,71,70,68,70,71,70,68,69,66,69,68,68,64,66,65,67,66,66,64,65,62,65,64,64,61,62,63,62,61,60,59,57,59,58,57,56,55,53,55,54,53,52,50,51,49,44,51,44,41,51,49,51,50,50,48,49,46,49,48,46,48,47,47,43,46,45,46,43,45,43,44,41,44,43,43,40,41,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,29,30,28,30,29,29,27,28,25,28,27,27,24,25,26,25,24,23,21,22,19,22,21,21,18,19,20,19,18,17,16,14,16,15,14,13,11,12,9,12,11,11,8,9,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[-0.24,0,-2.16,-0.24,3.36,-2.16,-2.16,3.36,-2.16,-2.16,0,-2.16,2.16,0,-2.16,2.16,3.36,-2.16,0.24,3.36,-2.16,0.24,0,-2.16,-0.4,4.16,-2.32,-0.24,3.36,-2.32,-0.24,4.16,-2.32,-2.32,4.16,-2.32,-2.16,3.36,-2.32,-2.32,3.36,-2.32,0.24,0,-2.16,0.24,3.36,-2.16,-0.24,3.36,-2.16,-0.24,0,-2.16,0.56,4.16,-2.32,2.32,3.36,-2.32,2.32,4.16,-2.32,0.24,4.16,-2.32,2.16,3.36,-2.32,0.24,3.36,-2.32,-0.4,4.64,-1.52,0.4,4.32,-1.52,0.4,4.64,-1.52,-0.4,4.32,-1.52,0.4,4.16,-1.52,-0.4,4.16,-1.52,0.24,4.16,-1.52,-0.24,4.16,-1.52,0.24,3.36,-2.32,0.24,4.16,-2.32,-0.24,4.16,-2.32,-0.24,3.36,-2.32,0.4,4.32,0.56,0.4,4.64,0.56,-0.4,4.64,0.56,-0.4,4.32,0.56,-1.52,4.64,-0.4,-0.56,4.48,-0.4,-0.56,4.64,-0.4,-1.52,4.48,-0.4,-0.72,4.48,-0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,-1.52,4.16,-0.4,-1.2,4.16,-0.4,-0.72,4.32,-0.4,-0.4,4.16,-0.4,-0.56,4.32,-0.4,-0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.48,-0.72,-0.4,4.48,-0.72,-0.4,4.32,-0.72,0.4,4.32,1.2,0.4,4.48,1.2,-0.4,4.48,1.2,-0.4,4.32,1.2,1.2,4.32,-0.4,1.52,4.16,-0.4,1.52,4.32,-0.4,0.72,4.32,-0.4,0.4,4.16,-0.4,0.56,4.32,-0.4,0.4,4.32,-0.4,0.72,4.48,-0.4,0.56,4.64,-0.4,0.72,4.64,-0.4,1.52,4.48,-0.4,1.52,4.64,-0.4,1.2,4.48,-0.4,-2.16,0,2.16,-2.16,3.36,2.16,-0.24,3.36,2.16,-0.24,0,2.16,0.24,0,2.16,0.24,3.36,2.16,2.16,3.36,2.16,2.16,0,2.16,-2.32,3.36,2.32,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,3.36,2.32,-0.24,0,2.16,-0.24,3.36,2.16,0.24,3.36,2.16,0.24,0,2.16,0.24,3.36,2.32,0.24,4.16,2.32,2.32,4.16,2.32,2.32,3.36,2.32,0.4,4.64,1.52,-0.4,4.16,1.52,-0.4,4.64,1.52,0.4,4.16,1.52,-0.24,4.16,1.52,0.24,4.16,1.52,-0.24,3.36,2.32,-0.24,4.16,2.32,0.24,4.16,2.32,0.24,3.36,2.32,-0.4,4.32,-0.56,-0.4,4.64,-0.56,0.4,4.64,-0.56,0.4,4.32,-0.56,-0.56,4.64,0.4,-1.52,4.48,0.4,-1.52,4.64,0.4,-0.56,4.48,0.4,-1.2,4.48,0.4,-0.72,4.48,0.4,-1.52,4.16,0.4,-1.2,4.32,0.4,-1.2,4.16,0.4,-0.72,4.32,0.4,-0.56,4.32,0.4,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.48,-1.2,0.4,4.48,-1.2,0.4,4.32,-1.2,-0.4,4.32,0.72,-0.4,4.48,0.72,0.4,4.48,0.72,0.4,4.32,0.72,0.56,4.32,0.4,0.4,4.16,0.4,0.4,4.32,0.4,0.72,4.32,0.4,1.52,4.16,0.4,1.2,4.32,0.4,1.52,4.32,0.4,0.72,4.48,0.4,0.72,4.64,0.4,1.52,4.64,0.4,1.52,4.48,0.4,1.2,4.48,0.4,0.56,4.64,0.4,-2.16,0,-2.16,-2.16,3.36,-2.16,-2.16,3.36,-0.24,-2.16,0,-0.24,-2.16,0,0.24,-2.16,3.36,0.24,-2.16,3.36,2.16,-2.16,0,2.16,-2.32,4.16,-0.4,-2.32,3.36,-2.32,-2.32,4.16,-2.32,-2.32,4.16,-0.24,-2.32,3.36,-0.24,-2.32,4.16,2.16,-2.32,3.36,0.24,-2.32,4.16,0.24,-2.32,4.16,2.32,-2.32,3.36,2.16,-2.32,3.36,2.32,-2.16,0,-0.24,-2.16,3.36,-0.24,-2.16,3.36,0.24,-2.16,0,0.24,-2.32,3.36,-0.24,-2.32,4.16,-0.24,-2.32,4.16,0.24,-2.32,3.36,0.24,-1.52,4.64,0.4,-1.52,4.48,-0.4,-1.52,4.64,-0.4,-1.52,4.48,0.4,-1.52,4.16,-0.4,-1.52,4.16,0.4,-1.52,4.16,-0.24,-1.52,4.16,0.24,0.56,4.64,0.4,0.56,4.32,-0.4,0.56,4.64,-0.4,0.56,4.32,0.4,0.56,4.32,0.08,0.56,4.32,0.24,-0.72,4.32,-0.4,-0.72,4.48,-0.4,-0.72,4.48,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.16,-1.52,-0.4,4.32,-1.52,-0.4,4.32,-0.72,-0.4,4.16,-0.4,-0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.48,-1.2,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,-0.4,4.48,-0.72,-0.4,4.64,-0.56,-0.4,4.32,0.56,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,0.72,-0.4,4.16,1.36,-0.4,4.32,1.2,-0.4,4.32,1.36,-0.4,4.16,1.52,-0.4,4.64,1.52,-0.4,4.64,1.36,-0.4,4.48,0.72,-0.4,4.64,0.72,-0.4,4.64,1.2,-0.4,4.48,1.2,-0.4,4.64,0.56,1.2,4.32,-0.4,1.2,4.48,-0.4,1.2,4.48,0.4,1.2,4.32,0.4,2.16,0,-0.24,2.16,3.36,-0.24,2.16,3.36,-2.16,2.16,0,-2.16,2.16,0,2.16,2.16,3.36,2.16,2.16,3.36,0.24,2.16,0,0.24,2.32,4.16,-0.4,2.32,3.36,-0.24,2.32,4.16,-0.24,2.32,4.16,-0.56,2.32,3.36,-2.32,2.32,4.16,-2.32,2.32,4.16,2.16,2.32,3.36,2.32,2.32,4.16,2.32,2.32,4.16,2,2.32,3.36,2.16,2.32,4.16,0.24,2.32,3.36,0.24,2.16,0,0.24,2.16,3.36,0.24,2.16,3.36,-0.24,2.16,0,-0.24,1.52,4.64,-0.4,1.52,4.48,0.4,1.52,4.64,0.4,1.52,4.48,-0.4,1.52,4.32,0.4,1.52,4.32,-0.4,1.52,4.16,0.4,1.52,4.16,-0.4,1.52,4.16,0.24,1.52,4.16,-0.24,2.32,3.36,0.24,2.32,4.16,0.24,2.32,4.16,-0.24,2.32,3.36,-0.24,-0.56,4.64,-0.4,-0.56,4.48,0.4,-0.56,4.64,0.4,-0.56,4.48,-0.4,-0.56,4.32,0.4,-0.56,4.32,-0.4,-0.56,4.32,0.24,-1.2,4.32,0.4,-1.2,4.48,0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,0.4,4.32,-0.56,0.4,4.16,-0.4,0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.16,-0.56,0.4,4.32,-1.2,0.4,4.16,-1.52,0.4,4.32,-1.52,0.4,4.48,-1.2,0.4,4.64,-1.52,0.4,4.64,-1.2,0.4,4.48,-0.72,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.32,1.2,0.4,4.16,1.36,0.4,4.32,1.36,0.4,4.32,0.72,0.4,4.16,0.4,0.4,4.32,0.56,0.4,4.32,0.4,0.4,4.16,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.4,4.48,0.72,0.4,4.64,0.56,0.4,4.64,0.72,0.4,4.48,1.2,0.4,4.64,1.2,0.72,4.32,0.4,0.72,4.48,0.4,0.72,4.48,-0.4,0.72,4.32,-0.4,-0.4,4.16,-2.32,-2.32,4.16,-0.4,-2.32,4.16,-2.32,-1.52,4.16,-0.4,-0.4,4.16,-1.52,-1.2,4.16,-0.4,-0.4,4.16,-0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-0.24,4.16,-2.32,-0.24,4.16,-1.52,2.32,4.16,-2.32,0.56,4.16,-1.52,0.56,4.16,-2.32,0.56,4.16,-0.56,2.32,4.16,-0.56,0.4,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,-2.32,1.52,4.16,-0.4,0.4,4.16,-0.4,0.4,4.16,-0.56,2.32,4.16,-0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,-1.52,4.16,0.24,-2.32,4.16,2.16,-2.32,4.16,0.24,-1.52,4.16,2.16,-1.52,4.16,0.4,-1.52,4.16,2,-1.2,4.16,0.4,-0.4,4.16,2,-0.4,4.16,0.4,-0.4,4.16,1.52,-0.4,4.16,1.36,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,4.16,2.16,-0.24,4.16,2,-0.24,4.16,1.52,1.52,4.16,0.4,0.4,4.16,1.36,0.4,4.16,0.4,0.4,4.16,1.52,1.52,4.16,2,0.4,4.16,2,2.32,4.16,0.24,1.52,4.16,0.24,2.32,4.16,2,0.4,4.16,2.16,2.32,4.16,2.16,2.32,4.16,2.32,0.24,4.16,2.32,0.24,4.16,2.16,0.24,4.16,1.52,-1.52,4.64,-0.4,-0.56,4.64,-0.4,-1.52,4.64,0.4,-0.56,4.64,0.4,0.4,4.64,-1.52,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,0.4,4.64,-1.2,-0.4,4.64,-0.56,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.64,0.56,-0.4,4.64,0.72,-0.4,4.64,0.56,-0.4,4.64,1.2,0.4,4.64,0.72,-0.4,4.64,1.36,0.4,4.64,1.2,-0.4,4.64,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.72,4.64,-0.4,0.56,4.64,0.4,0.56,4.64,-0.4,0.72,4.64,0.4,1.52,4.64,-0.4,1.52,4.64,0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-2.32,4.16,0.24,-1.52,4.16,0.24,-1.2,4.32,-0.4,-0.72,4.32,-0.4,-1.2,4.32,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,0.4,4.32,-1.2,-0.4,4.32,-0.72,0.4,4.32,-0.72,0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.32,-0.56,-0.4,4.32,0.08,0.4,4.32,-0.4,0.4,4.32,0.08,-0.4,4.32,0.24,0.56,4.32,0.24,-0.4,4.32,0.4,-0.56,4.32,0.4,-0.56,4.32,0.24,0.4,4.32,0.4,0.56,4.32,0.4,0.56,4.32,0.08,-0.4,4.32,0.56,0.4,4.32,0.56,-0.56,4.32,-0.4,0.56,4.32,-0.4,-0.4,4.32,0.72,0.4,4.32,0.72,-0.4,4.32,1.2,0.4,4.32,1.2,-0.24,4.16,-2.32,0.24,4.16,-2.32,-0.24,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,1.52,-0.24,4.16,2,-0.24,4.16,1.52,-0.24,4.16,2.16,0.24,4.16,2.16,-0.24,4.16,2.32,0.24,4.16,2.32,0.72,4.32,-0.4,1.2,4.32,-0.4,0.72,4.32,0.4,1.2,4.32,0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,1.52,4.16,0.24,2.32,4.16,0.24],"colors":[0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.7843137,0.2,0.4,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1]},"explosion_5_optimised":{"faces":[436,434,435,435,434,433,432,430,431,431,430,429,428,427,426,425,426,427,426,425,424,421,424,425,424,421,422,423,422,421,416,419,420,419,416,417,418,417,416,415,413,414,414,413,412,407,410,411,410,407,408,409,408,407,405,404,406,403,404,405,404,403,402,397,402,403,402,397,401,397,400,401,400,397,398,399,398,397,396,394,395,395,394,393,391,383,392,385,383,391,390,389,382,388,382,389,382,388,381,387,386,385,384,385,386,385,384,383,380,383,384,383,380,381,382,381,380,379,370,378,376,378,377,377,378,370,374,376,377,370,368,377,376,374,375,373,375,374,374,371,373,373,371,372,369,372,371,371,368,369,370,369,368,367,366,364,366,365,364,363,362,360,362,361,360,359,357,358,355,358,357,357,356,355,355,356,346,349,355,346,353,354,351,352,353,351,350,352,351,351,349,350,347,350,349,349,346,347,348,347,346,343,345,344,341,343,344,343,341,342,338,342,341,341,335,338,340,338,339,336,339,338,338,335,336,337,336,335,334,329,333,329,332,333,332,329,327,331,326,330,329,330,326,326,327,329,328,327,325,327,326,325,324,320,323,320,319,323,317,322,321,316,317,321,320,318,319,316,319,318,318,315,316,317,316,315,313,314,308,310,313,308,312,310,311,309,311,310,310,308,309,306,309,308,308,305,306,307,306,305,301,304,303,303,300,301,302,301,300,299,298,296,298,297,296,295,294,292,294,293,292,288,291,290,290,287,288,289,288,287,286,285,283,285,284,283,282,277,281,277,278,281,280,278,279,275,279,278,278,277,275,274,275,277,276,275,273,275,274,273,269,272,271,271,268,269,270,269,268,262,267,266,260,262,266,265,258,264,263,264,258,258,259,263,262,260,261,256,261,260,260,253,256,257,259,258,258,256,257,254,257,256,256,253,254,255,254,253,252,250,251,250,248,251,248,250,244,249,248,245,244,245,248,244,247,246,246,243,244,245,244,243,242,240,241,238,241,240,240,239,238,239,237,238,232,238,237,237,235,232,236,234,235,232,235,234,234,231,232,233,232,231,230,229,227,229,228,227,226,225,223,225,224,223,222,221,175,221,173,175,220,219,215,219,214,215,218,213,217,216,217,213,213,211,216,212,215,214,214,211,212,213,212,211,123,210,116,115,116,210,203,209,208,202,203,208,205,207,206,206,204,205,202,205,204,204,201,202,203,202,201,200,199,195,199,196,195,198,195,194,197,193,196,195,196,193,193,194,195,194,193,192,193,190,192,192,190,191,186,191,190,190,189,186,187,186,189,188,180,183,187,185,186,184,186,185,185,183,184,181,184,183,181,183,180,182,181,179,180,179,181,180,177,179,177,178,179,163,178,177,177,176,163,161,163,176,175,173,174,172,174,173,173,171,172,167,172,171,171,170,167,164,167,170,169,167,168,158,168,167,167,164,158,166,160,165,164,165,160,160,158,164,163,161,162,159,162,161,161,158,159,160,159,158,157,156,155,156,154,155,152,155,154,154,151,152,153,152,151,150,145,149,148,149,145,145,146,148,147,146,144,146,145,144,143,142,120,118,120,142,142,133,118,133,142,141,131,133,141,126,140,139,139,138,126,124,126,138,127,137,136,136,135,127,129,127,135,130,134,125,132,118,133,133,131,132,118,132,122,122,132,131,131,130,122,125,122,130,127,129,128,128,126,127,125,127,126,126,124,125,122,125,124,124,123,122,116,121,123,121,122,123,122,121,118,116,118,121,120,118,119,117,119,118,118,116,117,114,117,116,116,115,114,113,114,115,114,113,111,113,112,111,110,109,107,109,108,107,71,106,74,105,104,101,104,98,101,103,101,102,99,102,101,101,98,99,100,99,98,97,95,96,93,96,95,95,92,93,94,93,92,91,84,88,90,89,87,89,88,87,87,88,84,84,83,87,86,75,74,85,73,76,84,82,83,81,83,82,82,80,81,79,81,80,80,78,79,77,79,78,78,76,77,75,77,76,75,76,73,73,74,75,74,73,71,69,71,73,70,72,71,71,69,70,67,70,69,69,68,67,66,67,68,65,67,66,66,64,65,63,65,64,64,62,63,61,63,62,62,60,61,58,61,60,58,60,55,59,58,53,55,53,58,55,57,56,56,54,55,53,55,54,54,47,53,51,53,47,52,51,48,47,48,51,47,50,49,49,46,47,48,47,46,39,45,44,42,39,44,43,41,42,39,42,41,41,38,39,40,39,38,37,35,36,34,36,35,35,31,34,29,34,31,30,33,32,32,29,30,31,30,29,11,28,27,13,11,27,22,26,19,14,19,26,26,24,14,25,4,24,9,24,4,9,14,24,23,22,21,22,19,21,21,19,20,18,20,19,19,14,18,16,18,14,15,17,16,16,14,15,13,15,14,14,9,13,11,13,9,12,10,1,1,2,12,6,12,2,12,11,10,9,10,11,10,9,1,4,1,9,8,6,7,0,7,6,6,2,0,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-3.5,13,-4.5,-0.5,12,-4.5,-0.5,13,-4.5,-3.5,9,-4.5,-0.5,9,-4.5,-1.5,9,-4.5,2.5,13,-4.5,-3.5,14,-4.5,2.5,14,-4.5,0.5,6,-4.5,0.5,12,-4.5,2.5,11,-4.5,2.5,12,-4.5,2.5,9,-4.5,0.5,5,-4.5,2.5,8,-4.5,1.5,5,-4.5,2.5,5,-4.5,1.5,2,-4.5,-0.5,5,-4.5,-0.5,2,-4.5,-0.5,3,-4.5,-1.5,5,-4.5,-1.5,3,-4.5,-0.5,6,-4.5,-0.5,7,-4.5,-1.5,6,-4.5,3.5,9,-4.5,3.5,11,-4.5,-4.5,15,-2.5,-3.5,9,-2.5,-3.5,15,-2.5,-4.5,10,-2.5,-4.5,9,-2.5,-4.5,16,-2.5,0.5,15,-2.5,-0.5,16,-2.5,0.5,16,-2.5,-3.5,6,-3.5,-2.5,2,-3.5,-2.5,6,-3.5,-3.5,5,-3.5,-2.5,1,-3.5,-3.5,1,-3.5,-1.5,1,-3.5,-1.5,2,-3.5,0.5,15,-4.5,2.5,14,-4.5,2.5,15,-4.5,-3.5,15,-4.5,-3.5,14,-4.5,3.5,14,-4.5,3.5,15,-4.5,3.5,12,-4.5,2.5,13,-4.5,3.5,11,-4.5,2.5,12,-4.5,2.5,11,-4.5,4.5,9,-4.5,4.5,12,-4.5,3.5,9,-4.5,4.5,8,-4.5,2.5,9,-4.5,3.5,8,-4.5,2.5,8,-4.5,3.5,4,-4.5,2.5,5,-4.5,2.5,4,-4.5,1.5,5,-4.5,1.5,2,-4.5,2.5,2,-4.5,1.5,1,-4.5,2.5,1,-4.5,-0.5,2,-4.5,-0.5,1,-4.5,-1.5,2,-4.5,-1.5,3,-4.5,-2.5,2,-4.5,-1.5,5,-4.5,-2.5,6,-4.5,-1.5,6,-4.5,-2.5,7,-4.5,-0.5,6,-4.5,-1.5,7,-4.5,-0.5,7,-4.5,-0.5,3,-4.5,-1.5,1,-4.5,-1.5,8,-4.5,-1.5,9,-4.5,-3.5,9,-4.5,-3.5,8,-4.5,-0.5,9,-4.5,3.5,7,-2.5,4.5,3,-2.5,4.5,7,-2.5,3.5,4,-2.5,4.5,2,-2.5,3.5,2,-2.5,4.5,14,-3.5,5.5,10,-3.5,5.5,14,-3.5,4.5,12,-3.5,5.5,9,-3.5,4.5,9,-3.5,3.5,14,-3.5,3.5,12,-3.5,0.5,1,-4.5,3.5,2,-3.5,3.5,4,-3.5,2.5,4,-3.5,2.5,2,-3.5,-2.5,9,3.5,-2.5,14,3.5,-0.5,14,3.5,-0.5,9,3.5,0.5,14,3.5,0.5,13,3.5,-0.5,8,3.5,0.5,6,3.5,-0.5,7,3.5,-0.5,6,3.5,1.5,13,3.5,1.5,5,3.5,2.5,13,3.5,2.5,11,3.5,1.5,3,3.5,2.5,9,3.5,2.5,3,3.5,2.5,8,3.5,2.5,6,3.5,-0.5,2,3.5,-0.5,3,3.5,0.5,5,3.5,-0.5,5,3.5,1.5,2,3.5,3.5,6,3.5,4.5,6,3.5,4.5,3,3.5,3.5,11,3.5,4.5,11,3.5,4.5,9,3.5,-1.5,3,3.5,-1.5,5,3.5,-1.5,6,3.5,-4.5,9,2.5,-4.5,15,2.5,-3.5,15,2.5,-3.5,9,2.5,0.5,15,2.5,0.5,16,2.5,-4.5,16,2.5,-2.5,6,1.5,-3.5,1,1.5,-3.5,6,1.5,-2.5,2,1.5,-2.5,1,1.5,-1.5,2,1.5,-1.5,1,1.5,-2.5,14,3.5,-3.5,9,3.5,-3.5,14,3.5,-2.5,9,3.5,-3.5,8,3.5,-2.5,8,3.5,2.5,15,3.5,0.5,15,3.5,-3.5,15,3.5,2.5,14,3.5,-0.5,14,3.5,0.5,14,3.5,3.5,15,3.5,3.5,14,3.5,2.5,13,3.5,3.5,12,3.5,2.5,11,3.5,3.5,11,3.5,-0.5,9,3.5,-0.5,8,3.5,-1.5,8,3.5,-1.5,7,3.5,-0.5,7,3.5,-2.5,6,3.5,-2.5,7,3.5,-1.5,6,3.5,-2.5,2,3.5,-1.5,5,3.5,-1.5,2,3.5,-1.5,3,3.5,-0.5,6,3.5,-0.5,3,3.5,-0.5,2,3.5,-1.5,1,3.5,-0.5,1,3.5,1.5,2,3.5,1.5,1,3.5,2.5,2,3.5,2.5,3,3.5,1.5,3,3.5,2.5,1,3.5,4.5,3,3.5,4.5,2,3.5,5.5,14,0.5,4.5,12,0.5,4.5,14,0.5,5.5,10,0.5,4.5,11,0.5,5.5,9,0.5,4.5,9,0.5,3.5,12,0.5,3.5,14,0.5,2.5,14,3.5,3.5,8,3.5,2.5,6,3.5,2.5,8,3.5,3.5,7,3.5,3.5,6,3.5,4.5,8,3.5,4.5,9,3.5,2.5,9,3.5,4.5,7,3.5,4.5,6,3.5,4.5,12,3.5,4.5,11,3.5,-4.5,10,-1.5,-4.5,16,-1.5,-4.5,16,1.5,-4.5,10,1.5,-3.5,1,-2.5,-3.5,5,-2.5,-3.5,5,0.5,-3.5,1,0.5,-4.5,16,2.5,-4.5,10,1.5,-4.5,16,1.5,-4.5,15,2.5,-4.5,9,1.5,-4.5,9,2.5,-4.5,9,-2.5,-4.5,10,-1.5,-4.5,10,-2.5,-4.5,15,-2.5,-4.5,16,-1.5,-4.5,16,-2.5,-3.5,6,1.5,-3.5,5,0.5,-3.5,6,0.5,-3.5,1,1.5,-3.5,1,0.5,-3.5,5,-3.5,-3.5,6,-3.5,-3.5,5,-2.5,-3.5,1,-3.5,-3.5,1,-2.5,-3.5,9,-3.5,-3.5,8,-4.5,-3.5,9,-4.5,-3.5,9,-2.5,-3.5,8,3.5,-3.5,9,2.5,-3.5,9,3.5,-3.5,14,-3.5,-3.5,15,-2.5,-3.5,15,-3.5,-3.5,14,3.5,-3.5,15,3.5,-3.5,15,2.5,-3.5,14,-4.5,-3.5,15,-4.5,-3.5,14,-3.5,-3.5,13,-4.5,-3.5,14,-4.5,-3.5,9,-3.5,-3.5,9,-4.5,-2.5,2,1.5,-2.5,6,1.5,-2.5,6,3.5,-2.5,2,3.5,-2.5,6,-3.5,-2.5,6,-4.5,-2.5,7,3.5,-2.5,7,-4.5,-2.5,2,-4.5,-2.5,2,-3.5,-1.5,7,-4.5,-1.5,8,-4.5,-1.5,8,3.5,-1.5,7,3.5,-1.5,2,3.5,-1.5,1,1.5,-1.5,2,1.5,-1.5,1,3.5,-1.5,1,2.5,-1.5,1,-4.5,-1.5,2,-4.5,-1.5,2,-3.5,-1.5,1,-3.5,4.5,3,3.5,4.5,6,3.5,4.5,6,-1.5,4.5,3,-1.5,0.5,16,1.5,0.5,15,2.5,0.5,16,2.5,0.5,16,-2.5,0.5,15,-2.5,2.5,2,2.5,2.5,1,3.5,2.5,2,3.5,2.5,2,-3.5,2.5,1,2.5,2.5,2,-4.5,2.5,1,1.5,2.5,1,-4.5,2.5,4,-4.5,2.5,4,-3.5,3.5,8,-4.5,3.5,7,-2.5,3.5,8,-2.5,3.5,4,-4.5,3.5,4,-2.5,3.5,4,-3.5,3.5,7,3.5,3.5,8,3.5,3.5,2,-2.5,3.5,2,-3.5,3.5,12,3.5,3.5,14,3.5,3.5,14,0.5,3.5,12,0.5,3.5,14,-4.5,3.5,15,-4.5,3.5,15,3.5,3.5,14,-3.5,3.5,12,-3.5,3.5,12,-4.5,4.5,3,-1.5,4.5,2,3.5,4.5,3,3.5,4.5,3,-2.5,4.5,2,2.5,4.5,2,-2.5,4.5,6,-1.5,4.5,7,-2.5,4.5,7,-1.5,4.5,6,3.5,4.5,7,3.5,4.5,9,1.5,4.5,8,3.5,4.5,9,3.5,4.5,9,0.5,4.5,8,-4.5,4.5,9,-3.5,4.5,9,-4.5,4.5,12,-4.5,4.5,12,-3.5,4.5,11,0.5,4.5,11,1.5,4.5,11,3.5,4.5,12,0.5,4.5,12,3.5,5.5,10,-0.5,5.5,13,-0.5,5.5,13,-2.5,5.5,10,-2.5,4.5,9,3.5,4.5,11,3.5,4.5,11,1.5,4.5,9,1.5,5.5,10,-0.5,5.5,9,0.5,5.5,10,0.5,5.5,10,-2.5,5.5,9,-3.5,5.5,10,-3.5,5.5,13,-2.5,5.5,14,-3.5,5.5,14,-2.5,5.5,13,-0.5,5.5,14,-0.5,5.5,14,0.5,2.5,15,-4.5,0.5,15,-2.5,0.5,15,-4.5,0.5,15,2.5,3.5,15,-4.5,0.5,15,3.5,3.5,15,3.5,2.5,15,3.5,-3.5,15,-2.5,-3.5,15,-3.5,-3.5,15,-4.5,-3.5,15,3.5,-3.5,15,2.5,-4.5,16,-1.5,-0.5,16,-1.5,-4.5,16,1.5,-0.5,16,1.5,-0.5,16,1.5,-4.5,16,2.5,-4.5,16,1.5,0.5,16,2.5,0.5,16,1.5,0.5,16,-2.5,-0.5,16,-1.5,-0.5,16,-2.5,-4.5,16,-1.5,-4.5,16,-2.5,-2.5,6,-3.5,-3.5,6,0.5,-3.5,6,-3.5,-3.5,6,1.5,-2.5,6,1.5,-2.5,7,-4.5,-1.5,7,-4.5,-2.5,7,3.5,-1.5,7,3.5,4.5,7,-2.5,3.5,7,3.5,3.5,7,-2.5,4.5,7,3.5,4.5,7,-1.5,4.5,14,-3.5,3.5,14,0.5,3.5,14,-3.5,4.5,14,0.5,5.5,14,-3.5,5.5,14,0.5,5.5,14,-2.5,5.5,14,-0.5,3.5,12,0.5,4.5,12,0.5,3.5,12,3.5,4.5,12,3.5,3.5,12,-4.5,4.5,12,-4.5,3.5,12,-3.5,4.5,12,-3.5],"colors":[1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,1,1,0.5215687,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,1,1,0.5215687,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1,0.9960784,0.8980392,0.3411765,1]},"gift_1_optimised":{"faces":[438,436,437,437,436,435,434,432,433,433,432,431,428,429,430,429,428,427,424,427,428,427,424,425,426,425,424,423,421,422,422,421,420,419,417,418,418,417,416,411,415,403,403,415,402,414,408,399,413,409,412,412,409,406,403,405,411,405,409,410,409,405,406,404,399,408,408,407,404,406,404,407,404,406,405,405,403,404,399,404,401,401,404,403,403,402,401,398,401,402,401,398,399,400,399,398,397,395,396,396,395,394,393,391,392,392,391,390,389,387,388,388,387,386,385,384,383,380,383,384,383,380,381,382,381,380,379,378,377,376,377,378,377,376,375,374,375,376,375,374,373,370,373,374,373,370,371,372,371,370,369,368,367,366,367,368,367,366,365,362,365,366,365,362,363,364,363,362,361,359,360,360,359,358,357,356,346,352,346,356,356,355,352,354,352,355,352,354,353,347,353,351,353,347,352,346,352,348,348,352,347,349,347,351,350,343,349,347,349,343,348,347,346,343,346,347,346,343,344,345,344,343,341,342,334,334,342,336,334,340,341,340,334,330,330,339,340,339,330,338,328,338,330,335,336,337,336,335,334,333,334,335,332,330,334,334,333,332,331,332,333,332,331,330,327,330,331,330,327,328,329,328,327,326,324,325,325,324,321,324,317,321,316,314,323,323,314,318,323,322,316,321,316,322,316,321,317,320,319,315,318,315,319,315,318,314,313,316,317,316,313,314,315,314,313,312,311,306,306,311,302,310,305,309,309,305,303,306,307,308,307,306,305,302,305,306,305,302,303,304,303,302,301,300,298,300,299,298,296,297,285,291,285,297,295,297,296,285,283,296,293,295,296,295,293,294,288,294,293,293,286,288,292,290,291,285,291,290,290,284,285,287,289,288,288,286,287,284,287,286,286,283,284,285,284,283,282,269,281,280,281,269,279,281,280,269,272,280,277,279,280,279,277,278,276,278,277,277,274,276,276,274,275,273,275,274,274,272,273,270,273,272,272,269,270,271,270,269,268,267,265,267,266,265,262,264,263,263,261,262,259,262,261,261,258,259,260,259,258,257,256,254,256,255,254,253,251,252,250,252,251,251,249,250,248,250,249,249,247,248,245,248,247,247,244,245,246,245,244,243,242,240,242,241,240,237,239,238,238,236,237,234,237,236,236,233,234,235,234,233,232,230,231,228,231,230,230,227,228,229,228,227,226,225,223,225,224,223,222,221,219,221,220,219,218,217,215,217,216,215,214,200,211,213,205,206,206,209,213,212,213,209,213,212,210,212,211,210,210,211,200,200,203,210,209,206,208,207,208,206,206,204,207,204,206,205,205,203,204,201,204,203,203,200,201,202,201,200,192,199,198,197,198,199,198,190,192,198,197,194,197,195,194,196,189,195,194,195,189,189,187,194,191,193,192,192,190,191,188,191,190,190,187,188,189,188,187,186,185,183,185,184,183,182,180,181,178,181,180,180,177,178,179,178,177,176,174,175,173,175,174,174,172,173,170,173,172,172,169,170,171,170,169,168,167,165,167,166,165,164,163,161,163,162,161,160,158,159,156,159,158,158,155,156,157,156,155,151,154,153,153,150,151,152,151,150,149,148,146,148,147,146,145,144,142,144,143,142,141,129,137,139,140,134,136,140,139,135,139,134,139,138,136,137,136,138,136,137,129,129,132,136,133,135,134,134,132,133,130,133,132,132,129,130,131,130,129,128,127,125,127,126,125,124,123,121,123,122,121,120,118,119,116,119,118,118,111,117,118,117,116,111,113,117,115,116,117,114,116,115,115,112,114,109,114,112,113,111,112,109,112,111,111,108,109,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,97,98,95,98,97,97,94,95,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,61,73,63,73,71,63,71,73,68,72,71,70,68,70,71,70,68,69,66,69,68,68,64,66,65,67,66,66,64,65,62,65,64,64,61,62,63,62,61,60,59,57,59,58,57,56,55,53,55,54,53,52,50,51,49,44,51,44,41,51,49,51,50,50,48,49,46,49,48,46,48,47,47,43,46,45,46,43,45,43,44,41,44,43,43,40,41,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,29,30,28,30,29,29,27,28,25,28,27,27,24,25,26,25,24,23,21,22,19,22,21,21,18,19,20,19,18,17,16,14,16,15,14,13,11,12,9,12,11,11,8,9,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[-0.24,0,-2.16,-0.24,3.36,-2.16,-2.16,3.36,-2.16,-2.16,0,-2.16,2.16,0,-2.16,2.16,3.36,-2.16,0.24,3.36,-2.16,0.24,0,-2.16,-0.4,4.16,-2.32,-0.24,3.36,-2.32,-0.24,4.16,-2.32,-2.32,4.16,-2.32,-2.16,3.36,-2.32,-2.32,3.36,-2.32,0.24,0,-2.16,0.24,3.36,-2.16,-0.24,3.36,-2.16,-0.24,0,-2.16,0.56,4.16,-2.32,2.32,3.36,-2.32,2.32,4.16,-2.32,0.24,4.16,-2.32,2.16,3.36,-2.32,0.24,3.36,-2.32,-0.4,4.64,-1.52,0.4,4.32,-1.52,0.4,4.64,-1.52,-0.4,4.32,-1.52,0.4,4.16,-1.52,-0.4,4.16,-1.52,0.24,4.16,-1.52,-0.24,4.16,-1.52,0.24,3.36,-2.32,0.24,4.16,-2.32,-0.24,4.16,-2.32,-0.24,3.36,-2.32,0.4,4.32,0.56,0.4,4.64,0.56,-0.4,4.64,0.56,-0.4,4.32,0.56,-1.52,4.64,-0.4,-0.56,4.48,-0.4,-0.56,4.64,-0.4,-1.52,4.48,-0.4,-0.72,4.48,-0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,-1.52,4.16,-0.4,-1.2,4.16,-0.4,-0.72,4.32,-0.4,-0.4,4.16,-0.4,-0.56,4.32,-0.4,-0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.48,-0.72,-0.4,4.48,-0.72,-0.4,4.32,-0.72,0.4,4.32,1.2,0.4,4.48,1.2,-0.4,4.48,1.2,-0.4,4.32,1.2,1.2,4.32,-0.4,1.52,4.16,-0.4,1.52,4.32,-0.4,0.72,4.32,-0.4,0.4,4.16,-0.4,0.56,4.32,-0.4,0.4,4.32,-0.4,0.72,4.48,-0.4,0.56,4.64,-0.4,0.72,4.64,-0.4,1.52,4.48,-0.4,1.52,4.64,-0.4,1.2,4.48,-0.4,-2.16,0,2.16,-2.16,3.36,2.16,-0.24,3.36,2.16,-0.24,0,2.16,0.24,0,2.16,0.24,3.36,2.16,2.16,3.36,2.16,2.16,0,2.16,-2.32,3.36,2.32,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,3.36,2.32,-0.24,0,2.16,-0.24,3.36,2.16,0.24,3.36,2.16,0.24,0,2.16,0.24,3.36,2.32,0.24,4.16,2.32,2.32,4.16,2.32,2.32,3.36,2.32,0.4,4.64,1.52,-0.4,4.16,1.52,-0.4,4.64,1.52,0.4,4.16,1.52,-0.24,4.16,1.52,0.24,4.16,1.52,-0.24,3.36,2.32,-0.24,4.16,2.32,0.24,4.16,2.32,0.24,3.36,2.32,-0.4,4.32,-0.56,-0.4,4.64,-0.56,0.4,4.64,-0.56,0.4,4.32,-0.56,-0.56,4.64,0.4,-1.52,4.48,0.4,-1.52,4.64,0.4,-0.56,4.48,0.4,-1.2,4.48,0.4,-0.72,4.48,0.4,-1.52,4.16,0.4,-1.2,4.32,0.4,-1.2,4.16,0.4,-0.72,4.32,0.4,-0.56,4.32,0.4,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.48,-1.2,0.4,4.48,-1.2,0.4,4.32,-1.2,-0.4,4.32,0.72,-0.4,4.48,0.72,0.4,4.48,0.72,0.4,4.32,0.72,0.56,4.32,0.4,0.4,4.16,0.4,0.4,4.32,0.4,0.72,4.32,0.4,1.52,4.16,0.4,1.2,4.32,0.4,1.52,4.32,0.4,0.72,4.48,0.4,0.72,4.64,0.4,1.52,4.64,0.4,1.52,4.48,0.4,1.2,4.48,0.4,0.56,4.64,0.4,-2.16,0,-2.16,-2.16,3.36,-2.16,-2.16,3.36,-0.24,-2.16,0,-0.24,-2.16,0,0.24,-2.16,3.36,0.24,-2.16,3.36,2.16,-2.16,0,2.16,-2.32,4.16,-0.4,-2.32,3.36,-2.32,-2.32,4.16,-2.32,-2.32,4.16,-0.24,-2.32,3.36,-0.24,-2.32,4.16,2.16,-2.32,3.36,0.24,-2.32,4.16,0.24,-2.32,4.16,2.32,-2.32,3.36,2.16,-2.32,3.36,2.32,-2.16,0,-0.24,-2.16,3.36,-0.24,-2.16,3.36,0.24,-2.16,0,0.24,-2.32,3.36,-0.24,-2.32,4.16,-0.24,-2.32,4.16,0.24,-2.32,3.36,0.24,-1.52,4.64,0.4,-1.52,4.48,-0.4,-1.52,4.64,-0.4,-1.52,4.48,0.4,-1.52,4.16,-0.4,-1.52,4.16,0.4,-1.52,4.16,-0.24,-1.52,4.16,0.24,0.56,4.64,0.4,0.56,4.32,-0.4,0.56,4.64,-0.4,0.56,4.32,0.4,0.56,4.32,0.08,0.56,4.32,0.24,-0.72,4.32,-0.4,-0.72,4.48,-0.4,-0.72,4.48,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,-0.4,4.16,-1.52,-0.4,4.32,-1.52,-0.4,4.32,-0.72,-0.4,4.16,-0.4,-0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.48,-1.2,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,-0.4,4.48,-0.72,-0.4,4.64,-0.56,-0.4,4.32,0.56,-0.4,4.16,0.4,-0.4,4.32,0.4,-0.4,4.32,0.72,-0.4,4.16,1.36,-0.4,4.32,1.2,-0.4,4.32,1.36,-0.4,4.16,1.52,-0.4,4.64,1.52,-0.4,4.64,1.36,-0.4,4.48,0.72,-0.4,4.64,0.72,-0.4,4.64,1.2,-0.4,4.48,1.2,-0.4,4.64,0.56,1.2,4.32,-0.4,1.2,4.48,-0.4,1.2,4.48,0.4,1.2,4.32,0.4,2.16,0,-0.24,2.16,3.36,-0.24,2.16,3.36,-2.16,2.16,0,-2.16,2.16,0,2.16,2.16,3.36,2.16,2.16,3.36,0.24,2.16,0,0.24,2.32,4.16,-0.4,2.32,3.36,-0.24,2.32,4.16,-0.24,2.32,4.16,-0.56,2.32,3.36,-2.32,2.32,4.16,-2.32,2.32,4.16,2.16,2.32,3.36,2.32,2.32,4.16,2.32,2.32,4.16,2,2.32,3.36,2.16,2.32,4.16,0.24,2.32,3.36,0.24,2.16,0,0.24,2.16,3.36,0.24,2.16,3.36,-0.24,2.16,0,-0.24,1.52,4.64,-0.4,1.52,4.48,0.4,1.52,4.64,0.4,1.52,4.48,-0.4,1.52,4.32,0.4,1.52,4.32,-0.4,1.52,4.16,0.4,1.52,4.16,-0.4,1.52,4.16,0.24,1.52,4.16,-0.24,2.32,3.36,0.24,2.32,4.16,0.24,2.32,4.16,-0.24,2.32,3.36,-0.24,-0.56,4.64,-0.4,-0.56,4.48,0.4,-0.56,4.64,0.4,-0.56,4.48,-0.4,-0.56,4.32,0.4,-0.56,4.32,-0.4,-0.56,4.32,0.24,-1.2,4.32,0.4,-1.2,4.48,0.4,-1.2,4.48,-0.4,-1.2,4.32,-0.4,0.4,4.32,-0.56,0.4,4.16,-0.4,0.4,4.32,-0.4,0.4,4.32,-0.72,0.4,4.16,-0.56,0.4,4.32,-1.2,0.4,4.16,-1.52,0.4,4.32,-1.52,0.4,4.48,-1.2,0.4,4.64,-1.52,0.4,4.64,-1.2,0.4,4.48,-0.72,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.32,1.2,0.4,4.16,1.36,0.4,4.32,1.36,0.4,4.32,0.72,0.4,4.16,0.4,0.4,4.32,0.56,0.4,4.32,0.4,0.4,4.16,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.4,4.48,0.72,0.4,4.64,0.56,0.4,4.64,0.72,0.4,4.48,1.2,0.4,4.64,1.2,0.72,4.32,0.4,0.72,4.48,0.4,0.72,4.48,-0.4,0.72,4.32,-0.4,-0.4,4.16,-2.32,-2.32,4.16,-0.4,-2.32,4.16,-2.32,-1.52,4.16,-0.4,-0.4,4.16,-1.52,-1.2,4.16,-0.4,-0.4,4.16,-0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-0.24,4.16,-2.32,-0.24,4.16,-1.52,2.32,4.16,-2.32,0.56,4.16,-1.52,0.56,4.16,-2.32,0.56,4.16,-0.56,2.32,4.16,-0.56,0.4,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,-2.32,1.52,4.16,-0.4,0.4,4.16,-0.4,0.4,4.16,-0.56,2.32,4.16,-0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,-1.52,4.16,0.24,-2.32,4.16,2.16,-2.32,4.16,0.24,-1.52,4.16,2.16,-1.52,4.16,0.4,-1.52,4.16,2,-1.2,4.16,0.4,-0.4,4.16,2,-0.4,4.16,0.4,-0.4,4.16,1.52,-0.4,4.16,1.36,-2.32,4.16,2.32,-0.24,4.16,2.32,-0.24,4.16,2.16,-0.24,4.16,2,-0.24,4.16,1.52,1.52,4.16,0.4,0.4,4.16,1.36,0.4,4.16,0.4,0.4,4.16,1.52,1.52,4.16,2,0.4,4.16,2,2.32,4.16,0.24,1.52,4.16,0.24,2.32,4.16,2,0.4,4.16,2.16,2.32,4.16,2.16,2.32,4.16,2.32,0.24,4.16,2.32,0.24,4.16,2.16,0.24,4.16,1.52,-1.52,4.64,-0.4,-0.56,4.64,-0.4,-1.52,4.64,0.4,-0.56,4.64,0.4,0.4,4.64,-1.52,-0.4,4.64,-1.2,-0.4,4.64,-1.52,-0.4,4.64,-0.72,0.4,4.64,-1.2,-0.4,4.64,-0.56,0.4,4.64,-0.72,0.4,4.64,-0.56,0.4,4.64,0.56,-0.4,4.64,0.72,-0.4,4.64,0.56,-0.4,4.64,1.2,0.4,4.64,0.72,-0.4,4.64,1.36,0.4,4.64,1.2,-0.4,4.64,1.52,0.4,4.64,1.36,0.4,4.64,1.52,0.72,4.64,-0.4,0.56,4.64,0.4,0.56,4.64,-0.4,0.72,4.64,0.4,1.52,4.64,-0.4,1.52,4.64,0.4,-2.32,4.16,-0.24,-1.52,4.16,-0.24,-2.32,4.16,0.24,-1.52,4.16,0.24,-1.2,4.32,-0.4,-0.72,4.32,-0.4,-1.2,4.32,0.4,-0.72,4.32,0.4,-0.4,4.32,-1.2,0.4,4.32,-1.2,-0.4,4.32,-0.72,0.4,4.32,-0.72,0.4,4.32,-0.56,-0.4,4.32,-0.4,-0.4,4.32,-0.56,-0.4,4.32,0.08,0.4,4.32,-0.4,0.4,4.32,0.08,-0.4,4.32,0.24,0.56,4.32,0.24,-0.4,4.32,0.4,-0.56,4.32,0.4,-0.56,4.32,0.24,0.4,4.32,0.4,0.56,4.32,0.4,0.56,4.32,0.08,-0.4,4.32,0.56,0.4,4.32,0.56,-0.56,4.32,-0.4,0.56,4.32,-0.4,-0.4,4.32,0.72,0.4,4.32,0.72,-0.4,4.32,1.2,0.4,4.32,1.2,-0.24,4.16,-2.32,0.24,4.16,-2.32,-0.24,4.16,-1.52,0.24,4.16,-1.52,0.24,4.16,1.52,-0.24,4.16,2,-0.24,4.16,1.52,-0.24,4.16,2.16,0.24,4.16,2.16,-0.24,4.16,2.32,0.24,4.16,2.32,0.72,4.32,-0.4,1.2,4.32,-0.4,0.72,4.32,0.4,1.2,4.32,0.4,1.52,4.16,-0.24,2.32,4.16,-0.24,1.52,4.16,0.24,2.32,4.16,0.24],"colors":[0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.9843137,0.8313726,0.2705882,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.2352941,0.2196078,0.1411765,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1,0.4980392,0.7960784,1,1]},"coin_small_optimised":{"faces":[19,17,18,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[2.5,0,-2.5,2.5,1,-2.5,-2.5,1,-2.5,-2.5,0,-2.5,-2.5,0,2.5,-2.5,1,2.5,2.5,1,2.5,2.5,0,2.5,-2.5,0,-2.5,-2.5,1,-2.5,-2.5,1,2.5,-2.5,0,2.5,2.5,0,2.5,2.5,1,2.5,2.5,1,-2.5,2.5,0,-2.5,-2.5,1,-2.5,2.5,1,-2.5,-2.5,1,2.5,2.5,1,2.5],"colors":[1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1,1,0.8941177,0.2901961,1]},"prize_ball_bottom_vertex_optimised":{"faces":[128,130,131,129,130,128,129,128,127,125,127,128,127,125,126,124,126,125,125,123,124,124,123,122,121,118,120,120,118,119,119,118,113,116,113,118,117,112,116,113,116,112,115,113,114,114,113,112,111,109,110,110,109,108,107,105,106,106,105,104,103,101,102,102,101,100,98,99,92,95,98,92,97,95,96,93,96,95,95,92,93,94,93,92,90,91,85,87,90,85,89,87,88,86,88,87,87,85,86,83,86,85,85,82,83,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,72,73,66,69,72,66,71,69,70,67,70,69,69,66,67,68,67,66,64,65,59,61,64,59,63,61,62,60,62,61,61,59,60,57,60,59,59,56,57,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,30,28,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[0.72,0,-0.72,0.72,0.64,-0.72,-0.72,0.64,-0.72,-0.72,0,-0.72,0.56,0.16,0.56,0.56,0.64,0.56,-0.56,0.64,0.56,-0.56,0.16,0.56,0.72,0.64,-0.72,0.72,0.8,-0.72,-0.72,0.8,-0.72,-0.72,0.64,-0.72,0.56,0.64,0.56,0.56,0.8,0.56,-0.56,0.8,0.56,-0.56,0.64,0.56,-0.56,0.8,-0.24,-0.56,0.96,-0.24,-0.72,0.96,-0.24,-0.72,0.8,-0.24,0.72,0.8,-0.24,0.72,0.96,-0.24,0.56,0.96,-0.24,0.56,0.8,-0.24,-0.72,0,0.72,-0.72,0.64,0.72,0.72,0.64,0.72,0.72,0,0.72,-0.56,0.16,-0.56,-0.56,0.64,-0.56,0.56,0.64,-0.56,0.56,0.16,-0.56,-0.72,0.64,0.72,-0.72,0.8,0.72,0.72,0.8,0.72,0.72,0.64,0.72,-0.56,0.64,-0.56,-0.56,0.8,-0.56,0.56,0.8,-0.56,0.56,0.64,-0.56,-0.72,0.8,0.24,-0.72,0.96,0.24,-0.56,0.96,0.24,-0.56,0.8,0.24,0.56,0.8,0.24,0.56,0.96,0.24,0.72,0.96,0.24,0.72,0.8,0.24,-0.72,0,-0.72,-0.72,0.64,-0.72,-0.72,0.64,0.72,-0.72,0,0.72,0.56,0.16,-0.56,0.56,0.64,-0.56,0.56,0.64,0.56,0.56,0.16,0.56,-0.72,0.8,-0.56,-0.72,0.64,-0.72,-0.72,0.8,-0.72,-0.72,0.8,-0.24,-0.72,0.64,0.72,-0.72,0.8,0.24,-0.72,0.8,0.72,-0.72,0.8,0.56,-0.72,0.96,0.24,-0.72,0.96,-0.24,0.56,0.8,-0.24,0.56,0.64,-0.56,0.56,0.8,-0.56,0.56,0.8,0.24,0.56,0.64,0.56,0.56,0.8,0.56,0.56,0.96,0.24,0.56,0.96,-0.24,0.72,0,0.72,0.72,0.64,0.72,0.72,0.64,-0.72,0.72,0,-0.72,-0.56,0.16,0.56,-0.56,0.64,0.56,-0.56,0.64,-0.56,-0.56,0.16,-0.56,0.72,0.8,0.56,0.72,0.64,0.72,0.72,0.8,0.72,0.72,0.8,0.24,0.72,0.64,-0.72,0.72,0.8,-0.24,0.72,0.8,-0.72,0.72,0.8,-0.56,0.72,0.96,-0.24,0.72,0.96,0.24,-0.56,0.8,0.24,-0.56,0.64,0.56,-0.56,0.8,0.56,-0.56,0.8,-0.24,-0.56,0.64,-0.56,-0.56,0.8,-0.56,-0.56,0.96,-0.24,-0.56,0.96,0.24,-0.56,0.16,-0.56,0.56,0.16,-0.56,-0.56,0.16,0.56,0.56,0.16,0.56,-0.72,0.96,-0.24,-0.56,0.96,-0.24,-0.72,0.96,0.24,-0.56,0.96,0.24,0.56,0.96,-0.24,0.72,0.96,-0.24,0.56,0.96,0.24,0.72,0.96,0.24,-0.72,0.8,-0.56,-0.56,0.8,-0.56,-0.72,0.8,-0.24,-0.56,0.8,-0.24,0.72,0.8,-0.72,-0.72,0.8,-0.72,0.72,0.8,-0.56,0.56,0.8,-0.56,0.56,0.8,-0.24,0.72,0.8,-0.24,-0.72,0.8,0.24,-0.56,0.8,0.24,-0.72,0.8,0.56,-0.56,0.8,0.56,-0.72,0.8,0.72,0.72,0.8,0.72,0.56,0.8,0.56,0.72,0.8,0.56,0.72,0.8,0.24,0.56,0.8,0.24],"colors":[0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1]},"prize_machine_top_vertex_optimised":{"faces":[19,17,18,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[1.92,0,-2,1.92,4.8,-2,-1.92,4.8,-2,-1.92,0,-2,-1.92,0,2,-1.92,4.8,2,1.92,4.8,2,1.92,0,2,-1.92,0,-2,-1.92,4.8,-2,-1.92,4.8,2,-1.92,0,2,1.92,0,2,1.92,4.8,2,1.92,4.8,-2,1.92,0,-2,-1.92,4.8,-2,1.92,4.8,-2,-1.92,4.8,2,1.92,4.8,2],"colors":[0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.58439,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1,0,0.5843,1,1]},"prize_machine_handle_vertex_optimised":{"faces":[147,145,146,146,145,144,143,136,142,143,142,141,142,136,137,139,141,142,141,139,140,138,140,139,139,135,138,138,135,133,137,136,135,132,135,136,135,132,133,134,133,132,131,129,130,130,129,128,127,126,124,126,125,124,123,122,120,122,121,120,119,118,116,118,117,116,115,113,114,111,114,113,113,110,111,112,111,110,109,107,108,106,108,107,107,105,106,104,106,105,105,103,104,101,104,103,103,100,101,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,81,82,79,82,81,81,78,79,80,79,78,77,75,76,74,76,75,75,73,74,72,74,73,73,71,72,69,72,71,71,68,69,70,69,68,67,66,64,66,65,64,63,62,60,62,61,60,59,58,56,58,57,56,52,55,47,55,52,50,54,51,53,52,53,51,49,52,47,51,50,52,50,51,46,44,50,46,49,47,48,45,48,47,47,44,45,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,30,28,30,29,28,27,26,24,26,25,24,23,21,22,18,22,21,20,21,14,21,20,18,12,20,14,19,18,20,18,19,15,17,18,15,17,15,16,13,16,15,15,12,13,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[0.08,0.48,-0.08,0.08,2.72,-0.08,-0.08,2.72,-0.08,-0.08,0.48,-0.08,0.24,3.2,-0.24,0.24,3.68,-0.24,-0.24,3.68,-0.24,-0.24,3.2,-0.24,0.08,2.72,-0.08,0.08,3.04,-0.08,-0.08,3.04,-0.08,-0.08,2.72,-0.08,0.08,0.16,-0.24,0.24,0,-0.24,0.24,0.16,-0.24,-0.08,0.16,-0.24,-0.24,0,-0.24,-0.24,0.16,-0.24,-0.24,0.32,-0.24,-0.08,0.32,-0.24,0.08,0.32,-0.24,0.24,0.32,-0.24,-0.24,0.48,-0.24,0.24,0.48,-0.24,0.08,0.16,-0.24,0.08,0.32,-0.24,-0.08,0.32,-0.24,-0.08,0.16,-0.24,0.08,3.04,-0.08,0.08,3.2,-0.08,-0.08,3.2,-0.08,-0.08,3.04,-0.08,-0.08,0.48,0.08,-0.08,2.72,0.08,0.08,2.72,0.08,0.08,0.48,0.08,-0.24,3.2,0.24,-0.24,3.68,0.24,0.24,3.68,0.24,0.24,3.2,0.24,-0.08,2.72,0.08,-0.08,3.04,0.08,0.08,3.04,0.08,0.08,2.72,0.08,-0.08,0.16,0.24,-0.24,0,0.24,-0.24,0.16,0.24,0.08,0.16,0.24,0.24,0,0.24,0.24,0.16,0.24,-0.08,0.32,0.24,-0.24,0.32,0.24,0.24,0.32,0.24,0.24,0.48,0.24,-0.24,0.48,0.24,0.08,0.32,0.24,-0.08,0.16,0.08,-0.08,0.32,0.08,0.08,0.32,0.08,0.08,0.16,0.08,-0.08,3.04,0.08,-0.08,3.2,0.08,0.08,3.2,0.08,0.08,3.04,0.08,-0.08,0.48,-0.08,-0.08,2.72,-0.08,-0.08,2.72,0.08,-0.08,0.48,0.08,-0.24,0.48,-0.08,-0.24,0.32,-0.24,-0.24,0.48,-0.24,-0.24,0.48,0.08,-0.24,0.16,-0.24,-0.24,0.48,0.24,-0.24,0,-0.24,-0.24,0.32,0.24,-0.24,0,0.24,-0.24,0.16,0.24,-0.24,3.68,0.24,-0.24,3.2,-0.24,-0.24,3.68,-0.24,-0.24,3.2,0.24,-0.24,3.2,-0.08,-0.24,3.2,0.08,-0.08,2.72,-0.08,-0.08,3.04,-0.08,-0.08,3.04,0.08,-0.08,2.72,0.08,-0.08,3.04,-0.08,-0.08,3.2,-0.08,-0.08,3.2,0.08,-0.08,3.04,0.08,0.08,0.16,0.08,0.08,0.32,0.08,0.08,0.32,0.24,0.08,0.16,0.24,0.08,0.48,0.08,0.08,2.72,0.08,0.08,2.72,-0.08,0.08,0.48,-0.08,0.24,0.48,0.08,0.24,0.32,0.24,0.24,0.48,0.24,0.24,0.48,-0.08,0.24,0.16,0.24,0.24,0.48,-0.24,0.24,0,0.24,0.24,0.32,-0.24,0.24,0,-0.24,0.24,0.16,-0.24,0.24,3.68,-0.24,0.24,3.2,0.24,0.24,3.68,0.24,0.24,3.2,-0.24,0.24,3.2,0.08,0.24,3.2,-0.08,0.08,2.72,0.08,0.08,3.04,0.08,0.08,3.04,-0.08,0.08,2.72,-0.08,0.08,3.04,0.08,0.08,3.2,0.08,0.08,3.2,-0.08,0.08,3.04,-0.08,-0.08,0.16,0.24,-0.08,0.32,0.24,-0.08,0.32,0.08,-0.08,0.16,0.08,-0.24,3.68,-0.24,0.24,3.68,-0.24,-0.24,3.68,0.24,0.24,3.68,0.24,0.24,0.48,-0.24,-0.24,0.48,-0.08,-0.24,0.48,-0.24,-0.08,0.48,-0.08,0.24,0.48,-0.08,0.08,0.48,-0.08,-0.24,0.48,0.08,-0.08,0.48,0.08,-0.24,0.48,0.24,0.24,0.48,0.24,0.08,0.48,0.08,0.24,0.48,0.08,-0.08,0.16,0.08,0.08,0.16,0.08,-0.08,0.16,0.24,0.08,0.16,0.24],"colors":[1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1]},"prize_machine_bottom_vertex_optimised":{"faces":[887,885,886,886,885,884,883,881,882,882,881,880,879,877,878,878,877,876,875,873,874,874,873,872,871,869,870,870,869,868,867,865,866,866,865,864,863,861,862,862,861,860,859,857,858,858,857,856,855,853,854,854,853,852,851,849,850,850,849,848,847,845,846,846,845,844,843,841,842,842,841,840,839,837,838,838,837,836,835,833,834,834,833,832,831,829,830,830,829,828,827,819,824,826,824,825,825,824,823,818,824,819,824,818,823,813,823,818,823,813,822,810,822,813,821,820,819,817,819,820,819,817,818,815,818,817,817,816,815,807,815,816,815,807,808,814,809,806,813,808,810,812,811,809,810,809,811,809,810,808,808,806,809,806,808,807,807,805,806,806,805,804,797,802,803,801,802,797,797,800,801,800,797,798,799,798,797,792,795,796,790,795,792,790,793,794,793,790,791,792,791,790,789,787,788,788,787,786,783,786,787,786,783,784,785,784,783,782,779,781,781,779,777,776,779,780,779,776,777,778,777,776,775,774,768,773,768,774,768,773,769,772,771,770,766,770,771,770,766,767,769,767,768,768,767,766,765,763,764,764,763,762,761,760,759,756,759,760,759,756,757,758,757,756,753,752,755,747,755,752,755,747,754,746,754,747,753,750,752,752,750,751,751,750,745,748,745,750,749,744,748,745,748,744,747,745,746,746,745,744,741,740,743,735,743,740,743,735,742,734,742,735,741,738,740,740,738,739,739,738,733,736,733,738,737,732,736,733,736,732,735,733,734,734,733,732,729,728,731,723,731,728,731,723,730,722,730,723,729,726,728,728,726,727,727,726,721,724,721,726,725,720,724,721,724,720,723,721,722,722,721,720,715,695,693,714,695,715,716,718,719,717,718,716,717,716,713,714,713,716,715,712,714,713,714,712,713,712,711,699,711,712,711,699,710,698,710,699,709,706,708,708,706,707,707,706,705,702,705,706,694,705,692,692,705,704,705,702,704,703,704,702,703,702,696,700,696,702,701,697,700,696,700,697,699,691,698,698,691,689,690,696,697,688,696,690,695,694,693,692,693,694,693,692,691,688,691,692,691,688,689,690,689,688,687,685,686,686,685,684,683,682,680,682,681,680,679,678,676,678,677,676,675,674,672,674,673,672,671,670,668,670,669,668,667,666,664,666,665,664,663,662,660,662,661,660,659,658,656,658,657,656,655,654,652,654,653,652,651,650,648,650,649,648,647,646,644,646,645,644,640,643,642,642,639,640,641,640,639,635,638,637,637,634,635,636,635,634,633,632,630,632,631,630,629,628,626,628,627,626,625,624,622,624,623,622,621,620,618,620,619,618,617,616,614,616,615,614,613,611,612,609,612,611,611,608,609,610,609,608,607,605,606,603,606,605,605,602,603,604,603,602,601,599,600,598,600,599,599,597,598,595,598,597,597,594,595,596,595,594,592,593,587,589,592,587,591,589,590,588,590,589,589,587,588,585,588,587,587,584,585,586,585,584,583,582,580,582,581,580,579,577,578,576,578,577,577,575,576,573,576,575,575,572,573,574,573,572,571,569,570,568,570,569,569,567,568,566,568,567,567,565,566,564,566,565,565,563,564,561,564,563,563,560,561,562,561,560,559,557,558,555,558,557,557,554,555,556,555,554,553,552,550,552,551,550,549,546,548,534,548,546,547,544,542,546,545,534,546,543,545,536,534,545,544,545,543,543,542,544,543,541,542,539,542,541,541,540,539,537,539,540,539,537,538,535,538,537,537,534,535,536,535,534,513,528,514,528,529,514,509,533,511,533,532,511,533,527,532,528,532,527,530,518,531,518,519,531,531,529,530,526,530,529,529,528,526,527,526,528,527,524,526,524,522,526,498,523,500,523,525,500,525,523,524,522,524,523,523,517,522,518,522,517,521,519,520,516,520,519,519,518,516,517,516,518,516,517,501,503,516,501,515,502,508,515,508,506,514,512,513,511,513,512,512,510,511,509,511,510,510,507,509,508,509,507,502,499,508,507,506,508,507,505,506,505,504,506,505,503,504,502,504,503,503,501,502,499,502,501,501,498,499,500,499,498,497,495,496,493,496,495,495,492,493,494,493,492,491,489,490,488,490,489,489,487,488,485,488,487,487,484,485,486,485,484,483,479,482,476,482,479,481,478,480,478,479,480,479,478,476,475,476,478,477,476,474,476,475,474,473,471,472,461,472,471,471,470,461,470,471,469,462,461,470,468,470,469,469,463,468,460,468,463,467,465,466,464,466,465,465,459,464,463,464,459,463,459,460,461,462,460,458,461,460,458,460,459,459,454,458,452,458,454,457,455,456,453,456,455,455,452,453,454,453,452,451,450,448,450,449,448,447,446,444,446,445,444,443,442,440,442,441,440,439,438,436,438,437,436,435,434,432,434,433,432,431,430,428,430,429,428,427,426,424,426,425,424,423,422,420,422,421,420,419,418,416,418,417,416,415,414,412,414,413,412,411,410,408,410,409,408,407,406,404,406,405,404,403,402,400,402,401,400,399,397,398,395,398,397,397,394,395,396,395,394,393,391,392,389,392,391,391,388,389,390,389,388,386,387,381,383,386,381,385,383,384,382,384,383,383,381,382,379,382,381,381,378,379,380,379,378,377,376,374,376,375,374,373,371,372,370,372,371,371,369,370,367,370,369,369,366,367,368,367,366,365,363,364,362,364,363,363,361,362,359,362,361,361,358,359,360,359,358,357,355,356,353,356,355,355,352,353,354,353,352,351,350,348,350,349,348,347,345,346,343,346,345,345,342,343,344,343,342,341,339,340,338,340,339,339,337,338,335,338,337,337,334,335,336,335,334,333,332,330,332,331,330,329,327,328,326,328,327,327,325,326,323,326,325,325,322,323,324,323,322,321,320,318,320,319,318,317,316,314,316,315,314,313,312,310,312,311,310,309,308,306,308,307,306,305,304,302,304,303,302,301,300,298,300,299,298,297,296,294,296,295,294,293,292,290,292,291,290,289,288,286,288,287,286,285,284,282,284,283,282,281,280,278,280,279,278,277,276,274,276,275,274,272,273,266,264,272,266,271,268,270,268,265,270,269,267,268,265,268,267,267,264,265,266,265,264,263,262,260,262,261,260,256,259,251,259,256,254,258,255,257,256,257,255,253,256,251,255,254,256,254,255,250,248,254,250,253,251,252,249,252,251,251,248,249,250,249,248,247,246,244,246,245,244,243,242,240,242,241,240,239,238,236,238,237,236,235,234,232,234,233,232,228,231,230,230,227,228,229,228,227,225,226,219,222,225,219,224,222,223,220,223,222,222,219,220,221,220,219,218,217,215,217,216,215,214,213,211,213,212,211,210,209,207,209,208,207,206,196,205,203,205,196,204,203,197,203,204,200,196,197,203,202,203,200,202,200,201,199,201,200,200,198,199,195,199,198,198,197,195,197,196,195,173,194,175,194,193,175,194,192,193,187,193,192,192,182,189,192,189,187,190,179,191,179,186,191,191,188,190,189,190,188,182,180,189,188,187,189,187,188,174,176,187,174,159,181,161,181,183,161,186,179,177,185,183,184,182,184,183,183,181,182,180,182,181,181,178,180,179,180,178,178,177,179,177,178,162,164,177,162,176,174,175,173,175,174,174,172,173,171,173,172,172,166,170,172,170,171,169,171,170,166,165,170,170,168,169,167,169,168,168,163,167,163,160,167,166,164,165,163,165,164,164,162,163,160,163,162,162,159,160,161,160,159,158,157,155,157,156,155,154,152,153,151,153,152,152,150,151,148,151,150,150,147,148,149,148,147,144,146,145,145,143,144,140,144,143,143,142,140,142,141,140,136,139,138,138,135,136,137,136,135,134,130,133,131,133,130,132,131,129,131,132,125,130,129,131,127,131,125,129,130,124,122,129,124,126,128,127,127,125,126,123,126,125,125,122,123,124,123,122,121,120,118,120,119,118,117,116,114,116,115,114,113,112,110,112,111,110,109,108,106,108,107,106,105,104,102,104,103,102,101,100,98,100,99,98,97,96,94,96,95,94,93,92,90,92,91,90,88,89,80,83,88,80,87,85,86,85,84,86,85,83,84,81,84,83,83,80,81,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,67,66,64,66,65,64,63,62,60,62,61,60,56,59,58,58,55,56,57,56,55,53,54,47,50,53,47,52,50,51,48,51,50,50,47,48,49,48,47,46,45,43,45,44,43,42,41,39,41,40,39,38,37,35,37,36,35,34,33,31,33,32,31,28,30,27,29,28,24,27,24,28,27,26,24,26,25,24,23,21,22,20,22,21,21,19,20,17,20,19,19,16,17,18,17,16,12,15,14,14,11,12,13,12,11,10,9,7,9,8,7,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-1.6,3.52,-1.76,1.6,3.36,-1.76,1.6,3.52,-1.76,-1.6,0.32,-1.76,1.6,2.24,-1.76,1.6,0.32,-1.76,1.6,2.08,-1.76,0.16,4.8,-0.16,0.16,8.48,-0.16,-0.16,8.48,-0.16,-0.16,4.8,-0.16,0.48,1.92,0.64,1.44,0.64,0.64,1.44,1.92,0.64,0.48,0.48,0.64,1.44,0.48,0.64,1.6,3.36,-0.96,1.76,3.2,-0.96,1.76,3.36,-0.96,1.6,2.24,-0.96,1.76,3.04,-0.96,1.76,2.24,-0.96,1.76,2.56,-0.96,1.76,2.4,-0.96,1.6,0.64,0.64,1.6,1.92,0.64,1.44,1.92,0.64,1.44,0.64,0.64,2.24,0.48,0.64,2.24,0.64,0.64,1.44,0.48,0.64,1.6,3.84,-1.76,1.6,4.48,-1.76,-1.6,4.48,-1.76,-1.6,3.84,-1.76,1.76,0,-2.08,1.76,0.32,-2.08,-2.4,0.32,-2.08,-2.4,0,-2.08,1.76,3.52,-1.92,1.76,3.84,-1.92,-1.76,3.84,-1.92,-1.76,3.52,-1.92,1.76,8.639999,-1.92,1.76,8.96,-1.92,-1.76,8.96,-1.92,-1.76,8.639999,-1.92,0.16,4.64,-1.44,1.12,4.32,-1.44,1.12,4.64,-1.44,-0.16,4.64,-1.44,-1.12,4.32,-1.44,-1.12,4.64,-1.44,-0.16,4.8,-1.44,0.16,4.8,-1.44,1.6,0.64,-0.96,2.4,0.32,-0.96,2.4,0.64,-0.96,1.6,0.32,-0.96,1.76,0.32,-0.96,1.76,8.48,-1.92,1.76,8.639999,-1.92,-1.76,8.639999,-1.92,-1.76,8.48,-1.92,1.44,4.32,1.44,1.44,4.48,1.44,-1.44,4.48,1.44,-1.44,4.32,1.44,-0.32,4.64,-0.16,-0.32,4.8,-0.16,-1.12,4.8,-0.16,-1.12,4.64,-0.16,1.12,4.64,-0.16,1.12,4.8,-0.16,0.32,4.8,-0.16,0.32,4.64,-0.16,-1.92,0.32,-1.92,-1.92,0.48,-1.92,-2.24,0.48,-1.92,-2.24,0.32,-1.92,1.92,2.88,-0.32,2.08,2.72,-0.32,2.08,2.88,-0.32,1.76,2.88,-0.32,1.92,2.72,-0.32,1.76,2.72,-0.32,1.92,2.56,-0.32,1.76,2.56,-0.32,1.76,3.04,-0.32,1.92,3.04,-0.32,-1.92,0.32,1.44,-1.92,0.48,1.44,-2.24,0.48,1.44,-2.24,0.32,1.44,1.92,2.4,-0.8,1.92,2.56,-0.8,1.76,2.56,-0.8,1.76,2.4,-0.8,1.92,3.04,-0.8,1.92,3.2,-0.8,1.76,3.2,-0.8,1.76,3.04,-0.8,-0.16,4.64,-0.32,-0.16,4.8,-0.32,-0.32,4.8,-0.32,-0.32,4.64,-0.32,0.32,4.64,-0.32,0.32,4.8,-0.32,0.16,4.8,-0.32,0.16,4.64,-0.32,1.92,2.4,0.48,1.92,2.56,0.48,1.76,2.56,0.48,1.76,2.4,0.48,1.92,3.04,0.48,1.92,3.2,0.48,1.76,3.2,0.48,1.76,3.04,0.48,-0.16,4.8,0,-0.16,8.48,0,0.16,8.48,0,0.16,4.8,0,-0.8,2.24,1.6,-1.6,0.32,1.6,-1.6,2.24,1.6,0.96,2.24,1.6,1.6,0.32,1.6,1.6,2.24,1.6,1.6,2.08,1.6,-0.8,3.36,1.6,-1.6,3.36,1.6,1.6,3.36,1.6,0.96,3.36,1.6,1.6,3.52,1.6,-1.6,3.52,1.6,1.44,1.92,-0.8,0.48,0.48,-0.8,0.48,1.92,-0.8,1.44,0.64,-0.8,1.44,0.48,-0.8,1.44,0.64,-0.8,1.44,1.92,-0.8,1.6,1.92,-0.8,1.6,0.64,-0.8,1.44,0.48,-0.8,2.24,0.64,-0.8,2.24,0.48,-0.8,1.76,3.36,0.8,1.6,2.24,0.8,1.6,3.36,0.8,1.76,3.2,0.8,1.76,2.24,0.8,1.76,3.04,0.8,1.76,2.4,0.8,1.76,2.56,0.8,-1.6,3.84,1.6,-1.6,4.48,1.6,1.6,4.48,1.6,1.6,3.84,1.6,-0.64,3.04,1.76,-0.8,2.56,1.76,-0.8,3.04,1.76,-0.48,3.04,1.76,-0.64,2.56,1.76,-0.32,3.04,1.76,-0.48,2.56,1.76,-0.32,2.56,1.76,-0.8,2.4,1.76,-0.64,2.4,1.76,-0.8,2.24,1.76,-0.48,2.4,1.76,0.96,2.24,1.76,-0.32,2.4,1.76,0.96,2.4,1.76,0.48,2.4,1.76,0.8,2.4,1.76,0.64,2.4,1.76,-0.32,3.2,1.76,-0.48,3.2,1.76,0.64,3.2,1.76,0.8,3.2,1.76,-0.64,3.2,1.76,0.96,3.2,1.76,-0.8,3.2,1.76,0.96,3.36,1.76,-0.8,3.36,1.76,0.48,3.2,1.76,0.64,2.56,1.76,0.48,2.56,1.76,0.8,3.04,1.76,0.64,3.04,1.76,0.48,3.04,1.76,0.96,3.04,1.76,0.8,2.56,1.76,0.96,2.56,1.76,-0.32,2.56,1.76,-0.32,3.04,1.76,-0.16,3.04,1.76,-0.16,2.56,1.76,-0.32,2.4,1.76,0.32,2.56,1.76,0.48,2.4,1.76,0.48,2.56,1.76,0.48,3.04,1.76,0.32,3.04,1.76,0.48,3.2,1.76,-0.32,3.2,1.76,-1.76,3.52,1.76,-1.76,3.84,1.76,1.76,3.84,1.76,1.76,3.52,1.76,-1.76,8.639999,1.76,-1.76,8.96,1.76,1.76,8.96,1.76,1.76,8.639999,1.76,-2.4,0,1.92,-2.4,0.32,1.92,1.76,0.32,1.92,1.76,0,1.92,-0.16,4.64,1.28,-1.12,4.32,1.28,-1.12,4.64,1.28,0.16,4.64,1.28,1.12,4.32,1.28,1.12,4.64,1.28,0.16,4.8,1.28,-0.16,4.8,1.28,2.4,0.64,0.8,1.6,0.32,0.8,1.6,0.64,0.8,2.4,0.32,0.8,1.76,0.32,0.8,-1.44,4.32,-1.6,-1.44,4.48,-1.6,1.44,4.48,-1.6,1.44,4.32,-1.6,-1.76,8.48,1.76,-1.76,8.639999,1.76,1.76,8.639999,1.76,1.76,8.48,1.76,-1.12,4.64,0,-1.12,4.8,0,-0.32,4.8,0,-0.32,4.64,0,0.32,4.64,0,0.32,4.8,0,1.12,4.8,0,1.12,4.64,0,0,2.72,2.08,-0.16,2.56,2.08,-0.16,2.72,2.08,0.16,2.72,2.08,0.32,2.56,2.08,0.32,2.72,2.08,0,2.88,2.08,-0.16,2.88,2.08,0.32,2.88,2.08,0.32,3.04,2.08,-0.16,3.04,2.08,0.16,2.88,2.08,-2.24,0.32,-1.6,-2.24,0.48,-1.6,-1.92,0.48,-1.6,-1.92,0.32,-1.6,1.92,2.88,0.16,1.76,2.72,0.16,1.76,2.88,0.16,2.08,2.88,0.16,1.92,2.72,0.16,2.08,2.72,0.16,1.76,2.56,0.16,1.92,2.56,0.16,1.92,3.04,0.16,1.76,3.04,0.16,-2.24,0.32,1.76,-2.24,0.48,1.76,-1.92,0.48,1.76,-1.92,0.32,1.76,1.76,2.4,-0.64,1.76,2.56,-0.64,1.92,2.56,-0.64,1.92,2.4,-0.64,1.76,3.04,-0.64,1.76,3.2,-0.64,1.92,3.2,-0.64,1.92,3.04,-0.64,-0.32,4.64,0.16,-0.32,4.8,0.16,-0.16,4.8,0.16,-0.16,4.64,0.16,0.16,4.64,0.16,0.16,4.8,0.16,0.32,4.8,0.16,0.32,4.64,0.16,1.76,2.4,0.64,1.76,2.56,0.64,1.92,2.56,0.64,1.92,2.4,0.64,1.76,3.04,0.64,1.76,3.2,0.64,1.92,3.2,0.64,1.92,3.04,0.64,-0.64,2.4,1.92,-0.64,2.56,1.92,-0.48,2.56,1.92,-0.48,2.4,1.92,-0.64,3.04,1.92,-0.64,3.2,1.92,-0.48,3.2,1.92,-0.48,3.04,1.92,0.64,2.4,1.92,0.64,2.56,1.92,0.8,2.56,1.92,0.8,2.4,1.92,0.64,3.04,1.92,0.64,3.2,1.92,0.8,3.2,1.92,0.8,3.04,1.92,0,2.72,2.08,0,2.88,2.08,0.16,2.88,2.08,0.16,2.72,2.08,-1.6,3.52,1.6,-1.6,0.32,-1.76,-1.6,3.52,-1.76,-1.6,3.36,1.6,-1.6,0.32,-1.6,-1.6,2.24,1.6,-1.6,0.32,1.44,-1.6,0.32,1.6,-0.16,4.8,-0.16,-0.16,8.48,-0.16,-0.16,8.48,0,-0.16,4.8,0,-0.8,3.36,1.76,-0.8,2.24,1.6,-0.8,3.36,1.6,-0.8,3.2,1.76,-0.8,2.24,1.76,-0.8,3.04,1.76,-0.8,2.4,1.76,-0.8,2.56,1.76,-1.6,4.48,-1.6,-1.6,3.84,-1.76,-1.6,4.48,-1.76,-1.6,4.48,1.44,-1.6,3.84,1.6,-1.6,4.48,1.6,-0.16,2.56,1.76,-0.16,3.04,1.76,-0.16,3.04,1.92,-0.16,2.56,1.92,-0.16,3.04,2.08,-0.16,2.56,1.92,-0.16,3.04,1.92,-0.16,2.88,2.08,-0.16,2.56,2.08,-0.16,2.72,2.08,-2.4,0.32,-1.92,-2.4,0,-2.08,-2.4,0.32,-2.08,-2.4,0.32,-1.6,-2.4,0,1.92,-2.4,0.32,1.44,-2.4,0.32,1.92,-2.4,0.32,1.76,-1.76,3.84,-1.76,-1.76,3.52,-1.92,-1.76,3.84,-1.92,-1.76,3.84,1.6,-1.76,3.52,-1.76,-1.76,3.84,1.76,-1.76,3.52,1.6,-1.76,3.52,1.76,-1.76,8.639999,-1.92,-1.76,8.96,-1.92,-1.76,8.96,1.76,-1.76,8.639999,1.76,-1.12,4.64,-0.32,-1.12,4.32,-1.44,-1.12,4.64,-1.44,-1.12,4.64,-0.16,-1.12,4.32,1.28,-1.12,4.64,0,-1.12,4.64,1.28,-1.12,4.64,0.16,-1.12,4.8,0,-1.12,4.8,-0.16,-1.76,8.639999,1.76,-1.76,8.48,-1.92,-1.76,8.639999,-1.92,-1.76,8.48,1.76,-1.76,8.48,-0.16,-1.76,8.48,0,1.44,4.48,1.44,1.44,4.32,-1.6,1.44,4.48,-1.6,1.44,4.32,1.44,1.44,4.32,-1.44,1.44,4.32,1.28,2.24,0.48,-0.8,2.24,0.64,-0.8,2.24,0.64,0.64,2.24,0.48,0.64,-0.16,4.64,-1.44,-0.16,4.8,-1.44,-0.16,4.8,-0.32,-0.16,4.64,-0.32,-0.16,4.64,0.16,-0.16,4.8,0.16,-0.16,4.8,1.28,-0.16,4.64,1.28,-2.24,0.32,-1.92,-2.24,0.48,-1.92,-2.24,0.48,-1.6,-2.24,0.32,-1.6,-2.24,0.32,1.44,-2.24,0.48,1.44,-2.24,0.48,1.76,-2.24,0.32,1.76,-0.32,4.64,-0.32,-0.32,4.8,-0.32,-0.32,4.8,-0.16,-0.32,4.64,-0.16,-0.32,4.64,0,-0.32,4.8,0,-0.32,4.8,0.16,-0.32,4.64,0.16,-0.64,2.4,1.76,-0.64,2.56,1.76,-0.64,2.56,1.92,-0.64,2.4,1.92,-0.64,3.04,1.76,-0.64,3.2,1.76,-0.64,3.2,1.92,-0.64,3.04,1.92,0.64,2.4,1.76,0.64,2.56,1.76,0.64,2.56,1.92,0.64,2.4,1.92,0.64,3.04,1.76,0.64,3.2,1.76,0.64,3.2,1.92,0.64,3.04,1.92,0.16,4.8,0,0.16,8.48,0,0.16,8.48,-0.16,0.16,4.8,-0.16,0.48,0.48,0.64,0.48,1.92,0.64,0.48,1.92,-0.8,0.48,0.48,-0.8,1.6,2.08,-1.76,1.6,1.92,-0.96,1.6,2.08,-0.96,1.6,0.32,-1.76,1.6,0.64,-0.96,1.6,0.32,-0.96,1.6,2.24,-1.76,1.6,2.08,0.8,1.6,2.24,-0.96,1.6,3.36,-1.76,1.6,3.36,-0.96,1.6,2.08,1.6,1.6,0.32,1.6,1.6,1.92,0.8,1.6,0.32,0.8,1.6,0.64,0.8,1.6,2.24,0.8,1.6,2.24,1.6,1.6,3.36,0.8,1.6,3.36,1.6,1.6,3.52,-1.76,1.6,3.52,1.6,1.6,0.64,-0.8,1.6,1.92,-0.8,1.6,1.92,-0.96,1.6,0.64,-0.96,1.6,1.92,0.64,1.6,1.92,0.8,1.6,0.64,0.8,1.6,0.64,0.64,1.6,2.08,-0.96,1.6,2.08,0.8,0.96,3.36,1.6,0.96,3.2,1.76,0.96,3.36,1.76,0.96,2.24,1.6,0.96,3.04,1.76,0.96,2.24,1.76,0.96,2.56,1.76,0.96,2.4,1.76,1.6,4.48,1.44,1.6,3.84,1.6,1.6,4.48,1.6,1.6,4.48,-1.6,1.6,3.84,-1.76,1.6,4.48,-1.76,1.76,3.04,-0.64,1.76,2.56,-0.48,1.76,3.04,-0.48,1.76,3.04,-0.8,1.76,2.56,-0.64,1.76,3.04,-0.96,1.76,2.56,-0.8,1.76,2.56,-0.96,1.76,2.4,-0.8,1.76,2.4,-0.96,1.76,2.4,-0.48,1.76,2.4,0.32,1.76,2.24,-0.96,1.76,2.4,0.48,1.76,2.24,0.8,1.76,2.4,0.64,1.76,2.4,0.8,1.76,2.4,-0.64,1.76,3.2,-0.96,1.76,3.2,-0.8,1.76,3.2,0.64,1.76,3.2,0.8,1.76,3.36,-0.96,1.76,3.36,0.8,1.76,3.2,0.48,1.76,3.2,-0.64,1.76,3.2,0.32,1.76,3.2,-0.48,1.76,3.04,0.48,1.76,3.04,0.32,1.76,2.56,0.64,1.76,2.56,0.8,1.76,3.04,0.64,1.76,3.04,0.8,1.76,2.56,0.48,1.76,2.56,0.32,1.76,3.04,-0.48,1.76,2.88,-0.32,1.76,3.04,-0.32,1.76,2.56,-0.48,1.76,2.72,-0.32,1.76,2.56,-0.32,1.76,2.4,-0.48,1.76,2.4,0.32,1.76,2.56,0.16,1.76,2.56,0.32,1.76,2.88,0.16,1.76,3.04,0.16,1.76,3.04,0.32,1.76,2.72,0.16,1.76,3.2,-0.48,1.76,3.2,0.32,0.32,2.56,1.92,0.32,3.04,1.92,0.32,3.04,1.76,0.32,2.56,1.76,0.32,3.04,1.92,0.32,2.88,2.08,0.32,3.04,2.08,0.32,2.56,1.92,0.32,2.72,2.08,0.32,2.56,2.08,1.76,0.32,1.76,1.76,0,1.92,1.76,0.32,1.92,1.76,0.32,1.6,1.76,0,-2.08,1.76,0.32,0.8,1.76,0.32,-2.08,1.76,0.32,0.64,1.76,0.32,-1.92,1.76,0.32,-0.8,1.76,0.32,-1.76,1.76,0.32,-0.96,1.76,3.84,1.6,1.76,3.52,1.76,1.76,3.84,1.76,1.76,3.84,-1.76,1.76,3.52,1.6,1.76,3.84,-1.92,1.76,3.52,-1.76,1.76,3.52,-1.92,1.76,8.639999,1.76,1.76,8.96,1.76,1.76,8.96,-1.92,1.76,8.639999,-1.92,1.12,4.64,0.16,1.12,4.32,1.28,1.12,4.64,1.28,1.12,4.64,0,1.12,4.32,-1.44,1.12,4.64,-0.16,1.12,4.64,-1.44,1.12,4.64,-0.32,1.12,4.8,-0.16,1.12,4.8,0,2.4,0.64,0.64,2.4,0.32,0.8,2.4,0.64,0.8,2.4,0.64,-0.8,2.4,0.32,0.64,2.4,0.64,-0.96,2.4,0.32,-0.8,2.4,0.32,-0.96,1.76,8.639999,-1.92,1.76,8.48,1.76,1.76,8.639999,1.76,1.76,8.48,-1.92,1.76,8.48,0,1.76,8.48,-0.16,-1.44,4.48,-1.6,-1.44,4.32,1.44,-1.44,4.48,1.44,-1.44,4.32,-1.6,-1.44,4.32,1.28,-1.44,4.32,-1.44,0.16,4.64,-0.32,0.16,4.8,-0.32,0.16,4.8,-1.44,0.16,4.64,-1.44,0.16,4.64,1.28,0.16,4.8,1.28,0.16,4.8,0.16,0.16,4.64,0.16,1.92,2.56,0.16,1.92,2.72,0.16,1.92,2.72,-0.32,1.92,2.56,-0.32,1.92,2.88,0.16,1.92,3.04,0.16,1.92,3.04,-0.32,1.92,2.88,-0.32,2.08,2.72,0.16,2.08,2.88,0.16,2.08,2.88,-0.32,2.08,2.72,-0.32,-1.92,0.48,-1.92,-1.92,0.32,-1.6,-1.92,0.48,-1.6,-1.92,0.32,-1.92,-1.92,0.32,-1.76,-1.92,0.48,1.44,-1.92,0.32,1.76,-1.92,0.48,1.76,-1.92,0.32,1.44,-1.92,0.32,1.6,1.92,2.4,-0.64,1.92,2.56,-0.64,1.92,2.56,-0.8,1.92,2.4,-0.8,1.92,3.04,-0.64,1.92,3.2,-0.64,1.92,3.2,-0.8,1.92,3.04,-0.8,0.32,4.64,-0.16,0.32,4.8,-0.16,0.32,4.8,-0.32,0.32,4.64,-0.32,0.32,4.64,0.16,0.32,4.8,0.16,0.32,4.8,0,0.32,4.64,0,1.92,2.4,0.64,1.92,2.56,0.64,1.92,2.56,0.48,1.92,2.4,0.48,1.92,3.04,0.64,1.92,3.2,0.64,1.92,3.2,0.48,1.92,3.04,0.48,-0.48,2.4,1.92,-0.48,2.56,1.92,-0.48,2.56,1.76,-0.48,2.4,1.76,-0.48,3.04,1.92,-0.48,3.2,1.92,-0.48,3.2,1.76,-0.48,3.04,1.76,0.8,2.4,1.92,0.8,2.56,1.92,0.8,2.56,1.76,0.8,2.4,1.76,0.8,3.04,1.92,0.8,3.2,1.92,0.8,3.2,1.76,0.8,3.04,1.76,-1.76,8.96,-1.92,1.76,8.96,-1.92,-1.76,8.96,1.76,1.76,8.96,1.76,-2.24,0.32,-1.6,-2.4,0.32,1.44,-2.4,0.32,-1.6,-2.24,0.32,1.44,-1.92,0.32,-1.6,-1.92,0.32,1.44,-1.6,0.32,-1.6,-1.6,0.32,1.44,-2.24,0.32,-1.92,-2.4,0.32,-1.92,-2.4,0.32,1.76,-2.24,0.32,1.76,1.76,0.32,-2.08,-2.4,0.32,-2.08,1.76,0.32,-1.92,-1.92,0.32,-1.92,-1.92,0.32,-1.76,-1.6,0.32,-1.76,1.76,0.32,-1.76,1.6,0.32,-1.76,1.6,0.32,-0.96,1.76,0.32,-0.96,-2.4,0.32,1.92,1.76,0.32,1.92,-1.92,0.32,1.76,1.76,0.32,1.76,-1.6,0.32,1.6,-1.92,0.32,1.6,1.6,0.32,1.6,1.76,0.32,1.6,1.76,0.32,0.8,1.6,0.32,0.8,-1.44,4.32,-1.44,-1.12,4.32,-1.44,-1.44,4.32,1.28,-1.12,4.32,1.28,1.44,4.32,-1.6,-1.44,4.32,-1.6,1.44,4.32,-1.44,1.12,4.32,-1.44,1.12,4.32,1.28,1.44,4.32,1.28,-1.44,4.32,1.44,1.44,4.32,1.44,-1.76,3.84,-1.76,-1.6,3.84,-1.76,-1.76,3.84,1.6,-1.6,3.84,1.6,1.76,3.84,-1.92,-1.76,3.84,-1.92,1.76,3.84,-1.76,1.6,3.84,-1.76,1.6,3.84,1.6,1.76,3.84,1.6,-1.76,3.84,1.76,1.76,3.84,1.76,-1.6,4.48,-1.6,-1.44,4.48,-1.6,-1.6,4.48,1.44,-1.44,4.48,1.44,1.6,4.48,-1.76,-1.6,4.48,-1.76,1.6,4.48,-1.6,1.44,4.48,-1.6,1.44,4.48,1.44,1.6,4.48,1.44,-1.6,4.48,1.6,1.6,4.48,1.6,1.44,0.48,-0.8,0.48,0.48,0.64,0.48,0.48,-0.8,1.44,0.48,0.64,2.24,0.48,-0.8,2.24,0.48,0.64,1.6,3.36,-0.96,1.76,3.36,-0.96,1.6,3.36,0.8,1.76,3.36,0.8,2.24,0.64,-0.8,2.4,0.64,-0.8,2.24,0.64,0.64,2.4,0.64,0.64,2.4,0.64,-0.96,1.6,0.64,-0.8,1.6,0.64,-0.96,2.4,0.64,0.8,1.6,0.64,0.8,1.6,0.64,0.64,-0.16,4.64,-1.44,-1.12,4.64,-0.32,-1.12,4.64,-1.44,-0.32,4.64,-0.32,-0.16,4.64,-0.32,-1.12,4.64,-0.16,-0.32,4.64,-0.16,1.12,4.64,-1.44,0.16,4.64,-0.32,0.16,4.64,-1.44,0.32,4.64,-0.32,1.12,4.64,-0.32,0.32,4.64,-0.16,1.12,4.64,-0.16,-0.32,4.64,0.16,-1.12,4.64,1.28,-1.12,4.64,0.16,-0.16,4.64,1.28,-0.16,4.64,0.16,-0.32,4.64,0,-1.12,4.64,0,0.32,4.64,0.16,0.16,4.64,1.28,0.16,4.64,0.16,1.12,4.64,1.28,1.12,4.64,0.16,1.12,4.64,0,0.32,4.64,0,-0.16,4.8,-1.44,0.16,4.8,-1.44,-0.16,4.8,-0.32,0.16,4.8,-0.32,-0.16,4.8,-0.16,-0.32,4.8,-0.16,-0.32,4.8,0,-1.12,4.8,0,-1.12,4.8,-0.16,-0.16,4.8,0,-0.32,4.8,-0.32,0.16,4.8,-0.16,0.32,4.8,-0.32,0.32,4.8,-0.16,0.16,4.8,0,0.32,4.8,0,1.12,4.8,-0.16,1.12,4.8,0,-0.32,4.8,0.16,-0.16,4.8,0.16,0.16,4.8,0.16,-0.16,4.8,1.28,0.16,4.8,1.28,0.32,4.8,0.16,1.76,3.04,-0.32,1.92,3.04,-0.32,1.76,3.04,0.16,1.92,3.04,0.16,1.92,2.88,-0.32,2.08,2.88,-0.32,1.92,2.88,0.16,2.08,2.88,0.16,-2.24,0.48,-1.92,-1.92,0.48,-1.92,-2.24,0.48,-1.6,-1.92,0.48,-1.6,-2.24,0.48,1.44,-1.92,0.48,1.44,-2.24,0.48,1.76,-1.92,0.48,1.76,-0.8,3.36,1.6,0.96,3.36,1.6,-0.8,3.36,1.76,0.96,3.36,1.76,-0.16,3.04,1.76,0.32,3.04,1.76,-0.16,3.04,1.92,0.32,3.04,1.92,-0.16,3.04,1.92,0.32,3.04,1.92,-0.16,3.04,2.08,0.32,3.04,2.08,1.76,2.56,-0.8,1.92,2.56,-0.8,1.76,2.56,-0.64,1.92,2.56,-0.64,1.76,3.2,-0.8,1.92,3.2,-0.8,1.76,3.2,-0.64,1.92,3.2,-0.64,1.76,2.56,0.48,1.92,2.56,0.48,1.76,2.56,0.64,1.92,2.56,0.64,1.76,3.2,0.48,1.92,3.2,0.48,1.76,3.2,0.64,1.92,3.2,0.64,-0.64,2.56,1.76,-0.48,2.56,1.76,-0.64,2.56,1.92,-0.48,2.56,1.92,-0.64,3.2,1.76,-0.48,3.2,1.76,-0.64,3.2,1.92,-0.48,3.2,1.92,0.64,2.56,1.76,0.8,2.56,1.76,0.64,2.56,1.92,0.8,2.56,1.92,0.64,3.2,1.76,0.8,3.2,1.76,0.64,3.2,1.92,0.8,3.2,1.92],"colors":[0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,0.9764706,0.1921569,0.3098039,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,1,0.8588235,0.1764706,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.4235294,0.3137255,0.2784314,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1,0.7333333,0.6156863,0.5764706,1]},"prize_ball_vertex_optimised":{"faces":[75,73,74,74,73,72,70,71,64,67,70,64,69,67,68,65,68,67,67,64,65,66,65,64,63,58,62,58,55,62,61,57,60,57,59,60,59,57,58,55,58,57,57,54,55,56,55,54,53,52,50,52,51,50,48,49,42,45,48,42,47,45,46,43,46,45,45,42,43,44,43,42,41,35,40,35,37,40,39,36,38,36,33,38,37,35,36,33,36,35,35,32,33,34,33,32,31,30,28,30,29,28,27,26,24,26,25,24,23,21,22,19,22,21,21,18,19,20,19,18,17,16,14,16,15,14,13,12,10,12,11,10,9,7,8,5,8,7,7,4,5,6,5,4,3,2,0,2,1,0],"vertices":[0.72,0,-0.72,0.72,0.64,-0.72,-0.72,0.64,-0.72,-0.72,0,-0.72,-0.72,1.44,-0.72,0.72,0.96,-0.72,0.72,1.44,-0.72,-0.72,0.96,-0.72,0.72,0.8,-0.72,-0.72,0.8,-0.72,0.72,0.64,-0.72,0.72,0.8,-0.72,-0.72,0.8,-0.72,-0.72,0.64,-0.72,-0.72,0,0.72,-0.72,0.64,0.72,0.72,0.64,0.72,0.72,0,0.72,0.72,1.44,0.72,-0.72,0.96,0.72,-0.72,1.44,0.72,0.72,0.96,0.72,-0.72,0.8,0.72,0.72,0.8,0.72,-0.72,0.64,0.72,-0.72,0.8,0.72,0.72,0.8,0.72,0.72,0.64,0.72,-0.72,0,-0.72,-0.72,0.64,-0.72,-0.72,0.64,0.72,-0.72,0,0.72,-0.72,1.44,0.72,-0.72,0.96,-0.72,-0.72,1.44,-0.72,-0.72,0.96,0.72,-0.72,0.96,-0.24,-0.72,0.96,0.24,-0.72,0.8,-0.72,-0.72,0.8,-0.24,-0.72,0.8,0.24,-0.72,0.8,0.72,-0.72,0.8,-0.24,-0.72,0.64,-0.72,-0.72,0.8,-0.72,-0.72,0.8,0.24,-0.72,0.64,0.72,-0.72,0.8,0.72,-0.72,0.96,0.24,-0.72,0.96,-0.24,0.72,0,0.72,0.72,0.64,0.72,0.72,0.64,-0.72,0.72,0,-0.72,0.72,1.44,-0.72,0.72,0.96,0.72,0.72,1.44,0.72,0.72,0.96,-0.72,0.72,0.96,0.24,0.72,0.96,-0.24,0.72,0.8,-0.24,0.72,0.8,-0.72,0.72,0.8,0.72,0.72,0.8,0.24,0.72,0.8,0.24,0.72,0.64,0.72,0.72,0.8,0.72,0.72,0.8,-0.24,0.72,0.64,-0.72,0.72,0.8,-0.72,0.72,0.96,-0.24,0.72,0.96,0.24,-0.72,1.44,-0.72,0.72,1.44,-0.72,-0.72,1.44,0.72,0.72,1.44,0.72],"colors":[0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.5372549,0.8705882,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.4509804,0.7607843,0.9490196,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1]},"prize_ball_top_vertex_optimised":{"faces":[87,85,86,86,85,84,83,78,82,78,75,82,81,77,80,77,79,80,79,77,78,75,78,77,77,74,75,76,75,74,71,73,72,72,66,71,63,71,66,68,70,69,69,65,68,67,68,65,67,65,66,63,66,65,65,62,63,64,63,62,61,55,60,55,57,60,59,56,58,56,53,58,57,55,56,53,56,55,55,52,53,54,53,52,49,51,50,50,43,49,45,49,43,46,48,47,47,44,46,41,46,44,45,43,44,41,44,43,43,40,41,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,29,30,27,30,29,29,26,27,28,27,26,25,23,24,21,24,23,23,20,21,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,9,10,7,10,9,9,6,7,8,7,6,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.72,1.44,-0.72,0.72,0.96,-0.72,0.72,1.44,-0.72,-0.72,0.96,-0.72,0.72,0.8,-0.72,-0.72,0.8,-0.72,-0.56,1.28,0.56,0.56,0.96,0.56,0.56,1.28,0.56,-0.56,0.96,0.56,0.56,0.8,0.56,-0.56,0.8,0.56,-0.56,0.8,0.24,-0.56,0.96,0.24,-0.72,0.96,0.24,-0.72,0.8,0.24,0.72,0.8,0.24,0.72,0.96,0.24,0.56,0.96,0.24,0.56,0.8,0.24,0.72,1.44,0.72,-0.72,0.96,0.72,-0.72,1.44,0.72,0.72,0.96,0.72,-0.72,0.8,0.72,0.72,0.8,0.72,0.56,1.28,-0.56,-0.56,0.96,-0.56,-0.56,1.28,-0.56,0.56,0.96,-0.56,-0.56,0.8,-0.56,0.56,0.8,-0.56,-0.72,0.8,-0.24,-0.72,0.96,-0.24,-0.56,0.96,-0.24,-0.56,0.8,-0.24,0.56,0.8,-0.24,0.56,0.96,-0.24,0.72,0.96,-0.24,0.72,0.8,-0.24,-0.72,1.44,0.72,-0.72,0.96,-0.72,-0.72,1.44,-0.72,-0.72,0.96,0.72,-0.72,0.96,-0.24,-0.72,0.96,0.24,-0.72,0.8,-0.72,-0.72,0.8,-0.24,-0.72,0.8,-0.56,-0.72,0.8,0.24,-0.72,0.8,0.72,-0.72,0.8,0.56,0.56,1.28,0.56,0.56,0.96,-0.56,0.56,1.28,-0.56,0.56,0.96,0.56,0.56,0.96,-0.24,0.56,0.96,0.24,0.56,0.8,-0.56,0.56,0.8,-0.24,0.56,0.8,0.24,0.56,0.8,0.56,0.72,1.44,-0.72,0.72,0.96,0.72,0.72,1.44,0.72,0.72,0.96,-0.72,0.72,0.96,0.24,0.72,0.96,-0.24,0.72,0.8,-0.24,0.72,0.8,-0.72,0.72,0.8,-0.56,0.72,0.8,0.72,0.72,0.8,0.24,0.72,0.8,0.56,-0.56,1.28,-0.56,-0.56,0.96,0.56,-0.56,1.28,0.56,-0.56,0.96,-0.56,-0.56,0.96,0.24,-0.56,0.96,-0.24,-0.56,0.8,-0.24,-0.56,0.8,-0.56,-0.56,0.8,0.56,-0.56,0.8,0.24,-0.72,1.44,-0.72,0.72,1.44,-0.72,-0.72,1.44,0.72,0.72,1.44,0.72],"colors":[0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1,0.9254902,0.9921569,1,1]}}} \ No newline at end of file diff --git a/crossyroad/models/space-char.json b/crossyroad/models/space-char.json new file mode 100644 index 00000000..9c2e3e29 --- /dev/null +++ b/crossyroad/models/space-char.json @@ -0,0 +1 @@ +{"models":{"spaceexploration_astronaughtchicken_carousel_optimised":{"faces":[553,551,552,552,551,550,549,547,548,548,547,546,545,539,544,544,539,537,543,540,542,542,540,541,541,540,539,536,539,540,539,536,537,538,537,536,524,534,535,535,534,530,526,534,524,532,530,534,533,531,532,530,532,531,523,530,531,522,530,523,529,527,528,528,527,525,527,526,525,524,525,526,525,524,519,522,519,524,523,518,522,519,522,518,521,519,520,520,519,518,506,516,517,517,516,512,508,516,506,514,512,516,515,513,514,512,514,513,505,512,513,504,512,505,511,509,510,510,509,507,509,508,507,506,507,508,507,506,501,504,501,506,505,500,504,501,504,500,503,501,502,502,501,500,499,497,498,498,497,496,495,493,494,494,493,492,491,489,490,490,489,488,487,485,486,486,485,484,483,481,482,482,481,480,477,476,479,471,479,476,479,471,478,470,478,471,477,474,476,476,474,475,475,474,469,472,469,474,473,468,472,469,472,468,471,469,470,470,469,468,465,464,467,457,467,464,467,457,466,456,466,457,465,463,464,464,463,461,463,462,461,460,461,462,461,460,455,458,455,460,459,454,458,455,458,454,457,455,456,456,455,454,453,451,452,452,451,450,449,447,448,448,447,446,445,444,442,444,443,442,441,440,438,440,439,438,437,436,434,436,435,434,433,432,430,432,431,430,429,428,426,428,427,426,425,424,422,424,423,422,421,419,420,418,420,419,419,417,418,415,418,417,417,414,415,416,415,414,413,411,412,410,412,411,411,409,410,407,410,409,409,406,407,408,407,406,403,405,404,404,402,403,400,403,402,402,399,400,401,400,399,398,397,395,397,396,395,394,392,393,390,393,392,392,389,390,391,390,389,385,388,387,387,384,385,386,385,384,383,382,380,382,381,380,379,378,376,378,377,376,375,374,372,374,373,372,371,370,368,370,369,368,367,352,366,365,366,352,361,365,353,352,353,365,364,358,363,357,363,358,353,362,361,362,360,361,358,361,360,360,359,358,356,358,359,358,356,357,355,357,356,356,354,355,351,355,354,354,353,351,353,352,351,350,348,349,346,349,348,348,345,346,347,346,345,344,342,343,341,343,342,340,342,332,342,340,341,339,341,340,330,340,332,340,338,339,337,339,338,337,338,333,335,337,333,334,336,335,335,333,334,331,334,333,333,330,331,332,331,330,329,328,326,328,327,326,325,324,322,324,323,322,321,320,318,320,319,318,317,316,314,316,315,314,313,312,310,312,311,310,309,308,306,308,307,306,305,304,302,304,303,302,301,299,300,298,300,299,299,297,298,295,298,297,297,294,295,296,295,294,293,291,292,290,292,291,291,289,290,287,290,289,289,286,287,288,287,286,283,285,284,284,282,283,280,283,282,282,279,280,281,280,279,278,277,275,277,276,275,274,272,273,270,273,272,272,269,270,271,270,269,265,268,267,267,264,265,266,265,264,263,262,260,262,261,260,259,258,256,258,257,256,255,254,252,254,253,252,251,250,248,250,249,248,247,241,246,245,246,241,233,245,240,241,240,245,244,234,243,235,243,234,242,239,237,241,238,240,240,232,233,239,240,238,238,237,239,238,236,237,231,237,236,236,235,231,234,231,235,234,233,231,233,232,231,230,228,229,226,229,228,228,225,226,227,226,225,215,224,213,224,223,213,224,222,223,217,223,222,222,219,217,221,218,220,219,220,218,218,217,219,217,218,212,210,217,212,214,216,215,215,213,214,211,214,213,213,210,211,212,211,210,209,208,206,208,207,206,205,204,202,204,203,202,201,200,198,200,199,198,197,196,194,196,195,194,193,192,190,192,191,190,189,188,186,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,165,168,165,164,168,167,162,166,162,159,166,165,163,164,162,164,163,163,161,162,159,162,161,161,158,159,160,159,158,157,156,154,156,155,154,153,152,150,152,151,150,149,148,146,148,147,146,145,144,142,144,143,142,141,140,138,140,139,138,137,136,134,136,135,134,131,130,133,132,133,130,130,123,132,122,132,123,131,129,130,128,130,129,129,124,128,127,128,124,127,124,118,126,120,125,124,125,120,120,118,124,123,121,122,119,122,121,121,118,119,120,119,118,117,116,114,116,115,114,113,112,110,112,111,110,109,107,108,106,108,107,107,105,106,103,106,105,105,102,103,104,103,102,101,100,98,100,99,98,97,96,94,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,78,81,80,80,77,78,79,78,77,73,76,75,75,72,73,74,73,72,71,70,68,70,69,68,67,66,64,66,65,64,63,62,60,62,61,60,58,59,52,55,58,52,57,55,56,53,56,55,55,52,53,54,53,52,51,49,50,48,50,49,49,47,48,45,48,47,47,44,45,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,28,30,29,30,28,28,27,29,28,26,27,24,27,26,26,25,24,23,24,25,21,24,23,23,20,21,22,21,20,19,17,18,15,18,17,17,14,15,16,15,14,13,11,12,9,12,11,11,8,9,10,9,8,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.15,0.85,-0.05,0.15,0.75,-0.05,0.15,0.85,-0.05,-0.15,0.75,-0.05,0.15,0.7,-0.05,-0.15,0.7,-0.05,0.15,0.5,-0.05,-0.15,0.5,-0.05,-0.25,0.4,-0.15,-0.15,0.35,-0.15,-0.15,0.4,-0.15,-0.25,0.25,-0.15,-0.15,0.3,-0.15,-0.15,0.25,-0.15,0.15,0.4,-0.15,0.25,0.25,-0.15,0.25,0.4,-0.15,0.15,0.35,-0.15,0.15,0.25,-0.15,0.15,0.3,-0.15,-0.15,0.45,-0.3,-0.1,0.4,-0.3,-0.1,0.45,-0.3,-0.15,0.3,-0.3,-0.1,0.3,-0.3,-0.15,0.25,-0.3,0.15,0.25,-0.3,0.1,0.3,-0.3,0.15,0.3,-0.3,0.1,0.4,-0.3,0.1,0.45,-0.3,0.15,0.45,-0.3,-0.05,0.55,-0.25,-0.05,0.7,-0.25,-0.1,0.7,-0.25,-0.1,0.55,-0.25,-0.1,0.05,0,-0.1,0.2,0,-0.15,0.2,0,-0.15,0.05,0,0.15,0.05,0,0.15,0.2,0,0.1,0.2,0,0.1,0.05,0,-0.15,0.55,-0.3,0.15,0.45,-0.3,0.15,0.55,-0.3,-0.15,0.45,-0.3,0.1,0.45,-0.3,-0.1,0.45,-0.3,0,0.45,-0.3,-0.05,0.45,-0.3,0,0.4,-0.3,0.1,0.3,-0.3,0.1,0.4,-0.3,-0.05,0.4,-0.3,-0.1,0.3,-0.3,-0.1,0.4,-0.3,-0.05,0.45,-0.3,0,0.45,-0.3,0.05,0.85,0,0.05,0.95,0,-0.05,0.95,0,-0.05,0.85,0,0.15,0.2,-0.2,0.15,0.25,-0.2,-0.15,0.25,-0.2,-0.15,0.2,-0.2,0.15,0.3,-0.1,0.15,0.35,-0.1,-0.15,0.35,-0.1,-0.15,0.3,-0.1,-0.2,0.5,-0.1,-0.05,0.45,-0.1,-0.05,0.5,-0.1,-0.2,0.45,-0.1,-0.15,0.45,-0.1,0.05,0.5,-0.1,0.2,0.45,-0.1,0.2,0.5,-0.1,0.05,0.45,-0.1,0.15,0.45,-0.1,-0.05,0,-0.05,-0.05,0.05,-0.05,-0.2,0.05,-0.05,-0.2,0,-0.05,0.2,0,-0.05,0.2,0.05,-0.05,0.05,0.05,-0.05,0.05,0,-0.05,0.1,0.4,-0.3,0.1,0.45,-0.3,0,0.45,-0.3,0,0.4,-0.3,-0.05,0.4,-0.3,-0.05,0.45,-0.3,-0.1,0.45,-0.3,-0.1,0.4,-0.3,-0.05,0.7,-0.25,-0.05,0.75,-0.25,-0.1,0.75,-0.25,-0.1,0.7,-0.25,0.15,0.45,0.25,-0.15,0.4,0.25,-0.15,0.45,0.25,0.15,0.4,0.25,-0.15,0.25,0.25,0.15,0.25,0.25,-0.15,0.2,0.25,0.15,0.2,0.25,-0.25,0.25,0.15,-0.25,0.4,0.15,-0.15,0.4,0.15,-0.15,0.25,0.15,0.15,0.25,0.15,0.15,0.4,0.15,0.25,0.4,0.15,0.25,0.25,0.15,-0.05,0.75,0.25,-0.15,0.7,0.25,-0.15,0.75,0.25,-0.05,0.65,0.25,-0.15,0.55,0.25,-0.05,0.55,0.25,0.15,0.75,0.25,0.15,0.85,0.25,-0.15,0.85,0.25,0.05,0.75,0.25,0.05,0.65,0.25,0.15,0.7,0.25,0.05,0.55,0.25,0.15,0.55,0.25,-0.15,0.5,0.25,0.15,0.5,0.25,-0.1,0.55,-0.2,-0.1,0.7,-0.2,-0.05,0.7,-0.2,-0.05,0.55,-0.2,-0.15,0.05,0.05,-0.15,0.2,0.05,-0.1,0.2,0.05,-0.1,0.05,0.05,0.1,0.05,0.05,0.1,0.2,0.05,0.15,0.2,0.05,0.15,0.05,0.05,-0.05,0.85,0.2,-0.05,0.95,0.2,0.05,0.95,0.2,0.05,0.85,0.2,-0.05,0.55,0.35,-0.05,0.65,0.35,0.05,0.65,0.35,0.05,0.55,0.35,-0.05,0.65,0.4,-0.05,0.75,0.4,0.05,0.75,0.4,0.05,0.65,0.4,-0.1,0.55,-0.2,-0.15,0.5,-0.2,-0.15,0.55,-0.2,-0.05,0.55,-0.2,-0.05,0.5,-0.2,0.15,0.55,-0.2,0.05,0.5,-0.2,0.15,0.5,-0.2,-0.15,0.45,-0.2,-0.05,0.45,-0.2,0.05,0.45,-0.2,0.15,0.45,-0.2,-0.15,0.3,-0.15,-0.15,0.35,-0.15,0.15,0.35,-0.15,0.15,0.3,-0.15,-0.2,0.45,0.3,-0.2,0.5,0.3,0.2,0.5,0.3,0.2,0.45,0.3,-0.1,0.7,-0.2,-0.1,0.75,-0.2,-0.05,0.75,-0.2,-0.05,0.7,-0.2,-0.15,0,0.1,-0.15,0.05,0.1,-0.1,0.05,0.1,-0.1,0,0.1,0.1,0,0.1,0.1,0.05,0.1,0.15,0.05,0.1,0.15,0,0.1,-0.2,0,0.2,-0.2,0.05,0.2,-0.15,0.05,0.2,-0.15,0,0.2,-0.1,0,0.2,-0.1,0.05,0.2,-0.05,0.05,0.2,-0.05,0,0.2,0.05,0,0.2,0.05,0.05,0.2,0.1,0.05,0.2,0.1,0,0.2,0.15,0,0.2,0.15,0.05,0.2,0.2,0.05,0.2,0.2,0,0.2,-0.25,0.25,-0.15,-0.25,0.4,-0.15,-0.25,0.4,0.15,-0.25,0.25,0.15,-0.15,0.7,0.1,-0.15,0.5,-0.05,-0.15,0.7,-0.05,-0.15,0.7,0.15,-0.15,0.5,0.25,-0.15,0.7,0.25,-0.15,0.55,0.25,-0.15,0.75,0.1,-0.15,0.75,-0.05,-0.15,0.85,0.2,-0.15,0.85,0,-0.15,0.85,-0.05,-0.15,0.85,0.25,-0.15,0.75,0.15,-0.15,0.75,0.25,-0.15,0.45,-0.2,-0.15,0.3,-0.3,-0.15,0.45,-0.3,-0.15,0.4,-0.2,-0.15,0.25,-0.3,-0.15,0.25,-0.2,-0.15,0.25,0.15,-0.15,0.4,0.15,-0.15,0.4,0.25,-0.15,0.25,0.25,-0.15,0.2,0,-0.15,0.2,-0.2,-0.15,0.25,-0.15,-0.15,0.25,-0.2,-0.15,0.35,-0.15,-0.15,0.4,-0.15,-0.15,0.4,-0.2,-0.15,0.3,-0.15,-0.15,0.2,0.05,-0.15,0.2,0.25,-0.15,0.45,0.25,-0.15,0.45,-0.1,-0.15,0.45,-0.2,-0.1,0.55,-0.25,-0.1,0.7,-0.25,-0.1,0.7,-0.2,-0.1,0.55,-0.2,-0.15,0.05,0,-0.15,0.2,0,-0.15,0.2,0.05,-0.15,0.05,0.05,0.1,0.05,0,0.1,0.2,0,0.1,0.2,0.05,0.1,0.05,0.05,-0.05,0.85,0,-0.05,0.95,0,-0.05,0.95,0.2,-0.05,0.85,0.2,-0.05,0.75,0.4,-0.05,0.65,0.25,-0.05,0.75,0.25,-0.05,0.65,0.4,-0.05,0.65,0.35,-0.15,0.55,-0.25,-0.15,0.45,-0.3,-0.15,0.55,-0.3,-0.15,0.55,-0.2,-0.15,0.45,-0.2,-0.15,0.5,-0.2,-0.05,0.55,0.25,-0.05,0.65,0.25,-0.05,0.65,0.35,-0.05,0.55,0.35,-0.2,0.5,-0.05,-0.2,0.45,-0.1,-0.2,0.5,-0.1,-0.2,0.5,0.25,-0.2,0.45,0.25,-0.2,0.5,0.3,-0.2,0.45,0.3,-0.2,0.05,0,-0.2,0,-0.05,-0.2,0.05,-0.05,-0.2,0.05,0.05,-0.2,0,0.1,-0.2,0.05,0.1,-0.2,0,0.2,-0.2,0.05,0.2,0.05,0.05,0,0.05,0,-0.05,0.05,0.05,-0.05,0.05,0.05,0.05,0.05,0,0.1,0.05,0.05,0.1,0.05,0,0.2,0.05,0.05,0.2,-0.05,0.45,-0.2,-0.05,0.5,-0.2,-0.05,0.5,-0.1,-0.05,0.45,-0.1,-0.1,0,0.1,-0.1,0.05,0.1,-0.1,0.05,0.2,-0.1,0,0.2,0.15,0,0.1,0.15,0.05,0.1,0.15,0.05,0.2,0.15,0,0.2,-0.1,0.7,-0.25,-0.1,0.75,-0.25,-0.1,0.75,-0.2,-0.1,0.7,-0.2,0.15,0.3,-0.15,0.15,0.35,-0.15,0.15,0.35,-0.1,0.15,0.3,-0.1,-0.15,0.7,0.1,-0.15,0.75,0.1,-0.15,0.75,0.15,-0.15,0.7,0.15,0.25,0.25,0.15,0.25,0.4,0.15,0.25,0.4,-0.15,0.25,0.25,-0.15,0.15,0.7,0.15,0.15,0.55,0.25,0.15,0.7,0.25,0.15,0.7,0.1,0.15,0.5,0.25,0.15,0.7,-0.05,0.15,0.5,-0.05,0.15,0.75,-0.05,0.15,0.75,0.1,0.15,0.85,-0.05,0.15,0.75,0.15,0.15,0.85,0,0.15,0.75,0.25,0.15,0.85,0.2,0.15,0.85,0.25,0.15,0.45,-0.3,0.15,0.4,-0.2,0.15,0.45,-0.2,0.15,0.3,-0.3,0.15,0.25,-0.2,0.15,0.25,-0.3,0.15,0.25,0.25,0.15,0.4,0.25,0.15,0.4,0.15,0.15,0.25,0.15,0.15,0.2,0.25,0.15,0.25,-0.15,0.15,0.2,0.05,0.15,0.25,-0.2,0.15,0.3,-0.15,0.15,0.35,-0.15,0.15,0.4,-0.2,0.15,0.4,-0.15,0.15,0.2,0,0.15,0.2,-0.2,0.15,0.45,-0.2,0.15,0.45,-0.1,0.15,0.45,0.25,-0.05,0.55,-0.2,-0.05,0.7,-0.2,-0.05,0.7,-0.25,-0.05,0.55,-0.25,-0.1,0.05,0.05,-0.1,0.2,0.05,-0.1,0.2,0,-0.1,0.05,0,0.15,0.05,0.05,0.15,0.2,0.05,0.15,0.2,0,0.15,0.05,0,0.05,0.85,0.2,0.05,0.95,0.2,0.05,0.95,0,0.05,0.85,0,0.05,0.75,0.25,0.05,0.65,0.4,0.05,0.75,0.4,0.05,0.65,0.25,0.05,0.65,0.35,0.15,0.55,-0.25,0.15,0.5,-0.2,0.15,0.55,-0.2,0.15,0.55,-0.3,0.15,0.45,-0.2,0.15,0.45,-0.3,0.05,0.55,0.35,0.05,0.65,0.35,0.05,0.65,0.25,0.05,0.55,0.25,0.2,0.5,0.25,0.2,0.45,0.3,0.2,0.5,0.3,0.2,0.5,-0.05,0.2,0.45,0.25,0.2,0.5,-0.1,0.2,0.45,-0.1,-0.05,0.05,0.1,-0.05,0,0.2,-0.05,0.05,0.2,-0.05,0.05,0.05,-0.05,0,0.1,-0.05,0.05,0,-0.05,0,-0.05,-0.05,0.05,-0.05,0.2,0.05,0.1,0.2,0,0.2,0.2,0.05,0.2,0.2,0.05,0.05,0.2,0,0.1,0.2,0.05,0,0.2,0,-0.05,0.2,0.05,-0.05,0.05,0.45,-0.1,0.05,0.5,-0.1,0.05,0.5,-0.2,0.05,0.45,-0.2,-0.15,0,0.2,-0.15,0.05,0.2,-0.15,0.05,0.1,-0.15,0,0.1,0.1,0,0.2,0.1,0.05,0.2,0.1,0.05,0.1,0.1,0,0.1,-0.05,0.7,-0.2,-0.05,0.75,-0.2,-0.05,0.75,-0.25,-0.05,0.7,-0.25,-0.15,0.3,-0.1,-0.15,0.35,-0.1,-0.15,0.35,-0.15,-0.15,0.3,-0.15,0.15,0.7,0.15,0.15,0.75,0.15,0.15,0.75,0.1,0.15,0.7,0.1,-0.25,0.4,-0.15,-0.15,0.4,-0.15,-0.25,0.4,0.15,-0.15,0.4,0.15,0.15,0.4,-0.15,0.25,0.4,-0.15,0.15,0.4,0.15,0.25,0.4,0.15,-0.2,0.5,-0.05,-0.15,0.5,-0.05,-0.2,0.5,0.25,-0.15,0.5,0.25,-0.05,0.5,-0.1,-0.2,0.5,-0.1,0.05,0.5,-0.1,0.15,0.5,-0.05,0.2,0.5,-0.1,0.2,0.5,-0.05,0.15,0.5,0.25,0.2,0.5,0.25,-0.2,0.5,0.3,0.2,0.5,0.3,-0.15,0.85,0,-0.05,0.85,0,-0.15,0.85,0.2,-0.05,0.85,0.2,0.15,0.85,-0.05,-0.15,0.85,-0.05,0.15,0.85,0,0.05,0.85,0,0.05,0.85,0.2,0.15,0.85,0.2,-0.15,0.85,0.25,0.15,0.85,0.25,-0.05,0.95,0,0.05,0.95,0,-0.05,0.95,0.2,0.05,0.95,0.2,-0.05,0.75,0.25,0.05,0.75,0.25,-0.05,0.75,0.4,0.05,0.75,0.4,-0.15,0.45,-0.2,-0.05,0.45,-0.2,-0.15,0.45,-0.1,-0.05,0.45,-0.1,-0.05,0.5,-0.2,0.05,0.5,-0.2,-0.05,0.5,-0.1,0.05,0.5,-0.1,0.05,0.45,-0.2,0.15,0.45,-0.2,0.05,0.45,-0.1,0.15,0.45,-0.1,-0.2,0.05,0.1,-0.15,0.05,0.1,-0.2,0.05,0.2,-0.15,0.05,0.2,-0.15,0.05,0.05,-0.2,0.05,0.05,-0.1,0.05,0.05,-0.1,0.05,0.1,-0.05,0.05,0.05,-0.05,0.05,0.1,-0.1,0.05,0.2,-0.05,0.05,0.2,-0.15,0.05,0,-0.2,0.05,0,-0.05,0.05,-0.05,-0.2,0.05,-0.05,-0.05,0.05,0,-0.1,0.05,0,0.05,0.05,0.1,0.1,0.05,0.1,0.05,0.05,0.2,0.1,0.05,0.2,0.1,0.05,0.05,0.05,0.05,0.05,0.15,0.05,0.05,0.15,0.05,0.1,0.2,0.05,0.05,0.2,0.05,0.1,0.15,0.05,0.2,0.2,0.05,0.2,0.1,0.05,0,0.05,0.05,0,0.2,0.05,-0.05,0.05,0.05,-0.05,0.2,0.05,0,0.15,0.05,0,0.15,0.55,-0.3,-0.15,0.55,-0.25,-0.15,0.55,-0.3,-0.1,0.55,-0.25,0.15,0.55,-0.25,-0.05,0.55,-0.25,-0.05,0.55,-0.2,0.15,0.55,-0.2,-0.15,0.55,-0.2,-0.1,0.55,-0.2,-0.15,0.3,-0.15,0.15,0.3,-0.15,-0.15,0.3,-0.1,0.15,0.3,-0.1,-0.1,0.75,-0.25,-0.05,0.75,-0.25,-0.1,0.75,-0.2,-0.05,0.75,-0.2],"colors":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.3568628,0.6392157,0.8745098,1,0.3568628,0.6392157,0.8745098,1,0.3568628,0.6392157,0.8745098,1,0.3568628,0.6392157,0.8745098,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1]},"spaceexploration_astronaughtchicken_glass_optimised":{"faces":[69,68,71,63,71,68,71,63,70,62,70,63,69,66,68,68,66,67,67,66,61,64,61,66,65,60,64,61,64,60,63,61,62,62,61,60,59,57,58,58,57,56,55,54,52,54,53,52,51,49,50,47,50,49,49,46,47,48,47,46,45,43,44,41,44,43,43,40,41,42,41,40,39,38,36,38,37,36,35,33,34,31,34,33,33,30,31,32,31,30,29,27,28,25,28,27,27,24,25,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[0.25,0.5,-0.15,0.25,0.95,-0.15,-0.25,0.95,-0.15,-0.25,0.5,-0.15,0.2,0.55,0.3,0.2,0.9,0.3,-0.2,0.9,0.3,-0.2,0.55,0.3,0.15,0.5,0.25,0.15,0.55,0.25,-0.15,0.55,0.25,-0.15,0.5,0.25,-0.25,0.5,0.35,-0.25,0.95,0.35,0.25,0.95,0.35,0.25,0.5,0.35,-0.2,0.55,-0.1,-0.2,0.9,-0.1,0.2,0.9,-0.1,0.2,0.55,-0.1,-0.15,0.5,-0.05,-0.15,0.55,-0.05,0.15,0.55,-0.05,0.15,0.5,-0.05,-0.25,0.95,0.35,-0.25,0.5,-0.15,-0.25,0.95,-0.15,-0.25,0.5,0.35,-0.25,0.5,-0.05,-0.25,0.5,0.25,0.2,0.9,0.3,0.2,0.55,-0.1,0.2,0.9,-0.1,0.2,0.55,0.3,0.2,0.55,-0.05,0.2,0.55,0.25,0.15,0.5,-0.05,0.15,0.55,-0.05,0.15,0.55,0.25,0.15,0.5,0.25,0.25,0.95,-0.15,0.25,0.5,0.35,0.25,0.95,0.35,0.25,0.5,-0.15,0.25,0.5,0.25,0.25,0.5,-0.05,-0.2,0.9,-0.1,-0.2,0.55,0.3,-0.2,0.9,0.3,-0.2,0.55,-0.1,-0.2,0.55,0.25,-0.2,0.55,-0.05,-0.15,0.5,0.25,-0.15,0.55,0.25,-0.15,0.55,-0.05,-0.15,0.5,-0.05,-0.25,0.95,-0.15,0.25,0.95,-0.15,-0.25,0.95,0.35,0.25,0.95,0.35,-0.2,0.55,-0.05,-0.15,0.55,-0.05,-0.2,0.55,0.25,-0.15,0.55,0.25,0.2,0.55,-0.1,-0.2,0.55,-0.1,0.2,0.55,-0.05,0.15,0.55,-0.05,0.15,0.55,0.25,0.2,0.55,0.25,-0.2,0.55,0.3,0.2,0.55,0.3],"colors":[0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5,0.6588235,0.8941177,0.9882353,0.5]},"spaceexploration_astronaughtchicken_optimised":{"faces":[553,551,552,552,551,550,549,547,548,548,547,546,545,539,544,544,539,537,543,540,542,542,540,541,541,540,539,536,539,540,539,536,537,538,537,536,524,534,535,535,534,530,526,534,524,532,530,534,533,531,532,530,532,531,523,530,531,522,530,523,529,527,528,528,527,525,527,526,525,524,525,526,525,524,519,522,519,524,523,518,522,519,522,518,521,519,520,520,519,518,506,516,517,517,516,512,508,516,506,514,512,516,515,513,514,512,514,513,505,512,513,504,512,505,511,509,510,510,509,507,509,508,507,506,507,508,507,506,501,504,501,506,505,500,504,501,504,500,503,501,502,502,501,500,499,497,498,498,497,496,495,493,494,494,493,492,491,489,490,490,489,488,487,485,486,486,485,484,483,481,482,482,481,480,477,476,479,471,479,476,479,471,478,470,478,471,477,474,476,476,474,475,475,474,469,472,469,474,473,468,472,469,472,468,471,469,470,470,469,468,465,464,467,457,467,464,467,457,466,456,466,457,465,463,464,464,463,461,463,462,461,460,461,462,461,460,455,458,455,460,459,454,458,455,458,454,457,455,456,456,455,454,453,451,452,452,451,450,449,447,448,448,447,446,445,444,442,444,443,442,441,440,438,440,439,438,437,436,434,436,435,434,433,432,430,432,431,430,429,428,426,428,427,426,425,424,422,424,423,422,421,420,418,420,419,418,417,415,416,414,416,415,415,413,414,411,414,413,413,410,411,412,411,410,409,407,408,406,408,407,407,405,406,403,406,405,405,402,403,404,403,402,399,401,400,400,398,399,396,399,398,398,395,396,397,396,395,394,393,391,393,392,391,387,390,389,389,386,387,388,387,386,385,383,384,381,384,383,383,380,381,382,381,380,379,378,376,378,377,376,375,374,372,374,373,372,371,370,368,370,369,368,367,352,366,365,366,352,361,365,353,352,353,365,364,358,363,357,363,358,353,362,361,362,360,361,358,361,360,360,359,358,356,358,359,358,356,357,355,357,356,356,354,355,351,355,354,354,353,351,353,352,351,350,348,349,346,349,348,348,345,346,347,346,345,344,342,343,341,343,342,340,342,332,342,340,341,339,341,340,330,340,332,340,338,339,337,339,338,337,338,333,335,337,333,334,336,335,335,333,334,331,334,333,333,330,331,332,331,330,329,328,326,328,327,326,325,324,322,324,323,322,321,320,318,320,319,318,317,316,314,316,315,314,313,312,310,312,311,310,309,308,306,308,307,306,305,304,302,304,303,302,301,300,298,300,299,298,297,295,296,294,296,295,295,293,294,291,294,293,293,290,291,292,291,290,289,287,288,286,288,287,287,285,286,283,286,285,285,282,283,284,283,282,279,281,280,280,278,279,276,279,278,278,275,276,277,276,275,274,273,271,273,272,271,267,270,269,269,266,267,268,267,266,265,263,264,261,264,263,263,260,261,262,261,260,259,258,256,258,257,256,255,254,252,254,253,252,251,250,248,250,249,248,247,241,246,245,246,241,233,245,240,241,240,245,244,234,243,235,243,234,242,239,237,241,238,240,240,232,233,239,240,238,238,237,239,238,236,237,231,237,236,236,235,231,234,231,235,234,233,231,233,232,231,230,228,229,226,229,228,228,225,226,227,226,225,215,224,213,224,223,213,224,222,223,217,223,222,222,219,217,221,218,220,219,220,218,218,217,219,217,218,212,210,217,212,214,216,215,215,213,214,211,214,213,213,210,211,212,211,210,209,208,206,208,207,206,205,204,202,204,203,202,201,200,198,200,199,198,197,196,194,196,195,194,193,192,190,192,191,190,189,188,186,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,168,166,168,167,166,165,161,164,161,160,164,163,158,162,158,155,162,161,159,160,158,160,159,159,157,158,155,158,157,157,154,155,156,155,154,153,152,150,152,151,150,149,148,146,148,147,146,145,144,142,144,143,142,141,140,138,140,139,138,137,136,134,136,135,134,131,130,133,132,133,130,130,123,132,122,132,123,131,129,130,128,130,129,129,124,128,127,128,124,127,124,118,126,120,125,124,125,120,120,118,124,123,121,122,119,122,121,121,118,119,120,119,118,117,116,114,116,115,114,113,112,110,112,111,110,109,107,108,106,108,107,107,105,106,103,106,105,105,102,103,104,103,102,101,100,98,100,99,98,97,96,94,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,74,77,76,76,73,74,75,74,73,69,72,71,71,68,69,70,69,68,67,66,64,66,65,64,63,62,60,62,61,60,58,59,52,55,58,52,57,55,56,53,56,55,55,52,53,54,53,52,51,49,50,48,50,49,49,47,48,45,48,47,47,44,45,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,28,30,29,30,28,28,27,29,28,26,27,24,27,26,26,25,24,23,24,25,21,24,23,23,20,21,22,21,20,19,17,18,15,18,17,17,14,15,16,15,14,13,11,12,9,12,11,11,8,9,10,9,8,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.15,0.85,-0.05,0.15,0.75,-0.05,0.15,0.85,-0.05,-0.15,0.75,-0.05,0.15,0.7,-0.05,-0.15,0.7,-0.05,0.15,0.5,-0.05,-0.15,0.5,-0.05,-0.25,0.4,-0.15,-0.15,0.35,-0.15,-0.15,0.4,-0.15,-0.25,0.25,-0.15,-0.15,0.3,-0.15,-0.15,0.25,-0.15,0.15,0.4,-0.15,0.25,0.25,-0.15,0.25,0.4,-0.15,0.15,0.35,-0.15,0.15,0.25,-0.15,0.15,0.3,-0.15,-0.15,0.45,-0.3,-0.1,0.4,-0.3,-0.1,0.45,-0.3,-0.15,0.3,-0.3,-0.1,0.3,-0.3,-0.15,0.25,-0.3,0.15,0.25,-0.3,0.1,0.3,-0.3,0.15,0.3,-0.3,0.1,0.4,-0.3,0.1,0.45,-0.3,0.15,0.45,-0.3,-0.05,0.55,-0.25,-0.05,0.7,-0.25,-0.1,0.7,-0.25,-0.1,0.55,-0.25,-0.1,0.05,0,-0.1,0.2,0,-0.15,0.2,0,-0.15,0.05,0,0.15,0.05,0,0.15,0.2,0,0.1,0.2,0,0.1,0.05,0,-0.15,0.55,-0.3,0.15,0.45,-0.3,0.15,0.55,-0.3,-0.15,0.45,-0.3,0.1,0.45,-0.3,-0.1,0.45,-0.3,0,0.45,-0.3,-0.05,0.45,-0.3,0,0.4,-0.3,0.1,0.3,-0.3,0.1,0.4,-0.3,-0.05,0.4,-0.3,-0.1,0.3,-0.3,-0.1,0.4,-0.3,-0.05,0.45,-0.3,0,0.45,-0.3,0.15,0.2,-0.2,0.15,0.25,-0.2,-0.15,0.25,-0.2,-0.15,0.2,-0.2,0.15,0.3,-0.1,0.15,0.35,-0.1,-0.15,0.35,-0.1,-0.15,0.3,-0.1,-0.2,0.5,-0.1,-0.05,0.45,-0.1,-0.05,0.5,-0.1,-0.2,0.45,-0.1,-0.15,0.45,-0.1,0.05,0.5,-0.1,0.2,0.45,-0.1,0.2,0.5,-0.1,0.05,0.45,-0.1,0.15,0.45,-0.1,-0.05,0,-0.05,-0.05,0.05,-0.05,-0.2,0.05,-0.05,-0.2,0,-0.05,0.2,0,-0.05,0.2,0.05,-0.05,0.05,0.05,-0.05,0.05,0,-0.05,0.1,0.4,-0.3,0.1,0.45,-0.3,0,0.45,-0.3,0,0.4,-0.3,0.05,0.85,0,0.05,0.9,0,-0.05,0.9,0,-0.05,0.85,0,-0.05,0.4,-0.3,-0.05,0.45,-0.3,-0.1,0.45,-0.3,-0.1,0.4,-0.3,-0.05,0.7,-0.25,-0.05,0.75,-0.25,-0.1,0.75,-0.25,-0.1,0.7,-0.25,0.15,0.45,0.25,-0.15,0.4,0.25,-0.15,0.45,0.25,0.15,0.4,0.25,-0.15,0.25,0.25,0.15,0.25,0.25,-0.15,0.2,0.25,0.15,0.2,0.25,-0.25,0.25,0.15,-0.25,0.4,0.15,-0.15,0.4,0.15,-0.15,0.25,0.15,0.15,0.25,0.15,0.15,0.4,0.15,0.25,0.4,0.15,0.25,0.25,0.15,-0.05,0.75,0.25,-0.15,0.7,0.25,-0.15,0.75,0.25,-0.05,0.65,0.25,-0.15,0.55,0.25,-0.05,0.55,0.25,0.15,0.75,0.25,0.15,0.85,0.25,-0.15,0.85,0.25,0.05,0.75,0.25,0.05,0.65,0.25,0.15,0.7,0.25,0.05,0.55,0.25,0.15,0.55,0.25,-0.15,0.5,0.25,0.15,0.5,0.25,-0.1,0.55,-0.2,-0.1,0.7,-0.2,-0.05,0.7,-0.2,-0.05,0.55,-0.2,-0.15,0.05,0.05,-0.15,0.2,0.05,-0.1,0.2,0.05,-0.1,0.05,0.05,0.1,0.05,0.05,0.1,0.2,0.05,0.15,0.2,0.05,0.15,0.05,0.05,-0.05,0.55,0.3,-0.05,0.65,0.3,0.05,0.65,0.3,0.05,0.55,0.3,-0.05,0.65,0.35,-0.05,0.75,0.35,0.05,0.75,0.35,0.05,0.65,0.35,-0.1,0.55,-0.2,-0.15,0.5,-0.2,-0.15,0.55,-0.2,-0.05,0.55,-0.2,-0.05,0.5,-0.2,0.15,0.55,-0.2,0.05,0.5,-0.2,0.15,0.5,-0.2,-0.15,0.45,-0.2,-0.05,0.45,-0.2,0.05,0.45,-0.2,0.15,0.45,-0.2,-0.15,0.3,-0.15,-0.15,0.35,-0.15,0.15,0.35,-0.15,0.15,0.3,-0.15,-0.2,0.45,0.3,-0.2,0.5,0.3,0.2,0.5,0.3,0.2,0.45,0.3,-0.05,0.85,0.2,-0.05,0.9,0.2,0.05,0.9,0.2,0.05,0.85,0.2,-0.1,0.7,-0.2,-0.1,0.75,-0.2,-0.05,0.75,-0.2,-0.05,0.7,-0.2,-0.15,0,0.1,-0.15,0.05,0.1,-0.1,0.05,0.1,-0.1,0,0.1,0.1,0,0.1,0.1,0.05,0.1,0.15,0.05,0.1,0.15,0,0.1,-0.2,0,0.2,-0.2,0.05,0.2,-0.15,0.05,0.2,-0.15,0,0.2,-0.1,0,0.2,-0.1,0.05,0.2,-0.05,0.05,0.2,-0.05,0,0.2,0.05,0,0.2,0.05,0.05,0.2,0.1,0.05,0.2,0.1,0,0.2,0.15,0,0.2,0.15,0.05,0.2,0.2,0.05,0.2,0.2,0,0.2,-0.25,0.25,-0.15,-0.25,0.4,-0.15,-0.25,0.4,0.15,-0.25,0.25,0.15,-0.15,0.7,0.1,-0.15,0.5,-0.05,-0.15,0.7,-0.05,-0.15,0.7,0.15,-0.15,0.5,0.25,-0.15,0.7,0.25,-0.15,0.55,0.25,-0.15,0.75,0.1,-0.15,0.75,-0.05,-0.15,0.85,0.2,-0.15,0.85,0,-0.15,0.85,-0.05,-0.15,0.85,0.25,-0.15,0.75,0.15,-0.15,0.75,0.25,-0.15,0.45,-0.2,-0.15,0.3,-0.3,-0.15,0.45,-0.3,-0.15,0.4,-0.2,-0.15,0.25,-0.3,-0.15,0.25,-0.2,-0.15,0.25,0.15,-0.15,0.4,0.15,-0.15,0.4,0.25,-0.15,0.25,0.25,-0.15,0.2,0,-0.15,0.2,-0.2,-0.15,0.25,-0.15,-0.15,0.25,-0.2,-0.15,0.35,-0.15,-0.15,0.4,-0.15,-0.15,0.4,-0.2,-0.15,0.3,-0.15,-0.15,0.2,0.05,-0.15,0.2,0.25,-0.15,0.45,0.25,-0.15,0.45,-0.1,-0.15,0.45,-0.2,-0.1,0.55,-0.25,-0.1,0.7,-0.25,-0.1,0.7,-0.2,-0.1,0.55,-0.2,-0.15,0.05,0,-0.15,0.2,0,-0.15,0.2,0.05,-0.15,0.05,0.05,0.1,0.05,0,0.1,0.2,0,0.1,0.2,0.05,0.1,0.05,0.05,-0.15,0.55,-0.25,-0.15,0.45,-0.3,-0.15,0.55,-0.3,-0.15,0.55,-0.2,-0.15,0.45,-0.2,-0.15,0.5,-0.2,-0.05,0.75,0.35,-0.05,0.65,0.25,-0.05,0.75,0.25,-0.05,0.65,0.35,-0.05,0.65,0.3,-0.05,0.55,0.25,-0.05,0.65,0.25,-0.05,0.65,0.3,-0.05,0.55,0.3,-0.2,0.5,-0.05,-0.2,0.45,-0.1,-0.2,0.5,-0.1,-0.2,0.5,0.25,-0.2,0.45,0.25,-0.2,0.5,0.3,-0.2,0.45,0.3,-0.2,0.05,0,-0.2,0,-0.05,-0.2,0.05,-0.05,-0.2,0.05,0.05,-0.2,0,0.1,-0.2,0.05,0.1,-0.2,0,0.2,-0.2,0.05,0.2,0.05,0.05,0,0.05,0,-0.05,0.05,0.05,-0.05,0.05,0.05,0.05,0.05,0,0.1,0.05,0.05,0.1,0.05,0,0.2,0.05,0.05,0.2,-0.05,0.85,0,-0.05,0.9,0,-0.05,0.9,0.2,-0.05,0.85,0.2,-0.05,0.45,-0.2,-0.05,0.5,-0.2,-0.05,0.5,-0.1,-0.05,0.45,-0.1,-0.1,0,0.1,-0.1,0.05,0.1,-0.1,0.05,0.2,-0.1,0,0.2,0.15,0,0.1,0.15,0.05,0.1,0.15,0.05,0.2,0.15,0,0.2,-0.1,0.7,-0.25,-0.1,0.75,-0.25,-0.1,0.75,-0.2,-0.1,0.7,-0.2,0.15,0.3,-0.15,0.15,0.35,-0.15,0.15,0.35,-0.1,0.15,0.3,-0.1,-0.15,0.7,0.1,-0.15,0.75,0.1,-0.15,0.75,0.15,-0.15,0.7,0.15,0.25,0.25,0.15,0.25,0.4,0.15,0.25,0.4,-0.15,0.25,0.25,-0.15,0.15,0.7,0.15,0.15,0.55,0.25,0.15,0.7,0.25,0.15,0.7,0.1,0.15,0.5,0.25,0.15,0.7,-0.05,0.15,0.5,-0.05,0.15,0.75,-0.05,0.15,0.75,0.1,0.15,0.85,-0.05,0.15,0.75,0.15,0.15,0.85,0,0.15,0.75,0.25,0.15,0.85,0.2,0.15,0.85,0.25,0.15,0.45,-0.3,0.15,0.4,-0.2,0.15,0.45,-0.2,0.15,0.3,-0.3,0.15,0.25,-0.2,0.15,0.25,-0.3,0.15,0.25,0.25,0.15,0.4,0.25,0.15,0.4,0.15,0.15,0.25,0.15,0.15,0.2,0.25,0.15,0.25,-0.15,0.15,0.2,0.05,0.15,0.25,-0.2,0.15,0.3,-0.15,0.15,0.35,-0.15,0.15,0.4,-0.2,0.15,0.4,-0.15,0.15,0.2,0,0.15,0.2,-0.2,0.15,0.45,-0.2,0.15,0.45,-0.1,0.15,0.45,0.25,-0.05,0.55,-0.2,-0.05,0.7,-0.2,-0.05,0.7,-0.25,-0.05,0.55,-0.25,-0.1,0.05,0.05,-0.1,0.2,0.05,-0.1,0.2,0,-0.1,0.05,0,0.15,0.05,0.05,0.15,0.2,0.05,0.15,0.2,0,0.15,0.05,0,0.15,0.55,-0.25,0.15,0.5,-0.2,0.15,0.55,-0.2,0.15,0.55,-0.3,0.15,0.45,-0.2,0.15,0.45,-0.3,0.05,0.75,0.25,0.05,0.65,0.35,0.05,0.75,0.35,0.05,0.65,0.25,0.05,0.65,0.3,0.05,0.55,0.3,0.05,0.65,0.3,0.05,0.65,0.25,0.05,0.55,0.25,0.2,0.5,0.25,0.2,0.45,0.3,0.2,0.5,0.3,0.2,0.5,-0.05,0.2,0.45,0.25,0.2,0.5,-0.1,0.2,0.45,-0.1,-0.05,0.05,0.1,-0.05,0,0.2,-0.05,0.05,0.2,-0.05,0.05,0.05,-0.05,0,0.1,-0.05,0.05,0,-0.05,0,-0.05,-0.05,0.05,-0.05,0.2,0.05,0.1,0.2,0,0.2,0.2,0.05,0.2,0.2,0.05,0.05,0.2,0,0.1,0.2,0.05,0,0.2,0,-0.05,0.2,0.05,-0.05,0.05,0.85,0.2,0.05,0.9,0.2,0.05,0.9,0,0.05,0.85,0,0.05,0.45,-0.1,0.05,0.5,-0.1,0.05,0.5,-0.2,0.05,0.45,-0.2,-0.15,0,0.2,-0.15,0.05,0.2,-0.15,0.05,0.1,-0.15,0,0.1,0.1,0,0.2,0.1,0.05,0.2,0.1,0.05,0.1,0.1,0,0.1,-0.05,0.7,-0.2,-0.05,0.75,-0.2,-0.05,0.75,-0.25,-0.05,0.7,-0.25,-0.15,0.3,-0.1,-0.15,0.35,-0.1,-0.15,0.35,-0.15,-0.15,0.3,-0.15,0.15,0.7,0.15,0.15,0.75,0.15,0.15,0.75,0.1,0.15,0.7,0.1,-0.25,0.4,-0.15,-0.15,0.4,-0.15,-0.25,0.4,0.15,-0.15,0.4,0.15,0.15,0.4,-0.15,0.25,0.4,-0.15,0.15,0.4,0.15,0.25,0.4,0.15,-0.2,0.5,-0.05,-0.15,0.5,-0.05,-0.2,0.5,0.25,-0.15,0.5,0.25,-0.05,0.5,-0.1,-0.2,0.5,-0.1,0.05,0.5,-0.1,0.15,0.5,-0.05,0.2,0.5,-0.1,0.2,0.5,-0.05,0.15,0.5,0.25,0.2,0.5,0.25,-0.2,0.5,0.3,0.2,0.5,0.3,-0.15,0.85,0,-0.05,0.85,0,-0.15,0.85,0.2,-0.05,0.85,0.2,0.15,0.85,-0.05,-0.15,0.85,-0.05,0.15,0.85,0,0.05,0.85,0,0.05,0.85,0.2,0.15,0.85,0.2,-0.15,0.85,0.25,0.15,0.85,0.25,-0.05,0.9,0,0.05,0.9,0,-0.05,0.9,0.2,0.05,0.9,0.2,-0.15,0.45,-0.2,-0.05,0.45,-0.2,-0.15,0.45,-0.1,-0.05,0.45,-0.1,-0.05,0.5,-0.2,0.05,0.5,-0.2,-0.05,0.5,-0.1,0.05,0.5,-0.1,0.05,0.45,-0.2,0.15,0.45,-0.2,0.05,0.45,-0.1,0.15,0.45,-0.1,-0.05,0.75,0.25,0.05,0.75,0.25,-0.05,0.75,0.35,0.05,0.75,0.35,-0.2,0.05,0.1,-0.15,0.05,0.1,-0.2,0.05,0.2,-0.15,0.05,0.2,-0.15,0.05,0.05,-0.2,0.05,0.05,-0.1,0.05,0.05,-0.1,0.05,0.1,-0.05,0.05,0.05,-0.05,0.05,0.1,-0.1,0.05,0.2,-0.05,0.05,0.2,-0.15,0.05,0,-0.2,0.05,0,-0.05,0.05,-0.05,-0.2,0.05,-0.05,-0.05,0.05,0,-0.1,0.05,0,0.05,0.05,0.1,0.1,0.05,0.1,0.05,0.05,0.2,0.1,0.05,0.2,0.1,0.05,0.05,0.05,0.05,0.05,0.15,0.05,0.05,0.15,0.05,0.1,0.2,0.05,0.05,0.2,0.05,0.1,0.15,0.05,0.2,0.2,0.05,0.2,0.1,0.05,0,0.05,0.05,0,0.2,0.05,-0.05,0.05,0.05,-0.05,0.2,0.05,0,0.15,0.05,0,0.15,0.55,-0.3,-0.15,0.55,-0.25,-0.15,0.55,-0.3,-0.1,0.55,-0.25,0.15,0.55,-0.25,-0.05,0.55,-0.25,-0.05,0.55,-0.2,0.15,0.55,-0.2,-0.15,0.55,-0.2,-0.1,0.55,-0.2,-0.15,0.3,-0.15,0.15,0.3,-0.15,-0.15,0.3,-0.1,0.15,0.3,-0.1,-0.1,0.75,-0.25,-0.05,0.75,-0.25,-0.1,0.75,-0.2,-0.05,0.75,-0.2],"colors":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.3568628,0.6392157,0.8745098,1,0.3568628,0.6392157,0.8745098,1,0.3568628,0.6392157,0.8745098,1,0.3568628,0.6392157,0.8745098,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,0.5568628,0.5568628,0.5568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1]},"spaceexploration_astronaut_optimised":{"faces":[851,849,850,850,849,848,843,846,847,846,843,844,845,844,843,838,841,842,841,838,839,840,839,838,837,835,836,836,835,834,833,831,832,832,831,830,829,827,828,828,827,826,825,823,824,824,823,822,821,819,820,820,819,818,817,814,813,812,815,816,814,815,812,812,813,814,813,812,811,809,811,812,811,809,810,808,810,809,809,807,808,808,807,806,805,803,804,804,803,802,801,799,800,800,799,798,797,795,796,796,795,794,793,791,792,792,791,790,789,787,788,788,787,786,782,781,785,776,785,781,785,776,784,775,784,776,779,782,783,782,779,781,780,781,779,780,779,772,777,772,779,778,774,777,772,777,774,772,775,776,775,772,773,774,773,772,771,770,767,769,767,770,767,769,768,766,767,768,767,766,765,764,765,766,765,764,763,760,763,764,763,760,761,762,761,760,755,758,759,758,755,757,753,757,755,754,755,756,755,754,753,752,753,754,753,752,751,748,751,752,751,748,749,750,749,748,747,746,744,746,745,744,743,742,740,742,741,740,739,738,736,738,737,736,735,734,732,734,733,732,731,729,730,727,730,729,729,726,727,728,727,726,725,724,722,724,723,722,721,720,718,720,719,718,717,716,714,716,715,714,710,713,712,712,709,710,711,710,709,708,707,705,707,706,705,701,704,703,703,700,701,702,701,700,699,698,696,698,697,696,695,694,692,694,693,692,691,690,688,690,689,688,686,687,681,684,686,681,682,685,684,684,681,682,683,682,681,679,680,674,677,679,674,675,678,677,677,674,675,676,675,674,670,673,672,672,669,670,671,670,669,666,668,667,667,665,666,663,666,665,665,662,663,664,663,662,661,660,658,660,659,658,657,655,656,654,656,655,655,651,654,649,654,651,650,653,652,652,649,650,651,650,649,646,648,647,647,645,646,643,646,645,645,642,643,644,643,642,641,639,640,639,636,640,636,639,638,638,635,636,637,636,635,634,633,631,633,632,631,627,630,629,629,626,627,628,627,626,625,624,622,624,623,622,621,620,618,620,619,618,617,616,614,616,615,614,613,611,612,598,612,611,611,600,598,610,603,609,608,609,603,603,605,608,607,605,606,604,606,605,605,603,604,602,604,603,603,601,602,599,602,601,601,598,599,600,599,598,597,595,596,593,596,595,595,592,593,594,593,592,589,591,590,590,584,589,585,589,584,588,586,587,583,587,586,586,585,583,584,583,585,584,582,583,581,583,582,582,580,581,578,581,580,580,577,578,579,578,577,576,574,575,573,575,574,574,572,573,571,573,572,572,570,571,569,571,570,570,568,569,566,569,568,568,565,566,567,566,565,564,563,561,563,562,561,560,559,557,559,558,557,556,555,553,555,554,553,552,551,549,551,550,549,548,547,545,547,546,545,544,542,543,540,543,542,542,539,540,541,540,539,538,537,535,537,536,535,534,533,531,533,532,531,527,530,529,529,526,527,528,527,526,525,524,522,524,523,522,518,521,520,520,517,518,519,518,517,516,515,513,515,514,513,512,511,509,511,510,509,508,507,505,507,506,505,503,504,500,498,503,500,499,502,501,501,498,499,500,499,498,496,497,493,491,496,493,492,495,494,494,491,492,493,492,491,488,490,489,489,487,488,485,488,487,487,484,485,486,485,484,480,483,482,482,479,480,481,480,479,478,477,475,477,476,475,474,471,466,473,468,472,471,472,468,468,466,471,467,470,469,469,466,467,468,467,466,463,465,464,464,462,463,460,463,462,462,459,460,461,460,459,458,455,457,455,456,457,453,456,455,455,452,453,454,453,452,451,450,448,450,449,448,447,446,444,446,445,444,440,443,442,442,439,440,441,440,439,438,437,435,437,436,435,434,433,431,433,432,431,430,420,429,428,429,420,420,422,428,427,417,426,425,426,417,417,415,425,424,422,423,421,423,422,422,420,421,419,421,420,420,418,419,416,419,418,418,415,416,417,416,415,414,412,413,410,413,412,412,409,410,411,410,409,406,408,407,407,405,406,404,406,405,405,403,404,402,404,403,403,401,402,400,402,401,401,399,400,398,400,399,399,397,398,395,398,397,397,394,395,396,395,394,393,391,392,390,392,391,391,389,390,388,390,389,389,387,388,386,388,387,387,385,386,383,386,385,385,382,383,384,383,382,381,380,378,380,379,378,377,376,374,376,375,374,373,372,370,372,371,370,369,368,366,368,367,366,365,363,364,361,364,363,363,360,361,362,361,360,359,358,356,358,357,356,355,354,352,354,353,352,351,350,348,350,349,348,347,345,346,343,346,345,345,342,343,344,343,342,341,340,338,340,339,338,336,337,326,328,336,326,335,322,334,332,334,322,333,332,320,333,331,332,322,320,332,329,332,331,331,330,329,330,328,329,327,329,328,328,326,327,325,327,326,326,324,325,321,325,324,321,324,323,323,320,321,322,321,320,316,319,318,318,315,316,317,316,315,311,314,313,313,310,311,312,311,310,309,308,306,308,307,306,305,304,302,304,303,302,298,301,300,300,297,298,299,298,297,293,296,295,295,292,293,294,293,292,291,289,290,287,290,289,289,286,287,288,287,286,285,284,282,284,283,282,281,280,278,280,279,278,277,276,274,276,275,274,271,273,272,272,270,271,267,271,270,270,269,267,269,268,267,264,266,263,265,264,260,263,260,264,263,262,260,262,261,260,259,255,258,256,258,255,257,256,253,255,253,256,253,255,254,254,249,253,252,253,249,252,249,240,251,242,250,249,250,242,242,240,249,248,246,247,245,247,246,246,243,245,244,245,243,241,244,243,243,240,241,242,241,240,239,234,238,234,237,238,237,234,232,236,231,235,234,235,231,231,232,234,233,232,230,232,231,230,226,229,228,228,225,226,227,226,225,224,217,223,217,222,223,222,217,215,221,219,220,218,220,219,219,214,218,217,218,214,214,215,217,216,215,213,215,214,213,209,212,211,211,208,209,210,209,208,207,206,204,206,205,204,200,203,202,202,199,200,201,200,199,198,197,195,197,196,195,191,194,193,193,190,191,192,191,190,168,179,186,186,180,168,189,187,188,186,188,187,187,180,186,178,186,179,185,182,184,183,184,182,182,181,183,182,170,181,180,181,170,170,168,180,179,177,178,176,178,177,177,174,176,176,174,175,173,175,174,174,172,173,169,173,172,169,172,171,171,168,169,170,169,168,167,165,166,163,166,165,165,162,163,164,163,162,160,161,155,158,160,155,156,159,158,158,155,156,157,156,155,153,154,150,148,153,150,149,152,151,151,148,149,150,149,148,147,146,144,146,145,144,141,143,140,142,141,137,140,137,141,140,139,137,139,138,137,134,136,135,135,133,134,130,134,133,133,132,130,132,131,130,129,127,128,120,128,127,127,126,120,126,127,125,119,120,126,124,126,125,125,123,124,118,124,123,123,122,118,121,118,122,121,120,118,120,119,118,117,116,114,116,115,114,113,112,110,112,111,110,109,108,106,108,107,106,105,104,102,104,103,102,101,100,98,100,99,98,97,95,96,94,96,95,95,92,94,93,94,92,92,91,93,92,90,91,88,91,90,90,89,88,87,88,89,86,88,87,87,85,86,83,86,85,85,82,83,84,83,82,81,79,80,77,80,79,79,76,77,78,77,76,75,73,74,72,74,73,73,69,72,66,72,69,71,68,70,68,69,70,69,68,66,65,66,68,67,66,64,66,65,64,63,61,62,59,62,61,61,58,59,60,59,58,57,56,54,56,55,54,50,53,52,52,49,50,51,50,49,48,46,47,44,47,46,46,43,44,45,44,43,42,40,41,38,41,40,40,37,38,39,38,37,36,35,33,35,34,33,29,32,31,31,28,29,30,29,28,27,25,26,24,26,25,25,23,24,22,24,23,22,23,16,19,22,16,21,19,20,17,20,19,19,16,17,18,17,16,15,12,14,0,14,12,13,10,8,12,11,0,12,9,11,2,0,11,10,11,9,9,8,10,9,7,8,5,8,7,7,6,5,3,5,6,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.225,0.8100001,-0.3825,-0.135,0.765,-0.3825,-0.135,0.8100001,-0.3825,-0.225,0.54,-0.3825,-0.135,0.675,-0.3825,-0.135,0.54,-0.3825,-0.225,0.45,-0.3825,0.225,0.45,-0.3825,0.135,0.54,-0.3825,0.225,0.54,-0.3825,0.135,0.765,-0.3825,0.135,0.8100001,-0.3825,0.225,0.8100001,-0.3825,0.135,0.675,-0.3825,-0.225,0.9,-0.3825,0.225,0.9,-0.3825,0.045,0.675,-0.3825,0.135,0.54,-0.3825,0.135,0.675,-0.3825,-0.045,0.675,-0.3825,-0.135,0.54,-0.3825,-0.135,0.675,-0.3825,-0.045,0.765,-0.3825,0.045,0.765,-0.3825,-0.135,0.765,-0.3825,0.135,0.765,-0.3825,-0.135,0.8100001,-0.3825,0.135,0.8100001,-0.3825,-0.36,0.495,-0.1125,-0.225,0.405,-0.1125,-0.225,0.495,-0.1125,-0.36,0.36,-0.1125,-0.225,0.36,-0.1125,-0.225,0.495,-0.1125,-0.225,0.675,-0.1125,-0.36,0.675,-0.1125,-0.36,0.495,-0.1125,-0.36,0.855,-0.1125,-0.18,0.8100001,-0.1125,-0.18,0.855,-0.1125,-0.36,0.675,-0.1125,-0.18,0.675,-0.1125,-0.225,0.675,-0.1125,0.18,0.855,-0.1125,0.36,0.675,-0.1125,0.36,0.855,-0.1125,0.18,0.8100001,-0.1125,0.225,0.675,-0.1125,0.18,0.675,-0.1125,0.225,0.495,-0.1125,0.36,0.36,-0.1125,0.36,0.495,-0.1125,0.225,0.405,-0.1125,0.225,0.36,-0.1125,0.36,0.495,-0.1125,0.36,0.675,-0.1125,0.225,0.675,-0.1125,0.225,0.495,-0.1125,-0.18,0.135,-0.0675,-0.045,0.09,-0.0675,-0.045,0.135,-0.0675,-0.18,0.09,-0.0675,-0.045,0,-0.0675,-0.18,0,-0.0675,-0.045,0.135,-0.0675,-0.045,0.315,-0.0675,-0.18,0.315,-0.0675,-0.18,0.135,-0.0675,0.045,0.315,-0.0675,0.18,0.315,-0.0675,0.18,0.135,-0.0675,0.045,0.135,-0.0675,-0.18,0.36,-0.0675,0.18,0.36,-0.0675,-0.18,0.405,-0.0675,0.18,0.405,-0.0675,0.045,0.135,-0.0675,0.18,0.09,-0.0675,0.18,0.135,-0.0675,0.045,0.09,-0.0675,0.18,0,-0.0675,0.045,0,-0.0675,-0.225,1.125,-0.4275,-0.18,1.08,-0.4275,-0.18,1.125,-0.4275,-0.225,1.035,-0.4275,-0.18,0.99,-0.4275,-0.225,0.9450001,-0.4275,-0.18,0.9450001,-0.4275,-0.225,0.9,-0.4275,0.225,0.9,-0.4275,0.18,0.9450001,-0.4275,0.225,0.9450001,-0.4275,0.18,0.99,-0.4275,0.18,1.08,-0.4275,0.225,1.035,-0.4275,0.18,1.125,-0.4275,0.225,1.125,-0.4275,0.135,0.99,-0.4275,0.135,1.08,-0.4275,-0.135,1.08,-0.4275,-0.135,0.99,-0.4275,0.18,1.125,-0.2025,0.18,1.215,-0.2025,-0.18,1.215,-0.2025,-0.18,1.125,-0.2025,0.18,0.405,-0.0675,0.18,0.495,-0.0675,-0.18,0.495,-0.0675,-0.18,0.405,-0.0675,-0.045,0.675,-0.3825,-0.045,0.765,-0.3825,-0.135,0.765,-0.3825,-0.135,0.675,-0.3825,0.135,0.675,-0.3825,0.135,0.765,-0.3825,0.045,0.765,-0.3825,0.045,0.675,-0.3825,-0.135,0.99,-0.4275,-0.135,1.08,-0.4275,-0.18,1.08,-0.4275,-0.18,0.99,-0.4275,-0.18,0.9450001,-0.4275,0.18,0.9450001,-0.4275,0.135,0.99,-0.4275,0.18,0.99,-0.4275,0.135,1.08,-0.4275,0.18,1.08,-0.4275,-0.18,1.125,-0.4275,0.18,1.125,-0.4275,-0.045,0.405,0.1125,-0.045,0.495,0.1125,-0.09,0.495,0.1125,-0.09,0.405,0.1125,-0.045,0.36,0.1125,-0.18,0.405,0.1125,-0.18,0.36,0.1125,0.09,0.405,0.1125,0.09,0.495,0.1125,0.045,0.495,0.1125,0.045,0.405,0.1125,0.18,0.36,0.1125,0.18,0.405,0.1125,0.045,0.36,0.1125,0.135,0.8100001,-0.1575,0.135,0.855,-0.1575,-0.135,0.855,-0.1575,-0.135,0.8100001,-0.1575,-0.18,0.405,-0.2925,-0.135,0.36,-0.2925,-0.135,0.405,-0.2925,-0.225,0.405,-0.2925,-0.225,0.36,-0.2925,-0.18,0.45,-0.2925,-0.135,0.45,-0.2925,0.18,0.405,-0.2925,0.225,0.36,-0.2925,0.225,0.405,-0.2925,0.135,0.405,-0.2925,0.135,0.36,-0.2925,0.135,0.45,-0.2925,0.18,0.45,-0.2925,0.135,1.17,0.1575,-0.135,0.99,0.1575,-0.135,1.17,0.1575,0.135,0.99,0.1575,-0.135,0.9450001,0.1575,0.135,0.9450001,0.1575,-0.18,0.8100001,-0.2025,-0.225,0.495,-0.2025,-0.225,0.8100001,-0.2025,-0.18,0.675,-0.2025,-0.18,0.495,-0.2025,-0.225,0.45,-0.2025,0.18,0.495,-0.2025,0.225,0.45,-0.2025,0.225,0.495,-0.2025,0.18,0.675,-0.2025,0.225,0.8100001,-0.2025,0.18,0.8100001,-0.2025,0.18,0.855,-0.2025,-0.18,0.855,-0.2025,-0.225,0.855,-0.2025,-0.18,0.9,-0.2025,-0.18,1.035,-0.2025,-0.225,1.035,-0.2025,0.225,0.855,-0.2025,0.18,0.9,-0.2025,0.225,1.035,-0.2025,0.18,1.035,-0.2025,-0.225,0.495,0.0225,-0.36,0.36,0.0225,-0.36,0.495,0.0225,-0.225,0.405,0.0225,-0.225,0.36,0.0225,-0.36,0.495,0.0225,-0.36,0.675,0.0225,-0.225,0.675,0.0225,-0.225,0.495,0.0225,0.36,0.495,0.0225,0.225,0.405,0.0225,0.225,0.495,0.0225,0.36,0.36,0.0225,0.225,0.36,0.0225,0.225,0.495,0.0225,0.225,0.675,0.0225,0.36,0.675,0.0225,0.36,0.495,0.0225,-0.18,0.855,0.0675,-0.36,0.675,0.0675,-0.36,0.855,0.0675,-0.18,0.8100001,0.0675,-0.18,0.675,0.0675,-0.18,0.135,0.0675,-0.18,0.315,0.0675,-0.045,0.315,0.0675,-0.045,0.135,0.0675,0.18,0.315,0.0675,0.18,0.36,0.0675,-0.18,0.36,0.0675,0.18,0.405,0.0675,-0.18,0.405,0.0675,0.045,0.315,0.0675,0.045,0.135,0.0675,0.18,0.135,0.0675,0.36,0.855,0.0675,0.18,0.8100001,0.0675,0.18,0.855,0.0675,0.36,0.675,0.0675,0.18,0.675,0.0675,-0.18,0.99,-0.0675,-0.18,1.17,-0.0675,-0.135,1.17,-0.0675,-0.135,0.99,-0.0675,0.18,1.17,-0.0675,0.18,1.215,-0.0675,-0.18,1.215,-0.0675,0.135,1.17,-0.0675,0.135,0.99,-0.0675,0.18,0.99,-0.0675,-0.135,0.765,0.1125,-0.18,0.675,0.1125,-0.18,0.765,0.1125,-0.135,0.585,0.1125,-0.18,0.585,0.1125,-0.18,0.495,0.1125,-0.09,0.585,0.1125,-0.09,0.495,0.1125,-0.09,0.54,0.1125,0.18,0.765,0.1125,0.18,0.8100001,0.1125,-0.18,0.8100001,0.1125,0.135,0.765,0.1125,0.135,0.585,0.1125,0.18,0.675,0.1125,0.18,0.585,0.1125,0.09,0.54,0.1125,0.09,0.585,0.1125,0.09,0.495,0.1125,0.18,0.495,0.1125,-0.09,0.405,0.1575,-0.09,0.54,0.1575,-0.045,0.54,0.1575,-0.045,0.405,0.1575,-0.225,0.36,0.1575,-0.225,0.405,0.1575,-0.045,0.36,0.1575,0.045,0.405,0.1575,0.045,0.54,0.1575,0.09,0.54,0.1575,0.09,0.405,0.1575,0.045,0.36,0.1575,0.225,0.405,0.1575,0.225,0.36,0.1575,-0.18,0.405,0.0675,-0.18,0.495,0.0675,0.18,0.495,0.0675,0.18,0.405,0.0675,-0.18,0,0.1575,-0.18,0.09,0.1575,-0.045,0.09,0.1575,-0.045,0,0.1575,0.045,0,0.1575,0.045,0.09,0.1575,0.18,0.09,0.1575,0.18,0,0.1575,0.045,0.585,0.1125,-0.045,0.54,0.1125,-0.045,0.585,0.1125,0.045,0.54,0.1125,-0.045,0.495,0.1125,0.045,0.495,0.1125,-0.135,0.45,-0.2475,-0.18,0.405,-0.2475,-0.18,0.45,-0.2475,-0.135,0.36,-0.2475,-0.18,0.36,-0.2475,0.18,0.45,-0.2475,0.135,0.36,-0.2475,0.135,0.45,-0.2475,0.18,0.405,-0.2475,0.18,0.36,-0.2475,-0.225,1.035,-0.2025,-0.225,1.125,-0.2025,-0.18,1.125,-0.2025,-0.18,1.035,-0.2025,0.18,1.035,-0.2025,0.18,1.125,-0.2025,0.225,1.125,-0.2025,0.225,1.035,-0.2025,-0.135,0.99,0.0225,-0.18,0.9,0.0225,-0.18,0.99,0.0225,-0.135,0.9450001,0.0225,-0.135,0.9,0.0225,0.18,0.99,0.0225,0.135,0.9450001,0.0225,0.135,0.99,0.0225,0.18,0.9,0.0225,0.135,0.9,0.0225,-0.09,0.72,0.2025,-0.135,0.63,0.2025,-0.135,0.72,0.2025,-0.09,0.675,0.2025,-0.09,0.63,0.2025,-0.135,0.585,0.2025,-0.045,0.63,0.2025,0.135,0.585,0.2025,0,0.63,0.2025,0.135,0.63,0.2025,0.09,0.63,0.2025,0.09,0.675,0.2025,0.135,0.72,0.2025,0.09,0.72,0.2025,0.135,0.765,0.2025,-0.135,0.765,0.2025,0,0.675,0.2025,-0.045,0.675,0.2025,-0.135,0.8100001,0.0675,-0.135,0.855,0.0675,0.135,0.855,0.0675,0.135,0.8100001,0.0675,-0.135,0.9,0.1575,-0.18,0.855,0.1575,-0.18,0.9,0.1575,0.135,0.9,0.1575,0.18,0.855,0.1575,0.18,0.9,0.1575,-0.135,0.9,0.1575,-0.135,0.9450001,0.1575,0.135,0.9450001,0.1575,0.135,0.9,0.1575,-0.18,0.09,0.0675,-0.18,0.135,0.0675,-0.045,0.135,0.0675,-0.045,0.09,0.0675,0.045,0.09,0.0675,0.045,0.135,0.0675,0.18,0.135,0.0675,0.18,0.09,0.0675,0.09,0.72,0.2025,-0.09,0.675,0.2025,-0.09,0.72,0.2025,0.09,0.675,0.2025,-0.045,0.675,0.2025,0,0.675,0.2025,0,0.63,0.2025,0,0.675,0.2025,0.09,0.675,0.2025,0.09,0.63,0.2025,-0.09,0.54,0.1575,-0.09,0.585,0.1575,-0.045,0.585,0.1575,-0.045,0.54,0.1575,0.045,0.54,0.1575,0.045,0.585,0.1575,0.09,0.585,0.1575,0.09,0.54,0.1575,-0.09,0.63,0.2025,-0.09,0.675,0.2025,-0.045,0.675,0.2025,-0.045,0.63,0.2025,-0.225,1.035,-0.2025,-0.225,0.9,-0.3825,-0.225,1.035,-0.3825,-0.225,0.855,-0.2025,-0.225,0.8100001,-0.3825,-0.225,0.8100001,-0.2025,-0.225,0.54,-0.3825,-0.225,0.495,-0.2025,-0.225,0.45,-0.3825,-0.225,0.45,-0.2025,-0.225,0.45,-0.2925,-0.225,0.45,-0.2475,-0.18,1.215,-0.0675,-0.18,1.125,-0.2025,-0.18,1.215,-0.2025,-0.18,1.17,-0.0675,-0.18,1.035,-0.2025,-0.18,0.99,-0.0675,-0.18,0.9,-0.2025,-0.18,0.9,-0.0675,-0.18,0.855,-0.2025,-0.18,0.9,0.0225,-0.18,0.855,-0.1575,-0.18,0.9,0.1575,-0.18,0.855,-0.1125,-0.18,0.855,0.1575,-0.18,0.855,0.0675,-0.18,0.36,0.0675,-0.18,0.315,-0.0675,-0.18,0.36,-0.0675,-0.18,0.315,0.0675,-0.18,0.135,-0.0675,-0.18,0.135,0.0675,-0.18,0.675,-0.1125,-0.18,0.495,-0.2025,-0.18,0.675,-0.2025,-0.18,0.675,0.0225,-0.18,0.495,-0.0675,-0.18,0.675,0.0675,-0.18,0.495,0.0675,-0.18,0.675,0.1125,-0.18,0.495,0.1125,-0.18,0.585,0.1125,-0.18,0.8100001,-0.1125,-0.18,0.8100001,-0.1575,-0.18,0.8100001,-0.2025,-0.18,0.765,0.1125,-0.18,0.8100001,0.1125,-0.18,0.8100001,0.0675,-0.36,0.36,-0.1125,-0.36,0.495,-0.1125,-0.36,0.495,0.0225,-0.36,0.36,0.0225,-0.36,0.495,-0.1125,-0.36,0.675,-0.1125,-0.36,0.675,0.0225,-0.36,0.495,0.0225,-0.36,0.855,0.0675,-0.36,0.675,-0.1125,-0.36,0.855,-0.1125,-0.36,0.675,0.0675,-0.36,0.675,0.0225,0.225,0.495,-0.1125,0.225,0.675,-0.1125,0.225,0.675,0.0225,0.225,0.495,0.0225,0.045,0.135,-0.0675,0.045,0.315,-0.0675,0.045,0.315,0.0675,0.045,0.135,0.0675,-0.135,1.17,0.1575,-0.135,0.99,-0.0225,-0.135,1.17,-0.0225,-0.135,0.99,0.1575,-0.135,0.99,0.0225,-0.135,0.9450001,0.0225,-0.135,0.9450001,0.1575,-0.135,0.765,0.2025,-0.135,0.585,0.1125,-0.135,0.765,0.1125,-0.135,0.72,0.2025,-0.135,0.585,0.1575,-0.135,0.63,0.2025,-0.135,0.585,0.2025,-0.225,1.035,-0.3825,-0.225,0.9450001,-0.4275,-0.225,1.035,-0.4275,-0.225,0.9,-0.3825,-0.225,0.9,-0.4275,-0.225,1.125,-0.2025,-0.225,1.125,-0.2475,-0.225,1.125,-0.4275,-0.225,1.035,-0.2025,-0.135,0.99,-0.0675,-0.135,1.17,-0.0675,-0.135,1.17,-0.0225,-0.135,0.99,-0.0225,-0.09,0.54,0.1575,-0.09,0.495,0.1125,-0.09,0.54,0.1125,-0.09,0.405,0.1575,-0.09,0.405,0.1125,0.045,0.54,0.1575,0.045,0.495,0.1125,0.045,0.54,0.1125,0.045,0.405,0.1575,0.045,0.405,0.1125,0.045,0.36,0.1575,0.045,0.36,0.1125,-0.18,0.09,0.0675,-0.18,0,-0.0675,-0.18,0.09,-0.0675,-0.18,0.09,0.1575,-0.18,0,0.1575,-0.18,0.135,0.0675,-0.18,0.135,-0.0675,0.045,0.09,0.0675,0.045,0,-0.0675,0.045,0.09,-0.0675,0.045,0.09,0.1575,0.045,0,0.1575,0.045,0.135,0.0675,0.045,0.135,-0.0675,0.225,0.405,-0.1125,0.225,0.495,-0.1125,0.225,0.495,0.0225,0.225,0.405,0.0225,-0.18,0.405,-0.0675,-0.18,0.495,-0.0675,-0.18,0.495,0.0675,-0.18,0.405,0.0675,-0.18,0.9,-0.0675,-0.18,0.99,-0.0675,-0.18,0.99,0.0225,-0.18,0.9,0.0225,0.135,0.45,-0.2475,0.135,0.405,-0.2925,0.135,0.45,-0.2925,0.135,0.36,-0.2475,0.135,0.36,-0.2925,-0.135,0.8100001,-0.1575,-0.135,0.855,-0.1575,-0.135,0.855,0.0675,-0.135,0.8100001,0.0675,-0.225,0.405,-0.1125,-0.225,0.36,-0.2925,-0.225,0.405,-0.2925,-0.225,0.36,-0.1125,-0.225,0.36,-0.2475,0.18,0.36,-0.2475,0.18,0.405,-0.2475,0.18,0.405,-0.0675,0.18,0.36,-0.0675,0.18,0.8100001,-0.1125,0.18,0.855,-0.1125,0.18,0.855,0.0675,0.18,0.8100001,0.0675,-0.225,0.405,0.1125,-0.225,0.36,0.0225,-0.225,0.405,0.0225,-0.225,0.405,0.1575,-0.225,0.36,0.1125,-0.225,0.36,0.1575,-0.135,0.9,0.0225,-0.135,0.9450001,0.0225,-0.135,0.9450001,0.1575,-0.135,0.9,0.1575,-0.18,0.405,-0.2925,-0.18,0.45,-0.2925,-0.18,0.45,-0.2475,-0.18,0.405,-0.2475,0.18,0.36,0.0675,0.18,0.405,0.0675,0.18,0.405,0.1125,0.18,0.36,0.1125,-0.09,0.54,0.1125,-0.09,0.585,0.1125,-0.09,0.585,0.1575,-0.09,0.54,0.1575,0.045,0.54,0.1125,0.045,0.585,0.1125,0.045,0.585,0.1575,0.045,0.54,0.1575,0.225,1.035,-0.3825,0.225,0.855,-0.2025,0.225,1.035,-0.2025,0.225,0.9,-0.3825,0.225,0.8100001,-0.2025,0.225,0.8100001,-0.3825,0.225,0.495,-0.2025,0.225,0.54,-0.3825,0.225,0.45,-0.2025,0.225,0.45,-0.3825,0.225,0.45,-0.2475,0.225,0.45,-0.2925,0.18,1.215,-0.2025,0.18,1.17,-0.0675,0.18,1.215,-0.0675,0.18,1.125,-0.2025,0.18,0.99,-0.0675,0.18,1.035,-0.2025,0.18,0.9,-0.0675,0.18,0.9,-0.2025,0.18,0.855,0.0675,0.18,0.855,0.1575,0.18,0.9,0.0225,0.18,0.9,0.1575,0.18,0.855,-0.1125,0.18,0.855,-0.2025,0.18,0.855,-0.1575,0.18,0.36,-0.0675,0.18,0.315,0.0675,0.18,0.36,0.0675,0.18,0.315,-0.0675,0.18,0.135,0.0675,0.18,0.135,-0.0675,0.18,0.675,0.0675,0.18,0.585,0.1125,0.18,0.675,0.1125,0.18,0.675,0.0225,0.18,0.495,0.1125,0.18,0.675,-0.1125,0.18,0.495,0.0675,0.18,0.675,-0.2025,0.18,0.495,-0.0675,0.18,0.495,-0.2025,0.18,0.8100001,-0.2025,0.18,0.8100001,-0.1575,0.18,0.8100001,-0.1125,0.18,0.765,0.1125,0.18,0.8100001,0.0675,0.18,0.8100001,0.1125,-0.225,0.495,0.0225,-0.225,0.675,0.0225,-0.225,0.675,-0.1125,-0.225,0.495,-0.1125,0.36,0.36,0.0225,0.36,0.495,0.0225,0.36,0.495,-0.1125,0.36,0.36,-0.1125,0.36,0.495,0.0225,0.36,0.675,0.0225,0.36,0.675,-0.1125,0.36,0.495,-0.1125,0.36,0.855,-0.1125,0.36,0.675,0.0675,0.36,0.855,0.0675,0.36,0.675,-0.1125,0.36,0.675,0.0225,-0.045,0.135,0.0675,-0.045,0.315,0.0675,-0.045,0.315,-0.0675,-0.045,0.135,-0.0675,0.135,1.17,-0.0225,0.135,0.99,0.1575,0.135,1.17,0.1575,0.135,0.99,-0.0225,0.135,0.99,0.0225,0.135,0.9450001,0.1575,0.135,0.9450001,0.0225,0.135,0.765,0.1125,0.135,0.72,0.2025,0.135,0.765,0.2025,0.135,0.585,0.1125,0.135,0.63,0.2025,0.135,0.585,0.1575,0.135,0.585,0.2025,0.225,1.035,-0.4275,0.225,0.9,-0.3825,0.225,1.035,-0.3825,0.225,0.9450001,-0.4275,0.225,0.9,-0.4275,0.225,1.125,-0.4275,0.225,1.035,-0.2025,0.225,1.125,-0.2475,0.225,1.125,-0.2025,0.135,0.99,-0.0225,0.135,1.17,-0.0225,0.135,1.17,-0.0675,0.135,0.99,-0.0675,-0.045,0.54,0.1125,-0.045,0.405,0.1575,-0.045,0.54,0.1575,-0.045,0.495,0.1125,-0.045,0.36,0.1575,-0.045,0.405,0.1125,-0.045,0.36,0.1125,0.09,0.54,0.1125,0.09,0.405,0.1575,0.09,0.54,0.1575,0.09,0.495,0.1125,0.09,0.405,0.1125,-0.045,0.09,0.0675,-0.045,0,0.1575,-0.045,0.09,0.1575,-0.045,0.09,-0.0675,-0.045,0,-0.0675,-0.045,0.135,-0.0675,-0.045,0.135,0.0675,0.18,0.09,0.0675,0.18,0,0.1575,0.18,0.09,0.1575,0.18,0.09,-0.0675,0.18,0,-0.0675,0.18,0.135,-0.0675,0.18,0.135,0.0675,-0.225,0.405,0.0225,-0.225,0.495,0.0225,-0.225,0.495,-0.1125,-0.225,0.405,-0.1125,0.18,0.405,0.0675,0.18,0.495,0.0675,0.18,0.495,-0.0675,0.18,0.405,-0.0675,0.18,0.9,0.0225,0.18,0.99,0.0225,0.18,0.99,-0.0675,0.18,0.9,-0.0675,-0.135,0.45,-0.2925,-0.135,0.36,-0.2475,-0.135,0.45,-0.2475,-0.135,0.405,-0.2925,-0.135,0.36,-0.2925,0.135,0.8100001,0.0675,0.135,0.855,0.0675,0.135,0.855,-0.1575,0.135,0.8100001,-0.1575,0.225,0.405,-0.2925,0.225,0.36,-0.1125,0.225,0.405,-0.1125,0.225,0.36,-0.2925,0.225,0.36,-0.2475,-0.18,0.36,-0.0675,-0.18,0.405,-0.0675,-0.18,0.405,-0.2475,-0.18,0.36,-0.2475,-0.18,0.8100001,0.0675,-0.18,0.855,0.0675,-0.18,0.855,-0.1125,-0.18,0.8100001,-0.1125,0.135,0.9,0.1575,0.135,0.9450001,0.1575,0.135,0.9450001,0.0225,0.135,0.9,0.0225,0.225,0.405,0.1125,0.225,0.36,0.1575,0.225,0.405,0.1575,0.225,0.405,0.0225,0.225,0.36,0.1125,0.225,0.36,0.0225,0.18,0.405,-0.2475,0.18,0.45,-0.2475,0.18,0.45,-0.2925,0.18,0.405,-0.2925,-0.18,0.36,0.1125,-0.18,0.405,0.1125,-0.18,0.405,0.0675,-0.18,0.36,0.0675,-0.045,0.54,0.1575,-0.045,0.585,0.1575,-0.045,0.585,0.1125,-0.045,0.54,0.1125,0.09,0.54,0.1575,0.09,0.585,0.1575,0.09,0.585,0.1125,0.09,0.54,0.1125,-0.18,0.405,-0.2925,-0.225,0.405,-0.1125,-0.225,0.405,-0.2925,-0.225,0.405,0.0225,-0.18,0.405,-0.2475,-0.225,0.405,0.1125,-0.18,0.405,-0.0675,-0.18,0.405,0.1125,-0.18,0.405,0.0675,-0.225,0.405,0.1575,-0.09,0.405,0.1575,-0.09,0.405,0.1125,0.225,0.405,-0.2925,0.18,0.405,-0.2475,0.18,0.405,-0.2925,0.18,0.405,-0.0675,0.225,0.405,-0.1125,0.18,0.405,0.0675,0.225,0.405,0.0225,0.18,0.405,0.1125,0.225,0.405,0.1125,0.225,0.405,0.1575,0.09,0.405,0.1575,0.09,0.405,0.1125,-0.135,0.8100001,-0.1575,-0.18,0.8100001,-0.1125,-0.18,0.8100001,-0.1575,-0.18,0.8100001,0.0675,-0.135,0.8100001,0.0675,0.18,0.8100001,-0.2025,-0.18,0.8100001,-0.2025,0.18,0.8100001,-0.1575,0.135,0.8100001,-0.1575,0.135,0.8100001,0.0675,0.18,0.8100001,0.0675,0.18,0.8100001,-0.1125,-0.18,0.8100001,0.1125,0.18,0.8100001,0.1125,-0.18,1.125,-0.4275,0.18,1.125,-0.4275,-0.18,1.125,-0.2475,0.18,1.125,-0.2475,-0.18,1.215,-0.2025,0.18,1.215,-0.2025,-0.18,1.215,-0.0675,0.18,1.215,-0.0675,-0.135,1.17,-0.0225,0.135,1.17,-0.0225,-0.135,1.17,0.1575,0.135,1.17,0.1575,-0.36,0.855,-0.1125,-0.18,0.855,-0.1125,-0.36,0.855,0.0675,-0.18,0.855,0.0675,0.18,0.855,-0.1125,0.36,0.855,-0.1125,0.18,0.855,0.0675,0.36,0.855,0.0675,-0.225,1.125,-0.4275,-0.18,1.125,-0.4275,-0.225,1.125,-0.2475,-0.18,1.125,-0.2475,-0.225,1.125,-0.2025,-0.18,1.125,-0.2025,0.18,1.125,-0.2475,0.18,1.125,-0.2025,0.225,1.125,-0.2475,0.225,1.125,-0.4275,0.18,1.125,-0.4275,0.225,1.125,-0.2025,-0.18,0.9,0.0225,-0.135,0.9,0.0225,-0.18,0.9,0.1575,-0.135,0.9,0.1575,0.135,0.9,0.0225,0.18,0.9,0.0225,0.135,0.9,0.1575,0.18,0.9,0.1575,-0.135,0.765,0.1125,0.135,0.765,0.1125,-0.135,0.765,0.2025,0.135,0.765,0.2025,-0.18,0.09,0.0675,-0.045,0.09,0.0675,-0.18,0.09,0.1575,-0.045,0.09,0.1575,0.045,0.09,0.0675,0.18,0.09,0.0675,0.045,0.09,0.1575,0.18,0.09,0.1575,-0.135,0.99,-0.0675,-0.18,0.99,0.0225,-0.18,0.99,-0.0675,-0.135,0.99,0.0225,-0.135,0.99,-0.0225,0.18,0.99,-0.0675,0.135,0.99,-0.0225,0.135,0.99,-0.0675,0.135,0.99,0.0225,0.18,0.99,0.0225,-0.135,1.17,-0.0675,0.135,1.17,-0.0675,-0.135,1.17,-0.0225,0.135,1.17,-0.0225],"colors":[0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.8156863,0.8117647,0.8117647,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8470588,0.4431373,0.282353,1,0.8470588,0.4431373,0.282353,1,0.8470588,0.4431373,0.282353,1,0.8470588,0.4431373,0.282353,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.3568628,0.6392157,0.8745098,1,0.3568628,0.6392157,0.8745098,1,0.3568628,0.6392157,0.8745098,1,0.3568628,0.6392157,0.8745098,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.8470588,0.4431373,0.282353,1,0.8470588,0.4431373,0.282353,1,0.8470588,0.4431373,0.282353,1,0.8470588,0.4431373,0.282353,1,0.8470588,0.4431373,0.282353,1,0.8470588,0.4431373,0.282353,1,0.3568628,0.6392157,0.8745098,1,0.3568628,0.6392157,0.8745098,1,0.3568628,0.6392157,0.8745098,1,0.3568628,0.6392157,0.8745098,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.9176471,0.9176471,0.9176471,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.3254902,0.2705882,0.2,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,0.8666667,0.8627451,0.8627451,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1]},"spaceexploration_crossychickenrover_optimised":{"faces":[1097,1095,1096,1096,1095,1094,1093,1091,1092,1092,1091,1090,1082,1088,1089,1086,1088,1082,1087,1086,1085,1082,1085,1086,1085,1082,1083,1084,1083,1082,1076,1080,1081,1077,1080,1076,1074,1078,1079,1072,1078,1074,1077,1076,1075,1072,1075,1076,1075,1072,1073,1074,1073,1072,1060,1070,1071,1071,1070,1066,1062,1070,1060,1068,1066,1070,1069,1067,1068,1066,1068,1067,1059,1066,1067,1058,1066,1059,1065,1063,1064,1064,1063,1061,1063,1062,1061,1060,1061,1062,1061,1060,1055,1058,1055,1060,1059,1054,1058,1055,1058,1054,1057,1055,1056,1056,1055,1054,1042,1052,1053,1053,1052,1048,1044,1052,1042,1050,1048,1052,1051,1049,1050,1048,1050,1049,1041,1048,1049,1040,1048,1041,1047,1045,1046,1046,1045,1043,1045,1044,1043,1042,1043,1044,1043,1042,1037,1040,1037,1042,1041,1036,1040,1037,1040,1036,1039,1037,1038,1038,1037,1036,1033,916,1035,916,1033,914,1034,914,1033,1030,912,910,912,1030,1031,1032,1031,1030,1029,1027,1028,1028,1027,1026,1025,1023,1024,1024,1023,1022,1021,1019,1020,1020,1019,1018,1017,1015,1016,1016,1015,1014,1011,1010,1013,1005,1013,1010,1013,1005,1012,1004,1012,1005,1011,1008,1010,1010,1008,1009,1009,1008,1003,1006,1003,1008,1007,1002,1006,1003,1006,1002,1005,1003,1004,1004,1003,1002,1001,999,1000,1000,999,998,990,996,997,994,996,990,995,994,993,990,993,994,993,990,991,992,991,990,989,987,988,988,987,986,985,983,984,984,983,982,981,979,980,980,979,978,977,975,976,976,975,974,973,971,972,972,971,970,969,967,968,968,967,966,965,963,964,964,963,962,961,959,960,960,959,958,957,955,956,956,955,954,953,951,952,952,951,950,949,947,948,948,947,946,945,935,944,944,935,933,943,931,942,942,931,930,936,940,941,937,940,936,932,938,939,934,938,932,937,936,927,926,927,936,928,925,935,934,935,925,935,934,933,932,933,934,933,932,931,924,931,932,931,924,930,923,930,924,920,928,929,927,926,928,925,928,926,928,920,927,921,927,920,926,919,925,925,919,917,915,923,924,923,915,922,913,922,915,921,920,919,918,919,920,919,918,917,916,917,918,917,916,915,914,915,916,915,914,913,910,913,914,913,910,911,912,911,910,909,908,906,908,907,906,905,904,902,904,903,902,901,900,898,900,899,898,897,896,894,896,895,894,893,892,890,892,891,890,889,888,886,888,887,886,885,884,882,884,883,882,881,880,878,880,879,878,877,876,874,876,875,874,873,872,870,872,871,870,869,868,866,868,867,866,862,865,864,864,861,862,863,862,861,858,860,859,859,857,858,855,858,857,857,854,855,856,855,854,851,853,852,852,850,851,848,851,850,850,847,848,849,848,847,843,846,845,845,842,843,844,843,842,841,840,838,840,839,838,837,835,836,833,836,835,835,834,833,834,832,833,827,833,832,832,831,827,830,827,831,827,830,829,829,826,827,828,827,826,825,823,824,821,824,823,823,822,821,822,820,821,815,821,820,820,819,815,818,815,819,815,818,817,817,814,815,816,815,814,813,812,810,812,811,810,809,808,806,808,807,806,802,805,804,804,801,802,803,802,801,800,799,797,799,798,797,796,795,793,795,794,793,789,792,791,791,788,789,790,789,788,787,786,784,786,785,784,649,780,651,780,777,651,654,783,652,783,782,652,783,781,782,780,782,781,781,779,780,777,780,779,779,776,777,778,777,776,775,773,774,762,774,773,773,772,762,773,771,772,764,762,772,769,772,771,771,770,769,770,768,769,763,769,768,768,767,763,766,763,767,763,766,765,765,762,763,764,763,762,761,757,760,754,760,757,759,756,758,756,757,758,757,756,754,753,754,756,755,754,752,754,753,752,751,750,748,750,749,748,747,746,744,746,745,744,743,742,740,742,741,740,739,737,738,726,738,737,737,736,726,737,735,736,728,726,736,733,736,735,735,734,733,734,732,733,727,733,732,732,731,727,730,727,731,727,730,729,729,726,727,728,727,726,725,721,724,718,724,721,723,720,722,720,721,722,721,720,718,717,718,720,719,718,716,718,717,716,715,714,712,714,713,712,711,710,708,710,709,708,707,706,704,706,705,704,702,703,699,698,702,699,701,695,700,695,697,700,699,697,698,696,698,697,697,695,696,693,696,695,695,692,693,694,693,691,693,692,691,690,688,689,686,689,688,688,685,686,687,686,685,681,684,683,683,680,681,682,681,680,679,677,678,676,678,677,677,675,676,673,676,675,675,672,673,674,673,672,671,664,670,663,670,664,658,669,668,669,667,668,668,657,658,666,668,667,667,665,666,664,666,665,665,662,664,664,662,663,661,663,662,662,660,661,659,661,660,660,658,659,658,656,659,656,658,657,657,655,656,653,656,655,653,655,654,654,652,653,650,653,652,652,649,650,651,650,649,648,647,645,647,646,645,644,643,641,643,642,641,640,639,637,639,638,637,636,635,633,635,634,633,632,631,629,631,630,629,628,627,625,627,626,625,624,623,621,623,622,621,620,619,617,619,618,617,616,615,613,615,614,613,612,611,609,611,610,609,608,607,605,607,606,605,604,603,601,603,602,601,597,600,599,599,596,597,598,597,596,593,595,594,594,592,593,590,593,592,592,589,590,591,590,589,586,588,587,587,585,586,583,586,585,585,582,583,584,583,582,578,581,580,580,577,578,579,578,577,576,575,573,575,574,573,572,567,571,570,571,567,567,569,570,569,567,568,566,568,567,567,564,566,565,566,564,562,565,564,564,561,562,563,562,561,560,555,559,558,559,555,555,557,558,557,555,556,554,556,555,555,552,554,553,554,552,550,553,552,552,549,550,551,550,549,548,547,545,547,546,545,544,543,541,543,542,541,537,540,539,539,536,537,538,537,536,535,534,532,534,533,532,531,530,528,530,529,528,524,527,526,526,523,524,525,524,523,522,521,519,521,520,519,389,518,387,518,517,387,384,515,386,515,512,386,518,516,517,515,517,516,516,514,515,512,515,514,514,511,512,513,512,511,510,499,509,507,509,499,508,507,497,508,503,507,499,497,507,506,507,503,503,505,506,505,503,504,502,504,503,503,500,502,501,502,500,498,501,500,500,497,498,499,498,497,496,491,495,491,494,495,494,491,489,493,488,492,491,492,488,488,489,491,490,489,487,489,488,487,486,485,483,485,484,483,482,481,479,481,480,479,478,477,475,477,476,475,474,463,473,471,473,463,472,471,461,472,467,471,463,461,471,470,471,467,467,469,470,469,467,468,466,468,467,467,464,466,465,466,464,462,465,464,464,461,462,463,462,461,460,455,459,455,458,459,458,455,453,457,452,456,455,456,452,452,453,455,454,453,451,453,452,451,450,449,447,449,448,447,446,445,443,445,444,443,442,441,439,441,440,439,437,438,431,430,437,431,436,433,435,433,434,435,428,434,433,433,430,428,432,427,431,430,431,427,427,428,430,429,428,426,428,427,426,425,423,424,421,424,423,423,420,421,422,421,420,416,419,418,418,415,416,417,416,415,414,412,413,411,413,412,412,410,411,408,411,410,410,407,408,409,408,407,406,402,405,401,405,402,393,404,403,403,404,400,403,388,393,402,403,400,402,400,401,399,401,400,400,398,399,396,399,398,396,398,397,397,395,396,394,396,395,395,393,394,391,394,393,391,393,388,392,391,385,388,385,391,388,390,389,389,387,388,385,388,387,387,384,385,386,385,384,383,382,380,382,381,380,379,378,376,378,377,376,375,374,372,374,373,372,371,370,368,370,369,368,367,366,364,366,365,364,363,362,360,362,361,360,359,358,356,358,357,356,355,354,352,354,353,352,351,350,348,350,349,348,347,346,344,346,345,344,343,342,340,342,341,340,339,338,336,338,337,336,335,334,332,334,333,332,331,330,328,330,329,328,327,326,324,326,325,324,320,323,315,323,320,318,322,319,321,320,321,319,317,320,315,319,318,320,318,319,314,312,318,314,317,315,316,313,316,315,315,312,313,314,313,312,311,309,310,307,310,309,309,306,307,308,307,306,303,305,304,304,300,303,301,303,300,302,301,297,300,297,301,297,300,299,299,296,297,298,297,296,293,295,294,294,292,293,291,293,292,292,289,291,290,291,289,287,290,289,289,286,287,288,287,286,285,284,282,284,283,282,281,280,278,280,279,278,275,277,276,276,272,275,273,275,272,274,273,269,272,269,273,269,272,271,271,268,269,270,269,268,265,267,266,266,264,265,263,265,264,264,261,263,262,263,261,259,262,261,261,258,259,260,259,258,257,256,254,256,255,254,253,252,250,252,251,250,247,249,248,248,246,247,244,247,246,246,243,244,245,244,243,240,242,241,241,239,240,237,240,239,239,236,237,238,237,236,233,235,234,234,232,233,230,233,232,232,229,230,231,230,229,226,228,227,227,225,226,223,226,225,225,222,223,224,223,222,221,211,220,218,220,211,219,218,212,218,219,215,211,212,218,217,218,215,217,215,216,214,216,215,215,213,214,210,214,213,213,212,210,212,211,210,209,208,206,208,207,206,205,199,204,202,204,199,203,202,198,203,201,202,199,198,202,200,202,201,201,187,200,189,200,187,199,197,198,196,198,197,197,186,196,184,196,186,195,193,194,192,194,193,193,191,192,190,192,191,191,189,190,188,190,189,189,187,188,185,188,187,187,184,185,186,185,184,183,182,180,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,167,166,164,166,165,164,163,162,160,162,161,160,159,158,156,158,157,156,155,154,152,154,153,152,151,150,148,150,149,148,145,147,146,146,144,145,143,145,144,144,141,143,142,143,141,139,142,141,141,138,139,140,139,138,135,137,136,136,132,135,133,135,132,134,133,129,132,129,133,129,132,131,131,128,129,130,129,128,127,126,124,126,125,124,123,122,120,122,121,120,119,110,118,111,118,110,117,115,116,113,116,115,115,114,113,114,112,113,107,113,112,112,111,107,110,107,111,107,110,109,109,106,107,108,107,106,103,105,104,104,102,103,101,103,102,102,99,101,100,101,99,97,100,99,99,96,97,98,97,96,93,95,94,94,90,93,91,93,90,92,91,87,90,87,91,87,90,89,89,86,87,88,87,86,85,83,84,81,84,83,83,80,81,82,81,80,79,77,78,75,78,77,77,74,75,76,75,74,73,70,72,58,72,70,71,68,66,70,69,58,70,67,69,60,58,69,68,69,67,67,66,68,67,65,66,63,66,65,65,64,63,61,63,64,63,61,62,59,62,61,61,58,59,60,59,58,55,57,56,56,54,55,52,55,54,54,51,52,53,52,51,48,50,49,49,47,48,45,48,47,47,44,45,46,45,44,43,42,40,42,41,40,37,39,38,38,36,37,34,37,36,36,33,34,35,34,33,30,32,31,31,29,30,27,30,29,29,26,27,28,27,26,25,23,24,21,24,23,23,20,21,22,21,20,19,17,18,16,18,17,17,15,16,13,16,15,15,12,13,14,13,12,11,6,10,8,10,6,9,8,4,6,4,8,7,3,6,4,6,3,5,4,0,3,0,4,3,2,0,2,1,0],"vertices":[0.12,0.48,-0.44,0.12,0.92,-0.44,0.08,0.92,-0.44,0.08,0.48,-0.44,0.2,0.2,-0.44,0.2,0.48,-0.44,-0.2,0.2,-0.44,-0.2,0.48,-0.44,0.24,0.12,-0.44,0.24,0.2,-0.44,-0.24,0.12,-0.44,-0.24,0.2,-0.44,-0.12,0.88,-0.12,0.12,0.8,-0.12,0.12,0.88,-0.12,-0.12,0.8,-0.12,0.12,0.76,-0.12,-0.12,0.76,-0.12,0.12,0.56,-0.12,-0.12,0.56,-0.12,-0.04,0.44,0.28,0,0.4,0.28,0,0.44,0.28,-0.04,0.4,0.28,0,0.2,0.28,-0.04,0.2,0.28,-0.36,0.24,-0.4,-0.24,0.2,-0.4,-0.24,0.24,-0.4,-0.36,0.2,-0.4,-0.24,0.12,-0.4,-0.36,0.08,-0.4,-0.24,0.08,-0.4,0.24,0.24,-0.4,0.36,0.2,-0.4,0.36,0.24,-0.4,0.24,0.2,-0.4,0.36,0.08,-0.4,0.24,0.12,-0.4,0.24,0.08,-0.4,0.08,0.44,-0.28,0.08,0.56,-0.28,-0.08,0.56,-0.28,-0.08,0.44,-0.28,-0.36,0.24,0,-0.24,0.2,0,-0.24,0.24,0,-0.36,0.2,0,-0.24,0.12,0,-0.36,0.08,0,-0.24,0.08,0,0.24,0.24,0,0.36,0.2,0,0.36,0.24,0,0.24,0.2,0,0.36,0.08,0,0.24,0.12,0,0.24,0.08,0,-0.16,0.48,0.44,-0.04,0.44,0.44,-0.04,0.48,0.44,-0.16,0.36,0.44,-0.04,0.4,0.44,-0.04,0.36,0.44,-0.16,0.28,0.44,0.12,0.28,0.44,0,0.36,0.44,0.12,0.36,0.44,0,0.44,0.44,0,0.48,0.44,0.12,0.48,0.44,0,0.4,0.44,-0.16,0.56,0.44,0.12,0.56,0.44,-0.2,0.52,-0.16,-0.12,0.48,-0.16,-0.12,0.52,-0.16,-0.2,0.4,-0.16,-0.12,0.44,-0.16,-0.12,0.4,-0.16,0.12,0.52,-0.16,0.2,0.4,-0.16,0.2,0.52,-0.16,0.12,0.48,-0.16,0.12,0.4,-0.16,0.12,0.44,-0.16,-0.4,0.2,-0.36,-0.36,0.08,-0.36,-0.36,0.2,-0.36,-0.4,0.16,-0.36,-0.4,0.08,-0.36,-0.24,0.04,-0.36,-0.24,0.08,-0.36,-0.24,0,-0.36,-0.4,0.04,-0.36,-0.4,0,-0.36,0.36,0.2,-0.36,0.4,0.16,-0.36,0.4,0.2,-0.36,0.36,0.08,-0.36,0.4,0.08,-0.36,0.4,0.04,-0.36,0.24,0.08,-0.36,0.4,0,-0.36,0.24,0.04,-0.36,0.24,0,-0.36,-0.12,0.56,-0.24,-0.08,0.44,-0.24,-0.08,0.56,-0.24,-0.12,0.52,-0.24,-0.12,0.44,-0.24,0.12,0.36,-0.24,0.12,0.4,-0.24,0.08,0.44,-0.24,0.12,0.44,-0.24,0.12,0.52,-0.24,0.08,0.56,-0.24,0.12,0.56,-0.24,-0.12,0.36,-0.24,-0.12,0.4,-0.24,-0.08,0.24,-0.04,-0.08,0.36,-0.04,-0.12,0.36,-0.04,-0.12,0.24,-0.04,0.12,0.24,-0.04,0.12,0.36,-0.04,0.08,0.36,-0.04,0.08,0.24,-0.04,-0.4,0.2,0.04,-0.36,0.08,0.04,-0.36,0.2,0.04,-0.4,0.16,0.04,-0.4,0.08,0.04,-0.24,0.04,0.04,-0.24,0.08,0.04,-0.24,0,0.04,-0.4,0.04,0.04,-0.4,0,0.04,0.36,0.2,0.04,0.4,0.16,0.04,0.4,0.2,0.04,0.36,0.08,0.04,0.4,0.08,0.04,0.4,0.04,0.04,0.24,0.08,0.04,0.4,0,0.04,0.24,0.04,0.04,0.24,0,0.04,0.04,0.88,-0.04,0.04,0.96,-0.04,-0.04,0.96,-0.04,-0.04,0.88,-0.04,0.12,0.44,-0.12,0.12,0.48,-0.12,-0.12,0.48,-0.12,-0.12,0.44,-0.12,-0.04,0.2,-0.08,-0.04,0.24,-0.08,-0.16,0.24,-0.08,-0.16,0.2,-0.08,0.16,0.2,-0.08,0.16,0.24,-0.08,0.04,0.24,-0.08,0.04,0.2,-0.08,0.12,0.92,-0.44,0.12,0.96,-0.44,0.08,0.96,-0.44,0.08,0.92,-0.44,0,0.36,0.4,0,0.4,0.4,-0.04,0.4,0.4,-0.04,0.36,0.4,0,0.44,0.4,0,0.48,0.4,-0.04,0.48,0.4,-0.04,0.44,0.4,0.08,0.48,-0.4,0.08,0.92,-0.4,0.12,0.92,-0.4,0.12,0.48,-0.4,-0.2,0.2,-0.36,-0.2,0.48,-0.36,0.2,0.48,-0.36,0.2,0.2,-0.36,-0.04,0.64,0.16,-0.12,0.56,0.16,-0.12,0.64,0.16,0.04,0.64,0.16,-0.12,0.52,0.16,0.12,0.64,0.16,-0.12,0.4,0.16,0.12,0.56,0.16,-0.12,0.36,0.16,0.12,0.52,0.16,0.12,0.36,0.16,0.12,0.4,0.16,-0.04,0.72,0.16,-0.12,0.76,0.16,-0.04,0.8,0.16,-0.12,0.8,0.16,0.12,0.76,0.16,0.04,0.72,0.16,0.12,0.8,0.16,0.04,0.8,0.16,0.12,0.88,0.16,-0.12,0.88,0.16,-0.04,0.2,0.32,-0.04,0.4,0.32,0,0.4,0.32,0,0.2,0.32,-0.16,0.32,0.56,-0.16,0.52,0.56,-0.12,0.52,0.56,-0.12,0.32,0.56,-0.16,0.28,0.56,0.08,0.32,0.56,0.12,0.28,0.56,0.12,0.32,0.56,0.12,0.52,0.56,0.08,0.52,0.56,0.12,0.56,0.56,-0.16,0.56,0.56,-0.24,0.24,-0.12,-0.36,0.2,-0.12,-0.36,0.24,-0.12,-0.24,0.2,-0.12,-0.36,0.08,-0.12,-0.24,0.12,-0.12,-0.24,0.08,-0.12,0.36,0.24,-0.12,0.24,0.2,-0.12,0.24,0.24,-0.12,0.36,0.2,-0.12,0.24,0.12,-0.12,0.36,0.08,-0.12,0.24,0.08,-0.12,-0.24,0.24,0.28,-0.36,0.2,0.28,-0.36,0.24,0.28,-0.24,0.2,0.28,-0.36,0.08,0.28,-0.24,0.12,0.28,-0.24,0.08,0.28,0.36,0.24,0.28,0.24,0.2,0.28,0.24,0.24,0.28,0.36,0.2,0.28,0.24,0.12,0.28,0.36,0.08,0.28,0.24,0.08,0.28,-0.2,0.4,0.08,-0.2,0.52,0.08,-0.12,0.52,0.08,-0.12,0.4,0.08,0.12,0.4,0.08,0.12,0.52,0.08,0.2,0.52,0.08,0.2,0.4,0.08,-0.36,0.2,-0.16,-0.4,0.16,-0.16,-0.4,0.2,-0.16,-0.36,0.08,-0.16,-0.4,0.08,-0.16,-0.4,0.04,-0.16,-0.24,0.08,-0.16,-0.4,0,-0.16,-0.24,0.04,-0.16,-0.24,0,-0.16,0.4,0.2,-0.16,0.36,0.08,-0.16,0.36,0.2,-0.16,0.4,0.16,-0.16,0.4,0.08,-0.16,0.24,0.04,-0.16,0.24,0.08,-0.16,0.24,0,-0.16,0.4,0.04,-0.16,0.4,0,-0.16,-0.12,0.24,0,-0.12,0.36,0,-0.08,0.36,0,-0.08,0.24,0,0.08,0.24,0,0.08,0.36,0,0.12,0.36,0,0.12,0.24,0,-0.36,0.2,0.24,-0.4,0.16,0.24,-0.4,0.2,0.24,-0.36,0.08,0.24,-0.4,0.08,0.24,-0.4,0.04,0.24,-0.24,0.08,0.24,-0.4,0,0.24,-0.24,0.04,0.24,-0.24,0,0.24,0.4,0.2,0.24,0.36,0.08,0.24,0.36,0.2,0.24,0.4,0.16,0.24,0.4,0.08,0.24,0.24,0.04,0.24,0.24,0.08,0.24,0.24,0,0.24,0.4,0.04,0.24,0.4,0,0.24,-0.04,0.2,0.32,-0.24,0.12,0.32,-0.24,0.2,0.32,0,0.2,0.32,0.24,0.12,0.32,0.24,0.2,0.32,-0.04,0.4,0.48,-0.12,0.32,0.48,-0.12,0.4,0.48,0,0.4,0.48,0.08,0.32,0.48,0.08,0.4,0.48,-0.04,0.44,0.48,-0.12,0.44,0.48,0.08,0.44,0.48,0.08,0.52,0.48,-0.12,0.52,0.48,0,0.44,0.48,-0.04,0.88,0.12,-0.04,0.96,0.12,0.04,0.96,0.12,0.04,0.88,0.12,-0.04,0.64,0.24,-0.04,0.72,0.24,0.04,0.72,0.24,0.04,0.64,0.24,-0.04,0.72,0.28,-0.04,0.8,0.28,0.04,0.8,0.28,0.04,0.72,0.28,-0.08,0.44,-0.2,-0.08,0.48,-0.2,0.08,0.48,-0.2,0.08,0.44,-0.2,0.08,0.92,-0.4,0.08,0.96,-0.4,0.12,0.96,-0.4,0.12,0.92,-0.4,-0.12,0.44,-0.16,-0.12,0.48,-0.16,-0.08,0.48,-0.16,-0.08,0.44,-0.16,0.08,0.44,-0.16,0.08,0.48,-0.16,0.12,0.48,-0.16,0.12,0.44,-0.16,-0.12,0.2,0.04,-0.12,0.24,0.04,-0.08,0.24,0.04,-0.08,0.2,0.04,0.08,0.2,0.04,0.08,0.24,0.04,0.12,0.24,0.04,0.12,0.2,0.04,-0.16,0.2,0.12,-0.16,0.24,0.12,-0.12,0.24,0.12,-0.12,0.2,0.12,-0.08,0.2,0.12,-0.08,0.24,0.12,-0.04,0.24,0.12,-0.04,0.2,0.12,0.04,0.2,0.12,0.04,0.24,0.12,0.08,0.24,0.12,0.08,0.2,0.12,0.12,0.2,0.12,0.12,0.24,0.12,0.16,0.24,0.12,0.16,0.2,0.12,-0.04,0.4,0.68,-0.04,0.44,0.68,0,0.44,0.68,0,0.4,0.68,0.08,0.48,-0.44,0.08,0.92,-0.44,0.08,0.92,-0.4,0.08,0.48,-0.4,-0.12,0.76,0.04,-0.12,0.56,-0.12,-0.12,0.76,-0.12,-0.12,0.76,0.08,-0.12,0.56,0.16,-0.12,0.76,0.16,-0.12,0.64,0.16,-0.12,0.52,-0.24,-0.12,0.56,-0.24,-0.12,0.52,-0.16,-0.12,0.44,-0.24,-0.12,0.48,-0.16,-0.12,0.4,-0.24,-0.12,0.44,-0.16,-0.12,0.4,-0.16,-0.12,0.36,-0.24,-0.12,0.4,0.08,-0.12,0.36,-0.04,-0.12,0.4,0.16,-0.12,0.52,0.16,-0.12,0.52,0.08,-0.12,0.36,0,-0.12,0.36,0.16,-0.16,0.56,0.56,-0.16,0.48,0.44,-0.16,0.56,0.44,-0.16,0.52,0.56,-0.16,0.36,0.44,-0.16,0.32,0.56,-0.16,0.28,0.44,-0.16,0.28,0.56,-0.2,0.48,-0.4,-0.2,0.2,-0.44,-0.2,0.48,-0.44,-0.2,0.48,-0.36,-0.2,0.2,-0.36,0.08,0.52,0.56,0.08,0.44,0.48,0.08,0.52,0.48,0.08,0.32,0.56,0.08,0.4,0.48,0.08,0.32,0.48,-0.04,0.2,0.28,-0.04,0.4,0.28,-0.04,0.4,0.32,-0.04,0.2,0.32,-0.04,0.44,0.44,-0.04,0.44,0.4,-0.04,0.44,0.28,-0.04,0.4,0.44,-0.04,0.4,0.4,-0.04,0.36,0.4,-0.04,0.36,0.44,-0.04,0.48,0.44,-0.04,0.48,0.4,-0.2,0.4,-0.16,-0.2,0.52,-0.16,-0.2,0.52,0.08,-0.2,0.4,0.08,-0.4,0.04,-0.32,-0.4,0.16,-0.32,-0.4,0.16,-0.2,-0.4,0.04,-0.2,-0.4,0.04,0.08,-0.4,0.16,0.08,-0.4,0.16,0.2,-0.4,0.04,0.2,-0.36,0.08,-0.4,-0.36,0.2,-0.4,-0.36,0.2,-0.36,-0.36,0.08,-0.36,-0.36,0.2,-0.12,-0.36,0.24,-0.12,-0.36,0.24,-0.4,-0.36,0.2,-0.16,-0.36,0.08,-0.16,-0.36,0.08,-0.12,-0.4,0.16,-0.32,-0.4,0.08,-0.36,-0.4,0.16,-0.36,-0.4,0.04,-0.32,-0.4,0.04,-0.36,-0.4,0,-0.36,-0.4,0.04,-0.2,-0.4,0,-0.16,-0.4,0.04,-0.16,-0.4,0.08,-0.16,-0.4,0.16,-0.16,-0.4,0.16,-0.2,-0.4,0.2,-0.16,-0.4,0.2,-0.36,-0.08,0.44,-0.28,-0.08,0.56,-0.28,-0.08,0.56,-0.24,-0.08,0.44,-0.24,-0.12,0.24,-0.04,-0.12,0.36,-0.04,-0.12,0.36,0,-0.12,0.24,0,0.08,0.24,-0.04,0.08,0.36,-0.04,0.08,0.36,0,0.08,0.24,0,-0.36,0.08,0,-0.36,0.2,0,-0.36,0.2,0.04,-0.36,0.08,0.04,-0.36,0.2,0.28,-0.36,0.24,0.28,-0.36,0.24,0,-0.36,0.2,0.24,-0.36,0.08,0.24,-0.36,0.08,0.28,-0.4,0.16,0.08,-0.4,0.08,0.04,-0.4,0.16,0.04,-0.4,0.04,0.08,-0.4,0.04,0.04,-0.4,0,0.04,-0.4,0.04,0.2,-0.4,0,0.24,-0.4,0.04,0.24,-0.4,0.08,0.24,-0.4,0.16,0.24,-0.4,0.16,0.2,-0.4,0.2,0.24,-0.4,0.2,0.04,-0.12,0.88,-0.04,-0.12,0.8,-0.12,-0.12,0.88,-0.12,-0.12,0.88,0.12,-0.12,0.8,0.04,-0.12,0.88,0.16,-0.12,0.8,0.08,-0.12,0.8,0.16,0.24,0.04,-0.32,0.24,0.12,-0.32,0.24,0.12,-0.2,0.24,0.04,-0.2,-0.24,0.2,-0.08,-0.24,0.12,-0.12,-0.24,0.2,-0.12,-0.24,0.2,0,-0.24,0.12,0,-0.04,0.88,-0.04,-0.04,0.96,-0.04,-0.04,0.96,0.12,-0.04,0.88,0.12,0.24,0.04,0.08,0.24,0.12,0.08,0.24,0.12,0.2,0.24,0.04,0.2,-0.04,0.8,0.28,-0.04,0.72,0.16,-0.04,0.8,0.16,-0.04,0.72,0.28,-0.04,0.72,0.24,-0.04,0.64,0.16,-0.04,0.72,0.16,-0.04,0.72,0.24,-0.04,0.64,0.24,-0.24,0.12,-0.44,-0.24,0.2,-0.44,-0.24,0.2,-0.4,-0.24,0.12,-0.4,0.24,0.12,-0.32,0.24,0.08,-0.36,0.24,0.12,-0.36,0.24,0.04,-0.32,0.24,0.04,-0.36,0.24,0,-0.36,0.24,0.04,-0.2,0.24,0,-0.16,0.24,0.04,-0.16,0.24,0.08,-0.16,0.24,0.12,-0.16,0.24,0.12,-0.2,0.24,0.12,0.08,0.24,0.08,0.04,0.24,0.12,0.04,0.24,0.04,0.08,0.24,0.04,0.04,0.24,0,0.04,0.24,0.04,0.2,0.24,0,0.24,0.24,0.04,0.24,0.24,0.08,0.24,0.24,0.12,0.24,0.24,0.12,0.2,-0.24,0.12,0.28,-0.24,0.2,0.28,-0.24,0.2,0.32,-0.24,0.12,0.32,0.24,0.24,-0.12,0.24,0.2,-0.4,0.24,0.24,-0.4,0.24,0.2,-0.12,0.24,0.2,-0.36,-0.16,0.24,-0.04,-0.16,0.2,-0.08,-0.16,0.24,-0.08,-0.16,0.24,0,-0.16,0.2,0.12,-0.16,0.24,0.04,-0.16,0.24,0.12,0.04,0.24,-0.04,0.04,0.2,-0.08,0.04,0.24,-0.08,0.04,0.24,0,0.04,0.2,0.12,0.04,0.24,0.04,0.04,0.24,0.12,0.24,0.24,0.28,0.24,0.2,0,0.24,0.24,0,0.24,0.2,0.28,0.24,0.2,0.12,-0.04,0.4,0.48,-0.04,0.44,0.48,-0.04,0.44,0.68,-0.04,0.4,0.68,-0.08,0.2,0.04,-0.08,0.24,0.04,-0.08,0.24,0.12,-0.08,0.2,0.12,0.12,0.2,0.04,0.12,0.24,0.04,0.12,0.24,0.12,0.12,0.2,0.12,0.08,0.92,-0.44,0.08,0.96,-0.44,0.08,0.96,-0.4,0.08,0.92,-0.4,0.24,0.08,-0.4,0.24,0.12,-0.4,0.24,0.12,-0.36,0.24,0.08,-0.36,0.08,0.44,-0.2,0.08,0.48,-0.2,0.08,0.48,-0.16,0.08,0.44,-0.16,0.12,0.44,-0.16,0.12,0.48,-0.16,0.12,0.48,-0.12,0.12,0.44,-0.12,0.24,0.08,-0.16,0.24,0.12,-0.16,0.24,0.12,-0.12,0.24,0.08,-0.12,0.24,0.08,0,0.24,0.12,0,0.24,0.12,0.04,0.24,0.08,0.04,-0.12,0.76,0.04,-0.12,0.8,0.04,-0.12,0.8,0.08,-0.12,0.76,0.08,0.24,0.08,0.24,0.24,0.12,0.24,0.24,0.12,0.28,0.24,0.08,0.28,0.12,0.48,-0.4,0.12,0.92,-0.4,0.12,0.92,-0.44,0.12,0.48,-0.44,0.12,0.76,0.08,0.12,0.64,0.16,0.12,0.76,0.16,0.12,0.76,0.04,0.12,0.56,0.16,0.12,0.76,-0.12,0.12,0.56,-0.12,0.12,0.52,0.16,0.12,0.56,-0.24,0.12,0.52,0.08,0.12,0.4,0.16,0.12,0.4,0.08,0.12,0.36,0.16,0.12,0.4,-0.16,0.12,0.36,0,0.12,0.4,-0.24,0.12,0.44,-0.16,0.12,0.44,-0.24,0.12,0.48,-0.16,0.12,0.52,-0.24,0.12,0.52,-0.16,0.12,0.36,-0.04,0.12,0.36,-0.24,0.12,0.56,0.44,0.12,0.52,0.56,0.12,0.56,0.56,0.12,0.48,0.44,0.12,0.32,0.56,0.12,0.36,0.44,0.12,0.28,0.56,0.12,0.28,0.44,0.2,0.48,-0.4,0.2,0.2,-0.36,0.2,0.48,-0.36,0.2,0.48,-0.44,0.2,0.2,-0.44,-0.12,0.52,0.48,-0.12,0.32,0.56,-0.12,0.52,0.56,-0.12,0.44,0.48,-0.12,0.32,0.48,-0.12,0.4,0.48,0,0.2,0.32,0,0.4,0.32,0,0.4,0.28,0,0.2,0.28,0,0.4,0.4,0,0.44,0.28,0,0.4,0.44,0,0.44,0.4,0,0.44,0.44,0,0.36,0.44,0,0.36,0.4,0,0.48,0.4,0,0.48,0.44,0.2,0.4,0.08,0.2,0.52,0.08,0.2,0.52,-0.16,0.2,0.4,-0.16,0.4,0.04,-0.2,0.4,0.16,-0.2,0.4,0.16,-0.32,0.4,0.04,-0.32,0.4,0.04,0.2,0.4,0.16,0.2,0.4,0.16,0.08,0.4,0.04,0.08,0.36,0.08,-0.36,0.36,0.2,-0.36,0.36,0.2,-0.4,0.36,0.08,-0.4,0.36,0.2,-0.16,0.36,0.2,-0.12,0.36,0.08,-0.12,0.36,0.08,-0.16,0.36,0.24,-0.4,0.36,0.24,-0.12,0.4,0.16,-0.36,0.4,0.04,-0.32,0.4,0.16,-0.32,0.4,0.08,-0.36,0.4,0.04,-0.36,0.4,0,-0.36,0.4,0,-0.16,0.4,0.04,-0.2,0.4,0.04,-0.16,0.4,0.08,-0.16,0.4,0.16,-0.2,0.4,0.16,-0.16,0.4,0.2,-0.36,0.4,0.2,-0.16,0.08,0.44,-0.24,0.08,0.56,-0.24,0.08,0.56,-0.28,0.08,0.44,-0.28,-0.08,0.24,0,-0.08,0.36,0,-0.08,0.36,-0.04,-0.08,0.24,-0.04,0.12,0.24,0,0.12,0.36,0,0.12,0.36,-0.04,0.12,0.24,-0.04,0.36,0.08,0.04,0.36,0.2,0.04,0.36,0.2,0,0.36,0.08,0,0.36,0.2,0.24,0.36,0.2,0.28,0.36,0.08,0.28,0.36,0.08,0.24,0.36,0.24,0,0.36,0.24,0.28,0.4,0.16,0.04,0.4,0.04,0.08,0.4,0.16,0.08,0.4,0.08,0.04,0.4,0.04,0.04,0.4,0,0.04,0.4,0,0.24,0.4,0.04,0.2,0.4,0.04,0.24,0.4,0.08,0.24,0.4,0.16,0.2,0.4,0.16,0.24,0.4,0.2,0.04,0.4,0.2,0.24,0.12,0.88,0.12,0.12,0.8,0.16,0.12,0.88,0.16,0.12,0.88,-0.04,0.12,0.8,0.08,0.12,0.88,-0.12,0.12,0.8,0.04,0.12,0.8,-0.12,-0.24,0.04,-0.2,-0.24,0.12,-0.2,-0.24,0.12,-0.32,-0.24,0.04,-0.32,0.24,0.2,-0.08,0.24,0.12,0,0.24,0.2,0,0.24,0.2,-0.12,0.24,0.12,-0.12,0.04,0.88,0.12,0.04,0.96,0.12,0.04,0.96,-0.04,0.04,0.88,-0.04,-0.24,0.04,0.2,-0.24,0.12,0.2,-0.24,0.12,0.08,-0.24,0.04,0.08,0.04,0.8,0.16,0.04,0.72,0.28,0.04,0.8,0.28,0.04,0.72,0.16,0.04,0.72,0.24,0.04,0.64,0.24,0.04,0.72,0.24,0.04,0.72,0.16,0.04,0.64,0.16,0.24,0.12,-0.4,0.24,0.2,-0.4,0.24,0.2,-0.44,0.24,0.12,-0.44,-0.24,0.12,-0.36,-0.24,0.04,-0.32,-0.24,0.12,-0.32,-0.24,0.08,-0.36,-0.24,0.04,-0.36,-0.24,0,-0.36,-0.24,0,-0.16,-0.24,0.04,-0.2,-0.24,0.04,-0.16,-0.24,0.08,-0.16,-0.24,0.12,-0.2,-0.24,0.12,-0.16,-0.24,0.12,0.04,-0.24,0.04,0.08,-0.24,0.12,0.08,-0.24,0.08,0.04,-0.24,0.04,0.04,-0.24,0,0.04,-0.24,0,0.24,-0.24,0.04,0.2,-0.24,0.04,0.24,-0.24,0.08,0.24,-0.24,0.12,0.2,-0.24,0.12,0.24,0.24,0.12,0.32,0.24,0.2,0.32,0.24,0.2,0.28,0.24,0.12,0.28,-0.24,0.24,-0.4,-0.24,0.2,-0.12,-0.24,0.24,-0.12,-0.24,0.2,-0.4,-0.24,0.2,-0.36,-0.04,0.24,0.04,-0.04,0.2,0.12,-0.04,0.24,0.12,-0.04,0.24,0,-0.04,0.2,-0.08,-0.04,0.24,-0.04,-0.04,0.24,-0.08,0.16,0.24,0.04,0.16,0.2,0.12,0.16,0.24,0.12,0.16,0.24,0,0.16,0.2,-0.08,0.16,0.24,-0.04,0.16,0.24,-0.08,-0.24,0.24,0,-0.24,0.2,0.28,-0.24,0.24,0.28,-0.24,0.2,0,-0.24,0.2,0.12,0,0.4,0.68,0,0.44,0.68,0,0.44,0.48,0,0.4,0.48,-0.12,0.2,0.12,-0.12,0.24,0.12,-0.12,0.24,0.04,-0.12,0.2,0.04,0.08,0.2,0.12,0.08,0.24,0.12,0.08,0.24,0.04,0.08,0.2,0.04,0.12,0.92,-0.4,0.12,0.96,-0.4,0.12,0.96,-0.44,0.12,0.92,-0.44,-0.24,0.08,-0.36,-0.24,0.12,-0.36,-0.24,0.12,-0.4,-0.24,0.08,-0.4,-0.08,0.44,-0.16,-0.08,0.48,-0.16,-0.08,0.48,-0.2,-0.08,0.44,-0.2,-0.24,0.08,-0.12,-0.24,0.12,-0.12,-0.24,0.12,-0.16,-0.24,0.08,-0.16,-0.12,0.44,-0.12,-0.12,0.48,-0.12,-0.12,0.48,-0.16,-0.12,0.44,-0.16,-0.24,0.08,0.04,-0.24,0.12,0.04,-0.24,0.12,0,-0.24,0.08,0,0.12,0.76,0.08,0.12,0.8,0.08,0.12,0.8,0.04,0.12,0.76,0.04,-0.24,0.08,0.28,-0.24,0.12,0.28,-0.24,0.12,0.24,-0.24,0.08,0.24,-0.2,0.2,-0.36,-0.24,0.2,-0.12,-0.24,0.2,-0.36,-0.24,0.2,-0.08,0.2,0.2,-0.36,-0.16,0.2,-0.08,0.24,0.2,-0.36,-0.04,0.2,-0.08,0.24,0.2,-0.12,0.04,0.2,-0.08,0.24,0.2,-0.08,0.16,0.2,-0.08,-0.24,0.2,0,-0.24,0.2,0.12,-0.16,0.2,0.12,-0.04,0.2,0.12,0.04,0.2,0.12,0.16,0.2,0.12,0.24,0.2,0.12,0.24,0.2,0,-0.24,0.2,0.28,-0.04,0.2,0.28,-0.12,0.2,0.12,0,0.2,0.28,-0.08,0.2,0.12,0.24,0.2,0.28,0.08,0.2,0.12,0.12,0.2,0.12,-0.08,0.2,0.04,-0.12,0.2,0.04,0.12,0.2,0.04,0.08,0.2,0.04,-0.24,0.2,0.32,-0.04,0.2,0.32,0,0.2,0.32,0.24,0.2,0.32,-0.36,0.24,-0.4,-0.24,0.24,-0.4,-0.36,0.24,-0.12,-0.24,0.24,-0.12,0.24,0.24,-0.4,0.36,0.24,-0.4,0.24,0.24,-0.12,0.36,0.24,-0.12,-0.36,0.24,0,-0.24,0.24,0,-0.36,0.24,0.28,-0.24,0.24,0.28,0.24,0.24,0,0.36,0.24,0,0.24,0.24,0.28,0.36,0.24,0.28,-0.2,0.52,-0.16,-0.12,0.52,-0.16,-0.2,0.52,0.08,-0.12,0.52,0.08,0.12,0.52,-0.16,0.2,0.52,-0.16,0.12,0.52,0.08,0.2,0.52,0.08,-0.4,0.2,-0.36,-0.36,0.2,-0.36,-0.4,0.2,-0.16,-0.36,0.2,-0.16,0.36,0.2,-0.36,0.4,0.2,-0.36,0.36,0.2,-0.16,0.4,0.2,-0.16,-0.4,0.2,0.04,-0.36,0.2,0.04,-0.4,0.2,0.24,-0.36,0.2,0.24,0.36,0.2,0.04,0.4,0.2,0.04,0.36,0.2,0.24,0.4,0.2,0.24,-0.04,0.44,0.48,0,0.44,0.48,-0.04,0.44,0.68,0,0.44,0.68,-0.08,0.56,-0.24,-0.12,0.56,-0.12,-0.12,0.56,-0.24,0.12,0.56,-0.12,0.08,0.56,-0.24,0.12,0.56,-0.24,0.08,0.56,-0.28,-0.08,0.56,-0.28,-0.16,0.56,0.44,0.12,0.56,0.44,-0.16,0.56,0.56,0.12,0.56,0.56,-0.12,0.88,-0.04,-0.04,0.88,-0.04,-0.12,0.88,0.12,-0.04,0.88,0.12,0.12,0.88,-0.12,-0.12,0.88,-0.12,0.12,0.88,-0.04,0.04,0.88,-0.04,0.04,0.88,0.12,0.12,0.88,0.12,-0.12,0.88,0.16,0.12,0.88,0.16,-0.04,0.96,-0.04,0.04,0.96,-0.04,-0.04,0.96,0.12,0.04,0.96,0.12,-0.04,0.8,0.16,0.04,0.8,0.16,-0.04,0.8,0.28,0.04,0.8,0.28,-0.04,0.44,0.28,0,0.44,0.28,-0.04,0.44,0.4,0,0.44,0.4,-0.12,0.32,0.48,0.08,0.32,0.48,-0.12,0.32,0.56,0.08,0.32,0.56,-0.2,0.2,-0.44,-0.24,0.2,-0.4,-0.24,0.2,-0.44,0.24,0.2,-0.44,0.2,0.2,-0.44,0.24,0.2,-0.4,-0.16,0.24,0.04,-0.12,0.24,0.04,-0.16,0.24,0.12,-0.12,0.24,0.12,-0.12,0.24,0,-0.16,0.24,0,-0.08,0.24,0,-0.08,0.24,0.04,-0.04,0.24,0,-0.04,0.24,0.04,-0.08,0.24,0.12,-0.04,0.24,0.12,-0.12,0.24,-0.04,-0.16,0.24,-0.04,-0.04,0.24,-0.08,-0.16,0.24,-0.08,-0.04,0.24,-0.04,-0.08,0.24,-0.04,0.04,0.24,0.04,0.08,0.24,0.04,0.04,0.24,0.12,0.08,0.24,0.12,0.08,0.24,0,0.04,0.24,0,0.12,0.24,0,0.12,0.24,0.04,0.16,0.24,0,0.16,0.24,0.04,0.12,0.24,0.12,0.16,0.24,0.12,0.08,0.24,-0.04,0.04,0.24,-0.04,0.16,0.24,-0.08,0.04,0.24,-0.08,0.16,0.24,-0.04,0.12,0.24,-0.04,0.08,0.48,-0.4,-0.2,0.48,-0.36,-0.2,0.48,-0.4,0.2,0.48,-0.36,0.12,0.48,-0.4,0.2,0.48,-0.4,0.08,0.48,-0.44,-0.2,0.48,-0.44,0.2,0.48,-0.44,0.12,0.48,-0.44,-0.08,0.44,-0.16,-0.12,0.44,-0.12,-0.12,0.44,-0.16,0.12,0.44,-0.12,0.08,0.44,-0.16,0.12,0.44,-0.16,0.08,0.44,-0.2,-0.08,0.44,-0.2,0.08,0.96,-0.44,0.12,0.96,-0.44,0.08,0.96,-0.4,0.12,0.96,-0.4,-0.04,0.48,0.4,0,0.48,0.4,-0.04,0.48,0.44,0,0.48,0.44],"colors":[0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.5882353,0.5764706,0.5764706,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.227451,0.1137255,0.08627451,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.8901961,0.4117647,0.2627451,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1]},"spaceexploration_mooncheese_optimised":{"faces":[564,563,561,563,562,561,560,559,557,559,558,557,556,555,553,555,554,553,552,551,549,551,550,549,548,547,545,547,546,545,544,543,541,543,542,541,540,539,537,539,538,537,536,535,533,535,534,533,532,531,529,531,530,529,528,527,525,527,526,525,524,523,521,523,522,521,520,519,517,519,518,517,516,515,514,515,513,514,513,512,510,512,511,510,509,508,506,508,507,506,505,504,502,504,503,502,501,500,498,500,499,498,497,496,494,496,495,494,493,492,490,492,491,490,489,488,486,488,487,486,485,484,482,484,483,482,481,480,478,480,479,478,477,476,474,476,475,474,472,473,437,466,472,437,471,470,460,470,469,460,468,467,466,467,464,466,465,464,463,464,453,463,462,448,461,448,459,461,460,459,458,459,456,458,456,457,455,449,456,455,454,453,452,453,439,452,450,451,449,447,450,449,442,448,447,444,442,447,445,446,444,438,445,444,443,440,441,440,442,441,439,440,438,434,439,438,437,436,434,436,435,434,433,432,430,432,431,430,429,428,426,428,427,426,425,424,422,424,423,422,421,420,418,420,419,418,417,416,414,416,415,414,413,412,410,412,411,410,409,408,406,408,407,406,405,404,402,404,403,402,401,400,398,400,399,398,397,396,394,396,395,394,393,392,390,392,391,390,389,388,386,388,387,386,385,384,382,384,383,382,381,375,379,375,380,379,378,377,375,377,376,375,374,373,371,373,372,371,370,369,367,369,368,367,366,365,363,365,364,363,362,351,361,351,333,361,359,360,331,347,359,331,357,358,356,350,357,356,355,349,353,349,354,353,352,344,350,344,351,350,348,349,347,341,348,347,346,345,340,345,344,340,342,343,341,338,342,341,340,339,338,339,336,338,337,336,334,336,335,334,334,333,332,333,327,332,331,326,329,326,330,329,328,327,325,327,326,325,324,323,321,323,322,321,320,319,317,319,318,317,316,315,313,315,314,313,312,311,309,311,310,309,308,307,305,307,306,305,304,303,301,303,302,301,300,299,297,299,298,297,296,295,293,295,294,293,292,291,289,291,290,289,288,287,285,287,286,285,284,283,281,283,282,281,280,279,277,279,278,277,276,275,273,275,274,273,271,272,270,267,271,270,269,268,266,268,267,266,265,264,262,264,263,262,261,260,258,260,259,258,257,256,254,256,255,254,253,252,250,252,251,250,225,249,241,249,248,241,247,246,245,246,240,245,243,244,242,234,243,242,241,240,233,240,239,233,238,235,237,235,226,237,236,222,234,222,235,234,233,229,231,229,232,231,230,227,228,227,229,228,226,227,225,218,226,225,224,223,221,223,222,221,221,220,218,220,219,218,217,216,214,216,215,214,213,212,210,212,211,210,209,208,206,208,207,206,205,204,202,204,203,202,201,200,198,200,199,198,197,196,194,196,195,194,193,192,190,192,191,190,189,188,186,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,168,172,171,168,170,122,169,122,167,169,168,167,166,167,165,166,118,165,163,165,164,163,162,161,159,161,160,159,158,157,155,157,156,155,154,153,151,153,152,151,150,149,147,149,148,147,146,145,143,145,144,143,142,141,139,141,140,139,138,133,136,133,137,136,134,135,124,131,134,124,132,133,131,128,132,131,130,129,128,129,126,128,127,126,125,126,123,125,124,123,121,123,122,121,121,120,118,120,119,118,117,116,114,116,115,114,113,112,110,112,111,110,109,108,106,108,107,106,105,104,102,104,103,102,101,100,98,100,99,98,97,96,94,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,79,80,78,79,78,77,75,77,76,75,74,73,71,73,72,71,70,69,67,69,68,67,66,65,63,65,64,63,62,56,60,56,61,60,59,58,56,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,30,31,29,27,30,29,28,4,27,4,25,27,26,25,24,25,8,24,23,18,21,18,22,21,19,20,15,16,19,15,17,18,16,7,17,16,15,11,13,11,14,13,12,9,10,9,11,10,8,9,7,0,8,7,6,5,3,5,4,3,3,2,0,2,1,0],"vertices":[0.2,0.15,-0.275,0.1,0.15,-0.275,0.1,0.05,-0.275,0.2,0.05,-0.275,-0.2,0.05,-0.275,-0.2,0,-0.275,0.2,0,-0.275,0.2,0.2,-0.275,-0.2,0.15,-0.275,-0.2,0.2,-0.275,-0.15,0.3,-0.275,-0.2,0.3,-0.275,-0.15,0.2,-0.275,0.2,0.35,-0.275,-0.2,0.35,-0.275,0.2,0.3,-0.275,0.2,0.25,-0.275,-0.05,0.2,-0.275,-0.05,0.25,-0.275,0.15,0.25,-0.275,0.15,0.3,-0.275,0.1,0.3,-0.275,-0.05,0.3,-0.275,0.1,0.25,-0.275,-0.1,0.15,-0.275,-0.2,0.1,-0.275,-0.1,0.1,-0.275,0,0.1,-0.275,0,0.05,-0.275,0,0.15,-0.275,-0.05,0.1,-0.275,-0.05,0.15,-0.275,-0.05,0.3,-0.225,-0.15,0.3,-0.225,-0.15,0.2,-0.225,-0.05,0.2,-0.225,0.1,0.15,-0.225,0,0.15,-0.225,0,0.05,-0.225,0.1,0.05,-0.225,-0.15,0.15,-0.025,-0.2,0.15,-0.025,-0.2,0.05,-0.025,-0.15,0.05,-0.025,0.2,0.3,-0.025,0.15,0.3,-0.025,0.15,0.2,-0.025,0.2,0.2,-0.025,-0.15,0.3,0.025,-0.2,0.3,0.025,-0.2,0.2,0.025,-0.15,0.2,0.025,0.2,0.15,0.025,0.15,0.15,0.025,0.15,0.05,0.025,0.2,0.05,0.025,-0.15,0.3,0.225,-0.2,0.3,0.225,-0.2,0.2,0.225,-0.15,0.2,0.225,-0.1,0.35,0.225,-0.15,0.35,0.225,-0.1,0.3,0.225,0.2,0.2,0.225,0.15,0.2,0.225,0.15,0.1,0.225,0.2,0.1,0.225,-0.05,0.35,-0.125,-0.15,0.35,-0.125,-0.15,0.3,-0.125,-0.05,0.3,-0.125,0,0.35,0.025,-0.1,0.35,0.025,-0.1,0.3,0.025,0,0.3,0.025,0.15,0.35,0.175,0.05,0.35,0.175,0.05,0.3,0.175,0.15,0.3,0.175,0.2,0.3,0.175,0.15,0.25,0.175,0.2,0.25,0.175,-0.05,0.15,-0.225,-0.1,0.15,-0.225,-0.1,0.1,-0.225,-0.05,0.1,-0.225,0.15,0.3,-0.225,0.1,0.3,-0.225,0.1,0.25,-0.225,0.15,0.25,-0.225,-0.15,0.25,-0.175,-0.2,0.25,-0.175,-0.2,0.2,-0.175,-0.15,0.2,-0.175,0.2,0.15,-0.175,0.15,0.15,-0.175,0.15,0.1,-0.175,0.2,0.1,-0.175,0.1,0.35,-0.125,0.05,0.35,-0.125,0.05,0.3,-0.125,0.1,0.3,-0.125,-0.15,0.15,0.175,-0.2,0.15,0.175,-0.2,0.1,0.175,-0.15,0.1,0.175,-0.1,0.15,0.175,-0.15,0.15,0.175,-0.15,0.1,0.175,-0.1,0.1,0.175,-0.1,0.3,0.225,0,0.3,0.225,0,0.2,0.225,-0.1,0.2,0.225,0.05,0.15,0.225,0.15,0.15,0.225,0.15,0.05,0.225,0.05,0.05,0.225,-0.2,0.3,0.275,-0.1,0.3,0.275,-0.1,0.2,0.275,-0.2,0.2,0.275,0.2,0.2,0.275,0.2,0.15,0.275,-0.2,0.15,0.275,0.15,0.15,0.275,0.2,0.05,0.275,0.15,0.05,0.275,-0.2,0.05,0.275,0.2,0,0.275,-0.2,0,0.275,-0.2,0.1,0.275,0.05,0.05,0.275,0.05,0.1,0.275,-0.15,0.1,0.275,-0.15,0.15,0.275,-0.1,0.15,0.275,0.05,0.15,0.275,-0.1,0.1,0.275,-0.2,0.15,-0.125,-0.15,0.15,-0.125,-0.15,0.05,-0.125,-0.2,0.05,-0.125,0.15,0.3,-0.125,0.2,0.3,-0.125,0.2,0.2,-0.125,0.15,0.2,-0.125,-0.2,0.3,-0.075,-0.15,0.3,-0.075,-0.15,0.2,-0.075,-0.2,0.2,-0.075,0.15,0.15,-0.075,0.2,0.15,-0.075,0.2,0.05,-0.075,0.15,0.05,-0.075,-0.2,0.3,0.125,-0.15,0.3,0.125,-0.15,0.2,0.125,-0.2,0.2,0.125,0.15,0.2,0.125,0.2,0.2,0.125,0.2,0.1,0.125,0.15,0.1,0.125,-0.2,0.35,0.275,0.2,0.35,0.275,0.2,0.3,0.275,0,0.3,0.275,0.2,0.25,0.275,0,0.25,0.275,0.1,0.25,0.275,0.1,0.2,0.275,0.05,0.25,0.275,0.05,0.2,0.275,0,0.2,0.275,-0.15,0.35,-0.225,-0.05,0.35,-0.225,-0.05,0.3,-0.225,-0.15,0.3,-0.225,-0.1,0.35,-0.075,0,0.35,-0.075,0,0.3,-0.075,-0.1,0.3,-0.075,0.05,0.35,0.075,0.15,0.35,0.075,0.15,0.3,0.075,0.05,0.3,0.075,-0.2,0.15,0.125,-0.1,0.15,0.125,-0.1,0.1,0.125,-0.2,0.1,0.125,-0.2,0.25,-0.225,-0.15,0.25,-0.225,-0.15,0.2,-0.225,-0.2,0.2,-0.225,0.15,0.15,-0.225,0.2,0.15,-0.225,0.2,0.1,-0.225,0.15,0.1,-0.225,0.05,0.35,-0.175,0.1,0.35,-0.175,0.1,0.3,-0.175,0.05,0.3,-0.175,0.15,0.3,0.125,0.2,0.3,0.125,0.2,0.25,0.125,0.15,0.25,0.125,-0.15,0.35,0.175,-0.1,0.35,0.175,-0.1,0.3,0.175,-0.15,0.3,0.175,-0.15,0.15,0.225,-0.1,0.15,0.225,-0.1,0.1,0.225,-0.15,0.1,0.225,0.05,0.25,0.225,0.1,0.25,0.225,0.1,0.2,0.225,0.05,0.2,0.225,-0.2,0.15,-0.275,-0.2,0.15,-0.125,-0.2,0.05,-0.125,-0.2,0.05,-0.275,-0.2,0.05,0.275,-0.2,0,0.275,-0.2,0,-0.275,-0.2,0.2,-0.275,-0.2,0.15,0.275,-0.2,0.2,0.275,-0.2,0.3,0.225,-0.2,0.3,0.275,-0.2,0.2,0.225,-0.2,0.35,-0.275,-0.2,0.35,0.275,-0.2,0.3,-0.275,-0.2,0.1,-0.025,-0.2,0.1,0.275,-0.2,0.05,-0.025,-0.2,0.15,0.175,-0.2,0.1,0.175,-0.2,0.3,-0.075,-0.2,0.25,-0.075,-0.2,0.25,-0.275,-0.2,0.15,-0.025,-0.2,0.1,0.125,-0.2,0.15,0.125,-0.2,0.25,-0.175,-0.2,0.2,-0.075,-0.2,0.2,-0.175,-0.2,0.25,-0.225,-0.2,0.2,-0.225,-0.15,0.15,-0.125,-0.15,0.15,-0.025,-0.15,0.05,-0.025,-0.15,0.05,-0.125,-0.15,0.3,-0.075,-0.15,0.3,0.025,-0.15,0.2,0.025,-0.15,0.2,-0.075,-0.2,0.3,0.025,-0.2,0.3,0.125,-0.2,0.2,0.125,-0.2,0.2,0.025,-0.15,0.3,0.125,-0.15,0.3,0.225,-0.15,0.2,0.225,-0.15,0.2,0.125,-0.05,0.3,-0.275,-0.05,0.3,-0.225,-0.05,0.2,-0.225,-0.05,0.2,-0.275,-0.05,0.35,-0.225,-0.05,0.3,-0.125,-0.05,0.35,-0.125,0.1,0.15,-0.275,0.1,0.15,-0.225,0.1,0.05,-0.225,0.1,0.05,-0.275,0,0.3,0.225,0,0.3,0.275,0,0.2,0.275,0,0.2,0.225,0.15,0.15,0.225,0.15,0.15,0.275,0.15,0.05,0.275,0.15,0.05,0.225,0,0.35,-0.075,0,0.35,0.025,0,0.3,0.025,0,0.3,-0.075,0.15,0.35,0.075,0.15,0.35,0.175,0.15,0.3,0.175,0.15,0.3,0.075,-0.05,0.15,-0.275,-0.05,0.15,-0.225,-0.05,0.1,-0.225,-0.05,0.1,-0.275,0.15,0.3,-0.275,0.15,0.3,-0.225,0.15,0.25,-0.225,0.15,0.25,-0.275,-0.15,0.25,-0.225,-0.15,0.25,-0.175,-0.15,0.2,-0.175,-0.15,0.2,-0.225,0.1,0.35,-0.175,0.1,0.35,-0.125,0.1,0.3,-0.125,0.1,0.3,-0.175,-0.1,0.15,0.125,-0.1,0.15,0.175,-0.1,0.1,0.175,-0.1,0.1,0.125,-0.1,0.35,0.175,-0.1,0.35,0.225,-0.1,0.3,0.225,-0.1,0.3,0.175,-0.1,0.15,0.225,-0.1,0.15,0.275,-0.1,0.1,0.275,-0.1,0.1,0.225,0.1,0.25,0.225,0.1,0.25,0.275,0.1,0.2,0.275,0.1,0.2,0.225,0.2,0.3,-0.125,0.2,0.3,-0.275,0.2,0.2,-0.275,0.2,0.2,-0.125,0.2,0.35,0.275,0.2,0.35,-0.275,0.2,0.3,0.275,0.2,0.2,0.125,0.2,0.15,-0.275,0.2,0.15,0.125,0.2,0.15,0.025,0.2,0.1,0.025,0.2,0.1,0.125,0.2,0.1,0.275,0.2,0.05,0.025,0.2,0.05,0.275,0.2,0.2,0.275,0.2,0.1,0.225,0.2,0.2,0.225,0.2,0.05,-0.275,0.2,0,-0.275,0.2,0,0.275,0.2,0.25,0.275,0.2,0.2,-0.025,0.2,0.25,-0.025,0.2,0.1,-0.075,0.2,0.1,-0.275,0.2,0.05,-0.075,0.2,0.3,0.125,0.2,0.3,-0.025,0.2,0.25,0.125,0.2,0.15,-0.075,0.2,0.1,-0.175,0.2,0.15,-0.175,0.2,0.25,0.175,0.2,0.3,0.175,0.2,0.15,-0.225,0.2,0.1,-0.225,0.15,0.3,-0.025,0.15,0.3,-0.125,0.15,0.2,-0.125,0.15,0.2,-0.025,0.15,0.15,0.025,0.15,0.15,-0.075,0.15,0.05,-0.075,0.15,0.05,0.025,0.15,0.2,0.225,0.15,0.2,0.125,0.15,0.1,0.125,0.15,0.1,0.225,-0.15,0.3,-0.225,-0.15,0.3,-0.275,-0.15,0.2,-0.275,-0.15,0.2,-0.225,-0.15,0.35,-0.125,-0.15,0.35,-0.225,-0.15,0.3,-0.125,0,0.15,-0.225,0,0.15,-0.275,0,0.05,-0.275,0,0.05,-0.225,-0.1,0.3,0.275,-0.1,0.3,0.225,-0.1,0.2,0.225,-0.1,0.2,0.275,0.05,0.15,0.275,0.05,0.15,0.225,0.05,0.05,0.225,0.05,0.05,0.275,-0.1,0.35,0.025,-0.1,0.35,-0.075,-0.1,0.3,-0.075,-0.1,0.3,0.025,0.05,0.35,0.175,0.05,0.35,0.075,0.05,0.3,0.075,0.05,0.3,0.175,-0.1,0.15,-0.225,-0.1,0.15,-0.275,-0.1,0.1,-0.275,-0.1,0.1,-0.225,0.1,0.3,-0.225,0.1,0.3,-0.275,0.1,0.25,-0.275,0.1,0.25,-0.225,0.15,0.15,-0.175,0.15,0.15,-0.225,0.15,0.1,-0.225,0.15,0.1,-0.175,0.05,0.35,-0.125,0.05,0.35,-0.175,0.05,0.3,-0.175,0.05,0.3,-0.125,0.15,0.3,0.175,0.15,0.3,0.125,0.15,0.25,0.125,0.15,0.25,0.175,-0.15,0.35,0.225,-0.15,0.35,0.175,-0.15,0.3,0.175,-0.15,0.3,0.225,-0.15,0.15,0.275,-0.15,0.15,0.225,-0.15,0.1,0.225,-0.15,0.1,0.275,0.05,0.25,0.275,0.05,0.25,0.225,0.05,0.2,0.225,0.05,0.2,0.275,-0.2,0.35,0.075,0.05,0.35,0.075,0.05,0.35,0.175,-0.2,0.35,0.175,-0.2,0.35,0.025,0.2,0.35,0.075,0.2,0.35,0.025,0,0.35,-0.075,0.2,0.35,-0.075,0,0.35,0.025,-0.2,0.35,-0.075,-0.1,0.35,0.025,-0.1,0.35,-0.075,-0.2,0.35,-0.125,0.2,0.35,-0.125,-0.2,0.35,-0.225,-0.15,0.35,-0.125,-0.15,0.35,-0.225,0.15,0.35,0.075,0.2,0.35,0.175,0.15,0.35,0.175,-0.2,0.35,-0.275,0.2,0.35,-0.225,0.2,0.35,-0.275,-0.05,0.35,-0.225,0.2,0.35,-0.175,-0.05,0.35,-0.175,0.1,0.35,-0.175,0.1,0.35,-0.125,-0.1,0.35,0.175,0.2,0.35,0.225,-0.1,0.35,0.225,-0.2,0.35,0.225,0.2,0.35,0.275,-0.2,0.35,0.275,0.05,0.35,-0.175,0.05,0.35,-0.125,-0.05,0.35,-0.125,-0.15,0.35,0.225,-0.15,0.35,0.175,-0.15,0.3,-0.225,-0.05,0.3,-0.225,-0.05,0.3,-0.125,-0.15,0.3,-0.125,-0.1,0.3,-0.075,0,0.3,-0.075,0,0.3,0.025,-0.1,0.3,0.025,0.05,0.3,0.075,0.15,0.3,0.075,0.15,0.3,0.175,0.05,0.3,0.175,-0.2,0.05,-0.125,-0.15,0.05,-0.125,-0.15,0.05,-0.025,-0.2,0.05,-0.025,0.15,0.2,-0.125,0.2,0.2,-0.125,0.2,0.2,-0.025,0.15,0.2,-0.025,-0.2,0.2,-0.075,-0.15,0.2,-0.075,-0.15,0.2,0.025,-0.2,0.2,0.025,0.15,0.05,-0.075,0.2,0.05,-0.075,0.2,0.05,0.025,0.15,0.05,0.025,-0.2,0.2,0.125,-0.15,0.2,0.125,-0.15,0.2,0.225,-0.2,0.2,0.225,0.15,0.1,0.125,0.2,0.1,0.125,0.2,0.1,0.225,0.15,0.1,0.225,-0.15,0.2,-0.275,-0.05,0.2,-0.275,-0.05,0.2,-0.225,-0.15,0.2,-0.225,-0.2,0.2,-0.225,-0.15,0.2,-0.175,-0.2,0.2,-0.175,0,0.05,-0.275,0.1,0.05,-0.275,0.1,0.05,-0.225,0,0.05,-0.225,-0.2,0.1,0.125,-0.1,0.1,0.125,-0.1,0.1,0.175,-0.2,0.1,0.175,-0.1,0.2,0.225,0,0.2,0.225,0,0.2,0.275,-0.1,0.2,0.275,0.05,0.05,0.225,0.15,0.05,0.225,0.15,0.05,0.275,0.05,0.05,0.275,-0.1,0.1,-0.275,-0.05,0.1,-0.275,-0.05,0.1,-0.225,-0.1,0.1,-0.225,0.1,0.25,-0.275,0.15,0.25,-0.275,0.15,0.25,-0.225,0.1,0.25,-0.225,0.15,0.1,-0.225,0.2,0.1,-0.225,0.2,0.1,-0.175,0.15,0.1,-0.175,0.05,0.3,-0.175,0.1,0.3,-0.175,0.1,0.3,-0.125,0.05,0.3,-0.125,0.15,0.25,0.125,0.2,0.25,0.125,0.2,0.25,0.175,0.15,0.25,0.175,-0.15,0.3,0.175,-0.1,0.3,0.175,-0.1,0.3,0.225,-0.15,0.3,0.225,-0.15,0.1,0.225,-0.1,0.1,0.225,-0.1,0.1,0.275,-0.15,0.1,0.275,0.05,0.2,0.225,0.1,0.2,0.225,0.1,0.2,0.275,0.05,0.2,0.275],"colors":[0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9058824,0.6352941,0.1137255,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1,0.9411765,0.7372549,0.2352941,1]},"spaceexploration_moonrock_fixedmesh_optimised":{"faces":[391,390,388,390,389,388,387,386,384,386,385,384,383,382,380,382,381,380,379,378,376,378,377,376,375,374,372,374,373,372,371,370,368,370,369,368,367,366,364,366,365,364,363,362,360,362,361,360,359,358,356,358,357,356,355,354,352,354,353,352,351,350,348,350,349,348,347,342,346,346,342,343,345,344,342,344,343,342,341,340,338,340,339,338,337,336,334,336,335,334,333,332,330,332,331,330,329,328,326,328,327,326,325,324,322,324,323,322,321,320,318,320,319,318,317,316,314,316,315,314,313,312,310,312,311,310,309,308,306,308,307,306,305,304,302,304,303,302,300,301,299,298,300,299,298,297,296,295,293,292,294,292,290,291,292,293,292,291,290,289,288,286,288,287,286,285,284,282,284,283,282,281,280,278,280,279,278,277,276,275,274,275,276,275,274,273,272,271,269,271,270,269,268,267,265,267,266,265,264,263,261,263,262,261,260,259,257,259,258,257,256,254,252,253,254,255,254,253,252,251,250,248,250,249,248,247,245,240,241,247,240,246,242,239,246,243,245,243,244,245,244,240,245,238,244,243,238,243,237,242,241,239,241,240,239,239,240,234,239,234,235,238,237,236,235,236,237,236,235,234,232,233,231,232,231,229,231,230,229,228,227,225,227,226,225,224,223,221,223,222,221,215,219,220,217,220,219,210,219,215,217,219,214,209,216,218,213,217,214,217,213,216,209,215,216,209,210,215,211,213,214,212,213,211,212,211,209,211,210,209,208,207,205,207,206,205,204,203,201,203,202,201,200,199,197,199,198,197,196,195,193,195,194,193,192,191,189,191,190,189,188,187,185,187,186,185,184,183,181,183,182,181,180,179,177,179,178,177,176,175,173,175,174,173,172,171,169,171,170,169,164,165,168,165,166,167,166,165,164,159,160,163,160,161,162,161,160,159,151,158,156,152,158,151,155,156,158,155,157,154,153,154,157,148,156,149,155,149,156,149,155,154,150,154,153,152,150,153,150,152,151,151,146,150,146,147,150,149,147,148,148,147,146,138,139,145,143,145,139,133,143,144,144,143,139,142,143,133,142,141,137,141,140,137,140,135,137,136,139,138,137,136,138,135,136,137,132,136,135,131,132,135,134,133,131,133,132,131,130,128,126,127,128,129,128,127,126,125,124,122,124,123,122,121,120,118,120,119,118,117,116,114,116,115,114,113,112,110,112,111,110,109,108,106,108,107,106,105,102,103,104,101,102,103,102,100,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,84,85,86,85,84,83,82,80,82,81,80,78,77,79,77,78,76,73,77,76,75,74,72,74,73,72,71,70,68,70,69,68,67,62,63,66,65,62,64,62,65,64,63,62,61,60,58,60,59,58,57,56,54,56,55,54,53,52,50,52,51,50,49,48,46,48,47,46,43,45,44,40,45,37,45,40,44,34,43,44,43,34,42,42,34,33,41,39,38,31,39,41,37,38,40,39,40,38,39,31,34,38,37,30,36,30,37,36,32,30,35,33,32,31,33,34,31,32,33,32,31,30,29,26,27,26,28,27,16,26,25,22,23,24,6,24,23,6,23,21,19,23,22,20,19,22,10,20,22,9,6,21,13,9,21,11,20,10,20,17,19,19,17,18,16,18,17,15,16,17,16,15,13,15,11,13,14,9,13,14,13,12,11,12,13,11,8,12,8,11,10,8,10,7,9,8,6,8,7,6,5,2,3,4,1,2,3,2,0,2,1,0],"vertices":[-0.25,0.3,-0.25,-0.25,0,-0.25,-0.2,0.25,-0.25,0.25,0.3,-0.25,-0.2,0,-0.25,0.25,0.25,-0.25,-0.05,0.05,0.25,-0.05,0.1,0.25,0.05,0.1,0.25,0.15,0.1,0.25,-0.05,0.15,0.25,0,0.2,0.25,0.05,0.2,0.25,0.25,0.2,0.25,0.15,0.2,0.25,0,0.25,0.25,0.25,0.25,0.25,-0.05,0.25,0.25,0.25,0.3,0.25,-0.25,0.3,0.25,-0.05,0.2,0.25,0.25,0,0.25,-0.15,0.15,0.25,-0.25,0,0.25,-0.15,0.05,0.25,0.25,0.25,-0.25,0.25,0.25,0.15,0.3,0,0.15,0.25,0,0.15,0.3,0.25,0.15,0.25,0,0,0.2,0,0,0.25,0,0.15,-0.25,0,0.25,-0.15,0,-0.2,0.25,0,0.25,0.3,0,0.15,0.3,0,-0.3,0.25,0,-0.15,0.15,0,-0.2,0.15,0,-0.25,0.2,0,-0.15,-0.25,0,-0.25,-0.2,0,-0.25,-0.15,0,-0.25,-0.2,0,-0.3,0.2,0.15,-0.3,0.1,0.15,-0.3,0.1,0.15,-0.25,0.2,0.15,-0.25,-0.15,0.1,-0.25,-0.05,0.1,-0.25,-0.05,0.2,-0.25,-0.15,0.2,-0.25,0.05,0.35,-0.05,0.15,0.35,-0.05,0.15,0.4,-0.05,0.05,0.4,-0.05,0,0.2,0.25,-0.05,0.2,0.25,-0.05,0.2,0.2,0,0.2,0.2,-0.2,0.35,-0.25,-0.25,0.3,-0.25,0.25,0.3,-0.25,0.25,0.4,-0.25,-0.2,0.4,-0.25,-0.25,0.35,-0.25,-0.25,0.3,0.25,-0.25,0.3,-0.25,-0.25,0.35,-0.25,-0.25,0.35,0.25,0.25,0.25,-0.25,0.25,0.25,0.25,0.25,0.3,0.25,0.25,0.3,-0.25,0.25,0.25,0.15,0.25,0.2,0.25,0.25,0,0.15,0.25,0,0.25,-0.15,0.1,-0.3,-0.15,0.1,-0.25,-0.15,0.2,-0.25,-0.15,0.2,-0.3,-0.05,0.15,-0.3,0.2,0.15,-0.3,0.3,0.15,-0.3,0.1,0.15,-0.3,-0.2,0.05,0.15,-0.2,0.05,0.05,-0.2,0.15,0.05,-0.2,0.15,0.15,0.25,0.1,0.05,0.3,0.1,0.05,0.3,0.15,0.05,0.25,0.15,0.05,-0.05,0.2,-0.3,-0.15,0.2,-0.3,-0.15,0.2,-0.25,-0.05,0.2,-0.25,-0.25,0.35,0.25,-0.25,0.35,-0.25,-0.2,0.35,0.2,0.25,0.35,0.25,-0.2,0.35,-0.25,0.25,0.35,0.2,-0.2,0.1,-0.15,-0.25,0.1,-0.15,-0.25,0.25,-0.15,-0.2,0.25,-0.15,0.3,0.1,-0.2,0.25,0.1,-0.2,0.25,0.2,-0.2,0.3,0.2,-0.2,0.25,0,-0.15,0.2,0,-0.15,0.2,0,0,0.25,0,0,-0.05,0.05,0.2,-0.15,0.05,0.2,-0.15,0.15,0.2,-0.05,0.15,0.2,-0.2,0.05,0.05,-0.25,0.05,0.05,-0.25,0.15,0.05,-0.2,0.15,0.05,0.25,0.2,-0.1,0.25,0.1,-0.1,0.3,0.15,-0.1,0.3,0.1,-0.1,0.3,0.2,-0.1,0.2,0.05,-0.3,0.3,0,-0.3,0.3,0.15,-0.3,0.2,0.15,-0.3,0.1,0.05,-0.3,-0.2,0,-0.3,-0.05,0.1,-0.3,-0.15,0.1,-0.3,-0.2,0.25,-0.3,0.1,0.1,-0.3,0.1,0.15,-0.3,-0.05,0.15,-0.3,-0.05,0.2,-0.3,0.3,0.25,-0.3,-0.15,0.2,-0.3,-0.25,0.15,0.15,-0.25,0,0.25,-0.25,0.05,0.15,-0.25,0,-0.25,-0.25,0.3,0.25,-0.25,0.15,0.05,-0.25,0.15,0,-0.25,0.25,0,-0.25,0.3,-0.25,-0.25,0.1,-0.15,-0.25,0.05,0.05,-0.25,0.25,-0.15,-0.25,0.1,0,-0.2,0.25,0,-0.25,0.15,0,-0.2,0.1,0,-0.25,0.1,0,-0.25,0.25,0,-0.05,0.15,0.2,-0.05,0.1,0.25,-0.05,0.05,0.2,-0.05,0.05,0.25,-0.05,0.15,0.25,-0.2,0.25,-0.15,-0.25,0.25,-0.15,-0.25,0.25,0,-0.2,0.25,0,-0.15,0.35,0.1,0,0.35,0.1,0,0.4,0.1,-0.15,0.4,0.1,0,0.35,0.1,-0.15,0.35,0.1,-0.15,0.35,-0.05,0,0.35,-0.05,-0.05,0.05,0.25,-0.15,0.05,0.25,-0.15,0.05,0.2,-0.05,0.05,0.2,0,0.2,0.2,-0.05,0.2,0.2,-0.05,0.25,0.2,0,0.25,0.2,-0.2,0.05,0.15,-0.25,0.05,0.15,-0.25,0.05,0.05,-0.2,0.05,0.05,0.3,0.1,-0.1,0.25,0.1,-0.1,0.25,0.1,-0.2,0.3,0.1,-0.2,0.2,0.05,-0.25,0.2,0.05,-0.3,0.2,0.15,-0.3,0.2,0.15,-0.25,0.25,0.1,0,0.25,0.1,0.05,0.25,0.15,0.05,0.25,0.15,0,-0.05,0.2,0.2,-0.05,0.2,0.25,-0.05,0.25,0.25,-0.05,0.25,0.2,0,0.4,0.1,0.25,0.4,0.2,-0.2,0.4,0.2,-0.15,0.4,0.1,-0.15,0.4,-0.05,-0.2,0.4,-0.25,0.15,0.4,-0.05,0.05,0.4,-0.05,0.05,0.4,-0.15,0,0.4,-0.05,0.25,0.4,-0.25,0.15,0.4,-0.15,-0.2,0,-0.3,-0.2,0.25,-0.3,-0.2,0.25,-0.25,-0.2,0,-0.25,0,0.35,0.1,0,0.35,-0.05,0,0.4,-0.05,0,0.4,0.1,0,0.35,-0.05,-0.15,0.35,-0.05,-0.15,0.4,-0.05,0,0.4,-0.05,0.05,0.4,-0.05,0.3,0,-0.3,0.3,0.1,-0.2,0.3,0.15,-0.3,0.3,0.2,-0.2,0.3,0.25,-0.3,0.3,0.1,-0.1,0.3,0,0.15,0.3,0.1,0,0.3,0.15,0,0.3,0.2,-0.1,0.3,0.25,0.15,0.3,0.15,0.05,0.3,0.15,-0.1,0.3,0.1,0.05,-0.15,0.35,-0.05,-0.15,0.35,0.1,-0.15,0.4,0.1,-0.15,0.4,-0.05,-0.05,0.2,-0.25,-0.05,0.1,-0.25,-0.05,0.15,-0.3,-0.05,0.1,-0.3,-0.05,0.2,-0.3,0.05,0.35,-0.15,0.05,0.35,-0.05,0.05,0.4,-0.05,0.05,0.4,-0.15,-0.25,0.05,0.15,-0.2,0.05,0.15,-0.2,0.15,0.15,-0.25,0.15,0.15,0.15,0.1,0.2,0.05,0.1,0.2,0.05,0.2,0.2,0.15,0.2,0.2,-0.2,0.15,0.05,-0.25,0.15,0.05,-0.25,0.15,0.15,-0.2,0.15,0.15,0.1,0.05,-0.3,0.1,0.05,-0.25,0.1,0.1,-0.3,0.1,0.15,-0.25,0.1,0.15,-0.3,0.15,0.1,0.25,0.05,0.1,0.25,0.05,0.1,0.2,0.15,0.1,0.2,0.05,0.1,0.2,0.05,0.1,0.25,0.05,0.2,0.25,0.05,0.2,0.2,0.1,0.05,-0.25,0.2,0.05,-0.25,0.2,0.15,-0.25,0.1,0.15,-0.25,0.25,0.4,-0.25,0.25,0.3,-0.25,0.25,0.35,0.2,0.25,0.3,0.25,0.25,0.4,0.2,0.25,0.35,0.25,0.3,0.15,0.05,0.3,0.15,-0.1,0.3,0.15,0,0.3,0.1,0,0.25,0.15,0,0.25,0.1,0,0.3,0.15,0,0.25,0.15,0,0.25,0.15,0.05,0.3,0.15,0.05,0.15,0.2,0.2,0.05,0.2,0.2,0.05,0.2,0.25,0.15,0.2,0.25,0.15,0,-0.25,-0.15,0,-0.25,-0.15,0,-0.2,0.15,0,-0.2,-0.2,0.1,0,-0.2,0.1,-0.15,-0.2,0.25,-0.15,-0.2,0.25,0,-0.15,0.05,0.2,-0.15,0.05,0.25,-0.15,0.15,0.25,-0.15,0.15,0.2,-0.05,0.15,0.2,-0.15,0.15,0.2,-0.15,0.15,0.25,-0.05,0.15,0.25,0,0.25,0.2,-0.05,0.25,0.2,-0.05,0.25,0.25,0,0.25,0.25,-0.2,0.4,0.2,-0.2,0.35,0.2,-0.2,0.35,-0.25,-0.2,0.4,-0.25,0.15,0.35,-0.05,0.15,0.35,-0.15,0.15,0.4,-0.15,0.15,0.4,-0.05,-0.2,0.1,0,-0.25,0.1,0,-0.25,0.1,-0.15,-0.2,0.1,-0.15,0.25,0.25,-0.25,0.3,0.25,-0.3,0.3,0.25,0.15,0.25,0.25,0.15,-0.2,0.25,-0.3,-0.2,0.25,-0.25,0.3,0.2,-0.2,0.25,0.2,-0.2,0.25,0.2,-0.1,0.3,0.2,-0.1,0.15,0.35,-0.05,0.05,0.35,-0.05,0.05,0.35,-0.15,0.15,0.35,-0.15,0.15,0.1,0.25,0.15,0.1,0.2,0.15,0.2,0.2,0.15,0.2,0.25,0.15,0.35,-0.15,0.05,0.35,-0.15,0.05,0.4,-0.15,0.15,0.4,-0.15,0.25,0.1,-0.2,0.25,0.1,-0.1,0.25,0.2,-0.1,0.25,0.2,-0.2,-0.05,0.1,-0.25,-0.15,0.1,-0.25,-0.15,0.1,-0.3,-0.05,0.1,-0.3,0.2,0.05,-0.25,0.1,0.05,-0.25,0.1,0.05,-0.3,0.2,0.05,-0.3,0.25,0.3,0.25,-0.25,0.3,0.25,-0.25,0.35,0.25,0.25,0.35,0.25,0.25,0.35,0.2,-0.2,0.35,0.2,-0.2,0.4,0.2,0.25,0.4,0.2,0.3,0.1,0.05,0.25,0.1,0.05,0.25,0.1,0,0.3,0.1,0,0,0.2,0.25,0,0.2,0.2,0,0.25,0.2,0,0.25,0.25],"colors":[0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1]},"spaceexploration_moonrock_optimised":{"faces":[457,455,456,456,455,454,453,451,452,452,451,450,449,447,448,448,447,446,445,443,444,444,443,442,441,439,440,440,439,438,437,435,436,436,435,434,433,431,432,432,431,430,429,427,428,428,427,426,425,423,424,424,423,422,421,419,420,420,419,418,417,415,416,416,415,414,412,404,413,403,413,404,404,412,410,412,411,410,409,410,411,410,409,407,408,407,409,408,406,407,407,406,405,406,400,405,399,405,400,405,399,404,393,404,399,404,393,403,392,403,393,395,401,402,394,401,395,400,398,399,399,398,397,396,397,398,397,396,391,394,391,396,395,390,394,391,394,390,393,391,392,392,391,390,389,387,388,388,387,386,385,383,384,384,383,382,381,379,380,380,379,378,377,375,376,376,375,374,373,371,372,372,371,370,369,367,368,368,367,366,365,363,364,364,363,362,361,359,360,360,359,358,357,355,356,356,355,354,353,351,352,352,351,350,349,347,348,348,347,346,332,344,345,345,344,340,333,344,332,342,340,344,343,341,342,340,342,341,341,339,340,340,338,328,338,340,339,337,338,339,330,328,338,335,338,337,337,336,335,334,335,336,335,334,329,331,329,334,333,332,331,328,331,332,331,328,329,330,329,328,327,326,325,321,325,326,325,321,322,324,322,323,323,322,321,317,319,320,319,317,318,316,318,317,317,315,316,316,315,314,313,312,310,312,311,310,309,308,306,308,307,306,305,304,302,304,303,302,301,300,298,300,299,298,291,297,296,296,293,291,295,288,294,293,294,288,288,291,293,289,292,291,291,288,289,290,289,288,284,287,286,286,283,284,285,284,283,282,281,279,281,280,279,275,278,277,277,274,275,276,275,274,273,272,270,272,271,270,269,268,266,268,267,266,241,264,243,264,262,243,246,263,244,263,265,244,265,263,264,262,264,263,263,257,262,259,262,257,261,259,260,258,260,259,259,257,258,255,258,257,257,256,255,256,248,255,254,255,248,248,250,254,251,253,252,252,250,251,249,251,250,250,248,249,247,249,248,248,246,247,245,247,246,246,244,245,242,245,244,244,241,242,243,242,241,240,233,239,238,239,233,233,231,238,235,237,236,236,234,235,232,235,234,234,231,232,233,232,231,230,229,227,229,228,227,226,225,223,225,224,223,222,221,219,221,220,219,216,218,217,217,215,216,213,216,215,215,212,213,214,213,212,208,211,210,210,207,208,209,208,207,206,205,203,205,204,203,199,202,201,201,198,199,200,199,198,197,196,194,196,195,194,190,193,192,192,189,190,191,190,189,188,187,185,187,186,185,184,170,183,184,183,177,160,178,163,183,163,178,170,168,183,178,177,183,182,180,181,179,181,180,180,174,179,175,179,174,178,176,177,173,177,176,176,175,173,174,173,175,174,171,173,171,172,173,170,172,171,171,169,170,168,170,169,169,164,168,167,168,164,167,164,162,166,161,165,164,165,161,161,162,164,163,162,160,162,161,160,159,158,156,158,157,156,153,155,154,154,152,153,150,153,152,152,149,150,151,150,149,148,147,145,147,146,145,144,143,141,143,142,141,140,139,137,139,138,137,136,135,133,135,134,133,132,131,129,131,130,129,128,127,125,127,126,125,121,124,123,123,120,121,122,121,120,119,118,116,118,117,116,115,113,114,110,114,113,112,113,100,113,112,110,99,112,100,111,110,112,111,98,110,108,110,98,109,108,101,108,109,104,98,101,108,107,108,104,107,104,97,105,103,106,103,102,106,106,95,105,104,105,95,95,97,104,103,101,102,92,102,101,101,98,92,100,91,99,98,99,91,91,92,98,97,95,96,94,96,95,95,93,94,90,94,93,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,75,77,76,76,74,75,72,75,74,74,71,72,73,72,71,70,69,67,69,68,67,66,65,63,65,64,63,62,61,59,61,60,59,57,58,54,52,57,54,53,56,55,55,52,53,54,53,52,51,50,48,50,49,48,44,47,46,46,43,44,45,44,43,42,41,39,41,40,39,38,37,35,37,36,35,33,34,25,34,33,14,16,14,33,33,29,16,24,33,25,32,30,31,27,31,30,30,16,29,30,29,27,28,27,29,27,28,23,26,27,23,26,23,22,25,20,24,23,24,20,20,22,23,22,20,21,19,21,20,20,17,19,18,19,17,15,18,17,17,14,15,16,15,14,10,13,12,12,9,10,11,10,9,8,6,7,0,7,6,6,2,0,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.25,0.25,-0.25,-0.2,0,-0.25,-0.2,0.25,-0.25,-0.25,0.1,-0.25,-0.25,0,-0.25,-0.25,0.05,-0.25,0.25,0.25,-0.25,-0.25,0.3,-0.25,0.25,0.3,-0.25,-0.25,0.25,0,-0.2,0.1,0,-0.2,0.25,0,-0.25,0.15,0,-0.25,0.1,0,0.2,0.15,-0.3,0.3,0.1,-0.3,0.3,0.15,-0.3,0.2,0.05,-0.3,0.3,0.05,-0.3,0.3,0,-0.3,0.1,0.05,-0.3,-0.2,0,-0.3,-0.2,0.05,-0.3,-0.15,0.1,-0.3,-0.05,0.1,-0.3,0.1,0.1,-0.3,-0.2,0.1,-0.3,-0.2,0.2,-0.3,-0.15,0.2,-0.3,-0.05,0.2,-0.3,0.3,0.2,-0.3,-0.2,0.25,-0.3,0.3,0.25,-0.3,-0.05,0.15,-0.3,0.1,0.15,-0.3,-0.05,0.1,-0.25,-0.05,0.2,-0.25,-0.15,0.2,-0.25,-0.15,0.1,-0.25,0.2,0.05,-0.25,0.2,0.15,-0.25,0.1,0.15,-0.25,0.1,0.05,-0.25,0.25,0.2,-0.1,0.3,0.15,-0.1,0.3,0.2,-0.1,0.25,0.1,-0.1,0.3,0.1,-0.1,-0.2,0.05,0.15,-0.2,0.15,0.15,-0.25,0.15,0.15,-0.25,0.05,0.15,-0.2,0.35,-0.25,0.25,0.3,-0.25,0.25,0.35,-0.25,-0.25,0.35,-0.25,-0.25,0.3,-0.25,-0.2,0.4,-0.25,0.25,0.4,-0.25,0,0.35,0.1,0,0.4,0.1,-0.15,0.4,0.1,-0.15,0.35,0.1,0.15,0.35,-0.05,0.15,0.4,-0.05,0.05,0.4,-0.05,0.05,0.35,-0.05,0.3,0.1,0.05,0.3,0.15,0.05,0.25,0.15,0.05,0.25,0.1,0.05,0.3,0.25,0.15,0.25,0,0.15,0.25,0.25,0.15,0.3,0.2,0.15,0.3,0,0.15,0.3,0.15,0.15,0.3,0.1,0.15,-0.25,0.1,-0.15,-0.25,0.25,-0.15,-0.2,0.25,-0.15,-0.2,0.1,-0.15,-0.15,0.05,0.2,-0.15,0.15,0.2,-0.05,0.15,0.2,-0.05,0.05,0.2,0.05,0.1,0.2,0.05,0.2,0.2,0.15,0.2,0.2,0.15,0.1,0.2,-0.25,0.05,0.25,-0.25,0.15,0.25,-0.15,0.15,0.25,-0.15,0.05,0.25,-0.25,0,0.25,-0.05,0.05,0.25,0.25,0,0.25,0.25,0.05,0.25,0,0.2,0.25,-0.05,0.2,0.25,-0.25,0.2,0.25,0.05,0.2,0.25,-0.05,0.15,0.25,0.05,0.15,0.25,0.15,0.1,0.25,0.05,0.1,0.25,-0.05,0.1,0.25,0.25,0.1,0.25,0.25,0.2,0.25,0.15,0.2,0.25,0.25,0.25,0.25,0,0.25,0.25,-0.05,0.25,0.25,-0.25,0.25,0.25,0.25,0.3,0.25,-0.25,0.3,0.25,0.25,0.1,-0.2,0.25,0.2,-0.2,0.3,0.2,-0.2,0.3,0.1,-0.2,-0.2,0.15,0.05,-0.25,0.1,0.05,-0.25,0.15,0.05,-0.2,0.05,0.05,-0.25,0.05,0.05,-0.2,0.35,0.2,-0.2,0.4,0.2,0.25,0.4,0.2,0.25,0.35,0.2,-0.25,0.3,0.25,-0.25,0.35,0.25,0.25,0.35,0.25,0.25,0.3,0.25,-0.15,0.35,-0.05,-0.15,0.4,-0.05,0,0.4,-0.05,0,0.35,-0.05,0.05,0.35,-0.15,0.05,0.4,-0.15,0.15,0.4,-0.15,0.15,0.35,-0.15,0.25,0.1,0,0.25,0.15,0,0.3,0.15,0,0.3,0.1,0,-0.05,0.2,0.2,-0.05,0.25,0.2,0,0.25,0.2,0,0.2,0.2,-0.2,0.25,-0.25,-0.2,0.2,-0.3,-0.2,0.25,-0.3,-0.2,0,-0.25,-0.2,0.1,-0.3,-0.2,0,-0.3,-0.2,0.05,-0.3,-0.2,0.1,-0.15,-0.2,0.25,-0.15,-0.2,0.25,0,-0.2,0.1,0,-0.25,0.1,-0.25,-0.25,0.25,-0.25,-0.25,0.25,-0.15,-0.25,0.1,-0.15,-0.25,0.25,0.25,-0.25,0.3,0.25,-0.25,0.3,-0.25,-0.25,0.25,0,-0.25,0.15,0,-0.25,0.2,0.25,-0.25,0.15,0.05,-0.25,0.15,0.25,-0.25,0.15,0.15,-0.25,0.05,0.15,-0.25,0.05,0.25,-0.25,0,-0.2,-0.25,0,-0.25,-0.25,0.05,0.05,-0.25,0.05,-0.25,-0.25,0,-0.15,-0.25,0,0.25,-0.25,0,0,-0.25,0,0.15,-0.25,0.1,0,-0.25,0.1,0.05,-0.2,0.05,0.05,-0.2,0.15,0.05,-0.2,0.15,0.15,-0.2,0.05,0.15,-0.05,0.2,-0.25,-0.05,0.15,-0.3,-0.05,0.2,-0.3,-0.05,0.1,-0.25,-0.05,0.1,-0.3,0.2,0.05,-0.3,0.2,0.15,-0.3,0.2,0.15,-0.25,0.2,0.05,-0.25,-0.05,0.15,0.25,-0.05,0.05,0.2,-0.05,0.15,0.2,-0.05,0.1,0.25,-0.05,0.05,0.25,0.15,0.1,0.2,0.15,0.2,0.2,0.15,0.2,0.25,0.15,0.1,0.25,-0.25,0.35,0.2,-0.25,0.3,-0.25,-0.25,0.35,-0.25,-0.25,0.35,0.25,-0.25,0.3,0.25,-0.2,0.4,-0.15,-0.2,0.35,-0.25,-0.2,0.4,-0.25,-0.2,0.4,-0.05,-0.2,0.35,0.2,-0.2,0.4,0.1,-0.2,0.4,0.2,0,0.35,-0.05,0,0.4,-0.05,0,0.4,0.1,0,0.35,0.1,0.15,0.35,-0.15,0.15,0.4,-0.15,0.15,0.4,-0.05,0.15,0.35,-0.05,0,0.2,0.2,0,0.25,0.2,0,0.25,0.25,0,0.2,0.25,0.25,0.25,0.15,0.25,0.2,0.25,0.25,0.25,0.25,0.25,0,0.15,0.25,0.1,0.25,0.25,0,0.25,0.25,0.05,0.25,0.25,0.25,-0.25,0.25,0.3,-0.25,0.25,0.3,0.25,0.3,0.1,0.05,0.3,0,0.15,0.3,0.1,0.15,0.3,0.1,0,0.3,0,0,0.3,0.1,-0.1,0.3,0,-0.15,0.3,0.1,-0.2,0.3,0,-0.2,0.3,0.1,-0.3,0.3,0,-0.25,0.3,0.05,-0.3,0.3,0,-0.3,0.3,0.15,-0.3,0.3,0.2,-0.3,0.3,0.2,-0.2,0.3,0.2,-0.1,0.3,0.25,-0.3,0.3,0.2,0.15,0.3,0.25,-0.25,0.3,0.25,0.15,0.3,0.15,0.15,0.3,0.15,-0.1,0.3,0.15,0.05,0.3,0.15,0,0.25,0.1,-0.1,0.25,0.2,-0.1,0.25,0.2,-0.2,0.25,0.1,-0.2,-0.15,0.1,-0.25,-0.15,0.2,-0.25,-0.15,0.2,-0.3,-0.15,0.1,-0.3,0.1,0.15,-0.3,0.1,0.05,-0.25,0.1,0.15,-0.25,0.1,0.1,-0.3,0.1,0.05,-0.3,-0.15,0.05,0.25,-0.15,0.15,0.25,-0.15,0.15,0.2,-0.15,0.05,0.2,0.05,0.2,0.2,0.05,0.15,0.25,0.05,0.2,0.25,0.05,0.1,0.2,0.05,0.1,0.25,0.25,0.35,0.2,0.25,0.3,0.25,0.25,0.35,0.25,0.25,0.35,-0.25,0.25,0.3,-0.25,0.25,0.4,-0.05,0.25,0.4,0.1,0.25,0.4,0.2,0.25,0.4,-0.15,0.25,0.4,-0.25,-0.15,0.35,0.1,-0.15,0.4,0.1,-0.15,0.4,-0.05,-0.15,0.35,-0.05,0.05,0.35,-0.05,0.05,0.4,-0.05,0.05,0.4,-0.15,0.05,0.35,-0.15,0.25,0.1,0.05,0.25,0.15,0.05,0.25,0.15,0,0.25,0.1,0,-0.05,0.2,0.25,-0.05,0.25,0.25,-0.05,0.25,0.2,-0.05,0.2,0.2,-0.25,0.35,-0.25,-0.2,0.35,-0.25,-0.25,0.35,0.2,-0.2,0.35,0.2,-0.25,0.35,0.25,0.25,0.35,0.25,0.25,0.35,0.2,0.25,0.25,-0.25,0.3,0.25,-0.25,0.25,0.25,0.15,0.3,0.25,0.15,0.3,0.25,-0.3,-0.2,0.25,-0.25,-0.2,0.25,-0.3,0.05,0.4,-0.05,0,0.4,0.1,0,0.4,-0.05,0.25,0.4,0.1,0.15,0.4,-0.05,0.25,0.4,-0.05,0.25,0.4,0.2,-0.15,0.4,0.1,-0.2,0.4,0.2,-0.2,0.4,0.1,-0.15,0.4,-0.05,-0.2,0.4,-0.05,0.05,0.4,-0.15,-0.2,0.4,-0.15,0.25,0.4,-0.25,-0.2,0.4,-0.25,0.25,0.4,-0.15,0.15,0.4,-0.15,-0.15,0.35,-0.05,0,0.35,-0.05,-0.15,0.35,0.1,0,0.35,0.1,-0.25,0.1,-0.15,-0.2,0.1,-0.15,-0.25,0.1,0,-0.2,0.1,0,0.05,0.35,-0.15,0.15,0.35,-0.15,0.05,0.35,-0.05,0.15,0.35,-0.05,0.25,0.1,-0.2,0.3,0.1,-0.2,0.25,0.1,-0.1,0.3,0.1,-0.1,-0.25,0.05,0.05,-0.2,0.05,0.05,-0.25,0.05,0.15,-0.2,0.05,0.15,-0.15,0.1,-0.3,-0.05,0.1,-0.3,-0.15,0.1,-0.25,-0.05,0.1,-0.25,0.1,0.05,-0.3,0.2,0.05,-0.3,0.1,0.05,-0.25,0.2,0.05,-0.25,-0.15,0.05,0.2,-0.05,0.05,0.2,-0.15,0.05,0.25,-0.05,0.05,0.25,0.05,0.1,0.2,0.15,0.1,0.2,0.05,0.1,0.25,0.15,0.1,0.25,0.25,0.1,0,0.3,0.1,0,0.25,0.1,0.05,0.3,0.1,0.05,-0.05,0.2,0.2,0,0.2,0.2,-0.05,0.2,0.25,0,0.2,0.25,-0.25,0,0,0.2,0,0,-0.25,0,-0.15,0.2,0,-0.15,0.25,0,0.15,-0.25,0,0.15,0.3,0,0.15,0.25,0,0,0.3,0,0,0.25,0,-0.15,0.3,0,-0.15,0.25,0,0.25,-0.25,0,0.25,-0.25,0,-0.2,-0.15,0,-0.2,0.15,0,-0.2,0.3,0,-0.2,0.15,0,-0.25,0.3,0,-0.25,0.3,0,-0.3,-0.15,0,-0.25,-0.2,0,-0.3,-0.2,0,-0.25,-0.25,0,-0.25,-0.25,0.25,0,-0.2,0.25,0,-0.25,0.25,-0.15,-0.2,0.25,-0.15,0.2,0,0,0.25,0,0,0.2,0,-0.15,0.25,0,-0.15,0.25,0.2,-0.1,0.3,0.2,-0.1,0.25,0.2,-0.2,0.3,0.2,-0.2,-0.25,0.15,0.15,-0.2,0.15,0.15,-0.25,0.15,0.05,-0.2,0.15,0.05,-0.15,0,-0.2,0.15,0,-0.2,-0.15,0,-0.25,0.15,0,-0.25,-0.15,0.2,-0.25,-0.05,0.2,-0.25,-0.15,0.2,-0.3,-0.05,0.2,-0.3,0.1,0.15,-0.25,0.2,0.15,-0.25,0.1,0.15,-0.3,0.2,0.15,-0.3,-0.15,0.15,0.25,-0.05,0.15,0.25,-0.15,0.15,0.2,-0.05,0.15,0.2,0.05,0.2,0.25,0.15,0.2,0.25,0.05,0.2,0.2,0.15,0.2,0.2,0.25,0.15,0.05,0.3,0.15,0.05,0.25,0.15,0,0.3,0.15,0,-0.05,0.25,0.25,0,0.25,0.25,-0.05,0.25,0.2,0,0.25,0.2],"colors":[0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1]},"spaceexploration_moonwalker_1_optimised":{"faces":[413,411,412,412,411,410,409,407,408,408,407,406,405,403,404,404,403,402,401,399,400,400,399,398,397,395,396,396,395,394,393,391,392,392,391,390,389,387,388,388,387,386,385,383,384,384,383,382,381,379,380,380,379,378,377,375,376,376,375,374,371,370,373,365,373,370,373,365,372,364,372,365,371,368,370,370,368,369,369,368,363,366,363,368,367,362,366,363,366,362,365,363,364,364,363,362,361,359,360,360,359,358,357,355,356,356,355,354,353,351,352,352,351,350,349,347,348,348,347,346,345,344,342,344,343,342,341,340,338,340,339,338,334,337,336,336,333,334,335,334,333,332,331,329,331,330,329,328,327,325,327,326,325,324,322,323,321,323,322,322,320,321,318,321,320,320,317,318,319,318,317,316,315,313,315,314,313,312,309,311,309,306,311,310,308,309,306,309,308,308,305,306,307,306,305,303,304,298,301,303,298,299,302,301,301,298,299,300,299,298,294,297,296,296,293,294,295,294,293,292,291,289,291,290,289,288,287,285,287,286,285,281,284,283,283,280,281,282,281,280,279,278,273,278,263,275,275,273,278,277,272,276,269,276,272,273,275,274,274,271,273,272,273,271,272,271,269,270,269,271,270,268,269,267,269,268,268,261,267,266,264,265,262,265,264,264,261,262,263,262,261,260,259,257,259,258,257,256,255,253,255,254,253,249,252,251,251,248,249,250,249,248,247,246,244,246,245,244,243,242,240,242,241,240,239,237,238,236,238,237,237,235,236,233,236,235,235,232,233,234,233,232,231,229,230,229,228,230,229,227,228,225,228,227,227,224,225,226,225,224,220,223,222,222,219,220,221,220,219,218,214,217,215,217,214,216,215,213,215,216,209,214,213,215,212,215,209,213,214,211,210,213,211,212,209,207,211,208,210,209,210,208,208,207,209,208,206,207,205,207,206,206,197,205,204,205,197,197,195,204,201,203,202,202,200,201,199,201,200,200,198,199,196,199,198,198,195,196,197,196,195,191,194,193,193,190,191,192,191,190,189,188,186,188,187,186,185,183,184,181,184,183,183,180,181,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,167,166,164,166,165,164,163,162,160,162,161,160,159,158,156,158,157,156,155,153,154,151,154,153,153,150,151,152,151,150,148,149,145,147,148,145,147,145,146,144,146,145,145,143,144,140,144,143,143,142,140,142,141,140,139,138,136,138,137,136,135,134,132,134,133,132,131,129,130,127,130,129,129,126,127,128,127,126,125,124,122,124,123,122,119,121,120,120,118,119,115,119,118,118,117,115,117,116,115,114,108,104,112,113,111,110,112,111,111,109,110,108,110,109,109,104,108,107,102,106,102,103,106,105,103,104,100,104,103,103,102,100,99,100,102,101,100,98,100,99,98,95,97,96,96,94,95,93,95,94,94,92,93,90,93,92,92,89,90,91,90,89,88,87,85,87,86,85,84,83,81,83,82,81,80,79,77,79,78,77,76,75,73,75,74,73,72,71,69,71,70,69,68,67,65,67,66,65,64,63,61,63,62,61,60,59,57,59,58,57,56,55,53,55,54,53,52,51,49,51,50,49,46,48,45,47,46,42,45,42,46,45,44,42,44,43,42,41,37,38,39,40,38,36,39,38,36,38,37,37,28,36,35,33,34,32,34,33,33,31,32,30,32,31,31,29,30,24,30,29,29,26,24,28,23,27,26,27,23,23,24,26,25,24,22,24,23,22,21,19,20,17,20,19,19,16,17,18,17,16,15,13,14,12,14,13,13,9,12,10,12,9,11,10,8,10,9,8,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.1,0.75,-0.1,-0.05,0.45,-0.1,-0.05,0.75,-0.1,-0.15,0.75,-0.1,-0.15,0.45,-0.1,-0.15,0.7,-0.1,-0.15,0.5,-0.1,-0.15,0.6,-0.1,0.05,0.45,-0.1,0.05,0.75,-0.1,-0.05,0.75,-0.1,-0.05,0.45,-0.1,-0.1,0.75,-0.1,0.1,0.75,-0.1,-0.1,0.9,-0.1,0.1,0.9,-0.1,0.1,0.75,-0.1,0.15,0.7,-0.1,0.15,0.75,-0.1,0.05,0.75,-0.1,0.15,0.45,-0.1,0.05,0.45,-0.1,0.15,0.05,-0.05,0.15,0.35,-0.05,0.05,0.35,-0.05,0.05,0.05,-0.05,-0.05,0.45,-0.05,0.05,0.45,-0.05,0.15,0.45,-0.05,-0.15,0.45,-0.05,-0.05,0.35,-0.05,-0.15,0.35,-0.05,-0.05,0.3,-0.05,-0.15,0.3,-0.05,-0.05,0.2,-0.05,-0.15,0.2,-0.05,0.15,0.55,-0.05,0.3,0.45,-0.05,0.25,0.55,-0.05,0.15,0.7,-0.05,0.25,0.7,-0.05,0.3,0.55,-0.05,-0.2,0.7,-0.05,-0.2,0.85,-0.05,-0.3,0.85,-0.05,-0.3,0.7,-0.05,-0.15,0.6,-0.05,-0.15,0.7,-0.05,-0.3,0.6,-0.05,0.35,0.45,-0.05,0.35,0.55,-0.05,0.3,0.55,-0.05,0.3,0.45,-0.05,0.4,0.45,-0.05,0.4,0.55,-0.05,0.35,0.55,-0.05,0.35,0.45,-0.05,0.15,0.9,-0.15,0.15,0.95,-0.15,-0.15,0.95,-0.15,-0.15,0.9,-0.15,0.1,0.95,-0.1,0.1,1,-0.1,-0.1,1,-0.1,-0.1,0.95,-0.1,0.1,1,-0.1,0.1,1.05,-0.1,-0.1,1.05,-0.1,-0.1,1,-0.1,0.15,0,-0.1,0.15,0.05,-0.1,0.05,0.05,-0.1,0.05,0,-0.1,-0.2,0.85,-0.05,-0.2,0.9,-0.05,-0.3,0.9,-0.05,-0.3,0.85,-0.05,-0.2,0.9,-0.05,-0.2,0.95,-0.05,-0.3,0.95,-0.05,-0.3,0.9,-0.05,-0.05,0.15,0.2,-0.05,0.2,0.2,-0.15,0.2,0.2,-0.15,0.15,0.2,0.05,0.75,0.2,0.05,0.8,0.2,-0.05,0.8,0.2,-0.05,0.75,0.2,-0.1,0.75,0.1,-0.15,0.7,0.1,-0.15,0.75,0.1,0.1,0.75,0.1,-0.15,0.6,0.1,0.15,0.75,0.1,-0.15,0.5,0.1,0.15,0.7,0.1,0.15,0.5,0.1,0.05,0.05,0.05,0.05,0.35,0.05,0.15,0.35,0.05,0.15,0.05,0.05,-0.05,0.35,0.05,-0.15,0.35,0.05,0.15,0.45,0.05,-0.15,0.45,0.05,-0.15,0.3,0.05,-0.05,0.3,0.05,0.3,0.55,0.05,0.15,0.5,0.05,0.25,0.55,0.05,0.15,0.55,0.05,0.25,0.7,0.05,0.15,0.7,0.05,0.3,0.45,0.05,-0.3,0.7,0.05,-0.3,0.85,0.05,-0.2,0.85,0.05,-0.2,0.7,0.05,-0.3,0.6,0.05,-0.15,0.7,0.05,-0.15,0.6,0.05,-0.15,0.15,0.25,-0.15,0.3,0.25,-0.05,0.3,0.25,-0.05,0.15,0.25,0.05,0.9,0.25,-0.05,0.8,0.25,-0.05,0.9,0.25,0.05,0.8,0.25,-0.05,0.75,0.25,0.05,0.75,0.25,0.3,0.45,0.05,0.3,0.55,0.05,0.35,0.55,0.05,0.35,0.45,0.05,0.35,0.45,0.05,0.35,0.55,0.05,0.4,0.55,0.05,0.4,0.45,0.05,-0.1,0.8,0.1,-0.1,0.9,0.1,-0.05,0.9,0.1,-0.05,0.8,0.1,-0.1,0.75,0.1,0.05,0.8,0.1,0.1,0.75,0.1,0.1,0.8,0.1,0.1,0.9,0.1,0.05,0.9,0.1,0.15,0.95,0.15,-0.15,0.9,0.15,-0.15,0.95,0.15,0.15,0.9,0.15,-0.05,0.9,0.15,0.05,0.9,0.15,-0.15,0.45,0.25,-0.15,0.5,0.25,0.15,0.5,0.25,0.15,0.45,0.25,-0.1,0.95,0.1,-0.1,1,0.1,0.1,1,0.1,0.1,0.95,0.1,-0.1,1,0.1,-0.1,1.05,0.1,0.1,1.05,0.1,0.1,1,0.1,-0.3,0.85,0.05,-0.3,0.9,0.05,-0.2,0.9,0.05,-0.2,0.85,0.05,-0.3,0.9,0.05,-0.3,0.95,0.05,-0.2,0.95,0.05,-0.2,0.9,0.05,0.05,0,0.05,0.05,0.05,0.05,0.15,0.05,0.05,0.15,0,0.05,-0.3,0.85,0.05,-0.3,0.7,-0.05,-0.3,0.85,-0.05,-0.3,0.7,0.05,-0.3,0.6,-0.05,-0.3,0.6,0.05,0.05,0.05,-0.05,0.05,0.35,-0.05,0.05,0.35,0.05,0.05,0.05,0.05,-0.1,0.9,0.1,-0.1,0.75,-0.1,-0.1,0.9,-0.1,-0.1,0.8,0.1,-0.1,0.75,0.1,-0.15,0.45,0.05,-0.15,0.35,-0.05,-0.15,0.45,-0.05,-0.15,0.35,0.05,-0.15,0.3,-0.05,-0.15,0.3,0.05,-0.15,0.2,-0.05,-0.15,0.3,0.2,-0.15,0.2,0.2,-0.15,0.45,0.25,-0.15,0.5,0.25,-0.15,0.45,-0.1,-0.15,0.5,0.1,-0.15,0.5,-0.1,-0.15,0.6,0.05,-0.15,0.6,-0.05,-0.15,0.6,-0.1,-0.15,0.6,0.1,-0.15,0.7,-0.05,-0.15,0.7,-0.1,-0.15,0.7,0.1,-0.15,0.7,0.05,-0.15,0.75,0.1,-0.15,0.75,-0.1,-0.15,0.3,0.25,-0.15,0.2,0.2,-0.15,0.3,0.2,-0.15,0.15,0.25,-0.15,0.15,0.2,-0.05,0.9,0.15,-0.05,0.8,0.1,-0.05,0.9,0.1,-0.05,0.9,0.25,-0.05,0.8,0.2,-0.05,0.8,0.25,-0.05,0.75,0.2,-0.05,0.75,0.25,-0.15,0.95,-0.1,-0.15,0.9,-0.15,-0.15,0.95,-0.15,-0.15,0.95,0.1,-0.15,0.9,-0.1,-0.15,0.95,0.15,-0.15,0.9,0.1,-0.15,0.9,0.15,-0.1,0.95,-0.1,-0.1,1,-0.1,-0.1,1,0.1,-0.1,0.95,0.1,-0.1,1,-0.1,-0.1,1.05,-0.1,-0.1,1.05,0.1,-0.1,1,0.1,0.05,0.05,-0.05,0.05,0,-0.1,0.05,0.05,-0.1,0.05,0.05,0.05,0.05,0,0.05,-0.3,0.85,-0.05,-0.3,0.9,-0.05,-0.3,0.9,0.05,-0.3,0.85,0.05,-0.3,0.9,-0.05,-0.3,0.95,-0.05,-0.3,0.95,0.05,-0.3,0.9,0.05,0.15,0.45,-0.05,0.15,0.35,0.05,0.15,0.45,0.05,0.15,0.35,-0.05,0.15,0.05,0.05,0.15,0.05,-0.05,0.15,0.45,-0.1,0.15,0.55,-0.05,0.15,0.7,-0.1,0.15,0.7,-0.05,0.15,0.7,0.05,0.15,0.7,0.1,0.15,0.5,0.1,0.15,0.55,0.05,0.15,0.5,0.05,0.15,0.75,-0.1,0.15,0.75,0.1,0.15,0.45,0.25,0.15,0.5,0.25,0.1,0.9,-0.1,0.1,0.8,0.1,0.1,0.9,0.1,0.1,0.75,-0.1,0.1,0.75,0.1,-0.2,0.7,0.05,-0.2,0.85,0.05,-0.2,0.85,-0.05,-0.2,0.7,-0.05,0.25,0.55,0.05,0.25,0.7,0.05,0.25,0.7,-0.05,0.25,0.55,-0.05,-0.05,0.3,0.2,-0.05,0.15,0.25,-0.05,0.3,0.25,-0.05,0.2,0.2,-0.05,0.15,0.2,-0.05,0.3,0.05,-0.05,0.2,0.2,-0.05,0.3,0.2,-0.05,0.3,-0.05,-0.05,0.2,-0.05,-0.05,0.35,-0.05,-0.05,0.35,0.05,0.05,0.9,0.15,0.05,0.8,0.25,0.05,0.9,0.25,0.05,0.9,0.1,0.05,0.8,0.2,0.05,0.8,0.1,0.05,0.75,0.25,0.05,0.75,0.2,0.4,0.45,0.05,0.4,0.55,0.05,0.4,0.55,-0.05,0.4,0.45,-0.05,0.15,0.95,0.1,0.15,0.9,0.15,0.15,0.95,0.15,0.15,0.95,-0.1,0.15,0.9,0.1,0.15,0.95,-0.15,0.15,0.9,-0.1,0.15,0.9,-0.15,0.1,0.95,0.1,0.1,1,0.1,0.1,1,-0.1,0.1,0.95,-0.1,0.1,1,0.1,0.1,1.05,0.1,0.1,1.05,-0.1,0.1,1,-0.1,0.15,0.05,-0.05,0.15,0,0.05,0.15,0.05,0.05,0.15,0.05,-0.1,0.15,0,-0.1,-0.2,0.85,0.05,-0.2,0.9,0.05,-0.2,0.9,-0.05,-0.2,0.85,-0.05,-0.2,0.9,0.05,-0.2,0.95,0.05,-0.2,0.95,-0.05,-0.2,0.9,-0.05,-0.15,0.5,0.1,0.15,0.5,0.1,-0.15,0.5,0.25,0.15,0.5,0.25,-0.1,1.05,-0.1,0.1,1.05,-0.1,-0.1,1.05,0.1,0.1,1.05,0.1,-0.15,0.3,0.05,-0.05,0.3,0.05,-0.15,0.3,0.2,-0.05,0.3,0.2,-0.15,0.75,-0.1,-0.1,0.75,-0.1,-0.15,0.75,0.1,-0.1,0.75,0.1,-0.15,0.95,-0.1,-0.1,0.95,-0.1,-0.15,0.95,0.1,-0.1,0.95,0.1,0.15,0.95,-0.15,-0.15,0.95,-0.15,0.15,0.95,-0.1,0.1,0.95,-0.1,0.1,0.95,0.1,0.15,0.95,0.1,-0.15,0.95,0.15,0.15,0.95,0.15,0.1,0.75,-0.1,0.15,0.75,-0.1,0.1,0.75,0.1,0.15,0.75,0.1,-0.3,0.95,-0.05,-0.2,0.95,-0.05,-0.3,0.95,0.05,-0.2,0.95,0.05,0.15,0.7,-0.05,0.25,0.7,-0.05,0.15,0.7,0.05,0.25,0.7,0.05,-0.05,0.9,0.15,0.05,0.9,0.15,-0.05,0.9,0.25,0.05,0.9,0.25,-0.2,0.7,-0.05,-0.15,0.7,-0.05,-0.2,0.7,0.05,-0.15,0.7,0.05,0.25,0.55,-0.05,0.3,0.55,-0.05,0.25,0.55,0.05,0.3,0.55,0.05,0.3,0.55,-0.05,0.35,0.55,-0.05,0.3,0.55,0.05,0.35,0.55,0.05,0.35,0.55,-0.05,0.4,0.55,-0.05,0.35,0.55,0.05,0.4,0.55,0.05,0.05,0.05,-0.1,0.15,0.05,-0.1,0.05,0.05,-0.05,0.15,0.05,-0.05,-0.15,0.3,0.2,-0.05,0.3,0.2,-0.15,0.3,0.25,-0.05,0.3,0.25],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1]},"spaceexploration_moonwalker_2_optimised":{"faces":[417,415,416,416,415,414,413,411,412,412,411,410,409,407,408,408,407,406,405,403,404,404,403,402,401,399,400,400,399,398,397,395,396,396,395,394,393,391,392,392,391,390,389,387,388,388,387,386,385,383,384,384,383,382,381,379,380,380,379,378,375,374,377,369,377,374,377,369,376,368,376,369,375,372,374,374,372,373,373,372,367,370,367,372,371,366,370,367,370,366,369,367,368,368,367,366,365,363,364,364,363,362,361,359,360,360,359,358,357,355,356,356,355,354,353,351,352,352,351,350,349,348,346,348,347,346,345,344,342,344,343,342,341,340,338,340,339,338,337,336,334,336,335,334,330,333,332,332,329,330,331,330,329,328,326,327,325,327,326,326,324,325,322,325,324,324,321,322,323,322,321,320,317,319,317,314,319,318,316,317,314,317,316,316,313,314,315,314,313,309,312,311,311,308,309,310,309,308,307,305,306,303,306,305,305,302,303,304,303,302,301,298,300,295,300,298,299,289,290,298,297,295,297,298,293,296,295,297,292,297,293,295,296,291,294,295,291,294,291,288,293,290,292,291,292,290,290,288,291,288,290,289,289,280,288,287,288,280,280,278,287,284,286,283,285,284,282,283,282,284,283,281,282,279,282,281,281,278,279,280,279,278,274,277,276,276,273,274,275,274,273,272,271,269,271,270,269,268,267,265,267,266,265,264,263,261,263,262,261,260,259,257,259,258,257,256,255,253,255,254,253,252,251,249,251,250,249,245,248,247,247,244,245,246,245,244,243,241,242,240,242,241,241,239,240,237,240,239,239,236,237,238,237,236,235,234,232,234,233,232,231,230,228,230,229,228,227,225,226,225,224,226,225,223,224,221,224,223,223,220,221,222,221,220,218,219,215,213,218,215,214,217,216,216,213,214,215,214,213,209,212,211,211,208,209,210,209,208,204,207,206,206,203,204,205,204,203,182,202,201,201,188,182,200,198,199,191,199,198,198,197,191,198,195,197,192,191,197,196,197,195,195,194,196,195,193,194,189,194,193,193,184,189,192,190,191,188,191,190,190,189,188,188,189,184,184,182,188,187,185,186,183,186,185,185,182,183,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,168,166,168,167,166,165,164,162,164,163,162,161,160,158,160,159,158,157,155,156,153,156,155,155,152,153,154,153,152,150,151,147,149,150,147,149,147,148,146,148,147,147,145,146,142,146,145,145,144,142,144,143,142,141,140,138,140,139,138,137,136,134,136,135,134,132,133,127,130,132,127,128,131,130,130,127,128,129,128,127,125,126,120,123,125,120,121,124,123,123,120,121,122,121,120,119,118,116,118,117,116,115,113,114,111,114,113,113,110,111,112,111,110,109,104,108,104,107,108,107,104,102,106,101,105,104,105,101,101,102,104,103,102,100,102,101,100,97,99,98,98,96,97,95,97,96,96,94,95,92,95,94,94,91,92,93,92,91,90,89,87,89,88,87,86,85,83,85,84,83,82,81,79,81,80,79,78,77,75,77,76,75,74,73,71,73,72,71,70,69,67,69,68,67,66,65,63,65,64,63,62,61,59,61,60,59,58,57,55,57,56,55,54,53,51,53,52,51,49,50,46,44,49,46,45,48,47,47,44,45,46,45,44,42,43,39,37,42,39,38,41,40,40,37,38,39,38,37,36,30,35,29,35,30,34,32,33,31,33,32,32,28,31,30,31,28,30,28,29,27,29,28,28,24,27,25,27,24,26,25,23,25,24,23,22,20,21,19,21,20,20,18,19,16,19,18,18,15,16,17,16,15,14,12,13,11,13,12,12,8,11,9,11,8,10,9,7,9,8,7,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.1,0.75,-0.1,-0.05,0.45,-0.1,-0.05,0.75,-0.1,-0.15,0.75,-0.1,-0.15,0.45,-0.1,-0.15,0.7,-0.1,-0.15,0.5,-0.1,0.05,0.45,-0.1,0.05,0.75,-0.1,-0.05,0.75,-0.1,-0.05,0.45,-0.1,-0.1,0.75,-0.1,0.1,0.75,-0.1,-0.1,0.9,-0.1,0.1,0.9,-0.1,0.1,0.75,-0.1,0.15,0.7,-0.1,0.15,0.75,-0.1,0.05,0.75,-0.1,0.15,0.6,-0.1,0.05,0.45,-0.1,0.15,0.5,-0.1,0.15,0.45,-0.1,-0.05,0.05,-0.05,-0.05,0.35,-0.05,-0.15,0.35,-0.05,-0.15,0.05,-0.05,-0.15,0.45,-0.05,0.05,0.35,-0.05,-0.05,0.45,-0.05,0.15,0.35,-0.05,0.15,0.3,-0.05,0.05,0.3,-0.05,0.15,0.2,-0.05,0.05,0.2,-0.05,0.05,0.45,-0.05,0.15,0.45,-0.05,0.3,0.7,-0.05,0.4,0.6,-0.05,0.4,0.7,-0.05,0.15,0.7,-0.05,0.15,0.6,-0.05,0.3,0.75,-0.05,0.4,0.75,-0.05,-0.25,0.6,-0.05,-0.15,0.5,-0.05,-0.15,0.6,-0.05,-0.35,0.6,-0.05,-0.35,0.5,-0.05,-0.25,0.7,-0.05,-0.15,0.7,-0.05,-0.4,0.5,-0.05,-0.4,0.6,-0.05,-0.45,0.6,-0.05,-0.45,0.5,-0.05,-0.35,0.5,-0.05,-0.35,0.6,-0.05,-0.4,0.6,-0.05,-0.4,0.5,-0.05,0.15,0.9,-0.15,0.15,0.95,-0.15,-0.15,0.95,-0.15,-0.15,0.9,-0.15,0.1,0.95,-0.1,0.1,1,-0.1,-0.1,1,-0.1,-0.1,0.95,-0.1,0.1,1,-0.1,0.1,1.05,-0.1,-0.1,1.05,-0.1,-0.1,1,-0.1,-0.05,0,-0.1,-0.05,0.05,-0.1,-0.15,0.05,-0.1,-0.15,0,-0.1,0.4,0.75,-0.05,0.4,0.8,-0.05,0.3,0.8,-0.05,0.3,0.75,-0.05,0.4,0.8,-0.05,0.4,0.85,-0.05,0.3,0.85,-0.05,0.3,0.8,-0.05,0.05,0.75,0.2,0.05,0.8,0.2,-0.05,0.8,0.2,-0.05,0.75,0.2,0.15,0.15,0.2,0.15,0.2,0.2,0.05,0.2,0.2,0.05,0.15,0.2,-0.1,0.75,0.1,-0.15,0.7,0.1,-0.15,0.75,0.1,0.1,0.75,0.1,-0.15,0.5,0.1,0.15,0.75,0.1,0.15,0.5,0.1,0.15,0.7,0.1,0.15,0.6,0.1,-0.15,0.05,0.05,-0.15,0.35,0.05,-0.05,0.35,0.05,-0.05,0.05,0.05,0.15,0.35,0.05,0.15,0.45,0.05,-0.15,0.45,0.05,0.05,0.35,0.05,0.05,0.3,0.05,0.15,0.3,0.05,0.05,0.9,0.25,-0.05,0.8,0.25,-0.05,0.9,0.25,0.05,0.8,0.25,-0.05,0.75,0.25,0.05,0.75,0.25,0.05,0.15,0.25,0.05,0.3,0.25,0.15,0.3,0.25,0.15,0.15,0.25,0.3,0.7,0.05,0.15,0.6,0.05,0.15,0.7,0.05,0.4,0.7,0.05,0.4,0.6,0.05,0.4,0.75,0.05,0.3,0.75,0.05,-0.25,0.6,0.05,-0.35,0.5,0.05,-0.35,0.6,0.05,-0.15,0.6,0.05,-0.15,0.5,0.05,-0.15,0.7,0.05,-0.25,0.7,0.05,-0.45,0.5,0.05,-0.45,0.6,0.05,-0.4,0.6,0.05,-0.4,0.5,0.05,-0.4,0.5,0.05,-0.4,0.6,0.05,-0.35,0.6,0.05,-0.35,0.5,0.05,-0.1,0.8,0.1,-0.1,0.9,0.1,-0.05,0.9,0.1,-0.05,0.8,0.1,-0.1,0.75,0.1,0.05,0.8,0.1,0.1,0.75,0.1,0.1,0.8,0.1,0.1,0.9,0.1,0.05,0.9,0.1,0.15,0.95,0.15,-0.15,0.9,0.15,-0.15,0.95,0.15,0.15,0.9,0.15,-0.05,0.9,0.15,0.05,0.9,0.15,-0.15,0.45,0.25,-0.15,0.5,0.25,0.15,0.5,0.25,0.15,0.45,0.25,-0.1,0.95,0.1,-0.1,1,0.1,0.1,1,0.1,0.1,0.95,0.1,-0.1,1,0.1,-0.1,1.05,0.1,0.1,1.05,0.1,0.1,1,0.1,-0.15,0,0.05,-0.15,0.05,0.05,-0.05,0.05,0.05,-0.05,0,0.05,0.3,0.75,0.05,0.3,0.8,0.05,0.4,0.8,0.05,0.4,0.75,0.05,0.3,0.8,0.05,0.3,0.85,0.05,0.4,0.85,0.05,0.4,0.8,0.05,-0.15,0.45,0.05,-0.15,0.35,-0.05,-0.15,0.45,-0.05,-0.15,0.35,0.05,-0.15,0.05,-0.05,-0.15,0.05,0.05,-0.15,0.5,0.1,-0.15,0.5,0.05,-0.15,0.6,0.05,-0.15,0.7,0.1,-0.15,0.7,0.05,-0.15,0.45,-0.1,-0.15,0.5,-0.05,-0.15,0.5,-0.1,-0.15,0.6,-0.05,-0.15,0.7,-0.05,-0.15,0.7,-0.1,-0.15,0.75,0.1,-0.15,0.75,-0.1,-0.15,0.5,0.25,-0.15,0.45,0.25,-0.1,0.9,0.1,-0.1,0.75,-0.1,-0.1,0.9,-0.1,-0.1,0.8,0.1,-0.1,0.75,0.1,0.05,0.3,0.25,0.05,0.2,0.2,0.05,0.3,0.2,0.05,0.15,0.25,0.05,0.15,0.2,0.05,0.3,0.05,0.05,0.2,-0.05,0.05,0.3,-0.05,0.05,0.3,0.2,0.05,0.2,0.2,0.05,0.35,0.05,0.05,0.35,-0.05,-0.05,0.9,0.15,-0.05,0.8,0.1,-0.05,0.9,0.1,-0.05,0.9,0.25,-0.05,0.8,0.2,-0.05,0.8,0.25,-0.05,0.75,0.2,-0.05,0.75,0.25,-0.45,0.5,-0.05,-0.45,0.6,-0.05,-0.45,0.6,0.05,-0.45,0.5,0.05,-0.25,0.6,-0.05,-0.25,0.7,-0.05,-0.25,0.7,0.05,-0.25,0.6,0.05,-0.15,0.95,-0.1,-0.15,0.9,-0.15,-0.15,0.95,-0.15,-0.15,0.95,0.1,-0.15,0.9,-0.1,-0.15,0.95,0.15,-0.15,0.9,0.1,-0.15,0.9,0.15,-0.15,0.05,-0.05,-0.15,0,-0.1,-0.15,0.05,-0.1,-0.15,0.05,0.05,-0.15,0,0.05,-0.1,0.95,-0.1,-0.1,1,-0.1,-0.1,1,0.1,-0.1,0.95,0.1,-0.1,1,-0.1,-0.1,1.05,-0.1,-0.1,1.05,0.1,-0.1,1,0.1,0.3,0.7,-0.05,0.3,0.75,-0.05,0.3,0.75,0.05,0.3,0.7,0.05,0.3,0.75,-0.05,0.3,0.8,-0.05,0.3,0.8,0.05,0.3,0.75,0.05,0.3,0.8,-0.05,0.3,0.85,-0.05,0.3,0.85,0.05,0.3,0.8,0.05,-0.05,0.05,0.05,-0.05,0.35,0.05,-0.05,0.35,-0.05,-0.05,0.05,-0.05,0.1,0.9,-0.1,0.1,0.8,0.1,0.1,0.9,0.1,0.1,0.75,-0.1,0.1,0.75,0.1,0.15,0.45,-0.05,0.15,0.35,0.05,0.15,0.45,0.05,0.15,0.35,-0.05,0.15,0.3,0.05,0.15,0.3,-0.05,0.15,0.2,0.2,0.15,0.3,0.2,0.15,0.2,-0.05,0.15,0.45,-0.1,0.15,0.5,-0.1,0.15,0.45,0.25,0.15,0.5,0.1,0.15,0.6,-0.05,0.15,0.6,0.05,0.15,0.6,0.1,0.15,0.6,-0.1,0.15,0.7,-0.1,0.15,0.7,-0.05,0.15,0.7,0.05,0.15,0.7,0.1,0.15,0.5,0.25,0.15,0.75,-0.1,0.15,0.75,0.1,0.4,0.75,-0.05,0.4,0.7,0.05,0.4,0.75,0.05,0.4,0.7,-0.05,0.4,0.6,0.05,0.4,0.6,-0.05,0.15,0.3,0.2,0.15,0.15,0.25,0.15,0.3,0.25,0.15,0.2,0.2,0.15,0.15,0.2,0.05,0.9,0.15,0.05,0.8,0.25,0.05,0.9,0.25,0.05,0.9,0.1,0.05,0.8,0.2,0.05,0.8,0.1,0.05,0.75,0.25,0.05,0.75,0.2,0.15,0.95,0.1,0.15,0.9,0.15,0.15,0.95,0.15,0.15,0.95,-0.1,0.15,0.9,0.1,0.15,0.95,-0.15,0.15,0.9,-0.1,0.15,0.9,-0.15,-0.05,0.05,-0.05,-0.05,0,0.05,-0.05,0.05,0.05,-0.05,0.05,-0.1,-0.05,0,-0.1,0.1,0.95,0.1,0.1,1,0.1,0.1,1,-0.1,0.1,0.95,-0.1,0.1,1,0.1,0.1,1.05,0.1,0.1,1.05,-0.1,0.1,1,-0.1,0.4,0.75,0.05,0.4,0.8,0.05,0.4,0.8,-0.05,0.4,0.75,-0.05,0.4,0.8,0.05,0.4,0.85,0.05,0.4,0.85,-0.05,0.4,0.8,-0.05,-0.15,0.5,0.1,0.15,0.5,0.1,-0.15,0.5,0.25,0.15,0.5,0.25,-0.1,1.05,-0.1,0.1,1.05,-0.1,-0.1,1.05,0.1,0.1,1.05,0.1,0.05,0.3,0.05,0.15,0.3,0.05,0.05,0.3,0.2,0.15,0.3,0.2,-0.15,0.75,-0.1,-0.1,0.75,-0.1,-0.15,0.75,0.1,-0.1,0.75,0.1,-0.15,0.95,-0.1,-0.1,0.95,-0.1,-0.15,0.95,0.1,-0.1,0.95,0.1,0.15,0.95,-0.15,-0.15,0.95,-0.15,0.15,0.95,-0.1,0.1,0.95,-0.1,0.1,0.95,0.1,0.15,0.95,0.1,-0.15,0.95,0.15,0.15,0.95,0.15,0.1,0.75,-0.1,0.15,0.75,-0.1,0.1,0.75,0.1,0.15,0.75,0.1,0.15,0.7,-0.05,0.3,0.7,-0.05,0.15,0.7,0.05,0.3,0.7,0.05,-0.35,0.6,-0.05,-0.25,0.6,-0.05,-0.35,0.6,0.05,-0.25,0.6,0.05,-0.25,0.7,-0.05,-0.15,0.7,-0.05,-0.25,0.7,0.05,-0.15,0.7,0.05,0.3,0.85,-0.05,0.4,0.85,-0.05,0.3,0.85,0.05,0.4,0.85,0.05,-0.05,0.9,0.15,0.05,0.9,0.15,-0.05,0.9,0.25,0.05,0.9,0.25,-0.45,0.6,-0.05,-0.4,0.6,-0.05,-0.45,0.6,0.05,-0.4,0.6,0.05,-0.4,0.6,-0.05,-0.35,0.6,-0.05,-0.4,0.6,0.05,-0.35,0.6,0.05,-0.15,0.05,-0.1,-0.05,0.05,-0.1,-0.15,0.05,-0.05,-0.05,0.05,-0.05,0.05,0.3,0.2,0.15,0.3,0.2,0.05,0.3,0.25,0.15,0.3,0.25],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1]},"spaceexploration_moonwalker_3_optimised":{"faces":[433,431,432,432,431,430,429,427,428,428,427,426,425,423,424,424,423,422,421,419,420,420,419,418,417,415,416,416,415,414,413,411,412,412,411,410,409,407,408,408,407,406,403,402,405,397,405,402,405,397,404,396,404,397,403,400,402,402,400,401,401,400,395,398,395,400,399,394,398,395,398,394,397,395,396,396,395,394,393,391,392,392,391,390,389,387,388,388,387,386,385,383,384,384,383,382,381,380,378,380,379,378,377,376,374,376,375,374,373,372,370,372,371,370,369,368,366,368,367,366,365,364,362,364,363,362,361,360,358,360,359,358,357,356,354,356,355,354,350,353,352,352,349,350,351,350,349,348,346,347,345,347,346,346,344,345,342,345,344,344,341,342,343,342,341,340,339,337,339,338,337,336,333,335,333,330,335,334,332,333,330,333,332,332,329,330,331,330,329,325,328,327,327,324,325,326,325,324,323,321,322,319,322,321,321,318,319,320,319,318,317,303,316,300,316,303,313,315,312,314,313,311,312,311,313,312,310,311,309,311,310,310,308,309,306,309,308,306,308,307,307,298,306,304,306,298,305,304,295,298,295,304,303,302,300,302,303,296,301,300,302,294,302,296,300,301,297,299,300,297,299,297,298,295,298,297,297,294,295,296,295,294,290,293,292,292,289,290,291,290,289,288,287,285,287,286,285,284,283,281,283,282,281,280,279,277,279,278,277,276,275,273,275,274,273,272,271,269,271,270,269,268,267,265,267,266,265,264,263,261,263,262,261,260,259,257,259,258,257,253,256,255,255,252,253,254,253,252,251,249,250,248,250,249,249,247,248,245,248,247,247,244,245,246,245,244,243,242,240,242,241,240,239,237,238,237,236,238,237,235,236,233,236,235,235,232,233,234,233,232,230,231,227,225,230,227,226,229,228,228,225,226,227,226,225,221,224,223,223,220,221,222,221,220,219,217,218,215,218,217,217,214,215,216,215,214,210,213,212,212,209,210,211,210,209,208,204,207,205,207,204,206,205,203,205,206,199,204,203,205,202,205,199,203,204,201,200,203,201,202,199,197,201,198,200,199,200,198,198,197,199,198,196,197,195,197,196,196,190,195,194,195,190,190,188,194,193,191,192,189,192,191,191,188,189,190,189,188,187,186,184,186,185,184,183,182,180,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,167,166,164,166,165,164,163,162,160,162,161,160,159,158,156,158,157,156,155,153,154,151,154,153,153,150,151,152,151,150,148,149,145,147,148,145,147,145,146,144,146,145,145,143,144,140,144,143,143,142,140,142,141,140,139,136,138,136,137,138,134,137,136,136,133,134,135,134,133,132,130,131,130,127,131,127,130,129,129,126,127,128,127,126,125,124,122,124,123,122,121,119,120,117,120,119,119,116,117,118,117,116,115,110,114,110,113,114,113,110,108,112,107,111,110,111,107,107,108,110,109,108,106,108,107,106,105,103,104,102,104,103,103,101,102,100,102,101,101,99,100,97,100,99,99,96,97,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,67,66,64,66,65,64,63,62,60,62,61,60,59,58,56,58,57,56,55,53,54,53,50,54,50,53,52,52,49,50,51,50,49,48,45,47,45,46,47,43,46,45,45,42,43,44,43,42,40,41,38,32,40,38,39,33,38,32,38,33,37,35,36,34,36,35,35,31,34,33,34,31,33,31,32,30,32,31,31,27,30,28,30,27,29,28,26,28,27,26,23,25,24,24,22,23,21,23,22,22,20,21,18,21,20,20,17,18,19,18,17,16,14,15,13,15,14,14,10,13,11,13,10,12,11,9,11,10,9,6,8,7,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.1,0.75,-0.1,-0.05,0.45,-0.1,-0.05,0.75,-0.1,-0.15,0.75,-0.1,-0.05,0.4,-0.1,-0.15,0.7,-0.1,-0.15,0.4,-0.1,-0.15,0.6,-0.1,-0.15,0.45,-0.1,0.05,0.45,-0.1,0.05,0.75,-0.1,-0.05,0.75,-0.1,-0.05,0.45,-0.1,-0.1,0.75,-0.1,0.1,0.75,-0.1,-0.1,0.9,-0.1,0.1,0.9,-0.1,0.1,0.75,-0.1,0.15,0.7,-0.1,0.15,0.75,-0.1,0.05,0.75,-0.1,0.15,0.6,-0.1,0.05,0.45,-0.1,0.15,0.45,-0.1,0.05,0.4,-0.1,0.15,0.4,-0.1,-0.05,0.05,-0.05,-0.05,0.35,-0.05,-0.15,0.35,-0.05,-0.15,0.05,-0.05,-0.15,0.4,-0.05,0.05,0.35,-0.05,-0.05,0.4,-0.05,0.15,0.35,-0.05,0.15,0.3,-0.05,0.05,0.3,-0.05,0.15,0.2,-0.05,0.05,0.2,-0.05,0.05,0.4,-0.05,0.15,0.4,-0.05,-0.05,0.45,-0.05,0.05,0.45,-0.05,-0.35,0.7,-0.05,-0.15,0.6,-0.05,-0.15,0.7,-0.05,-0.35,0.6,-0.05,-0.25,0.6,-0.05,-0.25,0.5,-0.05,-0.35,0.5,-0.05,0.15,0.7,-0.05,0.35,0.6,-0.05,0.35,0.7,-0.05,0.15,0.6,-0.05,0.25,0.6,-0.05,0.35,0.5,-0.05,0.25,0.5,-0.05,0.15,0.9,-0.15,0.15,0.95,-0.15,-0.15,0.95,-0.15,-0.15,0.9,-0.15,0.1,0.95,-0.1,0.1,1,-0.1,-0.1,1,-0.1,-0.1,0.95,-0.1,0.1,1,-0.1,0.1,1.05,-0.1,-0.1,1.05,-0.1,-0.1,1,-0.1,-0.05,0,-0.1,-0.05,0.05,-0.1,-0.15,0.05,-0.1,-0.15,0,-0.1,-0.25,0.4,-0.05,-0.25,0.45,-0.05,-0.35,0.45,-0.05,-0.35,0.4,-0.05,-0.25,0.45,-0.05,-0.25,0.5,-0.05,-0.35,0.5,-0.05,-0.35,0.45,-0.05,0.35,0.4,-0.05,0.35,0.45,-0.05,0.25,0.45,-0.05,0.25,0.4,-0.05,0.35,0.45,-0.05,0.35,0.5,-0.05,0.25,0.5,-0.05,0.25,0.45,-0.05,0.05,0.75,0.2,0.05,0.8,0.2,-0.05,0.8,0.2,-0.05,0.75,0.2,0.15,0.15,0.2,0.15,0.2,0.2,0.05,0.2,0.2,0.05,0.15,0.2,-0.1,0.75,0.1,-0.15,0.7,0.1,-0.15,0.75,0.1,0.1,0.75,0.1,-0.15,0.6,0.1,0.15,0.75,0.1,-0.15,0.45,0.1,0.15,0.7,0.1,0.15,0.45,0.1,0.15,0.6,0.1,-0.15,0.05,0.05,-0.15,0.35,0.05,-0.05,0.35,0.05,-0.05,0.05,0.05,0.15,0.35,0.05,0.15,0.4,0.05,-0.15,0.4,0.05,0.05,0.35,0.05,0.05,0.3,0.05,0.15,0.3,0.05,0.05,0.9,0.25,-0.05,0.8,0.25,-0.05,0.9,0.25,0.05,0.8,0.25,-0.05,0.75,0.25,0.05,0.75,0.25,0.05,0.15,0.25,0.05,0.3,0.25,0.15,0.3,0.25,0.15,0.15,0.25,-0.15,0.7,0.05,-0.35,0.6,0.05,-0.35,0.7,0.05,-0.15,0.6,0.05,-0.25,0.6,0.05,-0.35,0.5,0.05,-0.25,0.5,0.05,0.35,0.7,0.05,0.15,0.6,0.05,0.15,0.7,0.05,0.35,0.6,0.05,0.25,0.6,0.05,0.25,0.5,0.05,0.35,0.5,0.05,-0.1,0.8,0.1,-0.1,0.9,0.1,-0.05,0.9,0.1,-0.05,0.8,0.1,-0.1,0.75,0.1,0.05,0.8,0.1,0.1,0.75,0.1,0.1,0.8,0.1,0.1,0.9,0.1,0.05,0.9,0.1,0.15,0.95,0.15,-0.15,0.9,0.15,-0.15,0.95,0.15,0.15,0.9,0.15,-0.05,0.9,0.15,0.05,0.9,0.15,-0.15,0.4,0.2,-0.15,0.45,0.2,0.15,0.45,0.2,0.15,0.4,0.2,-0.1,0.95,0.1,-0.1,1,0.1,0.1,1,0.1,0.1,0.95,0.1,-0.1,1,0.1,-0.1,1.05,0.1,0.1,1.05,0.1,0.1,1,0.1,-0.35,0.4,0.05,-0.35,0.45,0.05,-0.25,0.45,0.05,-0.25,0.4,0.05,-0.35,0.45,0.05,-0.35,0.5,0.05,-0.25,0.5,0.05,-0.25,0.45,0.05,-0.15,0,0.05,-0.15,0.05,0.05,-0.05,0.05,0.05,-0.05,0,0.05,0.25,0.4,0.05,0.25,0.45,0.05,0.35,0.45,0.05,0.35,0.4,0.05,0.25,0.45,0.05,0.25,0.5,0.05,0.35,0.5,0.05,0.35,0.45,0.05,-0.15,0.4,0.05,-0.15,0.35,-0.05,-0.15,0.4,-0.05,-0.15,0.35,0.05,-0.15,0.05,-0.05,-0.15,0.05,0.05,-0.15,0.4,0.2,-0.15,0.45,0.2,-0.15,0.4,-0.1,-0.15,0.45,0.1,-0.15,0.45,-0.1,-0.15,0.6,0.05,-0.15,0.6,-0.05,-0.15,0.6,-0.1,-0.15,0.6,0.1,-0.15,0.7,-0.05,-0.15,0.7,-0.1,-0.15,0.7,0.1,-0.15,0.7,0.05,-0.15,0.75,0.1,-0.15,0.75,-0.1,-0.1,0.9,0.1,-0.1,0.75,-0.1,-0.1,0.9,-0.1,-0.1,0.8,0.1,-0.1,0.75,0.1,-0.35,0.7,0.05,-0.35,0.6,-0.05,-0.35,0.7,-0.05,-0.35,0.6,0.05,-0.35,0.5,-0.05,-0.35,0.5,0.05,0.05,0.3,0.25,0.05,0.2,0.2,0.05,0.3,0.2,0.05,0.15,0.25,0.05,0.15,0.2,0.05,0.3,0.05,0.05,0.2,-0.05,0.05,0.3,-0.05,0.05,0.3,0.2,0.05,0.2,0.2,0.05,0.35,0.05,0.05,0.35,-0.05,-0.05,0.9,0.15,-0.05,0.8,0.1,-0.05,0.9,0.1,-0.05,0.9,0.25,-0.05,0.8,0.2,-0.05,0.8,0.25,-0.05,0.75,0.2,-0.05,0.75,0.25,0.25,0.5,-0.05,0.25,0.6,-0.05,0.25,0.6,0.05,0.25,0.5,0.05,-0.15,0.95,-0.1,-0.15,0.9,-0.15,-0.15,0.95,-0.15,-0.15,0.95,0.1,-0.15,0.9,-0.1,-0.15,0.95,0.15,-0.15,0.9,0.1,-0.15,0.9,0.15,-0.15,0.05,-0.05,-0.15,0,-0.1,-0.15,0.05,-0.1,-0.15,0.05,0.05,-0.15,0,0.05,-0.1,0.95,-0.1,-0.1,1,-0.1,-0.1,1,0.1,-0.1,0.95,0.1,-0.1,1,-0.1,-0.1,1.05,-0.1,-0.1,1.05,0.1,-0.1,1,0.1,-0.35,0.4,-0.05,-0.35,0.45,-0.05,-0.35,0.45,0.05,-0.35,0.4,0.05,-0.35,0.45,-0.05,-0.35,0.5,-0.05,-0.35,0.5,0.05,-0.35,0.45,0.05,0.25,0.4,-0.05,0.25,0.45,-0.05,0.25,0.45,0.05,0.25,0.4,0.05,0.25,0.45,-0.05,0.25,0.5,-0.05,0.25,0.5,0.05,0.25,0.45,0.05,0.05,0.4,-0.1,0.05,0.45,-0.1,0.05,0.45,-0.05,0.05,0.4,-0.05,-0.05,0.05,0.05,-0.05,0.35,0.05,-0.05,0.35,-0.05,-0.05,0.05,-0.05,0.1,0.9,-0.1,0.1,0.8,0.1,0.1,0.9,0.1,0.1,0.75,-0.1,0.1,0.75,0.1,0.15,0.6,0.05,0.15,0.45,0.1,0.15,0.6,0.1,0.15,0.6,-0.05,0.15,0.45,-0.1,0.15,0.6,-0.1,0.15,0.7,-0.1,0.15,0.7,-0.05,0.15,0.7,0.05,0.15,0.7,0.1,0.15,0.4,0.2,0.15,0.45,0.2,0.15,0.4,0.05,0.15,0.4,-0.1,0.15,0.4,-0.05,0.15,0.35,0.05,0.15,0.35,-0.05,0.15,0.3,0.05,0.15,0.3,-0.05,0.15,0.2,0.2,0.15,0.3,0.2,0.15,0.2,-0.05,0.15,0.75,-0.1,0.15,0.75,0.1,0.35,0.7,-0.05,0.35,0.6,0.05,0.35,0.7,0.05,0.35,0.6,-0.05,0.35,0.5,0.05,0.35,0.5,-0.05,0.15,0.3,0.2,0.15,0.15,0.25,0.15,0.3,0.25,0.15,0.2,0.2,0.15,0.15,0.2,0.05,0.9,0.15,0.05,0.8,0.25,0.05,0.9,0.25,0.05,0.9,0.1,0.05,0.8,0.2,0.05,0.8,0.1,0.05,0.75,0.25,0.05,0.75,0.2,-0.25,0.5,0.05,-0.25,0.6,0.05,-0.25,0.6,-0.05,-0.25,0.5,-0.05,0.15,0.95,0.1,0.15,0.9,0.15,0.15,0.95,0.15,0.15,0.95,-0.1,0.15,0.9,0.1,0.15,0.95,-0.15,0.15,0.9,-0.1,0.15,0.9,-0.15,-0.05,0.05,-0.05,-0.05,0,0.05,-0.05,0.05,0.05,-0.05,0.05,-0.1,-0.05,0,-0.1,0.1,0.95,0.1,0.1,1,0.1,0.1,1,-0.1,0.1,0.95,-0.1,0.1,1,0.1,0.1,1.05,0.1,0.1,1.05,-0.1,0.1,1,-0.1,-0.25,0.4,0.05,-0.25,0.45,0.05,-0.25,0.45,-0.05,-0.25,0.4,-0.05,-0.25,0.45,0.05,-0.25,0.5,0.05,-0.25,0.5,-0.05,-0.25,0.45,-0.05,0.35,0.4,0.05,0.35,0.45,0.05,0.35,0.45,-0.05,0.35,0.4,-0.05,0.35,0.45,0.05,0.35,0.5,0.05,0.35,0.5,-0.05,0.35,0.45,-0.05,-0.05,0.4,-0.05,-0.05,0.45,-0.05,-0.05,0.45,-0.1,-0.05,0.4,-0.1,-0.1,1.05,-0.1,0.1,1.05,-0.1,-0.1,1.05,0.1,0.1,1.05,0.1,0.05,0.3,0.05,0.15,0.3,0.05,0.05,0.3,0.2,0.15,0.3,0.2,-0.15,0.75,-0.1,-0.1,0.75,-0.1,-0.15,0.75,0.1,-0.1,0.75,0.1,-0.15,0.95,-0.1,-0.1,0.95,-0.1,-0.15,0.95,0.1,-0.1,0.95,0.1,0.15,0.95,-0.15,-0.15,0.95,-0.15,0.15,0.95,-0.1,0.1,0.95,-0.1,0.1,0.95,0.1,0.15,0.95,0.1,-0.15,0.95,0.15,0.15,0.95,0.15,0.1,0.75,-0.1,0.15,0.75,-0.1,0.1,0.75,0.1,0.15,0.75,0.1,-0.15,0.45,0.1,0.15,0.45,0.1,-0.15,0.45,0.2,0.15,0.45,0.2,-0.35,0.7,-0.05,-0.15,0.7,-0.05,-0.35,0.7,0.05,-0.15,0.7,0.05,0.15,0.7,-0.05,0.35,0.7,-0.05,0.15,0.7,0.05,0.35,0.7,0.05,-0.05,0.9,0.15,0.05,0.9,0.15,-0.05,0.9,0.25,0.05,0.9,0.25,-0.15,0.05,-0.1,-0.05,0.05,-0.1,-0.15,0.05,-0.05,-0.05,0.05,-0.05,0.05,0.3,0.2,0.15,0.3,0.2,0.05,0.3,0.25,0.15,0.3,0.25],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1]},"spaceexploration_moonwalker_4_optimised":{"faces":[429,427,428,428,427,426,425,423,424,424,423,422,421,419,420,420,419,418,417,415,416,416,415,414,413,411,412,412,411,410,409,407,408,408,407,406,405,403,404,404,403,402,401,399,400,400,399,398,395,394,397,389,397,394,397,389,396,388,396,389,395,392,394,394,392,393,393,392,387,390,387,392,391,386,390,387,390,386,389,387,388,388,387,386,385,383,384,384,383,382,381,379,380,380,379,378,377,375,376,376,375,374,373,371,372,372,371,370,369,368,366,368,367,366,365,364,362,364,363,362,361,360,358,360,359,358,357,356,354,356,355,354,350,353,352,352,349,350,351,350,349,348,347,345,347,346,345,344,343,341,343,342,341,340,338,339,337,339,338,338,336,337,334,337,336,336,333,334,335,334,333,332,331,329,331,330,329,328,325,327,325,322,327,326,324,325,322,325,324,324,321,322,323,322,321,319,320,314,317,319,314,315,318,317,317,314,315,316,315,314,310,313,312,312,309,310,311,310,309,305,308,307,307,304,305,306,305,304,303,301,302,299,302,301,301,298,299,300,299,298,297,294,296,291,296,294,295,285,286,294,293,291,293,294,289,292,291,293,288,293,289,291,292,287,290,291,287,290,287,284,289,286,288,287,288,286,286,284,287,284,286,285,285,279,284,283,284,279,279,277,283,282,280,281,278,281,280,280,277,278,279,278,277,276,275,273,275,274,273,272,271,269,271,270,269,268,267,265,267,266,265,264,263,261,263,262,261,257,260,259,259,256,257,258,257,256,255,254,252,254,253,252,251,250,248,250,249,248,247,245,246,244,246,245,245,243,244,241,244,243,243,240,241,242,241,240,239,237,238,237,236,238,237,235,236,233,236,235,235,232,233,234,233,232,228,231,230,230,227,228,229,228,227,226,225,223,225,224,223,222,218,221,219,221,218,220,219,217,219,220,213,218,217,219,216,219,213,217,218,215,214,217,215,216,213,211,215,212,214,213,214,212,212,211,213,212,210,211,209,211,210,210,201,209,208,209,201,201,199,208,205,207,206,206,204,205,203,205,204,204,202,203,200,203,202,202,199,200,201,200,199,198,196,197,194,197,196,196,193,194,195,194,193,189,192,191,191,188,189,190,189,188,187,186,184,186,185,184,183,182,180,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,167,166,164,166,165,164,163,162,160,162,161,160,159,158,156,158,157,156,155,154,152,154,153,152,151,149,150,147,150,149,149,146,147,148,147,146,144,145,141,143,144,141,143,141,142,140,142,141,141,139,140,136,140,139,139,138,136,138,137,136,134,135,131,129,134,131,130,133,132,132,129,130,131,130,129,128,126,127,124,127,126,126,123,124,125,124,123,122,121,119,121,120,119,116,118,115,117,116,112,115,112,116,115,114,112,114,113,112,111,106,110,106,107,110,109,107,108,104,108,107,107,106,104,103,104,106,105,104,102,104,103,102,101,99,100,98,100,99,99,97,98,96,98,97,97,95,96,93,96,95,95,92,93,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,67,66,64,66,65,64,63,62,60,62,61,60,59,58,56,58,57,56,55,54,52,54,53,52,50,51,45,48,50,45,46,49,48,48,45,46,47,46,45,42,44,43,43,41,42,38,42,41,41,40,38,40,39,38,37,35,36,34,36,35,35,33,34,32,34,33,33,31,32,26,32,31,31,28,26,30,25,29,28,29,25,25,26,28,27,26,24,26,25,24,23,21,22,20,22,21,21,19,20,17,20,19,19,16,17,18,17,16,15,13,14,12,14,13,13,9,12,10,12,9,11,10,8,10,9,8,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.1,0.75,-0.1,-0.05,0.45,-0.1,-0.05,0.75,-0.1,-0.15,0.75,-0.1,-0.15,0.45,-0.1,-0.15,0.7,-0.1,-0.15,0.5,-0.1,-0.15,0.6,-0.1,0.05,0.45,-0.1,0.05,0.75,-0.1,-0.05,0.75,-0.1,-0.05,0.45,-0.1,-0.1,0.75,-0.1,0.1,0.75,-0.1,-0.1,0.9,-0.1,0.1,0.9,-0.1,0.1,0.75,-0.1,0.15,0.7,-0.1,0.15,0.75,-0.1,0.05,0.75,-0.1,0.15,0.6,-0.1,0.05,0.45,-0.1,0.15,0.5,-0.1,0.15,0.45,-0.1,0.15,0.05,-0.05,0.15,0.35,-0.05,0.05,0.35,-0.05,0.05,0.05,-0.05,-0.05,0.45,-0.05,0.05,0.45,-0.05,0.15,0.45,-0.05,-0.15,0.45,-0.05,-0.05,0.35,-0.05,-0.15,0.35,-0.05,-0.05,0.3,-0.05,-0.15,0.3,-0.05,-0.05,0.2,-0.05,-0.15,0.2,-0.05,0.3,0.7,-0.05,0.3,0.85,-0.05,0.2,0.85,-0.05,0.2,0.7,-0.05,0.3,0.6,-0.05,0.15,0.7,-0.05,0.15,0.6,-0.05,-0.2,0.7,-0.05,-0.15,0.6,-0.05,-0.15,0.7,-0.05,-0.3,0.7,-0.05,-0.3,0.6,-0.05,-0.3,0.8,-0.05,-0.2,0.8,-0.05,0.15,0.9,-0.15,0.15,0.95,-0.15,-0.15,0.95,-0.15,-0.15,0.9,-0.15,0.1,0.95,-0.1,0.1,1,-0.1,-0.1,1,-0.1,-0.1,0.95,-0.1,0.1,1,-0.1,0.1,1.05,-0.1,-0.1,1.05,-0.1,-0.1,1,-0.1,0.15,0,-0.1,0.15,0.05,-0.1,0.05,0.05,-0.1,0.05,0,-0.1,-0.2,0.8,-0.05,-0.2,0.85,-0.05,-0.3,0.85,-0.05,-0.3,0.8,-0.05,-0.2,0.85,-0.05,-0.2,0.9,-0.05,-0.3,0.9,-0.05,-0.3,0.85,-0.05,0.3,0.85,-0.05,0.3,0.9,-0.05,0.2,0.9,-0.05,0.2,0.85,-0.05,0.3,0.9,-0.05,0.3,0.95,-0.05,0.2,0.95,-0.05,0.2,0.9,-0.05,-0.05,0.15,0.2,-0.05,0.2,0.2,-0.15,0.2,0.2,-0.15,0.15,0.2,0.05,0.75,0.2,0.05,0.8,0.2,-0.05,0.8,0.2,-0.05,0.75,0.2,-0.1,0.75,0.1,-0.15,0.7,0.1,-0.15,0.75,0.1,0.1,0.75,0.1,-0.15,0.6,0.1,0.15,0.75,0.1,-0.15,0.5,0.1,0.15,0.7,0.1,0.15,0.5,0.1,0.15,0.6,0.1,0.05,0.05,0.05,0.05,0.35,0.05,0.15,0.35,0.05,0.15,0.05,0.05,-0.05,0.35,0.05,-0.15,0.35,0.05,0.15,0.45,0.05,-0.15,0.45,0.05,-0.15,0.3,0.05,-0.05,0.3,0.05,0.2,0.7,0.05,0.2,0.85,0.05,0.3,0.85,0.05,0.3,0.7,0.05,0.15,0.6,0.05,0.15,0.7,0.05,0.3,0.6,0.05,-0.15,0.15,0.25,-0.15,0.3,0.25,-0.05,0.3,0.25,-0.05,0.15,0.25,0.05,0.9,0.25,-0.05,0.8,0.25,-0.05,0.9,0.25,0.05,0.8,0.25,-0.05,0.75,0.25,0.05,0.75,0.25,-0.2,0.7,0.05,-0.3,0.6,0.05,-0.3,0.7,0.05,-0.15,0.7,0.05,-0.15,0.6,0.05,-0.2,0.8,0.05,-0.3,0.8,0.05,-0.1,0.8,0.1,-0.1,0.9,0.1,-0.05,0.9,0.1,-0.05,0.8,0.1,-0.1,0.75,0.1,0.05,0.8,0.1,0.1,0.75,0.1,0.1,0.8,0.1,0.1,0.9,0.1,0.05,0.9,0.1,0.15,0.95,0.15,-0.15,0.9,0.15,-0.15,0.95,0.15,0.15,0.9,0.15,-0.05,0.9,0.15,0.05,0.9,0.15,-0.15,0.45,0.25,-0.15,0.5,0.25,0.15,0.5,0.25,0.15,0.45,0.25,-0.1,0.95,0.1,-0.1,1,0.1,0.1,1,0.1,0.1,0.95,0.1,-0.1,1,0.1,-0.1,1.05,0.1,0.1,1.05,0.1,0.1,1,0.1,-0.3,0.8,0.05,-0.3,0.85,0.05,-0.2,0.85,0.05,-0.2,0.8,0.05,-0.3,0.85,0.05,-0.3,0.9,0.05,-0.2,0.9,0.05,-0.2,0.85,0.05,0.05,0,0.05,0.05,0.05,0.05,0.15,0.05,0.05,0.15,0,0.05,0.2,0.85,0.05,0.2,0.9,0.05,0.3,0.9,0.05,0.3,0.85,0.05,0.2,0.9,0.05,0.2,0.95,0.05,0.3,0.95,0.05,0.3,0.9,0.05,0.05,0.05,-0.05,0.05,0.35,-0.05,0.05,0.35,0.05,0.05,0.05,0.05,-0.1,0.9,0.1,-0.1,0.75,-0.1,-0.1,0.9,-0.1,-0.1,0.8,0.1,-0.1,0.75,0.1,-0.3,0.8,0.05,-0.3,0.7,-0.05,-0.3,0.8,-0.05,-0.3,0.7,0.05,-0.3,0.6,-0.05,-0.3,0.6,0.05,-0.15,0.45,0.05,-0.15,0.35,-0.05,-0.15,0.45,-0.05,-0.15,0.35,0.05,-0.15,0.3,-0.05,-0.15,0.3,0.05,-0.15,0.2,-0.05,-0.15,0.3,0.2,-0.15,0.2,0.2,-0.15,0.45,0.25,-0.15,0.5,0.25,-0.15,0.45,-0.1,-0.15,0.5,0.1,-0.15,0.5,-0.1,-0.15,0.6,0.05,-0.15,0.6,-0.05,-0.15,0.6,-0.1,-0.15,0.6,0.1,-0.15,0.7,-0.05,-0.15,0.7,-0.1,-0.15,0.7,0.1,-0.15,0.7,0.05,-0.15,0.75,0.1,-0.15,0.75,-0.1,0.2,0.7,-0.05,0.2,0.85,-0.05,0.2,0.85,0.05,0.2,0.7,0.05,-0.15,0.3,0.25,-0.15,0.2,0.2,-0.15,0.3,0.2,-0.15,0.15,0.25,-0.15,0.15,0.2,-0.05,0.9,0.15,-0.05,0.8,0.1,-0.05,0.9,0.1,-0.05,0.9,0.25,-0.05,0.8,0.2,-0.05,0.8,0.25,-0.05,0.75,0.2,-0.05,0.75,0.25,-0.15,0.95,-0.1,-0.15,0.9,-0.15,-0.15,0.95,-0.15,-0.15,0.95,0.1,-0.15,0.9,-0.1,-0.15,0.95,0.15,-0.15,0.9,0.1,-0.15,0.9,0.15,-0.1,0.95,-0.1,-0.1,1,-0.1,-0.1,1,0.1,-0.1,0.95,0.1,-0.1,1,-0.1,-0.1,1.05,-0.1,-0.1,1.05,0.1,-0.1,1,0.1,0.05,0.05,-0.05,0.05,0,-0.1,0.05,0.05,-0.1,0.05,0.05,0.05,0.05,0,0.05,-0.3,0.8,-0.05,-0.3,0.85,-0.05,-0.3,0.85,0.05,-0.3,0.8,0.05,-0.3,0.85,-0.05,-0.3,0.9,-0.05,-0.3,0.9,0.05,-0.3,0.85,0.05,0.2,0.85,-0.05,0.2,0.9,-0.05,0.2,0.9,0.05,0.2,0.85,0.05,0.2,0.9,-0.05,0.2,0.95,-0.05,0.2,0.95,0.05,0.2,0.9,0.05,0.15,0.45,-0.05,0.15,0.35,0.05,0.15,0.45,0.05,0.15,0.35,-0.05,0.15,0.05,0.05,0.15,0.05,-0.05,0.15,0.45,-0.1,0.15,0.5,-0.1,0.15,0.45,0.25,0.15,0.5,0.1,0.15,0.6,-0.05,0.15,0.6,0.05,0.15,0.6,0.1,0.15,0.6,-0.1,0.15,0.7,-0.1,0.15,0.7,-0.05,0.15,0.7,0.05,0.15,0.7,0.1,0.15,0.5,0.25,0.15,0.75,-0.1,0.15,0.75,0.1,0.3,0.85,-0.05,0.3,0.7,0.05,0.3,0.85,0.05,0.3,0.7,-0.05,0.3,0.6,0.05,0.3,0.6,-0.05,0.1,0.9,-0.1,0.1,0.8,0.1,0.1,0.9,0.1,0.1,0.75,-0.1,0.1,0.75,0.1,-0.05,0.3,0.2,-0.05,0.15,0.25,-0.05,0.3,0.25,-0.05,0.2,0.2,-0.05,0.15,0.2,-0.05,0.3,0.05,-0.05,0.2,0.2,-0.05,0.3,0.2,-0.05,0.3,-0.05,-0.05,0.2,-0.05,-0.05,0.35,-0.05,-0.05,0.35,0.05,0.05,0.9,0.15,0.05,0.8,0.25,0.05,0.9,0.25,0.05,0.9,0.1,0.05,0.8,0.2,0.05,0.8,0.1,0.05,0.75,0.25,0.05,0.75,0.2,-0.2,0.7,0.05,-0.2,0.8,0.05,-0.2,0.8,-0.05,-0.2,0.7,-0.05,0.15,0.95,0.1,0.15,0.9,0.15,0.15,0.95,0.15,0.15,0.95,-0.1,0.15,0.9,0.1,0.15,0.95,-0.15,0.15,0.9,-0.1,0.15,0.9,-0.15,0.1,0.95,0.1,0.1,1,0.1,0.1,1,-0.1,0.1,0.95,-0.1,0.1,1,0.1,0.1,1.05,0.1,0.1,1.05,-0.1,0.1,1,-0.1,0.15,0.05,-0.05,0.15,0,0.05,0.15,0.05,0.05,0.15,0.05,-0.1,0.15,0,-0.1,-0.2,0.8,0.05,-0.2,0.85,0.05,-0.2,0.85,-0.05,-0.2,0.8,-0.05,-0.2,0.85,0.05,-0.2,0.9,0.05,-0.2,0.9,-0.05,-0.2,0.85,-0.05,0.3,0.85,0.05,0.3,0.9,0.05,0.3,0.9,-0.05,0.3,0.85,-0.05,0.3,0.9,0.05,0.3,0.95,0.05,0.3,0.95,-0.05,0.3,0.9,-0.05,-0.15,0.5,0.1,0.15,0.5,0.1,-0.15,0.5,0.25,0.15,0.5,0.25,-0.1,1.05,-0.1,0.1,1.05,-0.1,-0.1,1.05,0.1,0.1,1.05,0.1,-0.15,0.3,0.05,-0.05,0.3,0.05,-0.15,0.3,0.2,-0.05,0.3,0.2,-0.15,0.75,-0.1,-0.1,0.75,-0.1,-0.15,0.75,0.1,-0.1,0.75,0.1,-0.15,0.95,-0.1,-0.1,0.95,-0.1,-0.15,0.95,0.1,-0.1,0.95,0.1,0.15,0.95,-0.15,-0.15,0.95,-0.15,0.15,0.95,-0.1,0.1,0.95,-0.1,0.1,0.95,0.1,0.15,0.95,0.1,-0.15,0.95,0.15,0.15,0.95,0.15,0.1,0.75,-0.1,0.15,0.75,-0.1,0.1,0.75,0.1,0.15,0.75,0.1,-0.3,0.9,-0.05,-0.2,0.9,-0.05,-0.3,0.9,0.05,-0.2,0.9,0.05,0.2,0.95,-0.05,0.3,0.95,-0.05,0.2,0.95,0.05,0.3,0.95,0.05,-0.05,0.9,0.15,0.05,0.9,0.15,-0.05,0.9,0.25,0.05,0.9,0.25,-0.2,0.7,-0.05,-0.15,0.7,-0.05,-0.2,0.7,0.05,-0.15,0.7,0.05,0.15,0.7,-0.05,0.2,0.7,-0.05,0.15,0.7,0.05,0.2,0.7,0.05,0.05,0.05,-0.1,0.15,0.05,-0.1,0.05,0.05,-0.05,0.15,0.05,-0.05,-0.15,0.3,0.2,-0.05,0.3,0.2,-0.15,0.3,0.25,-0.05,0.3,0.25],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1]},"spaceexploration_moonwalker_carousel_optimised":{"faces":[421,419,420,420,419,418,417,415,416,416,415,414,413,411,412,412,411,410,409,407,408,408,407,406,405,403,404,404,403,402,401,399,400,400,399,398,393,396,397,391,396,393,395,386,394,394,386,388,393,392,391,390,391,392,391,390,384,385,384,390,389,388,387,386,387,388,387,386,383,382,383,386,385,383,384,384,383,382,381,379,380,380,379,378,377,376,375,372,375,376,375,372,373,374,373,372,371,369,370,370,369,368,367,366,364,366,365,364,363,362,360,362,361,360,359,358,356,358,357,356,352,355,354,354,351,352,353,352,351,347,350,349,349,346,347,348,347,346,345,344,342,344,343,342,341,340,338,340,339,338,337,335,336,334,336,335,335,333,334,331,334,333,333,330,331,332,331,330,329,327,328,327,326,328,327,325,326,323,326,325,325,322,323,324,323,322,321,319,320,317,320,319,319,316,317,318,317,316,315,314,312,314,313,312,308,311,310,310,307,308,309,308,307,306,304,305,301,305,304,304,303,301,303,304,299,302,301,303,298,303,299,301,302,297,300,301,297,300,297,295,299,296,298,297,298,296,296,295,297,296,294,295,293,295,294,294,288,293,292,293,288,288,286,292,291,289,290,287,290,289,289,286,287,288,287,286,285,284,282,284,283,282,281,280,278,280,279,278,277,276,274,276,275,274,273,272,270,272,271,270,269,267,268,265,268,267,267,264,265,266,265,264,263,262,260,262,261,260,259,258,256,258,257,256,255,254,252,254,253,252,251,250,248,250,249,248,247,245,246,243,246,245,245,242,243,244,243,242,238,241,240,240,237,238,239,238,237,233,236,235,235,232,233,234,233,232,231,229,230,227,230,229,229,226,227,228,227,226,225,224,222,224,223,222,221,218,220,218,215,220,219,217,218,215,218,217,217,214,215,216,215,214,210,213,212,212,209,210,211,210,209,208,207,205,207,206,205,204,194,195,202,203,196,199,202,196,200,201,198,197,200,198,199,196,193,198,195,197,196,197,195,195,193,196,193,195,194,194,188,193,192,193,188,188,186,192,191,189,190,187,190,189,189,186,187,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,168,166,168,167,166,165,164,162,164,163,162,161,160,158,160,159,158,157,156,154,156,155,154,153,152,150,152,151,150,146,149,148,148,145,146,147,146,145,144,143,141,143,142,141,140,137,139,137,138,139,135,138,137,137,134,135,136,135,134,131,133,132,132,130,131,129,131,130,130,128,129,126,129,128,128,125,126,127,126,125,124,122,123,121,123,122,122,118,121,119,121,118,120,119,117,119,118,117,116,114,115,113,115,114,114,112,113,110,113,112,112,109,110,111,110,109,107,108,100,99,107,100,106,104,105,104,103,105,104,102,103,97,103,102,102,99,97,101,96,100,99,100,96,96,97,99,98,97,95,97,96,95,91,94,93,93,90,91,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,73,72,70,72,71,70,66,69,68,68,65,66,67,66,65,64,63,61,63,62,61,60,59,57,59,58,57,56,54,55,52,55,54,54,51,52,53,52,51,50,49,47,49,48,47,45,46,44,43,45,44,44,42,43,37,43,42,42,41,37,40,37,41,40,39,37,39,38,37,36,34,35,34,31,35,31,34,33,33,30,31,32,31,30,29,27,28,25,28,27,27,24,25,26,25,24,23,19,22,16,22,19,21,18,20,18,19,20,19,18,16,15,16,18,17,16,14,16,15,14,10,13,12,12,9,10,11,10,9,6,8,7,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[0.1,0.75,-0.1,0.15,0.7,-0.1,0.15,0.75,-0.1,-0.1,0.75,-0.1,0.15,0.6,-0.1,-0.15,0.75,-0.1,0.15,0.45,-0.1,-0.15,0.6,-0.1,-0.15,0.45,-0.1,-0.25,0.9,-0.05,-0.15,0.75,-0.05,-0.15,0.9,-0.05,-0.25,0.6,-0.05,-0.15,0.6,-0.05,-0.05,0.05,-0.05,-0.05,0.35,-0.05,-0.15,0.35,-0.05,-0.15,0.05,-0.05,0.05,0.35,-0.05,0.15,0.35,-0.05,0.15,0.05,-0.05,0.05,0.05,-0.05,-0.15,0.4,-0.05,0.15,0.4,-0.05,-0.05,0.9,-0.25,0.05,0.8,-0.25,0.05,0.9,-0.25,-0.05,0.8,-0.25,0.05,0.75,-0.25,-0.05,0.75,-0.25,0.15,0.7,-0.05,0.35,0.6,-0.05,0.35,0.7,-0.05,0.15,0.6,-0.05,0.25,0.6,-0.05,0.35,0.5,-0.05,0.25,0.5,-0.05,-0.05,0.8,-0.1,-0.05,0.9,-0.1,-0.1,0.9,-0.1,-0.1,0.8,-0.1,-0.1,0.75,-0.1,0.1,0.75,-0.1,0.05,0.8,-0.1,0.1,0.8,-0.1,0.05,0.9,-0.1,0.1,0.9,-0.1,0.15,0.4,-0.2,0.15,0.45,-0.2,-0.15,0.45,-0.2,-0.15,0.4,-0.2,-0.15,0.95,-0.15,0.15,0.9,-0.15,0.15,0.95,-0.15,-0.15,0.9,-0.15,0.05,0.9,-0.15,-0.05,0.9,-0.15,0.1,0.95,-0.1,0.1,1,-0.1,-0.1,1,-0.1,-0.1,0.95,-0.1,0.1,1,-0.1,0.1,1.05,-0.1,-0.1,1.05,-0.1,-0.1,1,-0.1,-0.25,1,-0.05,-0.1,0.95,-0.05,-0.1,1,-0.05,-0.25,0.95,-0.05,-0.15,0.95,-0.05,-0.15,0.9,-0.05,-0.15,0.95,-0.05,-0.25,0.95,-0.05,-0.25,0.9,-0.05,-0.05,0,-0.05,-0.05,0.05,-0.05,-0.15,0.05,-0.05,-0.15,0,-0.05,0.15,0,-0.05,0.15,0.05,-0.05,0.05,0.05,-0.05,0.05,0,-0.05,0.35,0.4,-0.05,0.35,0.45,-0.05,0.25,0.45,-0.05,0.25,0.4,-0.05,0.35,0.45,-0.05,0.35,0.5,-0.05,0.25,0.5,-0.05,0.25,0.45,-0.05,-0.15,0.9,0.05,-0.25,0.6,0.05,-0.25,0.9,0.05,-0.15,0.75,0.05,-0.15,0.6,0.05,-0.15,0.05,0.05,-0.15,0.35,0.05,-0.05,0.35,0.05,-0.05,0.05,0.05,0.05,0.4,0.05,-0.05,0.4,0.05,-0.15,0.4,0.05,0.15,0.4,0.05,0.05,0.35,0.05,0.15,0.35,0.05,0.05,0.05,0.05,0.15,0.05,0.05,0.05,0.45,0.05,-0.05,0.45,0.05,-0.1,0.75,0.1,-0.15,0.6,0.1,-0.15,0.75,0.1,-0.05,0.75,0.1,-0.15,0.45,0.1,-0.05,0.45,0.1,-0.15,0.4,0.1,-0.05,0.4,0.1,-0.05,0.45,0.1,-0.05,0.75,0.1,0.05,0.75,0.1,0.05,0.45,0.1,0.1,0.75,0.1,-0.1,0.75,0.1,0.1,0.9,0.1,-0.1,0.9,0.1,0.1,0.75,0.1,0.05,0.45,0.1,0.05,0.75,0.1,0.15,0.75,0.1,0.05,0.4,0.1,0.15,0.7,0.1,0.15,0.4,0.1,0.15,0.6,0.1,0.15,0.45,0.1,0.35,0.7,0.05,0.15,0.6,0.05,0.15,0.7,0.05,0.35,0.6,0.05,0.25,0.6,0.05,0.25,0.5,0.05,0.35,0.5,0.05,-0.15,0.9,0.15,-0.15,0.95,0.15,0.15,0.95,0.15,0.15,0.9,0.15,-0.1,1,0.05,-0.25,0.95,0.05,-0.25,1,0.05,-0.1,0.95,0.05,-0.15,0.95,0.05,-0.1,0.95,0.1,-0.1,1,0.1,0.1,1,0.1,0.1,0.95,0.1,-0.1,1,0.1,-0.1,1.05,0.1,0.1,1.05,0.1,0.1,1,0.1,-0.05,0.75,-0.2,-0.05,0.8,-0.2,0.05,0.8,-0.2,0.05,0.75,-0.2,-0.25,0.9,0.05,-0.25,0.95,0.05,-0.15,0.95,0.05,-0.15,0.9,0.05,0.25,0.4,0.05,0.25,0.45,0.05,0.35,0.45,0.05,0.35,0.4,0.05,0.25,0.45,0.05,0.25,0.5,0.05,0.35,0.5,0.05,0.35,0.45,0.05,-0.15,0,0.1,-0.15,0.05,0.1,-0.05,0.05,0.1,-0.05,0,0.1,0.05,0,0.1,0.05,0.05,0.1,0.15,0.05,0.1,0.15,0,0.1,-0.25,0.6,-0.05,-0.25,0.9,-0.05,-0.25,0.9,0.05,-0.25,0.6,0.05,-0.15,0.4,0.05,-0.15,0.35,-0.05,-0.15,0.4,-0.05,-0.15,0.35,0.05,-0.15,0.05,-0.05,-0.15,0.05,0.05,-0.15,0.4,0.1,-0.15,0.45,0.1,-0.15,0.4,-0.2,-0.15,0.45,-0.1,-0.15,0.6,0.05,-0.15,0.6,-0.05,-0.15,0.6,-0.1,-0.15,0.6,0.1,-0.15,0.75,-0.05,-0.15,0.75,-0.1,-0.15,0.75,0.1,-0.15,0.75,0.05,-0.15,0.45,-0.2,0.05,0.05,-0.05,0.05,0.35,-0.05,0.05,0.35,0.05,0.05,0.05,0.05,-0.1,0.9,0.1,-0.1,0.8,-0.1,-0.1,0.9,-0.1,-0.1,0.75,0.1,-0.1,0.75,-0.1,-0.05,0.9,-0.15,-0.05,0.8,-0.25,-0.05,0.9,-0.25,-0.05,0.9,-0.1,-0.05,0.8,-0.2,-0.05,0.8,-0.1,-0.05,0.75,-0.25,-0.05,0.75,-0.2,0.25,0.5,-0.05,0.25,0.6,-0.05,0.25,0.6,0.05,0.25,0.5,0.05,-0.1,1.05,0.1,-0.1,1,-0.1,-0.1,1.05,-0.1,-0.1,1,0.1,-0.1,1,-0.05,-0.1,1,0.05,-0.15,0.05,0.05,-0.15,0,-0.05,-0.15,0.05,-0.05,-0.15,0.05,0.1,-0.15,0,0.1,0.05,0.05,0.05,0.05,0,-0.05,0.05,0.05,-0.05,0.05,0.05,0.1,0.05,0,0.1,-0.15,0.95,-0.1,-0.15,0.9,-0.15,-0.15,0.95,-0.15,-0.15,0.95,-0.05,-0.15,0.9,-0.1,-0.15,0.9,-0.05,-0.25,0.9,-0.05,-0.25,0.95,-0.05,-0.25,0.95,0.05,-0.25,0.9,0.05,-0.25,0.95,-0.05,-0.25,1,-0.05,-0.25,1,0.05,-0.25,0.95,0.05,0.25,0.4,-0.05,0.25,0.45,-0.05,0.25,0.45,0.05,0.25,0.4,0.05,0.25,0.45,-0.05,0.25,0.5,-0.05,0.25,0.5,0.05,0.25,0.45,0.05,-0.15,0.95,0.1,-0.15,0.9,0.05,-0.15,0.95,0.05,-0.15,0.95,0.15,-0.15,0.9,0.1,-0.15,0.9,0.15,-0.1,0.95,-0.1,-0.1,1,-0.1,-0.1,1,-0.05,-0.1,0.95,-0.05,-0.1,0.95,0.05,-0.1,1,0.05,-0.1,1,0.1,-0.1,0.95,0.1,0.05,0.4,0.05,0.05,0.45,0.05,0.05,0.45,0.1,0.05,0.4,0.1,-0.05,0.05,0.05,-0.05,0.35,0.05,-0.05,0.35,-0.05,-0.05,0.05,-0.05,0.15,0.4,-0.05,0.15,0.35,0.05,0.15,0.4,0.05,0.15,0.35,-0.05,0.15,0.05,0.05,0.15,0.05,-0.05,0.15,0.4,-0.2,0.15,0.45,-0.2,0.15,0.4,0.1,0.15,0.45,-0.1,0.15,0.45,0.1,0.15,0.6,-0.05,0.15,0.6,0.05,0.15,0.6,0.1,0.15,0.6,-0.1,0.15,0.7,-0.1,0.15,0.7,-0.05,0.15,0.7,0.05,0.15,0.7,0.1,0.15,0.75,-0.1,0.15,0.75,0.1,0.1,0.9,-0.1,0.1,0.75,0.1,0.1,0.9,0.1,0.1,0.8,-0.1,0.1,0.75,-0.1,-0.15,0.75,0.05,-0.15,0.9,0.05,-0.15,0.9,-0.05,-0.15,0.75,-0.05,0.35,0.7,-0.05,0.35,0.6,0.05,0.35,0.7,0.05,0.35,0.6,-0.05,0.35,0.5,0.05,0.35,0.5,-0.05,0.05,0.9,-0.15,0.05,0.8,-0.1,0.05,0.9,-0.1,0.05,0.9,-0.25,0.05,0.8,-0.2,0.05,0.8,-0.25,0.05,0.75,-0.2,0.05,0.75,-0.25,0.15,0.95,0.1,0.15,0.9,0.15,0.15,0.95,0.15,0.15,0.95,-0.1,0.15,0.9,0.1,0.15,0.95,-0.15,0.15,0.9,-0.1,0.15,0.9,-0.15,0.1,0.95,0.1,0.1,1,0.1,0.1,1,-0.1,0.1,0.95,-0.1,0.1,1,0.1,0.1,1.05,0.1,0.1,1.05,-0.1,0.1,1,-0.1,-0.05,0.05,0.05,-0.05,0,0.1,-0.05,0.05,0.1,-0.05,0.05,-0.05,-0.05,0,-0.05,0.15,0.05,0.05,0.15,0,0.1,0.15,0.05,0.1,0.15,0.05,-0.05,0.15,0,-0.05,0.35,0.4,0.05,0.35,0.45,0.05,0.35,0.45,-0.05,0.35,0.4,-0.05,0.35,0.45,0.05,0.35,0.5,0.05,0.35,0.5,-0.05,0.35,0.45,-0.05,-0.05,0.4,0.1,-0.05,0.45,0.1,-0.05,0.45,0.05,-0.05,0.4,0.05,-0.1,1.05,-0.1,0.1,1.05,-0.1,-0.1,1.05,0.1,0.1,1.05,0.1,-0.1,0.75,-0.1,-0.15,0.75,-0.05,-0.15,0.75,-0.1,-0.15,0.75,0.05,-0.1,0.75,0.1,-0.15,0.75,0.1,0.1,0.75,-0.1,0.15,0.75,-0.1,0.1,0.75,0.1,0.15,0.75,0.1,0.1,0.95,-0.1,0.15,0.95,-0.1,0.1,0.95,0.1,0.15,0.95,0.1,-0.1,0.95,-0.1,0.15,0.95,-0.15,-0.15,0.95,-0.1,-0.15,0.95,-0.15,0.15,0.95,0.15,-0.1,0.95,0.1,-0.15,0.95,0.15,-0.15,0.95,0.1,-0.15,0.95,-0.05,-0.1,0.95,-0.05,-0.1,0.95,0.05,-0.15,0.95,0.05,-0.15,0.45,-0.2,0.15,0.45,-0.2,-0.15,0.45,-0.1,0.15,0.45,-0.1,-0.25,1,-0.05,-0.1,1,-0.05,-0.25,1,0.05,-0.1,1,0.05,0.15,0.7,-0.05,0.35,0.7,-0.05,0.15,0.7,0.05,0.35,0.7,0.05,-0.05,0.9,-0.25,0.05,0.9,-0.25,-0.05,0.9,-0.15,0.05,0.9,-0.15,-0.15,0.05,0.05,-0.05,0.05,0.05,-0.15,0.05,0.1,-0.05,0.05,0.1,0.05,0.05,0.05,0.15,0.05,0.05,0.05,0.05,0.1,0.15,0.05,0.1],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1]},"spaceexploration_moonwalker_idle_1_optimised":{"faces":[421,419,420,420,419,418,417,415,416,416,415,414,413,411,412,412,411,410,409,407,408,408,407,406,405,403,404,404,403,402,401,399,400,400,399,398,393,396,397,391,396,393,395,386,394,394,386,388,393,392,391,390,391,392,391,390,384,385,384,390,389,388,387,386,387,388,387,386,383,382,383,386,385,383,384,384,383,382,381,379,380,380,379,378,377,376,375,372,375,376,375,372,373,374,373,372,371,369,370,370,369,368,367,366,364,366,365,364,363,362,360,362,361,360,359,358,356,358,357,356,352,355,354,354,351,352,353,352,351,350,349,347,349,348,347,346,345,343,345,344,343,339,342,341,341,338,339,340,339,338,337,335,336,334,336,335,335,333,334,331,334,333,333,330,331,332,331,330,329,326,328,326,323,328,327,325,326,323,326,325,325,322,323,324,323,322,321,319,320,317,320,319,319,316,317,318,317,316,315,314,312,314,313,312,308,311,310,310,307,308,309,308,307,306,303,305,300,305,303,304,294,295,303,302,300,302,303,298,301,300,302,297,302,298,300,301,296,299,300,296,299,296,293,298,295,297,296,297,295,295,293,296,293,295,294,294,288,293,292,293,288,288,286,292,291,289,290,287,290,289,289,286,287,288,287,286,285,284,282,284,283,282,281,280,278,280,279,278,277,276,274,276,275,274,273,272,270,272,271,270,269,267,268,265,268,267,267,264,265,266,265,264,263,262,260,262,261,260,259,258,256,258,257,256,255,254,252,254,253,252,251,250,248,250,249,248,247,245,246,243,246,245,245,242,243,244,243,242,238,241,240,240,237,238,239,238,237,236,234,235,232,235,234,234,231,232,233,232,231,227,230,229,229,226,227,228,227,226,225,224,222,224,223,222,221,219,220,219,218,220,219,217,218,215,218,217,217,214,215,216,215,214,210,213,212,212,209,210,211,210,209,208,207,205,207,206,205,203,204,197,200,203,197,201,202,199,198,201,199,200,197,195,199,196,198,197,198,196,196,195,197,196,194,195,193,195,194,194,188,193,192,193,188,188,186,192,191,189,190,187,190,189,189,186,187,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,168,166,168,167,166,165,164,162,164,163,162,161,160,158,160,159,158,157,156,154,156,155,154,150,153,152,152,149,150,151,150,149,148,147,145,147,146,145,144,142,143,140,143,142,142,139,140,141,140,139,137,138,134,136,137,134,136,134,135,133,135,134,134,132,133,129,133,132,132,131,129,131,130,129,128,125,127,125,126,127,123,126,125,125,122,123,124,123,122,121,119,120,117,120,119,119,116,117,118,117,116,115,110,114,110,113,114,113,110,108,112,107,111,110,111,107,107,108,110,109,108,106,108,107,106,102,105,104,104,101,102,103,102,101,98,100,99,99,97,98,96,98,97,97,95,96,93,96,95,95,92,93,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,64,67,66,66,63,64,65,64,63,62,61,59,61,60,59,58,57,55,57,56,55,54,53,51,53,52,51,50,48,49,48,45,49,45,48,47,47,44,45,46,45,44,42,43,40,36,42,40,41,37,40,36,40,37,39,35,38,35,37,38,37,35,36,34,36,35,35,31,34,32,34,31,33,32,30,32,31,30,26,29,28,28,25,26,27,26,25,22,24,23,23,21,22,20,22,21,21,19,20,17,20,19,19,16,17,18,17,16,15,13,14,12,14,13,13,9,12,10,12,9,11,10,8,10,9,8,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.1,0.75,-0.1,-0.05,0.45,-0.1,-0.05,0.75,-0.1,-0.15,0.75,-0.1,-0.05,0.4,-0.1,-0.15,0.6,-0.1,-0.15,0.4,-0.1,-0.15,0.45,-0.1,0.05,0.45,-0.1,0.05,0.75,-0.1,-0.05,0.75,-0.1,-0.05,0.45,-0.1,-0.1,0.75,-0.1,0.1,0.75,-0.1,-0.1,0.9,-0.1,0.1,0.9,-0.1,0.1,0.75,-0.1,0.15,0.7,-0.1,0.15,0.75,-0.1,0.05,0.75,-0.1,0.15,0.6,-0.1,0.05,0.45,-0.1,0.15,0.45,-0.1,0.05,0.4,-0.1,0.15,0.4,-0.1,-0.25,0.9,-0.05,-0.15,0.75,-0.05,-0.15,0.9,-0.05,-0.25,0.6,-0.05,-0.15,0.6,-0.05,-0.05,0.05,-0.05,-0.05,0.35,-0.05,-0.15,0.35,-0.05,-0.15,0.05,-0.05,-0.15,0.4,-0.05,0.05,0.35,-0.05,-0.05,0.4,-0.05,0.15,0.35,-0.05,0.15,0.05,-0.05,0.05,0.05,-0.05,0.05,0.4,-0.05,0.15,0.4,-0.05,-0.05,0.45,-0.05,0.05,0.45,-0.05,0.15,0.7,-0.05,0.35,0.6,-0.05,0.35,0.7,-0.05,0.15,0.6,-0.05,0.25,0.6,-0.05,0.35,0.5,-0.05,0.25,0.5,-0.05,0.15,0.9,-0.15,0.15,0.95,-0.15,-0.15,0.95,-0.15,-0.15,0.9,-0.15,0.1,0.95,-0.1,0.1,1,-0.1,-0.1,1,-0.1,-0.1,0.95,-0.1,0.1,1,-0.1,0.1,1.05,-0.1,-0.1,1.05,-0.1,-0.1,1,-0.1,-0.25,1,-0.05,-0.1,0.95,-0.05,-0.1,1,-0.05,-0.25,0.95,-0.05,-0.15,0.95,-0.05,-0.05,0,-0.1,-0.05,0.05,-0.1,-0.15,0.05,-0.1,-0.15,0,-0.1,0.15,0,-0.1,0.15,0.05,-0.1,0.05,0.05,-0.1,0.05,0,-0.1,-0.15,0.9,-0.05,-0.15,0.95,-0.05,-0.25,0.95,-0.05,-0.25,0.9,-0.05,0.35,0.4,-0.05,0.35,0.45,-0.05,0.25,0.45,-0.05,0.25,0.4,-0.05,0.35,0.45,-0.05,0.35,0.5,-0.05,0.25,0.5,-0.05,0.25,0.45,-0.05,0.05,0.75,0.2,0.05,0.8,0.2,-0.05,0.8,0.2,-0.05,0.75,0.2,-0.1,0.75,0.1,-0.15,0.6,0.1,-0.15,0.75,0.1,0.1,0.75,0.1,-0.15,0.45,0.1,0.15,0.75,0.1,0.15,0.45,0.1,0.15,0.7,0.1,0.15,0.6,0.1,-0.15,0.9,0.05,-0.25,0.6,0.05,-0.25,0.9,0.05,-0.15,0.75,0.05,-0.15,0.6,0.05,-0.15,0.05,0.05,-0.15,0.35,0.05,-0.05,0.35,0.05,-0.05,0.05,0.05,0.15,0.35,0.05,0.15,0.4,0.05,-0.15,0.4,0.05,0.05,0.35,0.05,0.05,0.05,0.05,0.15,0.05,0.05,0.05,0.9,0.25,-0.05,0.8,0.25,-0.05,0.9,0.25,0.05,0.8,0.25,-0.05,0.75,0.25,0.05,0.75,0.25,0.35,0.7,0.05,0.15,0.6,0.05,0.15,0.7,0.05,0.35,0.6,0.05,0.25,0.6,0.05,0.25,0.5,0.05,0.35,0.5,0.05,-0.1,0.8,0.1,-0.1,0.9,0.1,-0.05,0.9,0.1,-0.05,0.8,0.1,-0.1,0.75,0.1,0.05,0.8,0.1,0.1,0.75,0.1,0.1,0.8,0.1,0.1,0.9,0.1,0.05,0.9,0.1,0.15,0.95,0.15,-0.15,0.9,0.15,-0.15,0.95,0.15,0.15,0.9,0.15,-0.05,0.9,0.15,0.05,0.9,0.15,-0.15,0.4,0.2,-0.15,0.45,0.2,0.15,0.45,0.2,0.15,0.4,0.2,-0.1,1,0.05,-0.25,0.95,0.05,-0.25,1,0.05,-0.1,0.95,0.05,-0.15,0.95,0.05,-0.1,0.95,0.1,-0.1,1,0.1,0.1,1,0.1,0.1,0.95,0.1,-0.1,1,0.1,-0.1,1.05,0.1,0.1,1.05,0.1,0.1,1,0.1,-0.25,0.9,0.05,-0.25,0.95,0.05,-0.15,0.95,0.05,-0.15,0.9,0.05,-0.15,0,0.05,-0.15,0.05,0.05,-0.05,0.05,0.05,-0.05,0,0.05,0.05,0,0.05,0.05,0.05,0.05,0.15,0.05,0.05,0.15,0,0.05,0.25,0.4,0.05,0.25,0.45,0.05,0.35,0.45,0.05,0.35,0.4,0.05,0.25,0.45,0.05,0.25,0.5,0.05,0.35,0.5,0.05,0.35,0.45,0.05,-0.25,0.6,-0.05,-0.25,0.9,-0.05,-0.25,0.9,0.05,-0.25,0.6,0.05,-0.15,0.4,0.05,-0.15,0.35,-0.05,-0.15,0.4,-0.05,-0.15,0.35,0.05,-0.15,0.05,-0.05,-0.15,0.05,0.05,-0.15,0.4,0.2,-0.15,0.45,0.2,-0.15,0.4,-0.1,-0.15,0.45,0.1,-0.15,0.45,-0.1,-0.15,0.6,0.05,-0.15,0.6,-0.05,-0.15,0.6,-0.1,-0.15,0.6,0.1,-0.15,0.75,-0.05,-0.15,0.75,-0.1,-0.15,0.75,0.1,-0.15,0.75,0.05,0.05,0.05,-0.05,0.05,0.35,-0.05,0.05,0.35,0.05,0.05,0.05,0.05,-0.1,0.9,0.1,-0.1,0.75,-0.1,-0.1,0.9,-0.1,-0.1,0.8,0.1,-0.1,0.75,0.1,-0.05,0.9,0.15,-0.05,0.8,0.1,-0.05,0.9,0.1,-0.05,0.9,0.25,-0.05,0.8,0.2,-0.05,0.8,0.25,-0.05,0.75,0.2,-0.05,0.75,0.25,0.25,0.5,-0.05,0.25,0.6,-0.05,0.25,0.6,0.05,0.25,0.5,0.05,-0.15,0.05,-0.05,-0.15,0,-0.1,-0.15,0.05,-0.1,-0.15,0.05,0.05,-0.15,0,0.05,-0.1,1.05,0.1,-0.1,1,-0.1,-0.1,1.05,-0.1,-0.1,1,0.1,-0.1,1,-0.05,-0.1,1,0.05,0.05,0.05,-0.05,0.05,0,-0.1,0.05,0.05,-0.1,0.05,0.05,0.05,0.05,0,0.05,-0.15,0.95,-0.1,-0.15,0.9,-0.15,-0.15,0.95,-0.15,-0.15,0.95,-0.05,-0.15,0.9,-0.1,-0.15,0.9,-0.05,-0.25,0.9,-0.05,-0.25,0.95,-0.05,-0.25,0.95,0.05,-0.25,0.9,0.05,-0.25,0.95,-0.05,-0.25,1,-0.05,-0.25,1,0.05,-0.25,0.95,0.05,0.25,0.4,-0.05,0.25,0.45,-0.05,0.25,0.45,0.05,0.25,0.4,0.05,0.25,0.45,-0.05,0.25,0.5,-0.05,0.25,0.5,0.05,0.25,0.45,0.05,-0.15,0.95,0.1,-0.15,0.9,0.05,-0.15,0.95,0.05,-0.15,0.95,0.15,-0.15,0.9,0.1,-0.15,0.9,0.15,-0.1,0.95,-0.1,-0.1,1,-0.1,-0.1,1,-0.05,-0.1,0.95,-0.05,0.05,0.4,-0.1,0.05,0.45,-0.1,0.05,0.45,-0.05,0.05,0.4,-0.05,-0.1,0.95,0.05,-0.1,1,0.05,-0.1,1,0.1,-0.1,0.95,0.1,-0.05,0.05,0.05,-0.05,0.35,0.05,-0.05,0.35,-0.05,-0.05,0.05,-0.05,0.15,0.4,-0.05,0.15,0.35,0.05,0.15,0.4,0.05,0.15,0.35,-0.05,0.15,0.05,0.05,0.15,0.05,-0.05,0.15,0.4,-0.1,0.15,0.45,-0.1,0.15,0.4,0.2,0.15,0.45,0.1,0.15,0.6,-0.05,0.15,0.6,0.05,0.15,0.6,0.1,0.15,0.6,-0.1,0.15,0.7,-0.1,0.15,0.7,-0.05,0.15,0.7,0.05,0.15,0.7,0.1,0.15,0.45,0.2,0.15,0.75,-0.1,0.15,0.75,0.1,0.1,0.9,-0.1,0.1,0.8,0.1,0.1,0.9,0.1,0.1,0.75,-0.1,0.1,0.75,0.1,-0.15,0.75,0.05,-0.15,0.9,0.05,-0.15,0.9,-0.05,-0.15,0.75,-0.05,0.35,0.7,-0.05,0.35,0.6,0.05,0.35,0.7,0.05,0.35,0.6,-0.05,0.35,0.5,0.05,0.35,0.5,-0.05,0.05,0.9,0.15,0.05,0.8,0.25,0.05,0.9,0.25,0.05,0.9,0.1,0.05,0.8,0.2,0.05,0.8,0.1,0.05,0.75,0.25,0.05,0.75,0.2,0.15,0.95,0.1,0.15,0.9,0.15,0.15,0.95,0.15,0.15,0.95,-0.1,0.15,0.9,0.1,0.15,0.95,-0.15,0.15,0.9,-0.1,0.15,0.9,-0.15,-0.05,0.05,-0.05,-0.05,0,0.05,-0.05,0.05,0.05,-0.05,0.05,-0.1,-0.05,0,-0.1,0.1,0.95,0.1,0.1,1,0.1,0.1,1,-0.1,0.1,0.95,-0.1,0.1,1,0.1,0.1,1.05,0.1,0.1,1.05,-0.1,0.1,1,-0.1,0.15,0.05,-0.05,0.15,0,0.05,0.15,0.05,0.05,0.15,0.05,-0.1,0.15,0,-0.1,0.35,0.4,0.05,0.35,0.45,0.05,0.35,0.45,-0.05,0.35,0.4,-0.05,0.35,0.45,0.05,0.35,0.5,0.05,0.35,0.5,-0.05,0.35,0.45,-0.05,-0.05,0.4,-0.05,-0.05,0.45,-0.05,-0.05,0.45,-0.1,-0.05,0.4,-0.1,-0.1,1.05,-0.1,0.1,1.05,-0.1,-0.1,1.05,0.1,0.1,1.05,0.1,-0.1,0.75,-0.1,-0.15,0.75,-0.05,-0.15,0.75,-0.1,-0.15,0.75,0.05,-0.1,0.75,0.1,-0.15,0.75,0.1,0.1,0.75,-0.1,0.15,0.75,-0.1,0.1,0.75,0.1,0.15,0.75,0.1,0.1,0.95,-0.1,0.15,0.95,-0.1,0.1,0.95,0.1,0.15,0.95,0.1,-0.1,0.95,-0.1,0.15,0.95,-0.15,-0.15,0.95,-0.1,-0.15,0.95,-0.15,0.15,0.95,0.15,-0.1,0.95,0.1,-0.15,0.95,0.15,-0.15,0.95,0.1,-0.15,0.95,-0.05,-0.1,0.95,-0.05,-0.1,0.95,0.05,-0.15,0.95,0.05,-0.15,0.45,0.1,0.15,0.45,0.1,-0.15,0.45,0.2,0.15,0.45,0.2,-0.25,1,-0.05,-0.1,1,-0.05,-0.25,1,0.05,-0.1,1,0.05,0.15,0.7,-0.05,0.35,0.7,-0.05,0.15,0.7,0.05,0.35,0.7,0.05,-0.05,0.9,0.15,0.05,0.9,0.15,-0.05,0.9,0.25,0.05,0.9,0.25,-0.15,0.05,-0.1,-0.05,0.05,-0.1,-0.15,0.05,-0.05,-0.05,0.05,-0.05,0.05,0.05,-0.1,0.15,0.05,-0.1,0.05,0.05,-0.05,0.15,0.05,-0.05],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1]},"spaceexploration_moonwalker_idle_2_optimised":{"faces":[417,415,416,416,415,414,413,411,412,412,411,410,409,407,408,408,407,406,405,403,404,404,403,402,401,399,400,400,399,398,393,396,397,391,396,393,395,386,394,394,386,388,393,392,391,390,391,392,391,390,384,385,384,390,389,388,387,386,387,388,387,386,383,382,383,386,385,383,384,384,383,382,381,379,380,380,379,378,377,376,375,372,375,376,375,372,373,374,373,372,371,369,370,370,369,368,367,365,366,366,365,364,363,362,360,362,361,360,359,358,356,358,357,356,352,355,354,354,351,352,353,352,351,350,349,347,349,348,347,346,345,343,345,344,343,339,342,341,341,338,339,340,339,338,337,335,336,334,336,335,335,333,334,331,334,333,333,330,331,332,331,330,329,326,328,326,323,328,327,325,326,323,326,325,325,322,323,324,323,322,321,319,320,317,320,319,319,316,317,318,317,316,315,314,312,314,313,312,308,311,310,310,307,308,309,308,307,306,301,305,303,305,301,304,303,300,303,304,297,301,300,303,302,303,297,302,297,293,300,301,299,298,300,299,299,295,298,297,298,295,295,293,297,296,294,295,293,295,294,294,292,293,291,293,292,292,286,291,290,291,286,286,284,290,289,287,288,285,288,287,287,284,285,286,285,284,283,282,280,282,281,280,279,278,276,278,277,276,275,274,272,274,273,272,271,269,270,267,270,269,269,266,267,268,267,266,265,264,262,264,263,262,261,260,258,260,259,258,257,256,254,256,255,254,253,252,250,252,251,250,249,247,248,245,248,247,247,244,245,246,245,244,240,243,242,242,239,240,241,240,239,238,236,237,234,237,236,236,233,234,235,234,233,229,232,231,231,228,229,230,229,228,227,226,224,226,225,224,223,221,222,221,220,222,221,219,220,217,220,219,219,216,217,218,217,216,212,215,214,214,211,212,213,212,211,210,209,207,209,208,207,205,206,199,204,205,199,204,199,196,202,203,201,200,202,201,201,197,200,199,200,197,197,196,199,198,195,193,197,194,196,195,196,194,194,193,195,194,192,193,186,193,192,192,188,186,191,189,190,187,190,189,189,186,187,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,168,166,168,167,166,165,164,162,164,163,162,161,160,158,160,159,158,157,156,154,156,155,154,150,153,152,152,149,150,151,150,149,148,147,145,147,146,145,144,142,143,140,143,142,142,139,140,141,140,139,137,138,134,136,137,134,136,134,135,133,135,134,134,132,133,129,133,132,132,131,129,131,130,129,128,125,127,125,126,127,123,126,125,125,122,123,124,123,122,121,119,120,117,120,119,119,116,117,118,117,116,113,115,114,114,112,113,111,113,112,112,110,111,108,111,110,110,107,108,109,108,107,106,99,105,99,104,105,104,99,97,103,101,102,100,102,101,101,96,100,99,100,96,96,97,99,98,97,95,97,96,95,91,94,93,93,90,91,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,73,72,70,72,71,70,69,68,66,68,67,66,62,65,64,64,61,62,63,62,61,60,59,57,59,58,57,56,55,53,55,54,53,52,51,49,51,50,49,48,46,47,46,43,47,43,46,45,45,42,43,44,43,42,41,37,40,36,40,37,39,35,38,35,37,38,37,35,36,34,36,35,35,31,34,32,34,31,33,32,30,32,31,30,26,29,28,28,25,26,27,26,25,22,24,23,23,21,22,20,22,21,21,19,20,17,20,19,19,16,17,18,17,16,15,13,14,12,14,13,13,9,12,10,12,9,11,10,8,10,9,8,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.1,0.75,-0.1,-0.05,0.45,-0.1,-0.05,0.75,-0.1,-0.15,0.75,-0.1,-0.15,0.45,-0.1,-0.15,0.6,-0.1,-0.15,0.5,-0.1,-0.15,0.55,-0.1,0.05,0.45,-0.1,0.05,0.75,-0.1,-0.05,0.75,-0.1,-0.05,0.45,-0.1,-0.1,0.75,-0.1,0.1,0.75,-0.1,-0.1,0.9,-0.1,0.1,0.9,-0.1,0.1,0.75,-0.1,0.15,0.7,-0.1,0.15,0.75,-0.1,0.05,0.75,-0.1,0.15,0.6,-0.1,0.05,0.45,-0.1,0.15,0.55,-0.1,0.15,0.45,-0.1,0.15,0.5,-0.1,-0.25,0.9,-0.05,-0.15,0.75,-0.05,-0.15,0.9,-0.05,-0.25,0.6,-0.05,-0.15,0.6,-0.05,-0.05,0.05,-0.05,-0.05,0.35,-0.05,-0.15,0.35,-0.05,-0.15,0.05,-0.05,-0.15,0.45,-0.05,0.05,0.35,-0.05,-0.05,0.45,-0.05,0.15,0.35,-0.05,0.15,0.05,-0.05,0.05,0.05,-0.05,0.05,0.45,-0.05,0.15,0.45,-0.05,0.15,0.7,-0.05,0.35,0.6,-0.05,0.35,0.7,-0.05,0.15,0.6,-0.05,0.25,0.6,-0.05,0.35,0.5,-0.05,0.25,0.5,-0.05,0.15,0.9,-0.15,0.15,0.95,-0.15,-0.15,0.95,-0.15,-0.15,0.9,-0.15,0.1,0.95,-0.1,0.1,1,-0.1,-0.1,1,-0.1,-0.1,0.95,-0.1,0.1,1,-0.1,0.1,1.05,-0.1,-0.1,1.05,-0.1,-0.1,1,-0.1,-0.25,1,-0.05,-0.1,0.95,-0.05,-0.1,1,-0.05,-0.25,0.95,-0.05,-0.15,0.95,-0.05,-0.05,0,-0.1,-0.05,0.05,-0.1,-0.15,0.05,-0.1,-0.15,0,-0.1,0.15,0,-0.1,0.15,0.05,-0.1,0.05,0.05,-0.1,0.05,0,-0.1,-0.15,0.9,-0.05,-0.15,0.95,-0.05,-0.25,0.95,-0.05,-0.25,0.9,-0.05,0.35,0.4,-0.05,0.35,0.45,-0.05,0.25,0.45,-0.05,0.25,0.4,-0.05,0.35,0.45,-0.05,0.35,0.5,-0.05,0.25,0.5,-0.05,0.25,0.45,-0.05,0.05,0.75,0.2,0.05,0.8,0.2,-0.05,0.8,0.2,-0.05,0.75,0.2,-0.15,0.9,0.05,-0.25,0.6,0.05,-0.25,0.9,0.05,-0.15,0.75,0.05,-0.15,0.6,0.05,-0.15,0.05,0.05,-0.15,0.35,0.05,-0.05,0.35,0.05,-0.05,0.05,0.05,0.15,0.35,0.05,0.15,0.45,0.05,-0.15,0.45,0.05,0.15,0.5,0.05,-0.15,0.5,0.05,0.05,0.35,0.05,0.05,0.05,0.05,0.15,0.05,0.05,-0.1,0.75,0.1,-0.15,0.6,0.1,-0.15,0.75,0.1,0.1,0.75,0.1,-0.15,0.55,0.1,0.15,0.75,0.1,0.15,0.55,0.1,0.15,0.7,0.1,0.15,0.6,0.1,0.05,0.9,0.25,-0.05,0.8,0.25,-0.05,0.9,0.25,0.05,0.8,0.25,-0.05,0.75,0.25,0.05,0.75,0.25,0.35,0.7,0.05,0.15,0.6,0.05,0.15,0.7,0.05,0.35,0.6,0.05,0.25,0.6,0.05,0.25,0.5,0.05,0.35,0.5,0.05,-0.1,0.8,0.1,-0.1,0.9,0.1,-0.05,0.9,0.1,-0.05,0.8,0.1,-0.1,0.75,0.1,0.05,0.8,0.1,0.1,0.75,0.1,0.1,0.8,0.1,0.1,0.9,0.1,0.05,0.9,0.1,0.15,0.95,0.15,-0.15,0.9,0.15,-0.15,0.95,0.15,0.15,0.9,0.15,-0.05,0.9,0.15,0.05,0.9,0.15,-0.15,0.5,0.3,-0.15,0.55,0.3,0.15,0.55,0.3,0.15,0.5,0.3,-0.1,1,0.05,-0.25,0.95,0.05,-0.25,1,0.05,-0.1,0.95,0.05,-0.15,0.95,0.05,-0.1,0.95,0.1,-0.1,1,0.1,0.1,1,0.1,0.1,0.95,0.1,-0.1,1,0.1,-0.1,1.05,0.1,0.1,1.05,0.1,0.1,1,0.1,-0.25,0.9,0.05,-0.25,0.95,0.05,-0.15,0.95,0.05,-0.15,0.9,0.05,-0.15,0,0.05,-0.15,0.05,0.05,-0.05,0.05,0.05,-0.05,0,0.05,0.05,0,0.05,0.05,0.05,0.05,0.15,0.05,0.05,0.15,0,0.05,0.25,0.4,0.05,0.25,0.45,0.05,0.35,0.45,0.05,0.35,0.4,0.05,0.25,0.45,0.05,0.25,0.5,0.05,0.35,0.5,0.05,0.35,0.45,0.05,-0.25,0.6,-0.05,-0.25,0.9,-0.05,-0.25,0.9,0.05,-0.25,0.6,0.05,-0.15,0.45,0.05,-0.15,0.35,-0.05,-0.15,0.45,-0.05,-0.15,0.35,0.05,-0.15,0.05,-0.05,-0.15,0.05,0.05,-0.15,0.45,-0.1,-0.15,0.5,0.05,-0.15,0.5,-0.1,-0.15,0.55,0.3,-0.15,0.55,0.1,-0.15,0.55,-0.1,-0.15,0.5,0.3,-0.15,0.6,0.05,-0.15,0.6,-0.05,-0.15,0.6,-0.1,-0.15,0.75,-0.05,-0.15,0.75,-0.1,-0.15,0.6,0.1,-0.15,0.75,0.1,-0.15,0.75,0.05,0.05,0.05,-0.05,0.05,0.35,-0.05,0.05,0.35,0.05,0.05,0.05,0.05,-0.1,0.9,0.1,-0.1,0.75,-0.1,-0.1,0.9,-0.1,-0.1,0.8,0.1,-0.1,0.75,0.1,-0.05,0.9,0.15,-0.05,0.8,0.1,-0.05,0.9,0.1,-0.05,0.9,0.25,-0.05,0.8,0.2,-0.05,0.8,0.25,-0.05,0.75,0.2,-0.05,0.75,0.25,0.25,0.5,-0.05,0.25,0.6,-0.05,0.25,0.6,0.05,0.25,0.5,0.05,-0.15,0.05,-0.05,-0.15,0,-0.1,-0.15,0.05,-0.1,-0.15,0.05,0.05,-0.15,0,0.05,-0.1,1.05,0.1,-0.1,1,-0.1,-0.1,1.05,-0.1,-0.1,1,0.1,-0.1,1,-0.05,-0.1,1,0.05,0.05,0.05,-0.05,0.05,0,-0.1,0.05,0.05,-0.1,0.05,0.05,0.05,0.05,0,0.05,-0.15,0.95,-0.1,-0.15,0.9,-0.15,-0.15,0.95,-0.15,-0.15,0.95,-0.05,-0.15,0.9,-0.1,-0.15,0.9,-0.05,-0.25,0.9,-0.05,-0.25,0.95,-0.05,-0.25,0.95,0.05,-0.25,0.9,0.05,-0.25,0.95,-0.05,-0.25,1,-0.05,-0.25,1,0.05,-0.25,0.95,0.05,0.25,0.4,-0.05,0.25,0.45,-0.05,0.25,0.45,0.05,0.25,0.4,0.05,0.25,0.45,-0.05,0.25,0.5,-0.05,0.25,0.5,0.05,0.25,0.45,0.05,-0.15,0.95,0.1,-0.15,0.9,0.05,-0.15,0.95,0.05,-0.15,0.95,0.15,-0.15,0.9,0.1,-0.15,0.9,0.15,-0.1,0.95,-0.1,-0.1,1,-0.1,-0.1,1,-0.05,-0.1,0.95,-0.05,-0.1,0.95,0.05,-0.1,1,0.05,-0.1,1,0.1,-0.1,0.95,0.1,-0.05,0.05,0.05,-0.05,0.35,0.05,-0.05,0.35,-0.05,-0.05,0.05,-0.05,0.15,0.45,-0.05,0.15,0.35,0.05,0.15,0.45,0.05,0.15,0.35,-0.05,0.15,0.05,0.05,0.15,0.05,-0.05,0.15,0.45,-0.1,0.15,0.5,-0.1,0.15,0.5,0.05,0.15,0.55,-0.1,0.15,0.5,0.3,0.15,0.55,0.1,0.15,0.55,0.3,0.15,0.6,-0.05,0.15,0.6,0.05,0.15,0.6,0.1,0.15,0.7,0.05,0.15,0.7,0.1,0.15,0.6,-0.1,0.15,0.7,-0.1,0.15,0.7,-0.05,0.15,0.75,-0.1,0.15,0.75,0.1,0.1,0.9,-0.1,0.1,0.8,0.1,0.1,0.9,0.1,0.1,0.75,-0.1,0.1,0.75,0.1,-0.15,0.75,0.05,-0.15,0.9,0.05,-0.15,0.9,-0.05,-0.15,0.75,-0.05,0.35,0.7,-0.05,0.35,0.6,0.05,0.35,0.7,0.05,0.35,0.6,-0.05,0.35,0.5,0.05,0.35,0.5,-0.05,0.05,0.9,0.15,0.05,0.8,0.25,0.05,0.9,0.25,0.05,0.9,0.1,0.05,0.8,0.2,0.05,0.8,0.1,0.05,0.75,0.25,0.05,0.75,0.2,0.15,0.95,0.1,0.15,0.9,0.15,0.15,0.95,0.15,0.15,0.95,-0.1,0.15,0.9,0.1,0.15,0.95,-0.15,0.15,0.9,-0.1,0.15,0.9,-0.15,-0.05,0.05,-0.05,-0.05,0,0.05,-0.05,0.05,0.05,-0.05,0.05,-0.1,-0.05,0,-0.1,0.1,0.95,0.1,0.1,1,0.1,0.1,1,-0.1,0.1,0.95,-0.1,0.1,1,0.1,0.1,1.05,0.1,0.1,1.05,-0.1,0.1,1,-0.1,0.15,0.05,-0.05,0.15,0,0.05,0.15,0.05,0.05,0.15,0.05,-0.1,0.15,0,-0.1,0.35,0.4,0.05,0.35,0.45,0.05,0.35,0.45,-0.05,0.35,0.4,-0.05,0.35,0.45,0.05,0.35,0.5,0.05,0.35,0.5,-0.05,0.35,0.45,-0.05,-0.15,0.55,0.1,0.15,0.55,0.1,-0.15,0.55,0.3,0.15,0.55,0.3,-0.1,1.05,-0.1,0.1,1.05,-0.1,-0.1,1.05,0.1,0.1,1.05,0.1,-0.1,0.75,-0.1,-0.15,0.75,-0.05,-0.15,0.75,-0.1,-0.15,0.75,0.05,-0.1,0.75,0.1,-0.15,0.75,0.1,0.1,0.75,-0.1,0.15,0.75,-0.1,0.1,0.75,0.1,0.15,0.75,0.1,0.1,0.95,-0.1,0.15,0.95,-0.1,0.1,0.95,0.1,0.15,0.95,0.1,-0.1,0.95,-0.1,0.15,0.95,-0.15,-0.15,0.95,-0.1,-0.15,0.95,-0.15,0.15,0.95,0.15,-0.1,0.95,0.1,-0.15,0.95,0.15,-0.15,0.95,0.1,-0.15,0.95,-0.05,-0.1,0.95,-0.05,-0.1,0.95,0.05,-0.15,0.95,0.05,-0.25,1,-0.05,-0.1,1,-0.05,-0.25,1,0.05,-0.1,1,0.05,0.15,0.7,-0.05,0.35,0.7,-0.05,0.15,0.7,0.05,0.35,0.7,0.05,-0.05,0.9,0.15,0.05,0.9,0.15,-0.05,0.9,0.25,0.05,0.9,0.25,-0.15,0.05,-0.1,-0.05,0.05,-0.1,-0.15,0.05,-0.05,-0.05,0.05,-0.05,0.05,0.05,-0.1,0.15,0.05,-0.1,0.05,0.05,-0.05,0.15,0.05,-0.05],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1]},"spaceexploration_moonwalker_rainbow_1_optimised":{"faces":[499,497,498,498,497,496,495,493,494,494,493,492,491,489,490,490,489,488,487,485,486,486,485,484,483,481,482,482,481,480,475,478,479,478,475,476,477,476,475,470,473,474,473,470,471,472,471,470,469,467,468,468,467,466,465,463,464,464,463,462,461,459,460,460,459,458,457,455,456,456,455,454,449,452,453,452,449,450,451,450,449,446,445,448,440,448,445,448,440,447,439,447,440,446,443,445,445,443,444,444,443,438,441,438,443,442,437,441,438,441,437,440,438,439,439,438,437,436,434,435,435,434,433,432,430,431,431,430,429,428,426,427,427,426,425,424,423,421,423,422,421,420,419,417,419,418,417,416,415,413,415,414,413,412,411,409,411,410,409,408,407,405,407,406,405,404,403,401,403,402,401,400,399,397,399,398,397,396,395,393,395,394,393,392,391,389,391,390,389,388,387,385,387,386,385,384,383,381,383,382,381,380,379,377,379,378,377,373,376,375,375,372,373,374,373,372,371,369,370,368,370,369,369,367,368,366,368,367,367,365,366,363,366,365,365,362,363,364,363,362,361,353,360,354,360,353,358,359,357,356,358,357,357,355,356,350,356,355,355,354,350,353,350,354,353,352,350,352,351,350,349,348,346,348,347,346,345,343,344,343,340,344,340,343,342,342,339,340,341,340,339,338,336,337,334,337,336,336,333,334,335,334,333,332,331,329,331,330,329,328,326,327,324,327,326,326,323,324,325,324,323,322,321,319,321,320,319,318,317,315,317,316,315,311,314,313,313,310,311,312,311,310,309,308,306,308,307,306,305,304,302,304,303,302,291,301,300,300,293,291,299,297,298,296,298,297,297,295,296,294,296,295,295,290,294,293,294,290,290,291,293,292,291,289,291,290,289,288,287,285,287,286,285,284,283,281,283,282,281,280,279,277,279,278,277,276,275,273,275,274,273,272,271,269,271,270,269,268,267,265,267,266,265,264,263,261,263,262,261,260,259,257,259,258,257,256,254,255,252,255,254,254,251,252,253,252,251,247,250,249,249,246,247,248,247,246,245,243,244,242,244,243,243,241,242,239,242,241,241,238,239,240,239,238,237,234,236,234,235,236,232,235,234,234,231,232,233,232,231,228,230,229,229,227,228,225,228,227,227,224,225,226,225,224,223,222,220,222,221,220,219,218,216,218,217,216,215,213,214,211,214,213,213,210,211,212,211,210,206,209,208,208,205,206,207,206,205,204,202,203,201,203,202,202,198,201,199,201,198,200,199,197,199,198,197,196,191,195,194,195,191,191,192,194,193,192,190,192,191,190,189,187,188,185,188,187,187,184,185,186,185,184,183,182,180,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,164,167,166,166,163,164,165,164,163,162,161,159,161,160,159,158,157,155,157,156,155,151,154,153,153,150,151,152,151,150,149,148,146,148,147,146,145,137,144,138,144,137,143,141,142,140,142,141,141,134,140,131,140,134,139,138,136,138,139,133,137,136,138,135,138,133,136,137,132,130,136,132,135,133,134,131,134,133,133,130,131,132,131,130,129,127,128,127,126,128,127,125,126,123,126,125,125,122,123,124,123,122,121,119,120,117,120,119,119,116,117,118,117,116,113,115,114,114,112,113,109,113,112,112,111,109,111,110,109,105,108,107,107,104,105,106,105,104,103,100,102,100,101,102,95,101,100,100,97,95,99,94,98,97,98,94,94,95,97,96,95,93,95,94,93,92,91,89,91,90,89,88,87,85,87,86,85,84,83,81,83,82,81,80,79,77,79,78,77,76,75,73,75,74,73,72,71,69,71,70,69,65,68,67,67,64,65,66,65,64,63,62,60,62,61,60,59,58,56,58,57,56,52,55,54,54,51,52,53,52,51,50,49,47,49,48,47,46,43,45,43,40,45,44,42,43,40,43,42,42,39,40,41,40,39,36,38,35,37,36,32,35,32,36,35,34,32,34,33,32,28,31,30,30,27,28,29,28,27,24,26,25,25,19,24,22,24,19,23,22,16,19,16,22,20,21,17,15,20,17,16,19,18,18,15,16,17,16,15,14,12,13,10,13,12,12,9,10,11,10,9,8,2,7,6,7,2,2,0,6,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.1,0.4,-0.175,0,0.35,-0.175,0,0.4,-0.175,-0.1,0.35,-0.175,0,0.05,-0.175,-0.1,0.05,-0.175,-0.15,0.4,-0.175,-0.15,0.45,-0.175,0,0.45,-0.175,-0.2,0.45,0.025,-0.15,0.4,0.025,-0.15,0.45,0.025,-0.25,0.45,0.025,-0.15,0.1,0.025,-0.25,0.1,0.025,-0.1,0.65,-0.175,0,0.5,-0.175,0,0.65,-0.175,-0.2,0.65,-0.175,-0.2,0.5,-0.175,-0.1,0.75,-0.175,0,0.75,-0.175,0.15,0.45,-0.175,0.15,0.5,-0.175,0,0.45,-0.175,-0.2,0.45,-0.175,-0.15,0.45,-0.175,-0.2,0.9,-0.125,0,0.8,-0.125,0,0.9,-0.125,-0.2,0.75,-0.125,0,0.75,-0.125,-0.25,0.75,-0.275,-0.25,0.9,-0.275,-0.35,0.9,-0.275,-0.35,0.75,-0.275,-0.1,0.65,-0.275,-0.1,0.75,-0.275,-0.35,0.65,-0.275,0.05,0.9,-0.075,0.15,0.8,-0.075,0.15,0.9,-0.075,0,0.9,-0.075,0.1,0.8,-0.075,0,0.8,-0.075,0.15,0.75,-0.075,0.1,0.75,-0.075,0.05,0.9,-0.175,0.05,0.95,-0.175,-0.25,0.95,-0.175,-0.25,0.9,-0.175,-0.1,0.05,-0.175,0,0,-0.175,0,0.05,-0.175,-0.15,0.05,-0.175,-0.15,0,-0.175,0,0.95,-0.125,0,1,-0.125,-0.2,1,-0.125,-0.2,0.95,-0.125,0,1,-0.125,0,1.05,-0.125,-0.2,1.05,-0.125,-0.2,1,-0.125,-0.25,0.1,0.025,-0.15,0.05,0.025,-0.15,0.1,0.025,-0.3,0.1,0.025,-0.3,0.05,0.025,-0.25,0.9,-0.275,-0.25,0.95,-0.275,-0.35,0.95,-0.275,-0.35,0.9,-0.275,-0.25,0.95,-0.275,-0.25,1,-0.275,-0.35,1,-0.275,-0.35,0.95,-0.275,-0.05,0.45,0.275,-0.05,0.5,0.275,-0.15,0.5,0.275,-0.15,0.45,0.275,-0.05,0.5,0.275,-0.05,0.55,0.275,-0.15,0.55,0.275,-0.15,0.5,0.275,-0.05,0.55,0.275,-0.05,0.6,0.275,-0.15,0.6,0.275,-0.15,0.55,0.275,-0.1,0.05,-0.075,-0.1,0.35,-0.075,0,0.35,-0.075,0,0.05,-0.075,-0.25,0.1,0.125,-0.25,0.4,0.125,-0.15,0.4,0.125,-0.15,0.1,0.125,0,0.45,0.125,-0.2,0.45,0.125,-0.25,0.45,0.125,0,0.4,0.125,-0.1,0.4,0.125,-0.1,0.35,0.125,0,0.35,0.125,0,0.9,0.075,-0.2,0.75,0.075,-0.2,0.9,0.075,0,0.8,0.075,0,0.75,0.075,-0.35,0.75,-0.175,-0.35,0.9,-0.175,-0.25,0.9,-0.175,-0.25,0.75,-0.175,-0.35,0.65,-0.175,-0.2,0.75,-0.175,-0.2,0.65,-0.175,-0.05,0.7,0.375,-0.15,0.6,0.375,-0.15,0.7,0.375,-0.05,0.6,0.375,-0.15,0.55,0.375,-0.05,0.55,0.375,0.05,0.9,0.025,0,0.8,0.025,0,0.9,0.025,0.15,0.9,0.025,0.1,0.8,0.025,0.15,0.8,0.025,0.1,0.75,0.025,0.15,0.75,0.025,-0.15,0.6,0.125,-0.2,0.5,0.125,-0.2,0.6,0.125,-0.05,0.6,0.125,0,0.5,0.125,0,0.6,0.125,-0.15,0.7,0.125,-0.2,0.7,0.125,0,0.7,0.125,-0.05,0.7,0.125,-0.2,0.45,0.125,0.15,0.5,0.125,0,0.45,0.125,0.15,0.45,0.125,0,0.75,0.125,-0.2,0.75,0.125,-0.25,0.9,0.125,-0.25,0.95,0.125,0.05,0.95,0.125,0.05,0.9,0.125,-0.1,0.05,-0.075,-0.15,0,-0.075,-0.15,0.05,-0.075,0,0.05,-0.075,0,0,-0.075,-0.2,0.95,0.075,-0.2,1,0.075,0,1,0.075,0,0.95,0.075,-0.2,1,0.075,-0.2,1.05,0.075,0,1.05,0.075,0,1,0.075,-0.25,0.1,0.125,-0.3,0.05,0.125,-0.3,0.1,0.125,-0.15,0.1,0.125,-0.15,0.05,0.125,-0.35,0.9,-0.175,-0.35,0.95,-0.175,-0.25,0.95,-0.175,-0.25,0.9,-0.175,-0.35,0.95,-0.125,-0.35,1,-0.125,-0.25,1,-0.125,-0.25,0.95,-0.125,-0.15,0.45,0.375,-0.15,0.5,0.375,-0.05,0.5,0.375,-0.05,0.45,0.375,-0.15,0.5,0.375,-0.15,0.55,0.375,-0.05,0.55,0.375,-0.05,0.5,0.375,-0.35,0.9,-0.175,-0.35,0.75,-0.275,-0.35,0.9,-0.275,-0.35,0.75,-0.175,-0.35,0.65,-0.275,-0.35,0.65,-0.175,-0.1,0.05,-0.175,-0.1,0.35,-0.175,-0.1,0.35,-0.075,-0.1,0.05,-0.075,-0.1,0.35,0.125,-0.1,0.4,0.125,-0.1,0.4,-0.175,-0.2,0.45,-0.075,-0.2,0.75,-0.075,-0.2,0.75,0.025,-0.2,0.45,0.025,-0.2,0.75,0.075,-0.2,0.75,-0.125,-0.2,0.9,0.075,-0.2,0.9,-0.125,-0.25,0.45,0.125,-0.25,0.1,0.025,-0.25,0.45,0.025,-0.25,0.4,0.125,-0.25,0.1,0.125,-0.2,0.75,-0.125,-0.2,0.65,-0.175,-0.2,0.75,-0.175,-0.2,0.45,-0.125,-0.2,0.5,-0.175,-0.2,0.45,-0.175,-0.2,0.45,-0.125,-0.2,0.75,-0.125,-0.2,0.75,-0.075,-0.2,0.45,-0.075,-0.2,0.45,0.025,-0.2,0.75,0.025,-0.2,0.75,0.075,-0.2,0.45,0.075,-0.2,0.75,0.125,-0.2,0.45,0.075,-0.2,0.75,0.075,-0.2,0.7,0.125,-0.2,0.45,0.125,-0.2,0.6,0.125,-0.2,0.5,0.125,-0.15,0.7,0.375,-0.15,0.6,0.125,-0.15,0.7,0.125,-0.15,0.6,0.375,-0.15,0.6,0.275,-0.15,0.55,0.275,-0.15,0.55,0.375,-0.25,0.95,-0.125,-0.25,0.9,-0.175,-0.25,0.95,-0.175,-0.25,0.95,0.075,-0.25,0.9,-0.125,-0.25,0.95,0.125,-0.25,0.9,0.075,-0.25,0.9,0.125,-0.35,1,-0.125,-0.35,0.95,-0.275,-0.35,1,-0.275,-0.35,0.95,-0.125,-0.35,0.95,-0.175,-0.15,0.45,-0.125,-0.15,0.4,-0.175,-0.15,0.45,-0.175,-0.15,0.45,-0.075,-0.15,0.4,0.025,-0.15,0.45,0.025,-0.2,0.95,-0.125,-0.2,1,-0.125,-0.2,1,0.075,-0.2,0.95,0.075,-0.2,1,-0.125,-0.2,1.05,-0.125,-0.2,1.05,0.075,-0.2,1,0.075,-0.35,0.9,-0.275,-0.35,0.95,-0.275,-0.35,0.95,-0.175,-0.35,0.9,-0.175,-0.15,0,-0.175,-0.15,0.05,-0.175,-0.15,0.05,-0.075,-0.15,0,-0.075,0.1,0.75,-0.075,0.1,0.8,-0.075,0.1,0.8,0.025,0.1,0.75,0.025,-0.3,0.05,0.025,-0.3,0.1,0.025,-0.3,0.1,0.125,-0.3,0.05,0.125,-0.15,0.45,0.275,-0.15,0.5,0.275,-0.15,0.5,0.375,-0.15,0.45,0.375,-0.15,0.5,0.275,-0.15,0.55,0.275,-0.15,0.55,0.375,-0.15,0.5,0.375,0,0.05,-0.075,0,0.35,-0.075,0,0.35,-0.175,0,0.05,-0.175,0,0.45,-0.125,0,0.45,-0.025,0,0.35,0.125,0,0.45,0.025,0,0.4,0.125,0,0.45,0.075,0,0.45,0.125,0,0.45,-0.175,0,0.4,-0.175,0,0.5,-0.025,0,0.75,-0.025,0,0.75,-0.125,0,0.5,-0.125,-0.15,0.1,0.125,-0.15,0.4,0.125,-0.15,0.4,0.025,-0.15,0.1,0.025,0,0.75,-0.175,0,0.5,-0.125,0,0.75,-0.125,0,0.65,-0.175,0,0.5,-0.175,0,0.5,0.025,0,0.75,0.025,0,0.75,-0.025,0,0.5,-0.025,0,0.5,0.075,0,0.75,0.075,0,0.75,0.025,0,0.5,0.025,0,0.75,0.075,0,0.7,0.125,0,0.75,0.125,0,0.5,0.075,0,0.6,0.125,0,0.5,0.125,-0.25,0.75,-0.175,-0.25,0.9,-0.175,-0.25,0.9,-0.275,-0.25,0.75,-0.275,0.15,0.9,-0.075,0.15,0.8,0.025,0.15,0.9,0.025,0.15,0.8,-0.075,0.15,0.75,0.025,0.15,0.75,-0.075,-0.05,0.7,0.125,-0.05,0.6,0.375,-0.05,0.7,0.375,-0.05,0.6,0.125,-0.05,0.6,0.275,-0.05,0.55,0.375,-0.05,0.55,0.275,-0.1,0.65,-0.175,-0.1,0.75,-0.175,-0.1,0.75,-0.275,-0.1,0.65,-0.275,0,0.8,-0.075,0,0.9,-0.075,0,0.9,-0.125,0,0.8,-0.125,0,0.75,0.025,0,0.75,0.075,0,0.8,0.025,0,0.8,0.075,0,0.9,0.025,0,0.9,0.075,0,0.75,-0.025,0,0.75,-0.125,0.05,0.95,0.075,0.05,0.9,0.125,0.05,0.95,0.125,0.05,0.95,-0.125,0.05,0.9,0.075,0.05,0.95,-0.175,0.05,0.9,0.025,0.05,0.9,-0.175,0.05,0.9,-0.075,0.05,0.9,-0.125,-0.25,1,-0.275,-0.25,0.95,-0.125,-0.25,1,-0.125,-0.25,0.95,-0.275,-0.25,0.95,-0.175,0,0.95,0.075,0,1,0.075,0,1,-0.125,0,0.95,-0.125,0,1,0.075,0,1.05,0.075,0,1.05,-0.125,0,1,-0.125,-0.25,0.9,-0.175,-0.25,0.95,-0.175,-0.25,0.95,-0.275,-0.25,0.9,-0.275,0,0,-0.075,0,0.05,-0.075,0,0.05,-0.175,0,0,-0.175,0.15,0.45,-0.025,0.15,0.5,-0.025,0.15,0.5,-0.125,0.15,0.45,-0.125,-0.15,0.05,0.125,-0.15,0.1,0.125,-0.15,0.1,0.025,-0.15,0.05,0.025,-0.05,0.45,0.375,-0.05,0.5,0.375,-0.05,0.5,0.275,-0.05,0.45,0.275,-0.05,0.5,0.375,-0.05,0.55,0.375,-0.05,0.55,0.275,-0.05,0.5,0.275,0.15,0.45,-0.125,0.15,0.5,-0.125,0.15,0.5,-0.175,0.15,0.45,-0.175,0.15,0.45,0.025,0.15,0.5,0.025,0.15,0.5,-0.025,0.15,0.45,-0.025,0.15,0.45,0.075,0.15,0.5,0.075,0.15,0.5,0.025,0.15,0.45,0.025,0.15,0.45,0.125,0.15,0.5,0.125,0.15,0.5,0.075,0.15,0.45,0.075,-0.15,0.7,0.125,-0.05,0.7,0.125,-0.15,0.7,0.375,-0.05,0.7,0.375,-0.2,1.05,-0.125,0,1.05,-0.125,-0.2,1.05,0.075,0,1.05,0.075,-0.35,1,-0.275,-0.25,1,-0.275,-0.35,1,-0.125,-0.25,1,-0.125,-0.25,0.95,-0.125,-0.2,0.95,-0.125,-0.25,0.95,0.075,-0.2,0.95,0.075,0.05,0.95,-0.175,-0.25,0.95,-0.175,0.05,0.95,-0.125,0,0.95,-0.125,0,0.95,0.075,0.05,0.95,0.075,-0.25,0.95,0.125,0.05,0.95,0.125,-0.1,0.75,-0.275,-0.25,0.75,-0.175,-0.25,0.75,-0.275,-0.2,0.75,-0.175,-0.1,0.75,-0.175,0,0.5,-0.125,0.15,0.5,-0.125,0,0.5,-0.025,0.15,0.5,-0.025,0.05,0.9,-0.075,0.15,0.9,-0.075,0.05,0.9,0.025,0.15,0.9,0.025,-0.15,0.05,-0.175,-0.1,0.05,-0.175,-0.15,0.05,-0.075,-0.1,0.05,-0.075,-0.3,0.1,0.025,-0.25,0.1,0.025,-0.3,0.1,0.125,-0.25,0.1,0.125,-0.2,0.45,0.025,-0.25,0.45,0.125,-0.25,0.45,0.025,-0.2,0.45,0.125,-0.2,0.45,0.075,-0.1,0.75,-0.175,-0.2,0.75,-0.125,-0.2,0.75,-0.175,0,0.75,-0.125,0,0.75,-0.175,0,0.5,-0.175,0.15,0.5,-0.175,0,0.5,-0.125,0.15,0.5,-0.125,0,0.5,-0.025,0.15,0.5,-0.025,0,0.5,0.025,0.15,0.5,0.025,0,0.5,0.025,0.15,0.5,0.025,0,0.5,0.075,0.15,0.5,0.075,-0.2,0.75,0.075,0,0.75,0.075,-0.2,0.75,0.125,0,0.75,0.125,0,0.5,0.075,0.15,0.5,0.075,0,0.5,0.125,0.15,0.5,0.125],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1]},"spaceexploration_moonwalker_rainbow_2_optimised":{"faces":[508,506,507,507,506,505,504,502,503,503,502,501,500,498,499,499,498,497,496,494,495,495,494,493,492,490,491,491,490,489,484,487,488,487,484,485,486,485,484,483,481,482,482,481,480,479,477,478,478,477,476,475,473,474,474,473,472,471,469,470,470,469,468,467,465,466,466,465,464,459,462,463,462,459,460,461,460,459,456,455,458,450,458,455,458,450,457,449,457,450,456,453,455,455,453,454,454,453,448,451,448,453,452,447,451,448,451,447,450,448,449,449,448,447,446,444,445,445,444,443,442,440,441,441,440,439,438,436,437,437,436,435,434,433,431,433,432,431,430,429,427,429,428,427,426,425,423,425,424,423,422,421,419,421,420,419,418,417,415,417,416,415,414,413,411,413,412,411,410,409,407,409,408,407,406,405,403,405,404,403,402,401,399,401,400,399,395,398,397,397,394,395,396,395,394,393,392,390,392,391,390,389,388,386,388,387,386,385,383,384,382,384,383,383,381,382,379,382,381,381,378,379,380,379,378,377,376,374,376,375,374,373,372,370,372,371,370,366,369,368,368,365,366,367,366,365,364,362,363,361,363,362,362,360,361,359,361,360,360,358,359,356,359,358,358,355,356,357,356,355,354,344,353,346,353,344,352,349,351,350,351,349,349,348,350,349,347,348,345,348,347,347,346,345,344,345,346,342,345,344,344,341,342,343,342,341,340,339,337,339,338,337,336,334,335,334,331,335,331,334,333,333,330,331,332,331,330,329,328,326,328,327,326,325,323,324,321,324,323,323,320,321,322,321,320,319,318,316,318,317,316,315,314,312,314,313,312,308,311,310,310,307,308,309,308,307,306,305,303,305,304,303,302,301,299,301,300,299,298,296,297,294,297,296,296,293,294,295,294,293,292,291,289,291,290,289,288,287,285,287,286,285,284,283,281,283,282,281,280,279,277,279,278,277,276,275,273,275,274,273,272,271,269,271,270,269,268,267,265,267,266,265,263,264,260,262,263,260,262,260,261,258,261,260,260,257,258,259,258,257,253,256,255,255,252,253,254,253,252,251,249,250,248,250,249,249,247,248,245,248,247,247,244,245,246,245,244,243,240,242,240,241,242,238,241,240,240,237,238,239,238,237,234,236,235,235,233,234,231,234,233,233,230,231,232,231,230,226,229,228,228,225,226,227,226,225,221,224,223,223,220,221,222,221,220,219,217,218,215,218,217,217,214,215,216,215,214,211,213,212,212,210,211,208,211,210,210,207,208,209,208,207,206,204,205,203,205,204,204,200,203,201,203,200,202,201,199,201,200,199,198,197,195,197,196,195,194,192,193,190,193,192,192,189,190,191,190,189,188,187,185,187,186,185,184,183,181,183,182,181,180,179,177,179,178,177,176,175,173,175,174,173,172,171,169,171,170,169,165,168,167,167,164,165,166,165,164,163,162,160,162,161,160,159,158,156,158,157,156,155,150,154,153,154,150,150,148,153,149,152,151,151,148,149,150,149,148,144,147,146,146,143,144,145,144,143,142,141,139,141,140,139,138,136,137,134,137,136,136,133,134,135,134,133,130,132,131,131,129,130,126,130,129,129,128,126,128,127,126,125,117,124,118,124,117,123,121,122,120,122,121,121,114,120,111,120,114,119,118,116,118,119,113,117,116,118,115,118,113,116,117,112,110,116,112,115,113,114,111,114,113,113,110,111,112,111,110,106,109,108,108,105,106,107,106,105,104,99,103,102,103,99,99,100,102,101,100,98,100,99,98,97,95,96,93,96,95,95,92,93,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,64,67,66,66,63,64,65,64,63,62,55,61,60,61,55,55,58,60,56,59,58,58,55,56,57,56,55,54,53,51,53,52,51,50,49,47,49,48,47,43,46,45,45,42,43,44,43,42,41,40,38,40,39,38,35,37,34,36,35,31,34,31,35,34,33,31,33,32,31,27,30,29,29,26,27,28,27,26,23,25,24,24,18,23,21,23,18,22,21,15,18,15,21,19,20,16,14,19,16,15,18,17,17,14,15,16,15,14,12,13,7,10,12,7,8,11,10,10,7,8,9,8,7,6,1,5,4,5,1,1,2,4,3,2,0,2,1,0],"vertices":[0.1,0.05,-0.175,0.1,0.35,-0.175,0,0.35,-0.175,0,0.05,-0.175,-0.1,0.35,-0.175,-0.1,0.4,-0.175,0.1,0.4,-0.175,-0.1,0.35,0.025,-0.05,0.05,0.025,-0.05,0.35,0.025,-0.15,0.35,0.025,-0.15,0.05,0.025,-0.15,0.4,0.025,-0.1,0.4,0.025,-0.05,0.65,-0.175,0.05,0.45,-0.175,0.05,0.65,-0.175,-0.15,0.65,-0.175,-0.15,0.45,-0.175,-0.05,0.75,-0.175,0.05,0.75,-0.175,0.15,0.4,-0.175,0.15,0.45,-0.175,0.1,0.4,-0.175,-0.15,0.4,-0.175,-0.1,0.4,-0.175,-0.15,0.9,-0.125,0.05,0.8,-0.125,0.05,0.9,-0.125,-0.15,0.75,-0.125,0.05,0.75,-0.125,-0.2,0.75,-0.275,-0.2,0.9,-0.275,-0.3,0.9,-0.275,-0.3,0.75,-0.275,-0.05,0.65,-0.275,-0.05,0.75,-0.275,-0.3,0.65,-0.275,0.1,0.9,-0.175,0.1,0.95,-0.175,-0.2,0.95,-0.175,-0.2,0.9,-0.175,0,0.05,-0.175,0.1,0,-0.175,0.1,0.05,-0.175,-0.05,0.05,-0.175,-0.05,0,-0.175,0.05,0.95,-0.125,0.05,1,-0.125,-0.15,1,-0.125,-0.15,0.95,-0.125,0.05,1,-0.125,0.05,1.05,-0.125,-0.15,1.05,-0.125,-0.15,1,-0.125,0.2,0.85,-0.075,0.25,0.8,-0.075,0.25,0.85,-0.075,0.05,0.85,-0.075,0.05,0.8,-0.075,0.05,0.9,-0.075,0.1,0.9,-0.075,0.2,0.9,-0.075,-0.15,0.05,0.025,-0.05,0,0.025,-0.05,0.05,0.025,-0.2,0.05,0.025,-0.2,0,0.025,-0.2,0.9,-0.275,-0.2,0.95,-0.275,-0.3,0.95,-0.275,-0.3,0.9,-0.275,-0.2,0.95,-0.275,-0.2,1,-0.275,-0.3,1,-0.275,-0.3,0.95,-0.275,0,0.45,0.275,0,0.5,0.275,-0.1,0.5,0.275,-0.1,0.45,0.275,0,0.5,0.275,0,0.55,0.275,-0.1,0.55,0.275,-0.1,0.5,0.275,0,0.55,0.275,0,0.6,0.275,-0.1,0.6,0.275,-0.1,0.55,0.275,-0.1,0.4,0.025,-0.1,0.45,0.025,-0.15,0.45,0.025,-0.15,0.4,0.025,0.05,0.4,-0.075,0,0.35,-0.075,0,0.4,-0.075,0.1,0.4,-0.075,0,0.05,-0.075,0.1,0.05,-0.075,-0.15,0.05,0.125,-0.15,0.35,0.125,-0.05,0.35,0.125,-0.05,0.05,0.125,0,0.35,0.125,0,0.4,0.125,-0.15,0.4,0.125,0.05,0.9,0.075,-0.15,0.75,0.075,-0.15,0.9,0.075,0.05,0.8,0.075,0.05,0.75,0.075,-0.1,0.6,0.125,-0.15,0.45,0.125,-0.15,0.6,0.125,0,0.6,0.125,0.05,0.45,0.125,0.05,0.6,0.125,-0.1,0.7,0.125,-0.15,0.7,0.125,0.05,0.7,0.125,0,0.7,0.125,-0.15,0.4,0.125,0.15,0.45,0.125,0,0.4,0.125,0.15,0.4,0.125,0.05,0.75,0.125,-0.15,0.75,0.125,-0.3,0.75,-0.175,-0.3,0.9,-0.175,-0.2,0.9,-0.175,-0.2,0.75,-0.175,-0.3,0.65,-0.175,-0.15,0.75,-0.175,-0.15,0.65,-0.175,0,0.7,0.375,-0.1,0.6,0.375,-0.1,0.7,0.375,0,0.6,0.375,-0.1,0.55,0.375,0,0.55,0.375,-0.2,0.9,0.125,-0.2,0.95,0.125,0.1,0.95,0.125,0.1,0.9,0.125,0,0.05,-0.075,-0.05,0,-0.075,-0.05,0.05,-0.075,0.1,0.05,-0.075,0.1,0,-0.075,0.2,0.85,0.025,0.05,0.8,0.025,0.05,0.85,0.025,0.25,0.85,0.025,0.25,0.8,0.025,0.2,0.9,0.025,0.1,0.9,0.025,0.05,0.9,0.025,-0.15,0.95,0.075,-0.15,1,0.075,0.05,1,0.075,0.05,0.95,0.075,-0.15,1,0.075,-0.15,1.05,0.075,0.05,1.05,0.075,0.05,1,0.075,-0.15,0.05,0.125,-0.2,0,0.125,-0.2,0.05,0.125,-0.05,0.05,0.125,-0.05,0,0.125,-0.3,0.9,-0.175,-0.3,0.95,-0.175,-0.2,0.95,-0.175,-0.2,0.9,-0.175,-0.3,0.95,-0.125,-0.3,1,-0.125,-0.2,1,-0.125,-0.2,0.95,-0.125,-0.1,0.45,0.375,-0.1,0.5,0.375,0,0.5,0.375,0,0.45,0.375,-0.1,0.5,0.375,-0.1,0.55,0.375,0,0.55,0.375,0,0.5,0.375,-0.15,0.4,-0.075,-0.15,0.45,-0.075,-0.1,0.45,-0.075,-0.1,0.4,-0.075,-0.3,0.9,-0.175,-0.3,0.75,-0.275,-0.3,0.9,-0.275,-0.3,0.75,-0.175,-0.3,0.65,-0.275,-0.3,0.65,-0.175,0,0.05,-0.175,0,0.35,-0.175,0,0.35,-0.075,0,0.05,-0.075,-0.15,0.45,-0.075,-0.15,0.75,-0.075,-0.15,0.75,0.025,-0.15,0.45,0.025,-0.15,0.75,0.075,-0.15,0.75,-0.125,-0.15,0.9,0.075,-0.15,0.9,-0.125,-0.15,0.4,0.075,-0.15,0.35,0.025,-0.15,0.4,0.025,-0.15,0.4,0.125,-0.15,0.05,0.025,-0.15,0.35,0.125,-0.15,0.05,0.125,-0.15,0.75,-0.125,-0.15,0.65,-0.175,-0.15,0.75,-0.175,-0.15,0.4,-0.125,-0.15,0.45,-0.175,-0.15,0.4,-0.175,-0.15,0.75,-0.075,-0.15,0.4,-0.125,-0.15,0.75,-0.125,-0.15,0.45,-0.075,-0.15,0.4,-0.075,-0.15,0.75,0.075,-0.15,0.45,0.025,-0.15,0.75,0.025,-0.15,0.4,0.075,-0.15,0.4,0.025,-0.15,0.75,0.125,-0.15,0.4,0.075,-0.15,0.75,0.075,-0.15,0.7,0.125,-0.15,0.4,0.125,-0.15,0.6,0.125,-0.15,0.45,0.125,-0.1,0.7,0.375,-0.1,0.6,0.125,-0.1,0.7,0.125,-0.1,0.6,0.375,-0.1,0.6,0.275,-0.1,0.55,0.275,-0.1,0.55,0.375,-0.2,0.95,-0.125,-0.2,0.9,-0.175,-0.2,0.95,-0.175,-0.2,0.95,0.075,-0.2,0.9,-0.125,-0.2,0.95,0.125,-0.2,0.9,0.075,-0.2,0.9,0.125,-0.3,1,-0.125,-0.3,0.95,-0.275,-0.3,1,-0.275,-0.3,0.95,-0.125,-0.3,0.95,-0.175,-0.1,0.4,-0.125,-0.1,0.35,-0.175,-0.1,0.4,-0.175,-0.1,0.4,-0.075,-0.1,0.35,0.025,-0.1,0.4,0.025,-0.1,0.45,0.025,-0.1,0.45,-0.075,-0.15,0.95,-0.125,-0.15,1,-0.125,-0.15,1,0.075,-0.15,0.95,0.075,-0.15,1,-0.125,-0.15,1.05,-0.125,-0.15,1.05,0.075,-0.15,1,0.075,-0.3,0.9,-0.275,-0.3,0.95,-0.275,-0.3,0.95,-0.175,-0.3,0.9,-0.175,-0.05,0,-0.175,-0.05,0.05,-0.175,-0.05,0.05,-0.075,-0.05,0,-0.075,-0.2,0,0.025,-0.2,0.05,0.025,-0.2,0.05,0.125,-0.2,0,0.125,-0.1,0.45,0.275,-0.1,0.5,0.275,-0.1,0.5,0.375,-0.1,0.45,0.375,-0.1,0.5,0.275,-0.1,0.55,0.275,-0.1,0.55,0.375,-0.1,0.5,0.375,0.1,0.4,-0.125,0.1,0.05,-0.075,0.1,0.4,-0.075,0.1,0.4,-0.175,0.1,0.05,-0.175,0.1,0.35,-0.175,0.05,0.45,-0.025,0.05,0.75,-0.025,0.05,0.75,-0.125,0.05,0.45,-0.125,-0.05,0.05,0.125,-0.05,0.35,0.125,-0.05,0.35,0.025,-0.05,0.05,0.025,0.05,0.75,-0.175,0.05,0.45,-0.125,0.05,0.75,-0.125,0.05,0.65,-0.175,0.05,0.45,-0.175,0.05,0.45,0.025,0.05,0.75,0.025,0.05,0.75,-0.025,0.05,0.45,-0.025,0.05,0.45,0.075,0.05,0.75,0.075,0.05,0.75,0.025,0.05,0.45,0.025,0.05,0.75,0.075,0.05,0.7,0.125,0.05,0.75,0.125,0.05,0.45,0.075,0.05,0.6,0.125,0.05,0.45,0.125,-0.2,0.75,-0.175,-0.2,0.9,-0.175,-0.2,0.9,-0.275,-0.2,0.75,-0.275,0,0.7,0.125,0,0.6,0.375,0,0.7,0.375,0,0.6,0.125,0,0.6,0.275,0,0.55,0.375,0,0.55,0.275,-0.05,0.65,-0.175,-0.05,0.75,-0.175,-0.05,0.75,-0.275,-0.05,0.65,-0.275,0.05,0.9,-0.125,0.05,0.85,-0.075,0.05,0.9,-0.075,0.05,0.8,-0.125,0.05,0.8,-0.075,0.05,0.75,0.025,0.05,0.75,0.075,0.05,0.8,0.025,0.05,0.8,0.075,0.05,0.85,0.025,0.05,0.9,0.025,0.05,0.9,0.075,0.05,0.75,-0.025,0.05,0.75,-0.125,0.1,0.95,0.075,0.1,0.9,0.125,0.1,0.95,0.125,0.1,0.95,-0.125,0.1,0.9,0.075,0.1,0.95,-0.175,0.1,0.9,0.025,0.1,0.9,-0.175,0.1,0.9,-0.075,0.1,0.9,-0.125,-0.2,1,-0.275,-0.2,0.95,-0.125,-0.2,1,-0.125,-0.2,0.95,-0.275,-0.2,0.95,-0.175,0.05,0.95,0.075,0.05,1,0.075,0.05,1,-0.125,0.05,0.95,-0.125,0.05,1,0.075,0.05,1.05,0.075,0.05,1.05,-0.125,0.05,1,-0.125,0,0.4,0.075,0,0.35,0.125,0,0.4,0.125,0,0.4,0.025,0,0.35,0.025,0,0.4,-0.025,0,0.35,-0.075,0,0.4,-0.075,-0.2,0.9,-0.175,-0.2,0.95,-0.175,-0.2,0.95,-0.275,-0.2,0.9,-0.275,0.1,0,-0.075,0.1,0.05,-0.075,0.1,0.05,-0.175,0.1,0,-0.175,0.15,0.45,-0.125,0.15,0.4,-0.025,0.15,0.45,-0.025,0.15,0.4,-0.125,0.15,0.4,-0.075,0.2,0.85,0.025,0.2,0.9,0.025,0.2,0.9,-0.075,0.2,0.85,-0.075,0.25,0.8,0.025,0.25,0.85,0.025,0.25,0.85,-0.075,0.25,0.8,-0.075,-0.05,0,0.125,-0.05,0.05,0.125,-0.05,0.05,0.025,-0.05,0,0.025,0,0.45,0.375,0,0.5,0.375,0,0.5,0.275,0,0.45,0.275,0,0.5,0.375,0,0.55,0.375,0,0.55,0.275,0,0.5,0.275,0.15,0.4,-0.125,0.15,0.45,-0.125,0.15,0.45,-0.175,0.15,0.4,-0.175,0.15,0.4,0.025,0.15,0.45,0.025,0.15,0.45,-0.025,0.15,0.4,-0.025,0.15,0.4,0.075,0.15,0.45,0.075,0.15,0.45,0.025,0.15,0.4,0.025,0.15,0.4,0.125,0.15,0.45,0.125,0.15,0.45,0.075,0.15,0.4,0.075,-0.1,0.7,0.125,0,0.7,0.125,-0.1,0.7,0.375,0,0.7,0.375,-0.15,1.05,-0.125,0.05,1.05,-0.125,-0.15,1.05,0.075,0.05,1.05,0.075,-0.3,1,-0.275,-0.2,1,-0.275,-0.3,1,-0.125,-0.2,1,-0.125,-0.2,0.95,-0.125,-0.15,0.95,-0.125,-0.2,0.95,0.075,-0.15,0.95,0.075,0.1,0.95,-0.175,-0.2,0.95,-0.175,0.1,0.95,-0.125,0.05,0.95,-0.125,0.05,0.95,0.075,0.1,0.95,0.075,-0.2,0.95,0.125,0.1,0.95,0.125,-0.05,0.75,-0.275,-0.2,0.75,-0.175,-0.2,0.75,-0.275,-0.15,0.75,-0.175,-0.05,0.75,-0.175,0.05,0.45,-0.125,0.15,0.45,-0.125,0.05,0.45,-0.025,0.15,0.45,-0.025,0.1,0.9,-0.075,0.2,0.9,-0.075,0.1,0.9,0.025,0.2,0.9,0.025,-0.05,0.05,-0.175,0,0.05,-0.175,-0.05,0.05,-0.075,0,0.05,-0.075,0.2,0.85,-0.075,0.25,0.85,-0.075,0.2,0.85,0.025,0.25,0.85,0.025,-0.2,0.05,0.025,-0.15,0.05,0.025,-0.2,0.05,0.125,-0.15,0.05,0.125,-0.05,0.75,-0.175,-0.15,0.75,-0.125,-0.15,0.75,-0.175,0.05,0.75,-0.125,0.05,0.75,-0.175,-0.15,0.75,0.075,0.05,0.75,0.075,-0.15,0.75,0.125,0.05,0.75,0.125,0.05,0.45,-0.175,0.15,0.45,-0.175,0.05,0.45,-0.125,0.15,0.45,-0.125,0.05,0.45,-0.025,0.15,0.45,-0.025,0.05,0.45,0.025,0.15,0.45,0.025,0.05,0.45,0.025,0.15,0.45,0.025,0.05,0.45,0.075,0.15,0.45,0.075,0.05,0.45,0.075,0.15,0.45,0.075,0.05,0.45,0.125,0.15,0.45,0.125],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1]},"spaceexploration_moonwalker_rainbow_3_optimised":{"faces":[495,493,494,494,493,492,491,489,490,490,489,488,487,485,486,486,485,484,483,481,482,482,481,480,479,477,478,478,477,476,471,474,475,474,471,472,473,472,471,470,468,469,469,468,467,462,465,466,465,462,463,464,463,462,461,459,460,460,459,458,457,455,456,456,455,454,453,451,452,452,451,450,445,448,449,448,445,446,447,446,445,442,441,444,436,444,441,444,436,443,435,443,436,442,439,441,441,439,440,440,439,434,437,434,439,438,433,437,434,437,433,436,434,435,435,434,433,432,430,431,431,430,429,428,426,427,427,426,425,424,422,423,423,422,421,420,419,417,419,418,417,416,415,413,415,414,413,412,411,409,411,410,409,408,407,405,407,406,405,404,403,401,403,402,401,400,399,397,399,398,397,396,395,393,395,394,393,392,391,389,391,390,389,388,387,385,387,386,385,384,383,381,383,382,381,380,379,377,379,378,377,376,375,373,375,374,373,369,372,371,371,368,369,370,369,368,367,365,366,364,366,365,365,363,364,362,364,363,363,361,362,359,362,361,361,358,359,360,359,358,357,349,356,350,356,349,354,355,353,352,354,353,353,351,352,346,352,351,351,350,346,349,346,350,349,348,346,348,347,346,345,344,342,344,343,342,341,339,340,337,340,339,339,336,337,338,337,336,335,333,334,333,330,334,330,333,332,332,329,330,331,330,329,328,326,327,324,327,326,326,323,324,325,324,323,322,321,319,321,320,319,318,316,317,314,317,316,316,313,314,315,314,313,312,311,309,311,310,309,308,307,305,307,306,305,301,304,303,303,300,301,302,301,300,297,299,298,298,296,297,294,297,296,296,293,294,295,294,293,292,291,289,291,290,289,288,287,285,287,286,285,284,283,281,283,282,281,280,279,277,279,278,277,276,275,273,275,274,273,272,271,269,271,270,269,268,267,265,267,266,265,264,263,261,263,262,261,260,259,257,259,258,257,256,255,253,255,254,253,249,252,251,251,248,249,250,249,248,247,245,246,244,246,245,245,243,244,241,244,243,243,240,241,242,241,240,237,239,238,238,236,237,234,237,236,236,233,234,235,234,233,232,229,231,229,230,231,227,230,229,229,226,227,228,227,226,223,225,224,224,222,223,220,223,222,222,219,220,221,220,219,218,217,215,217,216,215,214,213,211,213,212,211,210,208,209,206,209,208,208,205,206,207,206,205,204,203,201,203,202,201,200,198,199,197,199,198,198,194,197,195,197,194,196,195,193,195,194,193,189,192,191,191,188,189,190,189,188,187,185,186,183,186,185,185,182,183,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,168,166,168,167,166,162,165,164,164,161,162,163,162,161,160,159,157,159,158,157,156,155,153,155,154,153,149,152,151,151,148,149,150,149,148,147,146,144,146,145,144,143,134,142,135,142,134,139,141,140,140,138,139,137,139,138,138,131,137,128,137,131,136,135,133,135,136,130,134,133,135,132,135,130,133,134,129,127,133,129,132,130,131,128,131,130,130,127,128,129,128,127,126,124,125,124,123,125,124,122,123,120,123,122,122,119,120,121,120,119,118,116,117,114,117,116,116,113,114,115,114,113,110,112,111,111,109,110,106,110,109,109,108,106,108,107,106,102,105,104,104,101,102,103,102,101,100,98,99,96,99,98,98,95,96,97,96,94,96,95,94,93,91,92,89,92,91,91,88,89,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,64,67,66,66,63,64,65,64,63,62,61,59,61,60,59,58,57,55,57,56,55,51,54,53,53,50,51,52,51,50,49,48,46,48,47,46,45,42,44,42,39,44,43,41,42,39,42,41,41,38,39,40,39,38,35,37,34,36,35,31,34,31,35,34,33,31,33,32,31,27,30,29,29,26,27,28,27,26,25,19,24,22,24,19,23,22,16,19,16,22,20,21,17,15,20,17,16,19,18,18,15,16,17,16,15,13,14,10,8,13,10,9,12,11,11,8,9,10,9,8,7,5,6,4,6,5,5,1,4,2,4,1,3,2,0,2,1,0],"vertices":[0,0.1,-0.175,0,0.35,-0.175,-0.1,0.35,-0.175,-0.1,0.1,-0.175,-0.1,0.45,-0.175,0.1,0.35,-0.175,-0.05,0.45,-0.175,0.1,0.45,-0.175,0.1,0.35,0.025,0.15,0.05,0.025,0.15,0.35,0.025,0.05,0.35,0.025,0.05,0.05,0.025,0.1,0.45,0.025,0.15,0.45,0.025,0.05,0.65,-0.175,0.15,0.5,-0.175,0.15,0.65,-0.175,-0.05,0.65,-0.175,-0.05,0.5,-0.175,0.05,0.75,-0.175,0.15,0.75,-0.175,0.3,0.45,-0.175,0.3,0.5,-0.175,0.1,0.45,-0.175,-0.05,0.45,-0.175,-0.05,0.9,-0.125,0.15,0.8,-0.125,0.15,0.9,-0.125,-0.05,0.75,-0.125,0.15,0.75,-0.125,-0.1,0.75,-0.275,-0.1,0.9,-0.275,-0.2,0.9,-0.275,-0.2,0.75,-0.275,0.05,0.65,-0.275,0.05,0.75,-0.275,-0.2,0.65,-0.275,0.2,0.9,-0.075,0.3,0.8,-0.075,0.3,0.9,-0.075,0.15,0.9,-0.075,0.25,0.8,-0.075,0.15,0.8,-0.075,0.3,0.75,-0.075,0.25,0.75,-0.075,0.2,0.9,-0.175,0.2,0.95,-0.175,-0.1,0.95,-0.175,-0.1,0.9,-0.175,-0.1,0.1,-0.175,0,0.05,-0.175,0,0.1,-0.175,-0.15,0.1,-0.175,-0.15,0.05,-0.175,0.15,0.95,-0.125,0.15,1,-0.125,-0.05,1,-0.125,-0.05,0.95,-0.125,0.15,1,-0.125,0.15,1.05,-0.125,-0.05,1.05,-0.125,-0.05,1,-0.125,0.05,0.05,0.025,0.15,0,0.025,0.15,0.05,0.025,0,0.05,0.025,0,0,0.025,-0.1,0.9,-0.275,-0.1,0.95,-0.275,-0.2,0.95,-0.275,-0.2,0.9,-0.275,-0.1,0.95,-0.275,-0.1,1,-0.275,-0.2,1,-0.275,-0.2,0.95,-0.275,0.1,0.45,0.275,0.1,0.5,0.275,0,0.5,0.275,0,0.45,0.275,0.1,0.5,0.275,0.1,0.55,0.275,0,0.55,0.275,0,0.5,0.275,0.1,0.55,0.275,0.1,0.6,0.275,0,0.6,0.275,0,0.55,0.275,-0.05,0.45,-0.075,-0.1,0.1,-0.075,-0.1,0.45,-0.075,0,0.45,-0.075,0,0.1,-0.075,0,0.35,-0.075,0.05,0.05,0.125,0.05,0.35,0.125,0.15,0.35,0.125,0.15,0.05,0.125,0,0.35,0.125,0.15,0.45,0.125,0,0.45,0.125,0.15,0.9,0.075,-0.05,0.75,0.075,-0.05,0.9,0.075,0.15,0.8,0.075,0.15,0.75,0.075,-0.2,0.75,-0.175,-0.2,0.9,-0.175,-0.1,0.9,-0.175,-0.1,0.75,-0.175,-0.2,0.65,-0.175,-0.05,0.75,-0.175,-0.05,0.65,-0.175,0.1,0.7,0.375,0,0.6,0.375,0,0.7,0.375,0.1,0.6,0.375,0,0.55,0.375,0.1,0.55,0.375,0.2,0.9,0.025,0.15,0.8,0.025,0.15,0.9,0.025,0.3,0.9,0.025,0.25,0.8,0.025,0.3,0.8,0.025,0.25,0.75,0.025,0.3,0.75,0.025,0,0.6,0.125,-0.05,0.5,0.125,-0.05,0.6,0.125,0.1,0.6,0.125,0.15,0.5,0.125,0.15,0.6,0.125,0,0.7,0.125,-0.05,0.7,0.125,0.15,0.7,0.125,0.1,0.7,0.125,-0.05,0.45,0.125,0.3,0.5,0.125,0,0.45,0.125,0.3,0.45,0.125,0.15,0.45,0.125,0.15,0.75,0.125,-0.05,0.75,0.125,-0.1,0.9,0.125,-0.1,0.95,0.125,0.2,0.95,0.125,0.2,0.9,0.125,-0.1,0.1,-0.075,-0.15,0.05,-0.075,-0.15,0.1,-0.075,0,0.1,-0.075,0,0.05,-0.075,-0.05,0.95,0.075,-0.05,1,0.075,0.15,1,0.075,0.15,0.95,0.075,-0.05,1,0.075,-0.05,1.05,0.075,0.15,1.05,0.075,0.15,1,0.075,0.05,0.05,0.125,0,0,0.125,0,0.05,0.125,0.15,0.05,0.125,0.15,0,0.125,-0.2,0.9,-0.175,-0.2,0.95,-0.175,-0.1,0.95,-0.175,-0.1,0.9,-0.175,-0.2,0.95,-0.125,-0.2,1,-0.125,-0.1,1,-0.125,-0.1,0.95,-0.125,0,0.45,0.375,0,0.5,0.375,0.1,0.5,0.375,0.1,0.45,0.375,0,0.5,0.375,0,0.55,0.375,0.1,0.55,0.375,0.1,0.5,0.375,-0.2,0.9,-0.175,-0.2,0.75,-0.275,-0.2,0.9,-0.275,-0.2,0.75,-0.175,-0.2,0.65,-0.275,-0.2,0.65,-0.175,-0.1,0.45,-0.075,-0.1,0.35,-0.175,-0.1,0.45,-0.175,-0.1,0.1,-0.075,-0.1,0.1,-0.175,-0.05,0.45,-0.075,-0.05,0.75,-0.075,-0.05,0.75,0.025,-0.05,0.45,0.025,-0.05,0.75,0.075,-0.05,0.75,-0.125,-0.05,0.9,0.075,-0.05,0.9,-0.125,0.05,0.05,0.025,0.05,0.35,0.025,0.05,0.35,0.125,0.05,0.05,0.125,-0.05,0.75,-0.125,-0.05,0.65,-0.175,-0.05,0.75,-0.175,-0.05,0.45,-0.125,-0.05,0.5,-0.175,-0.05,0.45,-0.175,-0.05,0.45,-0.125,-0.05,0.75,-0.125,-0.05,0.75,-0.075,-0.05,0.45,-0.075,-0.05,0.45,0.025,-0.05,0.75,0.025,-0.05,0.75,0.075,-0.05,0.45,0.075,-0.05,0.75,0.125,-0.05,0.45,0.075,-0.05,0.75,0.075,-0.05,0.7,0.125,-0.05,0.45,0.125,-0.05,0.6,0.125,-0.05,0.5,0.125,0,0.7,0.375,0,0.6,0.125,0,0.7,0.125,0,0.6,0.375,0,0.6,0.275,0,0.55,0.275,0,0.55,0.375,0,0.45,0.025,0,0.35,-0.075,0,0.45,-0.075,0,0.45,0.075,0,0.35,0.025,0,0.45,0.125,0,0.35,0.125,-0.1,0.95,-0.125,-0.1,0.9,-0.175,-0.1,0.95,-0.175,-0.1,0.95,0.075,-0.1,0.9,-0.125,-0.1,0.95,0.125,-0.1,0.9,0.075,-0.1,0.9,0.125,-0.2,1,-0.125,-0.2,0.95,-0.275,-0.2,1,-0.275,-0.2,0.95,-0.125,-0.2,0.95,-0.175,-0.05,0.95,-0.125,-0.05,1,-0.125,-0.05,1,0.075,-0.05,0.95,0.075,-0.05,1,-0.125,-0.05,1.05,-0.125,-0.05,1.05,0.075,-0.05,1,0.075,-0.2,0.9,-0.275,-0.2,0.95,-0.275,-0.2,0.95,-0.175,-0.2,0.9,-0.175,-0.15,0.05,-0.175,-0.15,0.1,-0.175,-0.15,0.1,-0.075,-0.15,0.05,-0.075,0.25,0.75,-0.075,0.25,0.8,-0.075,0.25,0.8,0.025,0.25,0.75,0.025,0,0,0.025,0,0.05,0.025,0,0.05,0.125,0,0,0.125,0,0.45,0.275,0,0.5,0.275,0,0.5,0.375,0,0.45,0.375,0,0.5,0.275,0,0.55,0.275,0,0.55,0.375,0,0.5,0.375,0,0.1,-0.075,0,0.35,-0.075,0,0.35,-0.175,0,0.1,-0.175,0.15,0.5,-0.025,0.15,0.75,-0.025,0.15,0.75,-0.125,0.15,0.5,-0.125,0.15,0.45,0.075,0.15,0.35,0.125,0.15,0.45,0.125,0.15,0.45,0.025,0.15,0.05,0.125,0.15,0.35,0.025,0.15,0.05,0.025,0.15,0.75,-0.175,0.15,0.5,-0.125,0.15,0.75,-0.125,0.15,0.65,-0.175,0.15,0.5,-0.175,0.15,0.5,0.025,0.15,0.75,0.025,0.15,0.75,-0.025,0.15,0.5,-0.025,0.15,0.5,0.075,0.15,0.75,0.075,0.15,0.75,0.025,0.15,0.5,0.025,0.15,0.75,0.075,0.15,0.7,0.125,0.15,0.75,0.125,0.15,0.5,0.075,0.15,0.6,0.125,0.15,0.5,0.125,-0.1,0.75,-0.175,-0.1,0.9,-0.175,-0.1,0.9,-0.275,-0.1,0.75,-0.275,0.3,0.9,-0.075,0.3,0.8,0.025,0.3,0.9,0.025,0.3,0.8,-0.075,0.3,0.75,0.025,0.3,0.75,-0.075,0.1,0.7,0.125,0.1,0.6,0.375,0.1,0.7,0.375,0.1,0.6,0.125,0.1,0.6,0.275,0.1,0.55,0.375,0.1,0.55,0.275,0.1,0.45,-0.025,0.1,0.35,0.025,0.1,0.45,0.025,0.1,0.45,-0.125,0.1,0.35,-0.175,0.1,0.45,-0.175,0.05,0.65,-0.175,0.05,0.75,-0.175,0.05,0.75,-0.275,0.05,0.65,-0.275,0.15,0.8,-0.075,0.15,0.9,-0.075,0.15,0.9,-0.125,0.15,0.8,-0.125,0.15,0.75,0.025,0.15,0.75,0.075,0.15,0.8,0.025,0.15,0.8,0.075,0.15,0.9,0.025,0.15,0.9,0.075,0.15,0.75,-0.025,0.15,0.75,-0.125,0.2,0.95,0.075,0.2,0.9,0.125,0.2,0.95,0.125,0.2,0.95,-0.125,0.2,0.9,0.075,0.2,0.95,-0.175,0.2,0.9,0.025,0.2,0.9,-0.175,0.2,0.9,-0.075,0.2,0.9,-0.125,-0.1,1,-0.275,-0.1,0.95,-0.125,-0.1,1,-0.125,-0.1,0.95,-0.275,-0.1,0.95,-0.175,0.15,0.95,0.075,0.15,1,0.075,0.15,1,-0.125,0.15,0.95,-0.125,0.15,1,0.075,0.15,1.05,0.075,0.15,1.05,-0.125,0.15,1,-0.125,-0.1,0.9,-0.175,-0.1,0.95,-0.175,-0.1,0.95,-0.275,-0.1,0.9,-0.275,0,0.05,-0.075,0,0.1,-0.075,0,0.1,-0.175,0,0.05,-0.175,0.3,0.45,-0.025,0.3,0.5,-0.025,0.3,0.5,-0.125,0.3,0.45,-0.125,0.15,0,0.125,0.15,0.05,0.125,0.15,0.05,0.025,0.15,0,0.025,0.1,0.45,0.375,0.1,0.5,0.375,0.1,0.5,0.275,0.1,0.45,0.275,0.1,0.5,0.375,0.1,0.55,0.375,0.1,0.55,0.275,0.1,0.5,0.275,0.3,0.45,-0.125,0.3,0.5,-0.125,0.3,0.5,-0.175,0.3,0.45,-0.175,0.3,0.45,0.025,0.3,0.5,0.025,0.3,0.5,-0.025,0.3,0.45,-0.025,0.3,0.45,0.075,0.3,0.5,0.075,0.3,0.5,0.025,0.3,0.45,0.025,0.3,0.45,0.125,0.3,0.5,0.125,0.3,0.5,0.075,0.3,0.45,0.075,0,0.7,0.125,0.1,0.7,0.125,0,0.7,0.375,0.1,0.7,0.375,-0.05,1.05,-0.125,0.15,1.05,-0.125,-0.05,1.05,0.075,0.15,1.05,0.075,-0.2,1,-0.275,-0.1,1,-0.275,-0.2,1,-0.125,-0.1,1,-0.125,-0.1,0.95,-0.125,-0.05,0.95,-0.125,-0.1,0.95,0.075,-0.05,0.95,0.075,0.2,0.95,-0.175,-0.1,0.95,-0.175,0.2,0.95,-0.125,0.15,0.95,-0.125,0.15,0.95,0.075,0.2,0.95,0.075,-0.1,0.95,0.125,0.2,0.95,0.125,0.05,0.75,-0.275,-0.1,0.75,-0.175,-0.1,0.75,-0.275,-0.05,0.75,-0.175,0.05,0.75,-0.175,0.15,0.5,-0.125,0.3,0.5,-0.125,0.15,0.5,-0.025,0.3,0.5,-0.025,0.2,0.9,-0.075,0.3,0.9,-0.075,0.2,0.9,0.025,0.3,0.9,0.025,-0.15,0.1,-0.175,-0.1,0.1,-0.175,-0.15,0.1,-0.075,-0.1,0.1,-0.075,-0.05,0.45,-0.175,-0.1,0.45,-0.075,-0.1,0.45,-0.175,-0.05,0.45,-0.075,-0.05,0.45,-0.125,0,0.05,0.025,0.05,0.05,0.025,0,0.05,0.125,0.05,0.05,0.125,0.05,0.75,-0.175,-0.05,0.75,-0.125,-0.05,0.75,-0.175,0.15,0.75,-0.125,0.15,0.75,-0.175,0.15,0.5,-0.175,0.3,0.5,-0.175,0.15,0.5,-0.125,0.3,0.5,-0.125,0.15,0.5,-0.025,0.3,0.5,-0.025,0.15,0.5,0.025,0.3,0.5,0.025,0.15,0.5,0.025,0.3,0.5,0.025,0.15,0.5,0.075,0.3,0.5,0.075,-0.05,0.75,0.075,0.15,0.75,0.075,-0.05,0.75,0.125,0.15,0.75,0.125,0.15,0.5,0.075,0.3,0.5,0.075,0.15,0.5,0.125,0.3,0.5,0.125],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1]},"spaceexploration_moonwalker_rainbow_4_optimised":{"faces":[507,505,506,506,505,504,503,501,502,502,501,500,499,497,498,498,497,496,495,493,494,494,493,492,491,489,490,490,489,488,483,486,487,486,483,484,485,484,483,482,480,481,481,480,479,478,476,477,477,476,475,474,472,473,473,472,471,470,468,469,469,468,467,466,464,465,465,464,463,458,461,462,461,458,459,460,459,458,455,454,457,449,457,454,457,449,456,448,456,449,455,452,454,454,452,453,453,452,447,450,447,452,451,446,450,447,450,446,449,447,448,448,447,446,445,443,444,444,443,442,441,439,440,440,439,438,437,435,436,436,435,434,433,432,430,432,431,430,429,428,426,428,427,426,425,424,422,424,423,422,421,420,418,420,419,418,417,416,414,416,415,414,413,412,410,412,411,410,409,408,406,408,407,406,405,404,402,404,403,402,401,400,398,400,399,398,394,397,396,396,393,394,395,394,393,392,391,389,391,390,389,388,387,385,387,386,385,384,383,381,383,382,381,380,379,377,379,378,377,376,374,375,373,375,374,374,372,373,370,373,372,372,369,370,371,370,369,365,368,367,367,364,365,366,365,364,363,361,362,360,362,361,361,359,360,358,360,359,359,357,358,355,358,357,357,354,355,356,355,354,353,343,352,345,352,343,351,348,350,349,350,348,348,347,349,348,346,347,344,347,346,346,345,344,343,344,345,341,344,343,343,340,341,342,341,340,339,338,336,338,337,336,335,333,334,333,330,334,330,333,332,332,329,330,331,330,329,328,327,325,327,326,325,324,322,323,320,323,322,322,319,320,321,320,319,318,317,315,317,316,315,314,313,311,313,312,311,307,310,309,309,306,307,308,307,306,305,303,304,301,304,303,303,300,301,302,301,300,299,298,296,298,297,296,295,294,292,294,293,292,291,290,288,290,289,288,287,286,284,286,285,284,283,282,280,282,281,280,279,278,276,278,277,276,275,274,272,274,273,272,270,271,266,264,270,266,269,267,268,265,268,267,267,264,265,266,265,264,263,262,260,262,261,260,259,258,256,258,257,256,252,255,254,254,251,252,253,252,251,250,248,249,247,249,248,248,246,247,244,247,246,246,243,244,245,244,243,242,239,241,239,240,241,237,240,239,239,236,237,238,237,236,233,235,234,234,232,233,230,233,232,232,229,230,231,230,229,225,228,227,227,224,225,226,225,224,220,223,222,222,219,220,221,220,219,218,216,217,214,217,216,216,213,214,215,214,213,212,211,209,211,210,209,208,206,207,205,207,206,206,202,205,203,205,202,204,203,201,203,202,201,198,200,199,199,197,198,195,198,197,197,194,195,196,195,194,193,191,192,189,192,191,191,188,189,190,189,188,187,186,184,186,185,184,183,182,180,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,164,167,166,166,163,164,165,164,163,162,161,159,161,160,159,158,157,155,157,156,155,154,149,153,152,153,149,149,147,152,148,151,150,150,147,148,149,148,147,143,146,145,145,142,143,144,143,142,141,140,138,140,139,138,137,135,136,133,136,135,135,132,133,134,133,132,129,131,130,130,128,129,125,129,128,128,127,125,127,126,125,124,115,123,116,123,115,120,122,121,121,119,120,118,120,119,119,112,118,109,118,112,117,116,114,116,117,111,115,114,116,113,116,111,114,115,110,108,114,110,113,111,112,109,112,111,111,108,109,110,109,108,104,107,106,106,103,104,105,104,103,102,100,101,98,101,100,100,97,98,99,98,96,98,97,96,94,95,91,89,94,91,90,93,92,92,89,90,91,90,89,88,87,85,87,86,85,84,83,81,83,82,81,80,79,77,79,78,77,76,75,73,75,74,73,72,71,69,71,70,69,68,67,65,67,66,65,61,64,63,63,60,61,62,61,60,59,52,58,57,58,52,52,55,57,53,56,55,55,52,53,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,40,43,42,42,39,40,41,40,39,38,37,35,37,36,35,32,34,31,33,32,28,31,28,32,31,30,28,30,29,28,24,27,26,26,23,24,25,24,23,22,16,21,19,21,16,20,19,13,16,13,19,17,18,14,12,17,14,13,16,15,15,12,13,14,13,12,8,11,10,10,7,8,9,8,7,6,4,5,2,5,4,4,1,2,3,2,0,2,1,0],"vertices":[0.1,0.05,-0.175,0.1,0.35,-0.175,0,0.35,-0.175,0,0.05,-0.175,0.15,0.35,-0.175,0,0.4,-0.175,0.15,0.4,-0.175,0.15,0.4,0.025,0.25,0.05,0.025,0.25,0.4,0.025,0.15,0.35,0.025,0.15,0.05,0.025,0.1,0.65,-0.175,0.2,0.45,-0.175,0.2,0.65,-0.175,0,0.65,-0.175,0,0.45,-0.175,0.1,0.75,-0.175,0.2,0.75,-0.175,0.3,0.4,-0.175,0.3,0.45,-0.175,0.15,0.4,-0.175,0,0.4,-0.175,0,0.9,-0.125,0.2,0.8,-0.125,0.2,0.9,-0.125,0,0.75,-0.125,0.2,0.75,-0.125,-0.05,0.75,-0.275,-0.05,0.9,-0.275,-0.15,0.9,-0.275,-0.15,0.75,-0.275,0.1,0.65,-0.275,0.1,0.75,-0.275,-0.15,0.65,-0.275,0.25,0.9,-0.175,0.25,0.95,-0.175,-0.05,0.95,-0.175,-0.05,0.9,-0.175,0,0.05,-0.175,0.1,0,-0.175,0.1,0.05,-0.175,-0.05,0.05,-0.175,-0.05,0,-0.175,0.2,0.95,-0.125,0.2,1,-0.125,0,1,-0.125,0,0.95,-0.125,0.2,1,-0.125,0.2,1.05,-0.125,0,1.05,-0.125,0,1,-0.125,0.35,0.85,-0.075,0.4,0.8,-0.075,0.4,0.85,-0.075,0.2,0.85,-0.075,0.2,0.8,-0.075,0.2,0.9,-0.075,0.25,0.9,-0.075,0.35,0.9,-0.075,0.15,0.05,0.025,0.25,0,0.025,0.25,0.05,0.025,0.1,0.05,0.025,0.1,0,0.025,-0.05,0.9,-0.275,-0.05,0.95,-0.275,-0.15,0.95,-0.275,-0.15,0.9,-0.275,-0.05,0.95,-0.275,-0.05,1,-0.275,-0.15,1,-0.275,-0.15,0.95,-0.275,0.15,0.45,0.275,0.15,0.5,0.275,0.05,0.5,0.275,0.05,0.45,0.275,0.15,0.5,0.275,0.15,0.55,0.275,0.05,0.55,0.275,0.05,0.5,0.275,0.15,0.55,0.275,0.15,0.6,0.275,0.05,0.6,0.275,0.05,0.55,0.275,0.05,0.4,0.025,0.05,0.45,0.025,0,0.45,0.025,0,0.4,0.025,0.05,0.35,-0.075,0,0.05,-0.075,0,0.35,-0.075,0.1,0.35,-0.075,0.1,0.05,-0.075,0.05,0.4,-0.075,0,0.4,-0.075,0.15,0.05,0.125,0.15,0.35,0.125,0.25,0.35,0.125,0.25,0.05,0.125,0.05,0.35,0.125,0.25,0.4,0.125,0.05,0.4,0.125,0.2,0.9,0.075,0,0.75,0.075,0,0.9,0.075,0.2,0.8,0.075,0.2,0.75,0.075,0.05,0.6,0.125,0,0.45,0.125,0,0.6,0.125,0.15,0.6,0.125,0.2,0.45,0.125,0.2,0.6,0.125,0.05,0.7,0.125,0,0.7,0.125,0.2,0.7,0.125,0.15,0.7,0.125,0,0.4,0.125,0.3,0.45,0.125,0.05,0.4,0.125,0.3,0.4,0.125,0.25,0.4,0.125,0.2,0.75,0.125,0,0.75,0.125,-0.15,0.75,-0.175,-0.15,0.9,-0.175,-0.05,0.9,-0.175,-0.05,0.75,-0.175,-0.15,0.65,-0.175,0,0.75,-0.175,0,0.65,-0.175,0.15,0.7,0.375,0.05,0.6,0.375,0.05,0.7,0.375,0.15,0.6,0.375,0.05,0.55,0.375,0.15,0.55,0.375,-0.05,0.9,0.125,-0.05,0.95,0.125,0.25,0.95,0.125,0.25,0.9,0.125,0,0.05,-0.075,-0.05,0,-0.075,-0.05,0.05,-0.075,0.1,0.05,-0.075,0.1,0,-0.075,0.35,0.85,0.025,0.2,0.8,0.025,0.2,0.85,0.025,0.4,0.85,0.025,0.4,0.8,0.025,0.35,0.9,0.025,0.25,0.9,0.025,0.2,0.9,0.025,0,0.95,0.075,0,1,0.075,0.2,1,0.075,0.2,0.95,0.075,0,1,0.075,0,1.05,0.075,0.2,1.05,0.075,0.2,1,0.075,0.15,0.05,0.125,0.1,0,0.125,0.1,0.05,0.125,0.25,0.05,0.125,0.25,0,0.125,-0.15,0.9,-0.175,-0.15,0.95,-0.175,-0.05,0.95,-0.175,-0.05,0.9,-0.175,-0.15,0.95,-0.125,-0.15,1,-0.125,-0.05,1,-0.125,-0.05,0.95,-0.125,0.05,0.45,0.375,0.05,0.5,0.375,0.15,0.5,0.375,0.15,0.45,0.375,0.05,0.5,0.375,0.05,0.55,0.375,0.15,0.55,0.375,0.15,0.5,0.375,0,0.4,-0.075,0,0.45,-0.075,0.05,0.45,-0.075,0.05,0.4,-0.075,-0.15,0.9,-0.175,-0.15,0.75,-0.275,-0.15,0.9,-0.275,-0.15,0.75,-0.175,-0.15,0.65,-0.275,-0.15,0.65,-0.175,0,0.4,-0.125,0,0.35,-0.175,0,0.4,-0.175,0,0.4,-0.075,0,0.05,-0.175,0,0.35,-0.075,0,0.05,-0.075,0,0.45,-0.075,0,0.75,-0.075,0,0.75,0.025,0,0.45,0.025,0,0.75,0.075,0,0.75,-0.125,0,0.9,0.075,0,0.9,-0.125,0.15,0.05,0.025,0.15,0.35,0.025,0.15,0.35,0.125,0.15,0.05,0.125,0,0.75,-0.125,0,0.65,-0.175,0,0.75,-0.175,0,0.4,-0.125,0,0.45,-0.175,0,0.4,-0.175,0,0.75,-0.075,0,0.4,-0.125,0,0.75,-0.125,0,0.45,-0.075,0,0.4,-0.075,0,0.75,0.075,0,0.45,0.025,0,0.75,0.025,0,0.4,0.075,0,0.4,0.025,0,0.75,0.125,0,0.4,0.075,0,0.75,0.075,0,0.7,0.125,0,0.4,0.125,0,0.6,0.125,0,0.45,0.125,0.05,0.7,0.375,0.05,0.6,0.125,0.05,0.7,0.125,0.05,0.6,0.375,0.05,0.6,0.275,0.05,0.55,0.275,0.05,0.55,0.375,-0.05,0.95,-0.125,-0.05,0.9,-0.175,-0.05,0.95,-0.175,-0.05,0.95,0.075,-0.05,0.9,-0.125,-0.05,0.95,0.125,-0.05,0.9,0.075,-0.05,0.9,0.125,-0.15,1,-0.125,-0.15,0.95,-0.275,-0.15,1,-0.275,-0.15,0.95,-0.125,-0.15,0.95,-0.175,0,0.95,-0.125,0,1,-0.125,0,1,0.075,0,0.95,0.075,0,1,-0.125,0,1.05,-0.125,0,1.05,0.075,0,1,0.075,0.05,0.4,0.025,0.05,0.35,-0.075,0.05,0.4,-0.075,0.05,0.4,0.075,0.05,0.35,0.125,0.05,0.4,0.125,0.05,0.45,0.025,0.05,0.45,-0.075,-0.15,0.9,-0.275,-0.15,0.95,-0.275,-0.15,0.95,-0.175,-0.15,0.9,-0.175,-0.05,0,-0.175,-0.05,0.05,-0.175,-0.05,0.05,-0.075,-0.05,0,-0.075,0.1,0,0.025,0.1,0.05,0.025,0.1,0.05,0.125,0.1,0,0.125,0.05,0.45,0.275,0.05,0.5,0.275,0.05,0.5,0.375,0.05,0.45,0.375,0.05,0.5,0.275,0.05,0.55,0.275,0.05,0.55,0.375,0.05,0.5,0.375,0.1,0.05,-0.075,0.1,0.35,-0.075,0.1,0.35,-0.175,0.1,0.05,-0.175,0.2,0.45,-0.025,0.2,0.75,-0.025,0.2,0.75,-0.125,0.2,0.45,-0.125,0.25,0.4,0.075,0.25,0.35,0.125,0.25,0.4,0.125,0.25,0.4,0.025,0.25,0.05,0.125,0.25,0.05,0.025,0.2,0.75,-0.175,0.2,0.45,-0.125,0.2,0.75,-0.125,0.2,0.65,-0.175,0.2,0.45,-0.175,0.2,0.45,0.025,0.2,0.75,0.025,0.2,0.75,-0.025,0.2,0.45,-0.025,0.2,0.45,0.075,0.2,0.75,0.075,0.2,0.75,0.025,0.2,0.45,0.025,0.2,0.75,0.075,0.2,0.7,0.125,0.2,0.75,0.125,0.2,0.45,0.075,0.2,0.6,0.125,0.2,0.45,0.125,-0.05,0.75,-0.175,-0.05,0.9,-0.175,-0.05,0.9,-0.275,-0.05,0.75,-0.275,0.15,0.7,0.125,0.15,0.6,0.375,0.15,0.7,0.375,0.15,0.6,0.125,0.15,0.6,0.275,0.15,0.55,0.375,0.15,0.55,0.275,0.1,0.65,-0.175,0.1,0.75,-0.175,0.1,0.75,-0.275,0.1,0.65,-0.275,0.2,0.9,-0.125,0.2,0.85,-0.075,0.2,0.9,-0.075,0.2,0.8,-0.125,0.2,0.8,-0.075,0.2,0.75,0.025,0.2,0.75,0.075,0.2,0.8,0.025,0.2,0.8,0.075,0.2,0.85,0.025,0.2,0.9,0.025,0.2,0.9,0.075,0.2,0.75,-0.025,0.2,0.75,-0.125,0.25,0.95,0.075,0.25,0.9,0.125,0.25,0.95,0.125,0.25,0.95,-0.125,0.25,0.9,0.075,0.25,0.95,-0.175,0.25,0.9,0.025,0.25,0.9,-0.175,0.25,0.9,-0.075,0.25,0.9,-0.125,-0.05,1,-0.275,-0.05,0.95,-0.125,-0.05,1,-0.125,-0.05,0.95,-0.275,-0.05,0.95,-0.175,0.15,0.4,-0.025,0.15,0.35,0.025,0.15,0.4,0.025,0.15,0.4,-0.075,0.15,0.35,-0.075,0.15,0.4,-0.125,0.15,0.35,-0.175,0.15,0.4,-0.175,0.2,0.95,0.075,0.2,1,0.075,0.2,1,-0.125,0.2,0.95,-0.125,0.2,1,0.075,0.2,1.05,0.075,0.2,1.05,-0.125,0.2,1,-0.125,-0.05,0.9,-0.175,-0.05,0.95,-0.175,-0.05,0.95,-0.275,-0.05,0.9,-0.275,0.1,0,-0.075,0.1,0.05,-0.075,0.1,0.05,-0.175,0.1,0,-0.175,0.3,0.45,-0.125,0.3,0.4,-0.025,0.3,0.45,-0.025,0.3,0.4,-0.125,0.3,0.4,-0.075,0.35,0.85,0.025,0.35,0.9,0.025,0.35,0.9,-0.075,0.35,0.85,-0.075,0.4,0.8,0.025,0.4,0.85,0.025,0.4,0.85,-0.075,0.4,0.8,-0.075,0.25,0,0.125,0.25,0.05,0.125,0.25,0.05,0.025,0.25,0,0.025,0.15,0.45,0.375,0.15,0.5,0.375,0.15,0.5,0.275,0.15,0.45,0.275,0.15,0.5,0.375,0.15,0.55,0.375,0.15,0.55,0.275,0.15,0.5,0.275,0.3,0.4,-0.125,0.3,0.45,-0.125,0.3,0.45,-0.175,0.3,0.4,-0.175,0.3,0.4,0.025,0.3,0.45,0.025,0.3,0.45,-0.025,0.3,0.4,-0.025,0.3,0.4,0.075,0.3,0.45,0.075,0.3,0.45,0.025,0.3,0.4,0.025,0.3,0.4,0.125,0.3,0.45,0.125,0.3,0.45,0.075,0.3,0.4,0.075,0.05,0.7,0.125,0.15,0.7,0.125,0.05,0.7,0.375,0.15,0.7,0.375,0,1.05,-0.125,0.2,1.05,-0.125,0,1.05,0.075,0.2,1.05,0.075,-0.15,1,-0.275,-0.05,1,-0.275,-0.15,1,-0.125,-0.05,1,-0.125,-0.05,0.95,-0.125,0,0.95,-0.125,-0.05,0.95,0.075,0,0.95,0.075,0.25,0.95,-0.175,-0.05,0.95,-0.175,0.25,0.95,-0.125,0.2,0.95,-0.125,0.2,0.95,0.075,0.25,0.95,0.075,-0.05,0.95,0.125,0.25,0.95,0.125,0.1,0.75,-0.275,-0.05,0.75,-0.175,-0.05,0.75,-0.275,0,0.75,-0.175,0.1,0.75,-0.175,0.2,0.45,-0.125,0.3,0.45,-0.125,0.2,0.45,-0.025,0.3,0.45,-0.025,0.25,0.9,-0.075,0.35,0.9,-0.075,0.25,0.9,0.025,0.35,0.9,0.025,-0.05,0.05,-0.175,0,0.05,-0.175,-0.05,0.05,-0.075,0,0.05,-0.075,0.35,0.85,-0.075,0.4,0.85,-0.075,0.35,0.85,0.025,0.4,0.85,0.025,0.1,0.05,0.025,0.15,0.05,0.025,0.1,0.05,0.125,0.15,0.05,0.125,0.1,0.75,-0.175,0,0.75,-0.125,0,0.75,-0.175,0.2,0.75,-0.125,0.2,0.75,-0.175,0,0.75,0.075,0.2,0.75,0.075,0,0.75,0.125,0.2,0.75,0.125,0.2,0.45,-0.175,0.3,0.45,-0.175,0.2,0.45,-0.125,0.3,0.45,-0.125,0.2,0.45,-0.025,0.3,0.45,-0.025,0.2,0.45,0.025,0.3,0.45,0.025,0.2,0.45,0.025,0.3,0.45,0.025,0.2,0.45,0.075,0.3,0.45,0.075,0.2,0.45,0.075,0.3,0.45,0.075,0.2,0.45,0.125,0.3,0.45,0.125],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1]},"spaceexploration_moonwalker_rainbow_5_optimised":{"faces":[499,497,498,498,497,496,495,493,494,494,493,492,491,489,490,490,489,488,487,485,486,486,485,484,479,482,483,482,479,480,481,480,479,478,476,477,477,476,475,474,472,473,473,472,471,466,469,470,469,466,467,468,467,466,465,463,464,464,463,462,461,459,460,460,459,458,457,455,456,456,455,454,449,452,453,452,449,450,451,450,449,446,445,448,440,448,445,448,440,447,439,447,440,446,443,445,445,443,444,444,443,438,441,438,443,442,437,441,438,441,437,440,438,439,439,438,437,436,434,435,435,434,433,432,430,431,431,430,429,428,426,427,427,426,425,424,423,421,423,422,421,420,419,417,419,418,417,416,415,413,415,414,413,412,411,409,411,410,409,408,407,405,407,406,405,404,403,401,403,402,401,400,399,397,399,398,397,396,395,393,395,394,393,392,390,391,388,391,390,390,387,388,389,388,387,383,386,385,385,382,383,384,383,382,381,379,380,378,380,379,379,377,378,375,378,377,377,374,375,376,375,374,373,371,372,371,368,372,368,371,370,370,367,368,369,368,367,364,366,365,365,363,364,361,364,363,363,360,361,362,361,360,359,358,356,358,357,356,355,354,352,354,353,352,351,349,350,347,350,349,349,346,347,348,347,346,342,345,344,344,341,342,343,342,341,340,338,339,337,339,338,338,334,337,335,337,334,336,335,333,335,334,333,332,330,331,328,331,330,330,327,328,329,328,326,328,327,326,325,323,324,321,324,323,323,320,321,322,321,320,319,318,316,318,317,316,315,314,312,314,313,312,311,310,308,310,309,308,307,306,304,306,305,304,303,302,300,302,301,300,299,298,296,298,297,296,295,294,292,294,293,292,291,290,288,290,289,288,287,286,284,286,285,284,283,282,280,282,281,280,279,278,276,278,277,276,275,274,272,274,273,272,268,271,270,270,267,268,269,268,267,266,264,265,263,265,264,264,262,263,261,263,262,262,260,261,258,261,260,260,257,258,259,258,257,256,252,255,251,255,252,253,254,250,252,253,250,252,250,251,249,251,250,250,248,249,245,249,248,248,247,245,247,246,245,244,243,241,243,242,241,240,237,239,237,238,239,235,238,237,237,234,235,236,235,234,233,231,232,229,232,231,231,228,229,230,229,228,227,226,224,226,225,224,223,221,222,219,222,221,221,218,219,220,219,218,217,216,214,216,215,214,213,212,210,212,211,210,206,209,208,208,205,206,207,206,205,204,203,201,203,202,201,200,199,197,199,198,197,194,196,195,195,193,194,186,194,193,193,188,186,192,190,191,189,191,190,190,185,189,188,189,185,185,186,188,187,186,184,186,185,184,183,182,180,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,164,167,166,166,163,164,165,164,163,162,161,159,161,160,159,158,157,155,157,156,155,151,154,153,153,150,151,152,151,150,149,148,146,148,147,146,145,137,144,138,144,137,143,134,142,140,142,134,141,140,131,134,131,140,139,138,136,138,139,133,137,136,138,135,138,133,136,137,132,130,136,132,135,133,134,131,134,133,133,130,131,132,131,130,129,126,128,126,123,128,127,125,126,123,126,125,125,122,123,124,123,122,121,119,120,117,120,119,119,116,117,118,117,116,113,115,112,114,113,109,112,109,113,112,111,109,111,110,109,105,108,107,107,104,105,106,105,104,103,97,102,97,99,102,101,99,100,98,100,99,99,97,98,95,98,97,97,94,95,96,95,93,95,94,93,92,91,89,91,90,89,88,87,85,87,86,85,84,83,81,83,82,81,80,79,77,79,78,77,76,75,73,75,74,73,72,71,69,71,70,69,65,68,67,67,64,65,66,65,64,63,62,60,62,61,60,59,58,56,58,57,56,52,55,54,54,51,52,53,52,51,50,49,47,49,48,47,46,44,45,44,43,45,44,42,43,40,43,42,42,39,40,41,40,39,36,38,37,37,35,36,32,36,35,35,34,32,34,33,32,28,31,30,30,27,28,29,28,27,24,26,25,25,23,24,22,24,23,23,19,22,16,22,19,20,21,15,18,20,15,16,19,18,18,15,16,17,16,15,14,12,13,10,13,12,12,9,10,11,10,9,8,6,7,0,7,6,6,2,0,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[0,0.4,-0.175,0.1,0.35,-0.175,0.1,0.4,-0.175,0,0.35,-0.175,0.1,0.05,-0.175,0,0.05,-0.175,0.15,0.4,-0.175,0,0.45,-0.175,0.15,0.45,-0.175,0.2,0.45,0.025,0.25,0.1,0.025,0.25,0.45,0.025,0.15,0.45,0.025,0.15,0.1,0.025,0.15,0.4,0.025,0.1,0.65,-0.175,0.2,0.5,-0.175,0.2,0.65,-0.175,0,0.65,-0.175,0,0.5,-0.175,0,0.75,-0.175,0.1,0.75,-0.175,0.2,0.45,-0.175,-0.15,0.5,-0.175,0.15,0.45,-0.175,-0.15,0.45,-0.175,0,0.45,-0.175,0,0.9,-0.125,0.2,0.75,-0.125,0.2,0.9,-0.125,0,0.8,-0.125,0,0.75,-0.125,0.35,0.75,-0.275,0.35,0.9,-0.275,0.25,0.9,-0.275,0.25,0.75,-0.275,0.35,0.65,-0.275,0.1,0.75,-0.275,0.1,0.65,-0.275,-0.05,0.9,-0.075,0,0.8,-0.075,0,0.9,-0.075,-0.15,0.9,-0.075,-0.1,0.8,-0.075,-0.15,0.8,-0.075,-0.1,0.75,-0.075,-0.15,0.75,-0.075,0.25,0.9,-0.175,0.25,0.95,-0.175,-0.05,0.95,-0.175,-0.05,0.9,-0.175,0.1,0.05,-0.175,0.15,0,-0.175,0.15,0.05,-0.175,0,0.05,-0.175,0,0,-0.175,0.2,0.95,-0.125,0.2,1,-0.125,0,1,-0.125,0,0.95,-0.125,0.2,1,-0.125,0.2,1.05,-0.125,0,1.05,-0.125,0,1,-0.125,0.25,0.1,0.025,0.3,0.05,0.025,0.3,0.1,0.025,0.15,0.1,0.025,0.15,0.05,0.025,0.35,0.9,-0.275,0.35,0.95,-0.275,0.25,0.95,-0.275,0.25,0.9,-0.275,0.35,0.95,-0.275,0.35,1,-0.275,0.25,1,-0.275,0.25,0.95,-0.275,0.15,0.45,0.275,0.15,0.5,0.275,0.05,0.5,0.275,0.05,0.45,0.275,0.15,0.5,0.275,0.15,0.55,0.275,0.05,0.55,0.275,0.05,0.5,0.275,0.15,0.55,0.275,0.15,0.6,0.275,0.05,0.6,0.275,0.05,0.55,0.275,0,0.05,-0.075,0,0.35,-0.075,0.1,0.35,-0.075,0.1,0.05,-0.075,0.15,0.1,0.125,0.15,0.4,0.125,0.25,0.4,0.125,0.25,0.1,0.125,0.1,0.4,0.125,0.25,0.45,0.125,0,0.4,0.125,0.2,0.45,0.125,0,0.45,0.125,0,0.35,0.125,0.1,0.35,0.125,0.2,0.9,0.075,0,0.8,0.075,0,0.9,0.075,0.2,0.75,0.075,0,0.75,0.075,0.25,0.75,-0.175,0.25,0.9,-0.175,0.35,0.9,-0.175,0.35,0.75,-0.175,0.2,0.65,-0.175,0.2,0.75,-0.175,0.35,0.65,-0.175,0.15,0.7,0.375,0.05,0.6,0.375,0.05,0.7,0.375,0.15,0.6,0.375,0.05,0.55,0.375,0.15,0.55,0.375,-0.05,0.9,0.025,-0.15,0.8,0.025,-0.15,0.9,0.025,0,0.9,0.025,-0.1,0.8,0.025,0,0.8,0.025,-0.15,0.75,0.025,-0.1,0.75,0.025,0.05,0.6,0.125,0,0.5,0.125,0,0.6,0.125,0.15,0.6,0.125,0.2,0.5,0.125,0.2,0.6,0.125,0.05,0.7,0.125,0,0.7,0.125,0.2,0.7,0.125,0.15,0.7,0.125,-0.15,0.45,0.125,-0.15,0.5,0.125,0,0.45,0.125,0.2,0.45,0.125,0.2,0.75,0.125,0,0.75,0.125,-0.05,0.9,0.125,-0.05,0.95,0.125,0.25,0.95,0.125,0.25,0.9,0.125,0.1,0.05,-0.075,0,0,-0.075,0,0.05,-0.075,0.15,0.05,-0.075,0.15,0,-0.075,0,0.95,0.075,0,1,0.075,0.2,1,0.075,0.2,0.95,0.075,0,1,0.075,0,1.05,0.075,0.2,1.05,0.075,0.2,1,0.075,0.25,0.1,0.125,0.15,0.05,0.125,0.15,0.1,0.125,0.3,0.1,0.125,0.3,0.05,0.125,0.25,0.9,-0.175,0.25,0.95,-0.175,0.35,0.95,-0.175,0.35,0.9,-0.175,0.25,0.95,-0.125,0.25,1,-0.125,0.35,1,-0.125,0.35,0.95,-0.125,0.05,0.45,0.375,0.05,0.5,0.375,0.15,0.5,0.375,0.15,0.45,0.375,0.05,0.5,0.375,0.05,0.55,0.375,0.15,0.55,0.375,0.15,0.5,0.375,0,0.05,-0.175,0,0.35,-0.175,0,0.35,-0.075,0,0.05,-0.075,0,0.45,0.025,0,0.45,-0.025,0,0.4,-0.175,0,0.45,-0.125,0,0.45,-0.175,0,0.45,0.075,0,0.35,0.125,0,0.45,0.125,0,0.4,0.125,0,0.5,-0.125,0,0.75,-0.125,0,0.75,-0.025,0,0.5,-0.025,0.15,0.1,0.025,0.15,0.4,0.025,0.15,0.4,0.125,0.15,0.1,0.125,0,0.75,-0.125,0,0.65,-0.175,0,0.75,-0.175,0,0.5,-0.125,0,0.5,-0.175,0,0.5,-0.025,0,0.75,-0.025,0,0.75,0.025,0,0.5,0.025,0,0.5,0.025,0,0.75,0.025,0,0.75,0.075,0,0.5,0.075,0,0.75,0.125,0,0.5,0.075,0,0.75,0.075,0,0.7,0.125,0,0.5,0.125,0,0.6,0.125,0.25,0.75,-0.275,0.25,0.9,-0.275,0.25,0.9,-0.175,0.25,0.75,-0.175,-0.15,0.9,0.025,-0.15,0.8,-0.075,-0.15,0.9,-0.075,-0.15,0.8,0.025,-0.15,0.75,-0.075,-0.15,0.75,0.025,0.05,0.7,0.375,0.05,0.6,0.125,0.05,0.7,0.125,0.05,0.6,0.375,0.05,0.6,0.275,0.05,0.55,0.275,0.05,0.55,0.375,0.1,0.65,-0.275,0.1,0.75,-0.275,0.1,0.75,-0.175,0.1,0.65,-0.175,0,0.8,-0.125,0,0.9,-0.125,0,0.9,-0.075,0,0.8,-0.075,0,0.75,-0.125,0,0.8,0.025,0,0.75,-0.025,0,0.8,0.075,0,0.9,0.075,0,0.9,0.025,0,0.75,0.025,0,0.75,0.075,-0.05,0.95,-0.125,-0.05,0.9,-0.175,-0.05,0.95,-0.175,-0.05,0.95,0.075,-0.05,0.9,-0.125,-0.05,0.95,0.125,-0.05,0.9,-0.075,-0.05,0.9,0.125,-0.05,0.9,0.025,-0.05,0.9,0.075,0.25,1,-0.125,0.25,0.95,-0.275,0.25,1,-0.275,0.25,0.95,-0.125,0.25,0.95,-0.175,0,0.95,-0.125,0,1,-0.125,0,1,0.075,0,0.95,0.075,0,1,-0.125,0,1.05,-0.125,0,1.05,0.075,0,1,0.075,0.25,0.9,-0.275,0.25,0.95,-0.275,0.25,0.95,-0.175,0.25,0.9,-0.175,0,0,-0.175,0,0.05,-0.175,0,0.05,-0.075,0,0,-0.075,-0.15,0.45,-0.125,-0.15,0.5,-0.125,-0.15,0.5,-0.025,-0.15,0.45,-0.025,0.15,0.05,0.025,0.15,0.1,0.025,0.15,0.1,0.125,0.15,0.05,0.125,0.05,0.45,0.275,0.05,0.5,0.275,0.05,0.5,0.375,0.05,0.45,0.375,0.05,0.5,0.275,0.05,0.55,0.275,0.05,0.55,0.375,0.05,0.5,0.375,-0.15,0.45,-0.175,-0.15,0.5,-0.175,-0.15,0.5,-0.125,-0.15,0.45,-0.125,-0.15,0.45,-0.025,-0.15,0.5,-0.025,-0.15,0.5,0.025,-0.15,0.45,0.025,-0.15,0.45,0.025,-0.15,0.5,0.025,-0.15,0.5,0.075,-0.15,0.45,0.075,-0.15,0.45,0.075,-0.15,0.5,0.075,-0.15,0.5,0.125,-0.15,0.45,0.125,0.35,0.9,-0.275,0.35,0.75,-0.175,0.35,0.9,-0.175,0.35,0.75,-0.275,0.35,0.65,-0.175,0.35,0.65,-0.275,0.1,0.05,-0.075,0.1,0.35,-0.075,0.1,0.35,-0.175,0.1,0.05,-0.175,0.1,0.35,0.125,0.1,0.4,-0.175,0.1,0.4,0.125,0.2,0.45,0.025,0.2,0.75,0.025,0.2,0.75,-0.075,0.2,0.45,-0.075,0.2,0.75,-0.125,0.2,0.75,0.075,0.2,0.9,-0.125,0.2,0.9,0.075,0.25,0.45,0.025,0.25,0.4,0.125,0.25,0.45,0.125,0.25,0.1,0.025,0.25,0.1,0.125,0.2,0.75,-0.175,0.2,0.45,-0.125,0.2,0.75,-0.125,0.2,0.65,-0.175,0.2,0.45,-0.175,0.2,0.5,-0.175,0.2,0.45,-0.075,0.2,0.75,-0.075,0.2,0.75,-0.125,0.2,0.45,-0.125,0.2,0.45,0.075,0.2,0.75,0.075,0.2,0.75,0.025,0.2,0.45,0.025,0.2,0.75,0.075,0.2,0.7,0.125,0.2,0.75,0.125,0.2,0.45,0.075,0.2,0.6,0.125,0.2,0.45,0.125,0.2,0.5,0.125,0.15,0.7,0.125,0.15,0.6,0.375,0.15,0.7,0.375,0.15,0.6,0.125,0.15,0.6,0.275,0.15,0.55,0.375,0.15,0.55,0.275,0.25,0.95,0.075,0.25,0.9,0.125,0.25,0.95,0.125,0.25,0.95,-0.125,0.25,0.9,0.075,0.25,0.95,-0.175,0.25,0.9,-0.125,0.25,0.9,-0.175,0.35,1,-0.275,0.35,0.95,-0.125,0.35,1,-0.125,0.35,0.95,-0.275,0.35,0.95,-0.175,0.15,0.45,-0.075,0.15,0.4,0.025,0.15,0.45,0.025,0.15,0.45,-0.125,0.15,0.4,-0.175,0.15,0.45,-0.175,0.2,0.95,0.075,0.2,1,0.075,0.2,1,-0.125,0.2,0.95,-0.125,0.2,1,0.075,0.2,1.05,0.075,0.2,1.05,-0.125,0.2,1,-0.125,0.35,0.9,-0.175,0.35,0.95,-0.175,0.35,0.95,-0.275,0.35,0.9,-0.275,0.15,0,-0.075,0.15,0.05,-0.075,0.15,0.05,-0.175,0.15,0,-0.175,-0.1,0.75,0.025,-0.1,0.8,0.025,-0.1,0.8,-0.075,-0.1,0.75,-0.075,0.3,0.05,0.125,0.3,0.1,0.125,0.3,0.1,0.025,0.3,0.05,0.025,0.15,0.45,0.375,0.15,0.5,0.375,0.15,0.5,0.275,0.15,0.45,0.275,0.15,0.5,0.375,0.15,0.55,0.375,0.15,0.55,0.275,0.15,0.5,0.275,0.05,0.7,0.125,0.15,0.7,0.125,0.05,0.7,0.375,0.15,0.7,0.375,0,1.05,-0.125,0.2,1.05,-0.125,0,1.05,0.075,0.2,1.05,0.075,0.25,1,-0.275,0.35,1,-0.275,0.25,1,-0.125,0.35,1,-0.125,-0.05,0.95,-0.125,0,0.95,-0.125,-0.05,0.95,0.075,0,0.95,0.075,0.25,0.95,-0.175,-0.05,0.95,-0.175,0.25,0.95,-0.125,0.2,0.95,-0.125,0.2,0.95,0.075,0.25,0.95,0.075,-0.05,0.95,0.125,0.25,0.95,0.125,0.25,0.75,-0.275,0.1,0.75,-0.175,0.1,0.75,-0.275,0.2,0.75,-0.175,0.25,0.75,-0.175,-0.15,0.5,-0.125,0,0.5,-0.125,-0.15,0.5,-0.025,0,0.5,-0.025,-0.15,0.9,-0.075,-0.05,0.9,-0.075,-0.15,0.9,0.025,-0.05,0.9,0.025,0.1,0.05,-0.175,0.15,0.05,-0.175,0.1,0.05,-0.075,0.15,0.05,-0.075,0.25,0.45,0.025,0.2,0.45,0.075,0.2,0.45,0.025,0.2,0.45,0.125,0.25,0.45,0.125,0.25,0.1,0.025,0.3,0.1,0.025,0.25,0.1,0.125,0.3,0.1,0.125,-0.15,0.5,-0.175,0,0.5,-0.175,-0.15,0.5,-0.125,0,0.5,-0.125,0.1,0.75,-0.175,0,0.75,-0.125,0,0.75,-0.175,0.2,0.75,-0.125,0.2,0.75,-0.175,-0.15,0.5,-0.025,0,0.5,-0.025,-0.15,0.5,0.025,0,0.5,0.025,-0.15,0.5,0.025,0,0.5,0.025,-0.15,0.5,0.075,0,0.5,0.075,-0.15,0.5,0.075,0,0.5,0.075,-0.15,0.5,0.125,0,0.5,0.125,0,0.75,0.075,0.2,0.75,0.075,0,0.75,0.125,0.2,0.75,0.125],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1]},"spaceexploration_moonwalker_rainbow_6_optimised":{"faces":[508,506,507,507,506,505,504,502,503,503,502,501,500,498,499,499,498,497,496,494,495,495,494,493,492,490,491,491,490,489,484,487,488,487,484,485,486,485,484,483,481,482,482,481,480,479,477,478,478,477,476,475,473,474,474,473,472,471,469,470,470,469,468,467,465,466,466,465,464,459,462,463,462,459,460,461,460,459,456,455,458,450,458,455,458,450,457,449,457,450,456,453,455,455,453,454,454,453,448,451,448,453,452,447,451,448,451,447,450,448,449,449,448,447,446,444,445,445,444,443,442,440,441,441,440,439,438,436,437,437,436,435,434,433,431,433,432,431,430,429,427,429,428,427,426,425,423,425,424,423,422,421,419,421,420,419,418,417,415,417,416,415,414,413,411,413,412,411,410,409,407,409,408,407,405,406,401,399,405,401,404,402,403,400,403,402,402,399,400,401,400,399,395,398,397,397,394,395,396,395,394,393,391,392,390,392,391,391,389,390,387,390,389,389,386,387,388,387,386,385,383,384,383,380,384,380,383,382,382,379,380,381,380,379,376,378,377,377,375,376,373,376,375,375,372,373,374,373,372,368,371,370,370,367,368,369,368,367,363,366,365,365,362,363,364,363,362,361,359,360,357,360,359,359,356,357,358,357,356,353,355,354,354,352,353,350,353,352,352,349,350,351,350,349,348,346,347,345,347,346,346,342,345,343,345,342,344,343,341,343,342,341,340,339,337,339,338,337,336,334,335,332,335,334,334,331,332,333,332,331,330,329,327,329,328,327,326,325,323,325,324,323,322,321,319,321,320,319,318,317,315,317,316,315,314,313,311,313,312,311,310,309,307,309,308,307,306,305,303,305,304,303,302,301,299,301,300,299,298,297,295,297,296,295,291,294,293,293,290,291,292,291,290,289,288,286,288,287,286,285,284,282,284,283,282,281,279,280,278,280,279,279,277,278,275,278,277,277,274,275,276,275,274,273,272,270,272,271,270,269,268,266,268,267,266,262,265,264,264,261,262,263,262,261,260,258,259,257,259,258,258,256,257,255,257,256,256,254,255,252,255,254,254,251,252,253,252,251,250,245,249,244,249,245,248,246,247,245,247,246,246,243,245,245,243,244,242,244,243,243,241,242,238,242,241,238,241,240,240,237,238,239,238,237,236,235,233,235,234,233,232,229,231,229,230,231,227,230,229,229,226,227,228,227,226,225,224,222,224,223,222,221,219,220,217,220,219,219,216,217,218,217,216,215,214,212,214,213,212,211,210,208,210,209,208,204,207,206,206,203,204,205,204,203,202,201,199,201,200,199,198,197,195,197,196,195,194,192,193,190,193,192,192,189,190,191,190,189,188,187,185,187,186,185,184,183,181,183,182,181,180,179,177,179,178,177,176,175,173,175,174,173,172,171,169,171,170,169,165,168,167,167,164,165,166,165,164,163,162,160,162,161,160,159,158,156,158,157,156,155,148,154,153,154,148,148,151,153,149,152,151,151,148,149,150,149,148,144,147,146,146,143,144,145,144,143,142,141,139,141,140,139,138,136,137,134,137,136,136,133,134,135,134,133,130,132,129,131,130,126,129,126,130,129,128,126,128,127,126,125,117,124,118,124,117,123,114,122,120,122,114,121,120,111,114,111,120,119,118,116,118,119,113,117,116,118,115,118,113,116,117,112,110,116,112,115,113,114,111,114,113,113,110,111,112,111,110,106,109,108,108,105,106,107,106,105,104,102,103,100,103,102,102,99,100,101,100,98,100,99,98,97,95,96,93,96,95,95,92,93,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,64,67,66,66,63,64,65,64,63,62,57,61,60,61,57,57,55,60,56,59,58,58,55,56,57,56,55,54,53,51,53,52,51,50,49,47,49,48,47,43,46,45,45,42,43,44,43,42,41,40,38,40,39,38,35,37,36,36,34,35,31,35,34,34,33,31,33,32,31,27,30,29,29,26,27,28,27,26,23,25,24,24,22,23,21,23,22,22,18,21,15,21,18,19,20,14,17,19,14,15,18,17,17,14,15,16,15,14,12,13,9,7,12,9,8,11,10,10,7,8,9,8,7,6,4,5,2,5,4,4,1,2,3,2,0,2,1,0],"vertices":[0,0.05,-0.175,0,0.35,-0.175,-0.1,0.35,-0.175,-0.1,0.05,-0.175,0.1,0.35,-0.175,-0.1,0.4,-0.175,0.1,0.4,-0.175,0.1,0.35,0.025,0.15,0.05,0.025,0.15,0.35,0.025,0.05,0.35,0.025,0.05,0.05,0.025,0.1,0.4,0.025,0.15,0.4,0.025,0.05,0.65,-0.175,0.15,0.45,-0.175,0.15,0.65,-0.175,-0.05,0.65,-0.175,-0.05,0.45,-0.175,-0.05,0.75,-0.175,0.05,0.75,-0.175,0.15,0.4,-0.175,-0.15,0.45,-0.175,0.1,0.4,-0.175,-0.15,0.4,-0.175,-0.1,0.4,-0.175,-0.05,0.9,-0.125,0.15,0.75,-0.125,0.15,0.9,-0.125,-0.05,0.8,-0.125,-0.05,0.75,-0.125,0.3,0.75,-0.275,0.3,0.9,-0.275,0.2,0.9,-0.275,0.2,0.75,-0.275,0.3,0.65,-0.275,0.05,0.75,-0.275,0.05,0.65,-0.275,0.2,0.9,-0.175,0.2,0.95,-0.175,-0.1,0.95,-0.175,-0.1,0.9,-0.175,0,0.05,-0.175,0.05,0,-0.175,0.05,0.05,-0.175,-0.1,0.05,-0.175,-0.1,0,-0.175,0.15,0.95,-0.125,0.15,1,-0.125,-0.05,1,-0.125,-0.05,0.95,-0.125,0.15,1,-0.125,0.15,1.05,-0.125,-0.05,1.05,-0.125,-0.05,1,-0.125,-0.2,0.85,-0.075,-0.05,0.8,-0.075,-0.05,0.85,-0.075,-0.25,0.85,-0.075,-0.25,0.8,-0.075,-0.2,0.9,-0.075,-0.1,0.9,-0.075,-0.05,0.9,-0.075,0.15,0.05,0.025,0.2,0,0.025,0.2,0.05,0.025,0.05,0.05,0.025,0.05,0,0.025,0.3,0.9,-0.275,0.3,0.95,-0.275,0.2,0.95,-0.275,0.2,0.9,-0.275,0.3,0.95,-0.275,0.3,1,-0.275,0.2,1,-0.275,0.2,0.95,-0.275,0.1,0.45,0.275,0.1,0.5,0.275,0,0.5,0.275,0,0.45,0.275,0.1,0.5,0.275,0.1,0.55,0.275,0,0.55,0.275,0,0.5,0.275,0.1,0.55,0.275,0.1,0.6,0.275,0,0.6,0.275,0,0.55,0.275,0.15,0.4,0.025,0.15,0.45,0.025,0.1,0.45,0.025,0.1,0.4,0.025,-0.05,0.4,-0.075,-0.1,0.05,-0.075,-0.1,0.4,-0.075,0,0.4,-0.075,0,0.05,-0.075,0,0.35,-0.075,0.05,0.05,0.125,0.05,0.35,0.125,0.15,0.35,0.125,0.15,0.05,0.125,0,0.35,0.125,0.15,0.4,0.125,0,0.4,0.125,0.15,0.9,0.075,-0.05,0.8,0.075,-0.05,0.9,0.075,0.15,0.75,0.075,-0.05,0.75,0.075,0,0.6,0.125,-0.05,0.45,0.125,-0.05,0.6,0.125,0.1,0.6,0.125,0.15,0.45,0.125,0.15,0.6,0.125,0,0.7,0.125,-0.05,0.7,0.125,0.15,0.7,0.125,0.1,0.7,0.125,-0.15,0.4,0.125,-0.15,0.45,0.125,0,0.4,0.125,0.15,0.4,0.125,0.15,0.75,0.125,-0.05,0.75,0.125,0.2,0.75,-0.175,0.2,0.9,-0.175,0.3,0.9,-0.175,0.3,0.75,-0.175,0.15,0.65,-0.175,0.15,0.75,-0.175,0.3,0.65,-0.175,0.1,0.7,0.375,0,0.6,0.375,0,0.7,0.375,0.1,0.6,0.375,0,0.55,0.375,0.1,0.55,0.375,-0.1,0.9,0.125,-0.1,0.95,0.125,0.2,0.95,0.125,0.2,0.9,0.125,0,0.05,-0.075,-0.1,0,-0.075,-0.1,0.05,-0.075,0.05,0.05,-0.075,0.05,0,-0.075,-0.2,0.85,0.025,-0.25,0.8,0.025,-0.25,0.85,0.025,-0.05,0.85,0.025,-0.05,0.8,0.025,-0.05,0.9,0.025,-0.1,0.9,0.025,-0.2,0.9,0.025,-0.05,0.95,0.075,-0.05,1,0.075,0.15,1,0.075,0.15,0.95,0.075,-0.05,1,0.075,-0.05,1.05,0.075,0.15,1.05,0.075,0.15,1,0.075,0.15,0.05,0.125,0.05,0,0.125,0.05,0.05,0.125,0.2,0.05,0.125,0.2,0,0.125,0.2,0.9,-0.175,0.2,0.95,-0.175,0.3,0.95,-0.175,0.3,0.9,-0.175,0.2,0.95,-0.125,0.2,1,-0.125,0.3,1,-0.125,0.3,0.95,-0.125,0,0.45,0.375,0,0.5,0.375,0.1,0.5,0.375,0.1,0.45,0.375,0,0.5,0.375,0,0.55,0.375,0.1,0.55,0.375,0.1,0.5,0.375,0.1,0.4,-0.075,0.1,0.45,-0.075,0.15,0.45,-0.075,0.15,0.4,-0.075,-0.1,0.4,-0.125,-0.1,0.35,-0.175,-0.1,0.4,-0.175,-0.1,0.4,-0.075,-0.1,0.05,-0.175,-0.1,0.05,-0.075,-0.05,0.45,-0.125,-0.05,0.75,-0.125,-0.05,0.75,-0.025,-0.05,0.45,-0.025,0.05,0.05,0.025,0.05,0.35,0.025,0.05,0.35,0.125,0.05,0.05,0.125,-0.05,0.75,-0.125,-0.05,0.65,-0.175,-0.05,0.75,-0.175,-0.05,0.45,-0.125,-0.05,0.45,-0.175,-0.05,0.45,-0.025,-0.05,0.75,-0.025,-0.05,0.75,0.025,-0.05,0.45,0.025,-0.05,0.45,0.025,-0.05,0.75,0.025,-0.05,0.75,0.075,-0.05,0.45,0.075,-0.05,0.75,0.125,-0.05,0.45,0.075,-0.05,0.75,0.075,-0.05,0.7,0.125,-0.05,0.45,0.125,-0.05,0.6,0.125,0.2,0.75,-0.275,0.2,0.9,-0.275,0.2,0.9,-0.175,0.2,0.75,-0.175,0,0.7,0.375,0,0.6,0.125,0,0.7,0.125,0,0.6,0.375,0,0.6,0.275,0,0.55,0.275,0,0.55,0.375,0.05,0.65,-0.275,0.05,0.75,-0.275,0.05,0.75,-0.175,0.05,0.65,-0.175,-0.05,0.9,-0.075,-0.05,0.8,-0.125,-0.05,0.9,-0.125,-0.05,0.85,-0.075,-0.05,0.8,-0.075,-0.05,0.75,-0.125,-0.05,0.8,0.025,-0.05,0.75,-0.025,-0.05,0.8,0.075,-0.05,0.85,0.025,-0.05,0.9,0.075,-0.05,0.9,0.025,-0.05,0.75,0.025,-0.05,0.75,0.075,-0.1,0.95,-0.125,-0.1,0.9,-0.175,-0.1,0.95,-0.175,-0.1,0.95,0.075,-0.1,0.9,-0.125,-0.1,0.95,0.125,-0.1,0.9,-0.075,-0.1,0.9,0.125,-0.1,0.9,0.025,-0.1,0.9,0.075,0.2,1,-0.125,0.2,0.95,-0.275,0.2,1,-0.275,0.2,0.95,-0.125,0.2,0.95,-0.175,-0.05,0.95,-0.125,-0.05,1,-0.125,-0.05,1,0.075,-0.05,0.95,0.075,-0.05,1,-0.125,-0.05,1.05,-0.125,-0.05,1.05,0.075,-0.05,1,0.075,0,0.4,-0.025,0,0.35,-0.075,0,0.4,-0.075,0,0.4,0.025,0,0.35,0.025,0,0.4,0.075,0,0.35,0.125,0,0.4,0.125,0.2,0.9,-0.275,0.2,0.95,-0.275,0.2,0.95,-0.175,0.2,0.9,-0.175,-0.1,0,-0.175,-0.1,0.05,-0.175,-0.1,0.05,-0.075,-0.1,0,-0.075,-0.15,0.45,-0.025,-0.15,0.4,-0.125,-0.15,0.45,-0.125,-0.15,0.4,-0.025,-0.15,0.4,-0.075,-0.25,0.8,-0.075,-0.25,0.85,-0.075,-0.25,0.85,0.025,-0.25,0.8,0.025,-0.2,0.85,-0.075,-0.2,0.9,-0.075,-0.2,0.9,0.025,-0.2,0.85,0.025,0.05,0,0.025,0.05,0.05,0.025,0.05,0.05,0.125,0.05,0,0.125,0,0.45,0.275,0,0.5,0.275,0,0.5,0.375,0,0.45,0.375,0,0.5,0.275,0,0.55,0.275,0,0.55,0.375,0,0.5,0.375,-0.15,0.4,-0.175,-0.15,0.45,-0.175,-0.15,0.45,-0.125,-0.15,0.4,-0.125,-0.15,0.4,-0.025,-0.15,0.45,-0.025,-0.15,0.45,0.025,-0.15,0.4,0.025,-0.15,0.4,0.025,-0.15,0.45,0.025,-0.15,0.45,0.075,-0.15,0.4,0.075,-0.15,0.4,0.075,-0.15,0.45,0.075,-0.15,0.45,0.125,-0.15,0.4,0.125,0.3,0.9,-0.275,0.3,0.75,-0.175,0.3,0.9,-0.175,0.3,0.75,-0.275,0.3,0.65,-0.175,0.3,0.65,-0.275,0,0.05,-0.075,0,0.35,-0.075,0,0.35,-0.175,0,0.05,-0.175,0.15,0.45,0.025,0.15,0.75,0.025,0.15,0.75,-0.075,0.15,0.45,-0.075,0.15,0.75,-0.125,0.15,0.75,0.075,0.15,0.9,-0.125,0.15,0.9,0.075,0.15,0.4,0.075,0.15,0.35,0.125,0.15,0.4,0.125,0.15,0.4,0.025,0.15,0.05,0.125,0.15,0.35,0.025,0.15,0.05,0.025,0.15,0.75,-0.175,0.15,0.4,-0.125,0.15,0.75,-0.125,0.15,0.65,-0.175,0.15,0.4,-0.175,0.15,0.45,-0.175,0.15,0.75,-0.125,0.15,0.45,-0.075,0.15,0.75,-0.075,0.15,0.4,-0.125,0.15,0.4,-0.075,0.15,0.75,0.025,0.15,0.4,0.075,0.15,0.75,0.075,0.15,0.45,0.025,0.15,0.4,0.025,0.15,0.75,0.075,0.15,0.7,0.125,0.15,0.75,0.125,0.15,0.4,0.075,0.15,0.6,0.125,0.15,0.4,0.125,0.15,0.45,0.125,0.1,0.7,0.125,0.1,0.6,0.375,0.1,0.7,0.375,0.1,0.6,0.125,0.1,0.6,0.275,0.1,0.55,0.375,0.1,0.55,0.275,0.2,0.95,0.075,0.2,0.9,0.125,0.2,0.95,0.125,0.2,0.95,-0.125,0.2,0.9,0.075,0.2,0.95,-0.175,0.2,0.9,-0.125,0.2,0.9,-0.175,0.3,1,-0.275,0.3,0.95,-0.125,0.3,1,-0.125,0.3,0.95,-0.275,0.3,0.95,-0.175,0.1,0.4,-0.075,0.1,0.35,0.025,0.1,0.4,0.025,0.1,0.4,-0.125,0.1,0.35,-0.175,0.1,0.4,-0.175,0.1,0.45,-0.075,0.1,0.45,0.025,0.15,0.95,0.075,0.15,1,0.075,0.15,1,-0.125,0.15,0.95,-0.125,0.15,1,0.075,0.15,1.05,0.075,0.15,1.05,-0.125,0.15,1,-0.125,0.3,0.9,-0.175,0.3,0.95,-0.175,0.3,0.95,-0.275,0.3,0.9,-0.275,0.05,0,-0.075,0.05,0.05,-0.075,0.05,0.05,-0.175,0.05,0,-0.175,0.2,0,0.125,0.2,0.05,0.125,0.2,0.05,0.025,0.2,0,0.025,0.1,0.45,0.375,0.1,0.5,0.375,0.1,0.5,0.275,0.1,0.45,0.275,0.1,0.5,0.375,0.1,0.55,0.375,0.1,0.55,0.275,0.1,0.5,0.275,0,0.7,0.125,0.1,0.7,0.125,0,0.7,0.375,0.1,0.7,0.375,-0.05,1.05,-0.125,0.15,1.05,-0.125,-0.05,1.05,0.075,0.15,1.05,0.075,0.2,1,-0.275,0.3,1,-0.275,0.2,1,-0.125,0.3,1,-0.125,-0.1,0.95,-0.125,-0.05,0.95,-0.125,-0.1,0.95,0.075,-0.05,0.95,0.075,0.2,0.95,-0.175,-0.1,0.95,-0.175,0.2,0.95,-0.125,0.15,0.95,-0.125,0.15,0.95,0.075,0.2,0.95,0.075,-0.1,0.95,0.125,0.2,0.95,0.125,0.2,0.75,-0.275,0.05,0.75,-0.175,0.05,0.75,-0.275,0.15,0.75,-0.175,0.2,0.75,-0.175,-0.15,0.45,-0.125,-0.05,0.45,-0.125,-0.15,0.45,-0.025,-0.05,0.45,-0.025,-0.2,0.9,-0.075,-0.1,0.9,-0.075,-0.2,0.9,0.025,-0.1,0.9,0.025,0,0.05,-0.175,0.05,0.05,-0.175,0,0.05,-0.075,0.05,0.05,-0.075,-0.25,0.85,-0.075,-0.2,0.85,-0.075,-0.25,0.85,0.025,-0.2,0.85,0.025,0.15,0.05,0.025,0.2,0.05,0.025,0.15,0.05,0.125,0.2,0.05,0.125,0.05,0.75,-0.175,-0.05,0.75,-0.125,-0.05,0.75,-0.175,0.15,0.75,-0.125,0.15,0.75,-0.175,-0.05,0.75,0.075,0.15,0.75,0.075,-0.05,0.75,0.125,0.15,0.75,0.125,-0.15,0.45,-0.175,-0.05,0.45,-0.175,-0.15,0.45,-0.125,-0.05,0.45,-0.125,-0.15,0.45,-0.025,-0.05,0.45,-0.025,-0.15,0.45,0.025,-0.05,0.45,0.025,-0.15,0.45,0.025,-0.05,0.45,0.025,-0.15,0.45,0.075,-0.05,0.45,0.075,-0.15,0.45,0.075,-0.05,0.45,0.075,-0.15,0.45,0.125,-0.05,0.45,0.125],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1]},"spaceexploration_moonwalker_rainbow_7_optimised":{"faces":[495,493,494,494,493,492,491,489,490,490,489,488,487,485,486,486,485,484,483,481,482,482,481,480,475,478,479,478,475,476,477,476,475,474,472,473,473,472,471,470,468,469,469,468,467,466,464,465,465,464,463,458,461,462,461,458,459,460,459,458,457,455,456,456,455,454,453,451,452,452,451,450,445,448,449,448,445,446,447,446,445,442,441,444,436,444,441,444,436,443,435,443,436,442,439,441,441,439,440,440,439,434,437,434,439,438,433,437,434,437,433,436,434,435,435,434,433,432,430,431,431,430,429,428,426,427,427,426,425,424,422,423,423,422,421,420,419,417,419,418,417,416,415,413,415,414,413,412,411,409,411,410,409,408,407,405,407,406,405,404,403,401,403,402,401,400,399,397,399,398,397,396,395,393,395,394,393,392,391,389,391,390,389,385,388,387,387,384,385,386,385,384,383,381,382,380,382,381,381,379,380,377,380,379,379,376,377,378,377,376,373,375,374,374,372,373,370,373,372,372,369,370,371,370,369,368,366,367,366,363,367,363,366,365,365,362,363,364,363,362,359,361,360,360,358,359,356,359,358,358,355,356,357,356,355,354,353,351,353,352,351,350,349,347,349,348,347,346,344,345,342,345,344,344,341,342,343,342,341,340,339,337,339,338,337,336,334,335,333,335,334,334,330,333,331,333,330,332,331,329,331,330,329,325,328,327,327,324,325,326,325,324,323,321,322,319,322,321,321,318,319,320,319,318,317,316,314,316,315,314,313,312,310,312,311,310,309,308,306,308,307,306,305,304,302,304,303,302,301,300,298,300,299,298,297,296,294,296,295,294,293,292,290,292,291,290,289,288,286,288,287,286,285,284,282,284,283,282,281,280,278,280,279,278,277,276,274,276,275,274,273,272,270,272,271,270,266,269,268,268,265,266,267,266,265,264,262,263,261,263,262,262,260,261,259,261,260,260,258,259,256,259,258,258,255,256,257,256,255,254,250,253,249,253,250,251,252,248,250,251,248,250,248,249,247,249,248,248,246,247,243,247,246,246,245,243,245,244,243,242,241,239,241,240,239,238,236,237,234,237,236,236,233,234,235,234,233,232,229,231,229,230,231,227,230,229,229,226,227,228,227,226,225,223,224,221,224,223,223,220,221,222,221,220,219,218,216,218,217,216,215,213,214,211,214,213,213,210,211,212,211,210,209,208,206,208,207,206,205,204,202,204,203,202,198,201,200,200,197,198,199,198,197,194,196,195,195,193,194,191,194,193,193,190,191,192,191,190,189,188,186,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,168,166,168,167,166,162,165,164,164,161,162,163,162,161,160,159,157,159,158,157,156,155,153,155,154,153,149,152,151,151,148,149,150,149,148,147,146,144,146,145,144,143,134,142,135,142,134,139,141,140,140,131,139,137,139,131,138,137,128,131,128,137,136,135,133,135,136,130,134,133,135,132,135,130,133,134,129,127,133,129,132,130,131,128,131,130,130,127,128,129,128,127,126,123,125,123,120,125,124,122,123,120,123,122,122,119,120,121,120,119,118,116,117,114,117,116,116,113,114,115,114,113,110,112,109,111,110,106,109,106,110,109,108,106,108,107,106,102,105,104,104,101,102,103,102,101,100,95,99,98,99,95,95,96,98,97,96,94,96,95,94,93,91,92,89,92,91,91,88,89,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,64,67,66,66,63,64,65,64,63,62,61,59,61,60,59,58,57,55,57,56,55,51,54,53,53,50,51,52,51,50,49,48,46,48,47,46,45,43,44,43,42,44,43,41,42,39,42,41,41,38,39,40,39,38,35,37,36,36,34,35,31,35,34,34,33,31,33,32,31,27,30,29,29,26,27,28,27,26,25,23,24,22,24,23,23,19,22,16,22,19,20,21,15,18,20,15,16,19,18,18,15,16,17,16,15,13,14,8,11,13,8,9,12,11,11,8,9,10,9,8,7,4,2,6,1,5,4,5,1,1,2,4,3,2,0,2,1,0],"vertices":[0.1,0.1,-0.175,0.1,0.35,-0.175,0,0.35,-0.175,0,0.1,-0.175,-0.1,0.45,-0.175,0.05,0.45,-0.175,0.1,0.45,-0.175,-0.1,0.35,-0.175,-0.1,0.35,0.025,-0.05,0.05,0.025,-0.05,0.35,0.025,-0.15,0.35,0.025,-0.15,0.05,0.025,-0.15,0.45,0.025,-0.1,0.45,0.025,-0.05,0.65,-0.175,0.05,0.5,-0.175,0.05,0.65,-0.175,-0.15,0.65,-0.175,-0.15,0.5,-0.175,-0.15,0.75,-0.175,-0.05,0.75,-0.175,0.05,0.45,-0.175,-0.3,0.5,-0.175,-0.1,0.45,-0.175,-0.3,0.45,-0.175,-0.15,0.9,-0.125,0.05,0.75,-0.125,0.05,0.9,-0.125,-0.15,0.8,-0.125,-0.15,0.75,-0.125,0.2,0.75,-0.275,0.2,0.9,-0.275,0.1,0.9,-0.275,0.1,0.75,-0.275,0.2,0.65,-0.275,-0.05,0.75,-0.275,-0.05,0.65,-0.275,-0.2,0.9,-0.075,-0.15,0.8,-0.075,-0.15,0.9,-0.075,-0.3,0.9,-0.075,-0.25,0.8,-0.075,-0.3,0.8,-0.075,-0.25,0.75,-0.075,-0.3,0.75,-0.075,0.1,0.9,-0.175,0.1,0.95,-0.175,-0.2,0.95,-0.175,-0.2,0.9,-0.175,0.1,0.1,-0.175,0.15,0.05,-0.175,0.15,0.1,-0.175,0,0.1,-0.175,0,0.05,-0.175,0.05,0.95,-0.125,0.05,1,-0.125,-0.15,1,-0.125,-0.15,0.95,-0.125,0.05,1,-0.125,0.05,1.05,-0.125,-0.15,1.05,-0.125,-0.15,1,-0.125,-0.05,0.05,0.025,0,0,0.025,0,0.05,0.025,-0.15,0.05,0.025,-0.15,0,0.025,0.2,0.9,-0.275,0.2,0.95,-0.275,0.1,0.95,-0.275,0.1,0.9,-0.275,0.2,0.95,-0.275,0.2,1,-0.275,0.1,1,-0.275,0.1,0.95,-0.275,0,0.45,0.275,0,0.5,0.275,-0.1,0.5,0.275,-0.1,0.45,0.275,0,0.5,0.275,0,0.55,0.275,-0.1,0.55,0.275,-0.1,0.5,0.275,0,0.55,0.275,0,0.6,0.275,-0.1,0.6,0.275,-0.1,0.55,0.275,0.05,0.45,-0.075,0,0.35,-0.075,0,0.45,-0.075,0.1,0.45,-0.075,0,0.1,-0.075,0.1,0.1,-0.075,-0.15,0.05,0.125,-0.15,0.35,0.125,-0.05,0.35,0.125,-0.05,0.05,0.125,0,0.35,0.125,0,0.45,0.125,-0.15,0.45,0.125,0.05,0.9,0.075,-0.15,0.8,0.075,-0.15,0.9,0.075,0.05,0.75,0.075,-0.15,0.75,0.075,0.1,0.75,-0.175,0.1,0.9,-0.175,0.2,0.9,-0.175,0.2,0.75,-0.175,0.05,0.65,-0.175,0.05,0.75,-0.175,0.2,0.65,-0.175,0,0.7,0.375,-0.1,0.6,0.375,-0.1,0.7,0.375,0,0.6,0.375,-0.1,0.55,0.375,0,0.55,0.375,-0.2,0.9,0.025,-0.3,0.8,0.025,-0.3,0.9,0.025,-0.15,0.9,0.025,-0.25,0.8,0.025,-0.15,0.8,0.025,-0.3,0.75,0.025,-0.25,0.75,0.025,-0.1,0.6,0.125,-0.15,0.5,0.125,-0.15,0.6,0.125,0,0.6,0.125,0.05,0.5,0.125,0.05,0.6,0.125,-0.1,0.7,0.125,-0.15,0.7,0.125,0.05,0.7,0.125,0,0.7,0.125,-0.3,0.45,0.125,-0.3,0.5,0.125,-0.15,0.45,0.125,0.05,0.45,0.125,0,0.45,0.125,0.05,0.75,0.125,-0.15,0.75,0.125,-0.2,0.9,0.125,-0.2,0.95,0.125,0.1,0.95,0.125,0.1,0.9,0.125,0.1,0.1,-0.075,0,0.05,-0.075,0,0.1,-0.075,0.15,0.1,-0.075,0.15,0.05,-0.075,-0.15,0.95,0.075,-0.15,1,0.075,0.05,1,0.075,0.05,0.95,0.075,-0.15,1,0.075,-0.15,1.05,0.075,0.05,1.05,0.075,0.05,1,0.075,-0.05,0.05,0.125,-0.15,0,0.125,-0.15,0.05,0.125,0,0.05,0.125,0,0,0.125,0.1,0.9,-0.175,0.1,0.95,-0.175,0.2,0.95,-0.175,0.2,0.9,-0.175,0.1,0.95,-0.125,0.1,1,-0.125,0.2,1,-0.125,0.2,0.95,-0.125,-0.1,0.45,0.375,-0.1,0.5,0.375,0,0.5,0.375,0,0.45,0.375,-0.1,0.5,0.375,-0.1,0.55,0.375,0,0.55,0.375,0,0.5,0.375,0,0.1,-0.175,0,0.35,-0.175,0,0.35,-0.075,0,0.1,-0.075,-0.15,0.5,-0.125,-0.15,0.75,-0.125,-0.15,0.75,-0.025,-0.15,0.5,-0.025,-0.15,0.45,0.075,-0.15,0.35,0.025,-0.15,0.45,0.025,-0.15,0.45,0.125,-0.15,0.05,0.025,-0.15,0.35,0.125,-0.15,0.05,0.125,-0.15,0.75,-0.125,-0.15,0.65,-0.175,-0.15,0.75,-0.175,-0.15,0.5,-0.125,-0.15,0.5,-0.175,-0.15,0.5,-0.025,-0.15,0.75,-0.025,-0.15,0.75,0.025,-0.15,0.5,0.025,-0.15,0.5,0.025,-0.15,0.75,0.025,-0.15,0.75,0.075,-0.15,0.5,0.075,-0.15,0.75,0.125,-0.15,0.5,0.075,-0.15,0.75,0.075,-0.15,0.7,0.125,-0.15,0.5,0.125,-0.15,0.6,0.125,0.1,0.75,-0.275,0.1,0.9,-0.275,0.1,0.9,-0.175,0.1,0.75,-0.175,-0.3,0.9,0.025,-0.3,0.8,-0.075,-0.3,0.9,-0.075,-0.3,0.8,0.025,-0.3,0.75,-0.075,-0.3,0.75,0.025,-0.1,0.7,0.375,-0.1,0.6,0.125,-0.1,0.7,0.125,-0.1,0.6,0.375,-0.1,0.6,0.275,-0.1,0.55,0.275,-0.1,0.55,0.375,-0.1,0.45,-0.125,-0.1,0.35,-0.175,-0.1,0.45,-0.175,-0.1,0.45,-0.025,-0.1,0.35,0.025,-0.1,0.45,0.025,-0.05,0.65,-0.275,-0.05,0.75,-0.275,-0.05,0.75,-0.175,-0.05,0.65,-0.175,-0.15,0.8,-0.125,-0.15,0.9,-0.125,-0.15,0.9,-0.075,-0.15,0.8,-0.075,-0.15,0.75,-0.125,-0.15,0.8,0.025,-0.15,0.75,-0.025,-0.15,0.8,0.075,-0.15,0.9,0.075,-0.15,0.9,0.025,-0.15,0.75,0.025,-0.15,0.75,0.075,-0.2,0.95,-0.125,-0.2,0.9,-0.175,-0.2,0.95,-0.175,-0.2,0.95,0.075,-0.2,0.9,-0.125,-0.2,0.95,0.125,-0.2,0.9,-0.075,-0.2,0.9,0.125,-0.2,0.9,0.025,-0.2,0.9,0.075,0.1,1,-0.125,0.1,0.95,-0.275,0.1,1,-0.275,0.1,0.95,-0.125,0.1,0.95,-0.175,-0.15,0.95,-0.125,-0.15,1,-0.125,-0.15,1,0.075,-0.15,0.95,0.075,-0.15,1,-0.125,-0.15,1.05,-0.125,-0.15,1.05,0.075,-0.15,1,0.075,0.1,0.9,-0.275,0.1,0.95,-0.275,0.1,0.95,-0.175,0.1,0.9,-0.175,0,0.05,-0.175,0,0.1,-0.175,0,0.1,-0.075,0,0.05,-0.075,-0.3,0.45,-0.125,-0.3,0.5,-0.125,-0.3,0.5,-0.025,-0.3,0.45,-0.025,-0.15,0,0.025,-0.15,0.05,0.025,-0.15,0.05,0.125,-0.15,0,0.125,-0.1,0.45,0.275,-0.1,0.5,0.275,-0.1,0.5,0.375,-0.1,0.45,0.375,-0.1,0.5,0.275,-0.1,0.55,0.275,-0.1,0.55,0.375,-0.1,0.5,0.375,-0.3,0.45,-0.175,-0.3,0.5,-0.175,-0.3,0.5,-0.125,-0.3,0.45,-0.125,-0.3,0.45,-0.025,-0.3,0.5,-0.025,-0.3,0.5,0.025,-0.3,0.45,0.025,-0.3,0.45,0.025,-0.3,0.5,0.025,-0.3,0.5,0.075,-0.3,0.45,0.075,-0.3,0.45,0.075,-0.3,0.5,0.075,-0.3,0.5,0.125,-0.3,0.45,0.125,0.2,0.9,-0.275,0.2,0.75,-0.175,0.2,0.9,-0.175,0.2,0.75,-0.275,0.2,0.65,-0.175,0.2,0.65,-0.275,0.1,0.45,-0.175,0.1,0.1,-0.075,0.1,0.45,-0.075,0.1,0.35,-0.175,0.1,0.1,-0.175,0.05,0.45,0.025,0.05,0.75,0.025,0.05,0.75,-0.075,0.05,0.45,-0.075,0.05,0.75,-0.125,0.05,0.75,0.075,0.05,0.9,-0.125,0.05,0.9,0.075,-0.05,0.05,0.125,-0.05,0.35,0.125,-0.05,0.35,0.025,-0.05,0.05,0.025,0.05,0.75,-0.175,0.05,0.45,-0.125,0.05,0.75,-0.125,0.05,0.65,-0.175,0.05,0.45,-0.175,0.05,0.5,-0.175,0.05,0.45,-0.075,0.05,0.75,-0.075,0.05,0.75,-0.125,0.05,0.45,-0.125,0.05,0.45,0.075,0.05,0.75,0.075,0.05,0.75,0.025,0.05,0.45,0.025,0.05,0.75,0.075,0.05,0.7,0.125,0.05,0.75,0.125,0.05,0.45,0.075,0.05,0.6,0.125,0.05,0.45,0.125,0.05,0.5,0.125,0,0.7,0.125,0,0.6,0.375,0,0.7,0.375,0,0.6,0.125,0,0.6,0.275,0,0.55,0.375,0,0.55,0.275,0,0.45,0.075,0,0.35,0.125,0,0.45,0.125,0,0.45,0.025,0,0.35,0.025,0,0.45,-0.075,0,0.35,-0.075,0.1,0.95,0.075,0.1,0.9,0.125,0.1,0.95,0.125,0.1,0.95,-0.125,0.1,0.9,0.075,0.1,0.95,-0.175,0.1,0.9,-0.125,0.1,0.9,-0.175,0.2,1,-0.275,0.2,0.95,-0.125,0.2,1,-0.125,0.2,0.95,-0.275,0.2,0.95,-0.175,0.05,0.95,0.075,0.05,1,0.075,0.05,1,-0.125,0.05,0.95,-0.125,0.05,1,0.075,0.05,1.05,0.075,0.05,1.05,-0.125,0.05,1,-0.125,0.2,0.9,-0.175,0.2,0.95,-0.175,0.2,0.95,-0.275,0.2,0.9,-0.275,0.15,0.05,-0.075,0.15,0.1,-0.075,0.15,0.1,-0.175,0.15,0.05,-0.175,-0.25,0.75,0.025,-0.25,0.8,0.025,-0.25,0.8,-0.075,-0.25,0.75,-0.075,0,0,0.125,0,0.05,0.125,0,0.05,0.025,0,0,0.025,0,0.45,0.375,0,0.5,0.375,0,0.5,0.275,0,0.45,0.275,0,0.5,0.375,0,0.55,0.375,0,0.55,0.275,0,0.5,0.275,-0.1,0.7,0.125,0,0.7,0.125,-0.1,0.7,0.375,0,0.7,0.375,-0.15,1.05,-0.125,0.05,1.05,-0.125,-0.15,1.05,0.075,0.05,1.05,0.075,0.1,1,-0.275,0.2,1,-0.275,0.1,1,-0.125,0.2,1,-0.125,-0.2,0.95,-0.125,-0.15,0.95,-0.125,-0.2,0.95,0.075,-0.15,0.95,0.075,0.1,0.95,-0.175,-0.2,0.95,-0.175,0.1,0.95,-0.125,0.05,0.95,-0.125,0.05,0.95,0.075,0.1,0.95,0.075,-0.2,0.95,0.125,0.1,0.95,0.125,0.1,0.75,-0.275,-0.05,0.75,-0.175,-0.05,0.75,-0.275,0.05,0.75,-0.175,0.1,0.75,-0.175,-0.3,0.5,-0.125,-0.15,0.5,-0.125,-0.3,0.5,-0.025,-0.15,0.5,-0.025,-0.3,0.9,-0.075,-0.2,0.9,-0.075,-0.3,0.9,0.025,-0.2,0.9,0.025,0.1,0.45,-0.175,0.05,0.45,-0.125,0.05,0.45,-0.175,0.05,0.45,-0.075,0.1,0.45,-0.075,0.1,0.1,-0.175,0.15,0.1,-0.175,0.1,0.1,-0.075,0.15,0.1,-0.075,-0.05,0.05,0.025,0,0.05,0.025,-0.05,0.05,0.125,0,0.05,0.125,-0.3,0.5,-0.175,-0.15,0.5,-0.175,-0.3,0.5,-0.125,-0.15,0.5,-0.125,-0.05,0.75,-0.175,-0.15,0.75,-0.125,-0.15,0.75,-0.175,0.05,0.75,-0.125,0.05,0.75,-0.175,-0.3,0.5,-0.025,-0.15,0.5,-0.025,-0.3,0.5,0.025,-0.15,0.5,0.025,-0.3,0.5,0.025,-0.15,0.5,0.025,-0.3,0.5,0.075,-0.15,0.5,0.075,-0.3,0.5,0.075,-0.15,0.5,0.075,-0.3,0.5,0.125,-0.15,0.5,0.125,-0.15,0.75,0.075,0.05,0.75,0.075,-0.15,0.75,0.125,0.05,0.75,0.125],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1]},"spaceexploration_moonwalker_rainbow_8_optimised":{"faces":[507,505,506,506,505,504,503,501,502,502,501,500,499,497,498,498,497,496,495,493,494,494,493,492,491,489,490,490,489,488,483,486,487,486,483,484,485,484,483,482,480,481,481,480,479,478,476,477,477,476,475,474,472,473,473,472,471,470,468,469,469,468,467,466,464,465,465,464,463,458,461,462,461,458,459,460,459,458,455,454,457,449,457,454,457,449,456,448,456,449,455,452,454,454,452,453,453,452,447,450,447,452,451,446,450,447,450,446,449,447,448,448,447,446,445,443,444,444,443,442,441,439,440,440,439,438,437,435,436,436,435,434,433,432,430,432,431,430,429,428,426,428,427,426,425,424,422,424,423,422,421,420,418,420,419,418,417,416,414,416,415,414,412,413,409,411,412,409,411,409,410,407,410,409,409,406,407,408,407,406,405,404,402,404,403,402,401,400,398,400,399,398,394,397,396,396,393,394,395,394,393,392,390,391,389,391,390,390,388,389,386,389,388,388,385,386,387,386,385,384,382,383,382,379,383,379,382,381,381,378,379,380,379,378,375,377,376,376,374,375,372,375,374,374,371,372,373,372,371,367,370,369,369,366,367,368,367,366,362,365,364,364,361,362,363,362,361,360,358,359,356,359,358,358,355,356,357,356,355,354,353,351,353,352,351,350,348,349,347,349,348,348,344,347,345,347,344,346,345,343,345,344,343,340,342,341,341,339,340,337,340,339,339,336,337,338,337,336,335,333,334,331,334,333,333,330,331,332,331,330,329,328,326,328,327,326,325,324,322,324,323,322,321,320,318,320,319,318,317,316,314,316,315,314,313,312,310,312,311,310,309,308,306,308,307,306,305,304,302,304,303,302,301,300,298,300,299,298,297,296,294,296,295,294,290,293,292,292,289,290,291,290,289,288,287,285,287,286,285,284,283,281,283,282,281,280,279,277,279,278,277,276,275,273,275,274,273,272,270,271,269,271,270,270,268,269,266,269,268,268,265,266,267,266,265,261,264,263,263,260,261,262,261,260,259,257,258,256,258,257,257,255,256,254,256,255,255,253,254,251,254,253,253,250,251,252,251,250,249,244,248,243,248,244,247,245,246,244,246,245,245,242,244,244,242,243,241,243,242,242,240,241,237,241,240,237,240,239,239,236,237,238,237,236,235,234,232,234,233,232,231,228,230,228,229,230,226,229,228,228,225,226,227,226,225,224,223,221,223,222,221,220,218,219,216,219,218,218,215,216,217,216,215,214,213,211,213,212,211,210,209,207,209,208,207,203,206,205,205,202,203,204,203,202,201,199,200,197,200,199,199,196,197,198,197,196,195,194,192,194,193,192,191,190,188,190,189,188,187,186,184,186,185,184,183,182,180,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,164,167,166,166,163,164,165,164,163,162,161,159,161,160,159,158,157,155,157,156,155,154,147,153,152,153,147,147,150,152,148,151,150,150,147,148,149,148,147,143,146,145,145,142,143,144,143,142,141,140,138,140,139,138,137,135,136,133,136,135,135,132,133,134,133,132,129,131,128,130,129,125,128,125,129,128,127,125,127,126,125,124,115,123,116,123,115,120,122,121,121,112,120,118,120,112,119,118,109,112,109,118,117,116,114,116,117,111,115,114,116,113,116,111,114,115,110,108,114,110,113,111,112,109,112,111,111,108,109,110,109,108,104,107,106,106,103,104,105,104,103,102,97,101,100,101,97,97,98,100,99,98,96,98,97,96,94,95,89,92,94,89,90,93,92,92,89,90,91,90,89,88,87,85,87,86,85,84,83,81,83,82,81,80,79,77,79,78,77,76,75,73,75,74,73,72,71,69,71,70,69,68,67,65,67,66,65,61,64,63,63,60,61,62,61,60,59,54,58,57,58,54,54,52,57,53,56,55,55,52,53,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,40,43,42,42,39,40,41,40,39,38,37,35,37,36,35,32,34,33,33,31,32,28,32,31,31,30,28,30,29,28,24,27,26,26,23,24,25,24,23,22,20,21,19,21,20,20,16,19,13,19,16,17,18,12,15,17,12,13,16,15,15,12,13,14,13,12,8,11,10,10,7,8,9,8,7,6,1,5,4,5,1,1,2,4,3,2,0,2,1,0],"vertices":[0,0.05,-0.175,0,0.35,-0.175,-0.1,0.35,-0.175,-0.1,0.05,-0.175,-0.15,0.35,-0.175,-0.15,0.4,-0.175,0,0.4,-0.175,-0.25,0.4,0.025,-0.15,0.35,0.025,-0.15,0.4,0.025,-0.25,0.05,0.025,-0.15,0.05,0.025,-0.1,0.65,-0.175,0,0.45,-0.175,0,0.65,-0.175,-0.2,0.65,-0.175,-0.2,0.45,-0.175,-0.2,0.75,-0.175,-0.1,0.75,-0.175,0,0.4,-0.175,-0.3,0.45,-0.175,-0.15,0.4,-0.175,-0.3,0.4,-0.175,-0.2,0.9,-0.125,0,0.75,-0.125,0,0.9,-0.125,-0.2,0.8,-0.125,-0.2,0.75,-0.125,0.15,0.75,-0.275,0.15,0.9,-0.275,0.05,0.9,-0.275,0.05,0.75,-0.275,0.15,0.65,-0.275,-0.1,0.75,-0.275,-0.1,0.65,-0.275,0.05,0.9,-0.175,0.05,0.95,-0.175,-0.25,0.95,-0.175,-0.25,0.9,-0.175,0,0.05,-0.175,0.05,0,-0.175,0.05,0.05,-0.175,-0.1,0.05,-0.175,-0.1,0,-0.175,0,0.95,-0.125,0,1,-0.125,-0.2,1,-0.125,-0.2,0.95,-0.125,0,1,-0.125,0,1.05,-0.125,-0.2,1.05,-0.125,-0.2,1,-0.125,-0.35,0.85,-0.075,-0.2,0.8,-0.075,-0.2,0.85,-0.075,-0.4,0.85,-0.075,-0.4,0.8,-0.075,-0.35,0.9,-0.075,-0.25,0.9,-0.075,-0.2,0.9,-0.075,-0.15,0.05,0.025,-0.1,0,0.025,-0.1,0.05,0.025,-0.25,0.05,0.025,-0.25,0,0.025,0.15,0.9,-0.275,0.15,0.95,-0.275,0.05,0.95,-0.275,0.05,0.9,-0.275,0.15,0.95,-0.275,0.15,1,-0.275,0.05,1,-0.275,0.05,0.95,-0.275,-0.05,0.45,0.275,-0.05,0.5,0.275,-0.15,0.5,0.275,-0.15,0.45,0.275,-0.05,0.5,0.275,-0.05,0.55,0.275,-0.15,0.55,0.275,-0.15,0.5,0.275,-0.05,0.55,0.275,-0.05,0.6,0.275,-0.15,0.6,0.275,-0.15,0.55,0.275,0,0.4,0.025,0,0.45,0.025,-0.05,0.45,0.025,-0.05,0.4,0.025,-0.05,0.35,-0.075,-0.1,0.05,-0.075,-0.1,0.35,-0.075,0,0.35,-0.075,0,0.05,-0.075,0,0.4,-0.075,-0.05,0.4,-0.075,-0.25,0.05,0.125,-0.25,0.35,0.125,-0.15,0.35,0.125,-0.15,0.05,0.125,-0.05,0.35,0.125,-0.05,0.4,0.125,-0.25,0.4,0.125,0,0.9,0.075,-0.2,0.8,0.075,-0.2,0.9,0.075,0,0.75,0.075,-0.2,0.75,0.075,-0.15,0.6,0.125,-0.2,0.45,0.125,-0.2,0.6,0.125,-0.05,0.6,0.125,0,0.45,0.125,0,0.6,0.125,-0.15,0.7,0.125,-0.2,0.7,0.125,0,0.7,0.125,-0.05,0.7,0.125,-0.3,0.4,0.125,-0.3,0.45,0.125,-0.25,0.4,0.125,0,0.4,0.125,-0.05,0.4,0.125,0,0.75,0.125,-0.2,0.75,0.125,0.05,0.75,-0.175,0.05,0.9,-0.175,0.15,0.9,-0.175,0.15,0.75,-0.175,0,0.65,-0.175,0,0.75,-0.175,0.15,0.65,-0.175,-0.05,0.7,0.375,-0.15,0.6,0.375,-0.15,0.7,0.375,-0.05,0.6,0.375,-0.15,0.55,0.375,-0.05,0.55,0.375,-0.25,0.9,0.125,-0.25,0.95,0.125,0.05,0.95,0.125,0.05,0.9,0.125,0,0.05,-0.075,-0.1,0,-0.075,-0.1,0.05,-0.075,0.05,0.05,-0.075,0.05,0,-0.075,-0.35,0.85,0.025,-0.4,0.8,0.025,-0.4,0.85,0.025,-0.2,0.85,0.025,-0.2,0.8,0.025,-0.2,0.9,0.025,-0.25,0.9,0.025,-0.35,0.9,0.025,-0.2,0.95,0.075,-0.2,1,0.075,0,1,0.075,0,0.95,0.075,-0.2,1,0.075,-0.2,1.05,0.075,0,1.05,0.075,0,1,0.075,-0.15,0.05,0.125,-0.25,0,0.125,-0.25,0.05,0.125,-0.1,0.05,0.125,-0.1,0,0.125,0.05,0.9,-0.175,0.05,0.95,-0.175,0.15,0.95,-0.175,0.15,0.9,-0.175,0.05,0.95,-0.125,0.05,1,-0.125,0.15,1,-0.125,0.15,0.95,-0.125,-0.15,0.45,0.375,-0.15,0.5,0.375,-0.05,0.5,0.375,-0.05,0.45,0.375,-0.15,0.5,0.375,-0.15,0.55,0.375,-0.05,0.55,0.375,-0.05,0.5,0.375,-0.05,0.4,-0.075,-0.05,0.45,-0.075,0,0.45,-0.075,0,0.4,-0.075,-0.1,0.05,-0.175,-0.1,0.35,-0.175,-0.1,0.35,-0.075,-0.1,0.05,-0.075,-0.2,0.45,-0.125,-0.2,0.75,-0.125,-0.2,0.75,-0.025,-0.2,0.45,-0.025,-0.25,0.4,0.075,-0.25,0.05,0.025,-0.25,0.4,0.025,-0.25,0.4,0.125,-0.25,0.05,0.125,-0.25,0.35,0.125,-0.2,0.75,-0.125,-0.2,0.65,-0.175,-0.2,0.75,-0.175,-0.2,0.45,-0.125,-0.2,0.45,-0.175,-0.2,0.45,-0.025,-0.2,0.75,-0.025,-0.2,0.75,0.025,-0.2,0.45,0.025,-0.2,0.45,0.025,-0.2,0.75,0.025,-0.2,0.75,0.075,-0.2,0.45,0.075,-0.2,0.75,0.125,-0.2,0.45,0.075,-0.2,0.75,0.075,-0.2,0.7,0.125,-0.2,0.45,0.125,-0.2,0.6,0.125,0.05,0.75,-0.275,0.05,0.9,-0.275,0.05,0.9,-0.175,0.05,0.75,-0.175,-0.15,0.7,0.375,-0.15,0.6,0.125,-0.15,0.7,0.125,-0.15,0.6,0.375,-0.15,0.6,0.275,-0.15,0.55,0.275,-0.15,0.55,0.375,-0.1,0.65,-0.275,-0.1,0.75,-0.275,-0.1,0.75,-0.175,-0.1,0.65,-0.175,-0.2,0.9,-0.075,-0.2,0.8,-0.125,-0.2,0.9,-0.125,-0.2,0.85,-0.075,-0.2,0.8,-0.075,-0.2,0.75,-0.125,-0.2,0.8,0.025,-0.2,0.75,-0.025,-0.2,0.8,0.075,-0.2,0.85,0.025,-0.2,0.9,0.075,-0.2,0.9,0.025,-0.2,0.75,0.025,-0.2,0.75,0.075,-0.25,0.95,-0.125,-0.25,0.9,-0.175,-0.25,0.95,-0.175,-0.25,0.95,0.075,-0.25,0.9,-0.125,-0.25,0.95,0.125,-0.25,0.9,-0.075,-0.25,0.9,0.125,-0.25,0.9,0.025,-0.25,0.9,0.075,0.05,1,-0.125,0.05,0.95,-0.275,0.05,1,-0.275,0.05,0.95,-0.125,0.05,0.95,-0.175,-0.15,0.4,-0.125,-0.15,0.35,-0.175,-0.15,0.4,-0.175,-0.15,0.4,-0.075,-0.15,0.35,-0.075,-0.15,0.4,-0.025,-0.15,0.35,0.025,-0.15,0.4,0.025,-0.2,0.95,-0.125,-0.2,1,-0.125,-0.2,1,0.075,-0.2,0.95,0.075,-0.2,1,-0.125,-0.2,1.05,-0.125,-0.2,1.05,0.075,-0.2,1,0.075,0.05,0.9,-0.275,0.05,0.95,-0.275,0.05,0.95,-0.175,0.05,0.9,-0.175,-0.1,0,-0.175,-0.1,0.05,-0.175,-0.1,0.05,-0.075,-0.1,0,-0.075,-0.3,0.45,-0.025,-0.3,0.4,-0.125,-0.3,0.45,-0.125,-0.3,0.4,-0.025,-0.3,0.4,-0.075,-0.4,0.8,-0.075,-0.4,0.85,-0.075,-0.4,0.85,0.025,-0.4,0.8,0.025,-0.35,0.85,-0.075,-0.35,0.9,-0.075,-0.35,0.9,0.025,-0.35,0.85,0.025,-0.25,0,0.025,-0.25,0.05,0.025,-0.25,0.05,0.125,-0.25,0,0.125,-0.15,0.45,0.275,-0.15,0.5,0.275,-0.15,0.5,0.375,-0.15,0.45,0.375,-0.15,0.5,0.275,-0.15,0.55,0.275,-0.15,0.55,0.375,-0.15,0.5,0.375,-0.3,0.4,-0.175,-0.3,0.45,-0.175,-0.3,0.45,-0.125,-0.3,0.4,-0.125,-0.3,0.4,-0.025,-0.3,0.45,-0.025,-0.3,0.45,0.025,-0.3,0.4,0.025,-0.3,0.4,0.025,-0.3,0.45,0.025,-0.3,0.45,0.075,-0.3,0.4,0.075,-0.3,0.4,0.075,-0.3,0.45,0.075,-0.3,0.45,0.125,-0.3,0.4,0.125,0.15,0.9,-0.275,0.15,0.75,-0.175,0.15,0.9,-0.175,0.15,0.75,-0.275,0.15,0.65,-0.175,0.15,0.65,-0.275,0,0.4,-0.125,0,0.35,-0.075,0,0.4,-0.075,0,0.4,-0.175,0,0.05,-0.075,0,0.35,-0.175,0,0.05,-0.175,0,0.45,0.025,0,0.75,0.025,0,0.75,-0.075,0,0.45,-0.075,0,0.75,-0.125,0,0.75,0.075,0,0.9,-0.125,0,0.9,0.075,-0.15,0.05,0.125,-0.15,0.35,0.125,-0.15,0.35,0.025,-0.15,0.05,0.025,0,0.75,-0.175,0,0.4,-0.125,0,0.75,-0.125,0,0.65,-0.175,0,0.4,-0.175,0,0.45,-0.175,0,0.75,-0.125,0,0.45,-0.075,0,0.75,-0.075,0,0.4,-0.125,0,0.4,-0.075,0,0.75,0.025,0,0.4,0.075,0,0.75,0.075,0,0.45,0.025,0,0.4,0.025,0,0.75,0.075,0,0.7,0.125,0,0.75,0.125,0,0.4,0.075,0,0.6,0.125,0,0.4,0.125,0,0.45,0.125,-0.05,0.7,0.125,-0.05,0.6,0.375,-0.05,0.7,0.375,-0.05,0.6,0.125,-0.05,0.6,0.275,-0.05,0.55,0.375,-0.05,0.55,0.275,0.05,0.95,0.075,0.05,0.9,0.125,0.05,0.95,0.125,0.05,0.95,-0.125,0.05,0.9,0.075,0.05,0.95,-0.175,0.05,0.9,-0.125,0.05,0.9,-0.175,0.15,1,-0.275,0.15,0.95,-0.125,0.15,1,-0.125,0.15,0.95,-0.275,0.15,0.95,-0.175,0,0.95,0.075,0,1,0.075,0,1,-0.125,0,0.95,-0.125,0,1,0.075,0,1.05,0.075,0,1.05,-0.125,0,1,-0.125,-0.05,0.4,0.075,-0.05,0.35,0.125,-0.05,0.4,0.125,-0.05,0.4,0.025,-0.05,0.35,-0.075,-0.05,0.4,-0.075,-0.05,0.45,-0.075,-0.05,0.45,0.025,0.15,0.9,-0.175,0.15,0.95,-0.175,0.15,0.95,-0.275,0.15,0.9,-0.275,0.05,0,-0.075,0.05,0.05,-0.075,0.05,0.05,-0.175,0.05,0,-0.175,-0.1,0,0.125,-0.1,0.05,0.125,-0.1,0.05,0.025,-0.1,0,0.025,-0.05,0.45,0.375,-0.05,0.5,0.375,-0.05,0.5,0.275,-0.05,0.45,0.275,-0.05,0.5,0.375,-0.05,0.55,0.375,-0.05,0.55,0.275,-0.05,0.5,0.275,-0.15,0.7,0.125,-0.05,0.7,0.125,-0.15,0.7,0.375,-0.05,0.7,0.375,-0.2,1.05,-0.125,0,1.05,-0.125,-0.2,1.05,0.075,0,1.05,0.075,0.05,1,-0.275,0.15,1,-0.275,0.05,1,-0.125,0.15,1,-0.125,-0.25,0.95,-0.125,-0.2,0.95,-0.125,-0.25,0.95,0.075,-0.2,0.95,0.075,0.05,0.95,-0.175,-0.25,0.95,-0.175,0.05,0.95,-0.125,0,0.95,-0.125,0,0.95,0.075,0.05,0.95,0.075,-0.25,0.95,0.125,0.05,0.95,0.125,0.05,0.75,-0.275,-0.1,0.75,-0.175,-0.1,0.75,-0.275,0,0.75,-0.175,0.05,0.75,-0.175,-0.3,0.45,-0.125,-0.2,0.45,-0.125,-0.3,0.45,-0.025,-0.2,0.45,-0.025,-0.35,0.9,-0.075,-0.25,0.9,-0.075,-0.35,0.9,0.025,-0.25,0.9,0.025,0,0.05,-0.175,0.05,0.05,-0.175,0,0.05,-0.075,0.05,0.05,-0.075,-0.4,0.85,-0.075,-0.35,0.85,-0.075,-0.4,0.85,0.025,-0.35,0.85,0.025,-0.15,0.05,0.025,-0.1,0.05,0.025,-0.15,0.05,0.125,-0.1,0.05,0.125,-0.1,0.75,-0.175,-0.2,0.75,-0.125,-0.2,0.75,-0.175,0,0.75,-0.125,0,0.75,-0.175,-0.2,0.75,0.075,0,0.75,0.075,-0.2,0.75,0.125,0,0.75,0.125,-0.3,0.45,-0.175,-0.2,0.45,-0.175,-0.3,0.45,-0.125,-0.2,0.45,-0.125,-0.3,0.45,-0.025,-0.2,0.45,-0.025,-0.3,0.45,0.025,-0.2,0.45,0.025,-0.3,0.45,0.025,-0.2,0.45,0.025,-0.3,0.45,0.075,-0.2,0.45,0.075,-0.3,0.45,0.075,-0.2,0.45,0.075,-0.3,0.45,0.125,-0.2,0.45,0.125],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.9960784,0.9843137,0.282353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.7450981,0.07450981,0.3098039,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3411765,0.682353,0.1882353,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.3215686,0.6705883,0.9490196,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1,0.2117647,0.2666667,0.654902,1]},"spaceexploration_robodog_optimised":{"faces":[903,901,902,902,901,900,899,897,898,898,897,896,895,893,894,894,893,892,891,889,890,890,889,888,887,885,886,886,885,884,883,881,882,882,881,880,879,877,878,878,877,876,875,873,874,874,873,872,871,869,870,870,869,868,867,865,866,866,865,864,863,861,862,862,861,860,859,857,858,858,857,856,855,853,854,854,853,852,851,849,850,850,849,848,847,846,840,845,840,846,840,845,841,835,843,844,843,835,842,834,842,835,841,838,840,840,838,839,839,838,833,836,833,838,837,832,836,833,836,832,835,833,834,834,833,832,831,829,830,830,829,828,827,825,826,826,825,824,823,821,822,822,821,820,819,817,818,818,817,816,815,813,814,814,813,812,811,809,810,810,809,808,807,805,806,806,805,804,803,801,802,802,801,800,799,798,797,794,797,798,797,794,795,796,795,794,793,792,791,789,791,792,791,789,790,788,790,789,784,788,789,786,788,784,787,786,785,784,785,786,785,784,783,782,783,784,783,782,781,778,781,782,781,778,779,780,779,778,777,776,775,768,775,776,775,768,774,769,774,768,773,772,771,767,771,772,771,767,770,765,770,767,769,768,767,764,767,768,767,764,765,766,765,764,763,762,760,762,761,760,757,759,758,758,683,757,680,757,683,756,754,755,751,755,754,753,754,747,754,753,751,745,753,747,752,751,753,751,752,748,750,751,748,750,748,749,746,749,748,748,745,746,747,746,745,744,743,741,743,742,741,740,736,739,735,739,736,738,734,737,734,736,737,736,734,735,733,735,734,734,730,733,731,733,730,732,731,729,731,730,729,728,724,727,723,727,724,726,722,725,722,724,725,724,722,723,721,723,722,722,718,721,719,721,718,720,719,717,719,718,717,716,712,715,711,715,712,714,710,713,710,712,713,712,710,711,709,711,710,710,706,709,707,709,706,708,707,705,707,706,705,702,704,699,703,702,698,699,698,702,701,697,700,694,700,697,699,696,698,696,697,698,697,696,694,695,694,696,694,695,693,692,694,693,693,691,692,686,692,691,691,690,686,687,686,690,689,685,688,682,688,685,687,684,686,684,685,686,685,684,682,681,682,684,683,682,680,682,681,680,679,675,678,674,678,675,677,673,676,673,675,676,675,673,674,672,674,673,673,669,672,670,672,669,671,670,668,670,669,668,667,666,664,666,665,664,663,662,660,662,661,660,658,659,653,656,658,653,654,657,656,656,653,654,655,654,653,649,652,651,651,648,649,650,649,648,644,647,646,646,643,644,645,644,643,639,642,641,641,638,639,640,639,638,637,634,636,634,635,636,633,635,634,634,632,633,630,633,632,632,629,630,631,630,629,628,626,627,624,627,626,626,623,624,625,624,623,622,620,621,619,621,620,620,611,619,618,619,611,611,609,618,617,612,616,612,614,616,613,615,614,614,612,613,610,613,612,612,609,610,611,610,609,608,607,605,607,606,605,604,602,603,600,603,602,602,599,600,601,600,599,598,596,597,594,597,596,596,593,594,595,594,593,592,591,589,591,590,589,588,586,587,584,587,586,586,583,584,585,584,583,580,582,581,581,579,580,577,580,579,579,576,577,578,577,576,573,575,574,574,561,573,563,573,561,572,570,571,569,571,570,570,560,569,558,569,560,568,566,567,565,567,566,566,564,565,562,565,564,562,564,563,563,561,562,560,562,561,561,559,560,558,560,559,559,557,558,555,558,557,557,554,555,556,555,554,553,552,550,552,551,550,549,548,546,548,547,546,545,544,542,544,543,542,539,541,465,465,462,539,540,539,462,535,538,530,538,535,533,537,534,536,535,536,534,532,535,530,534,533,535,533,534,529,527,533,529,532,530,531,528,531,530,530,527,528,529,528,527,526,525,523,525,524,523,522,520,521,520,519,521,520,518,519,513,519,518,518,515,513,517,512,516,515,516,512,512,513,515,514,513,511,513,512,511,510,508,509,508,507,509,508,506,507,501,507,506,506,503,501,505,500,504,503,504,500,500,501,503,502,501,499,501,500,499,498,496,497,496,495,497,496,494,495,489,495,494,494,491,489,493,488,492,491,492,488,488,489,491,490,489,487,489,488,487,484,486,485,485,483,484,482,484,483,483,478,482,478,481,482,481,478,476,480,477,479,478,479,477,477,476,478,476,477,473,475,476,473,475,473,474,472,474,473,473,471,472,470,472,471,471,466,470,466,469,470,469,466,464,468,463,467,466,467,463,463,464,466,465,464,462,464,463,462,461,459,460,459,458,460,459,457,458,452,458,457,457,454,452,456,451,455,454,455,451,451,452,454,453,452,450,452,451,450,449,448,446,448,447,446,445,444,442,444,443,442,440,441,437,435,440,437,436,439,438,438,435,436,437,436,435,431,434,433,433,430,431,432,431,430,426,429,428,428,425,426,427,426,425,421,424,423,423,420,421,422,421,420,419,417,418,417,415,418,415,417,416,416,414,415,412,415,414,414,411,412,413,412,411,410,409,407,409,408,407,406,404,405,402,405,404,404,401,402,403,402,401,387,400,399,399,396,387,398,389,397,396,397,389,389,387,396,395,391,394,391,388,394,391,393,392,392,390,391,388,391,390,390,387,388,389,388,387,386,384,385,382,385,384,384,381,382,383,382,381,380,379,377,379,378,377,376,374,375,372,375,374,374,371,372,373,372,371,370,368,369,366,369,368,368,365,366,367,366,365,362,364,363,363,361,362,359,362,361,361,358,359,360,359,358,355,357,356,356,342,355,340,355,342,354,352,353,351,353,352,352,343,351,345,351,343,350,348,349,347,349,348,348,346,347,344,347,346,344,346,345,345,343,344,342,344,343,343,341,342,340,342,341,341,339,340,337,340,339,339,336,337,338,337,336,335,334,332,334,333,332,331,330,328,330,329,328,327,326,324,326,325,324,323,322,320,322,321,320,319,318,316,318,317,316,314,315,311,313,314,311,313,311,312,310,312,311,311,309,310,306,310,309,309,308,306,308,307,306,305,299,304,303,304,299,299,298,303,302,300,301,292,301,300,300,291,292,298,299,295,297,298,295,297,295,296,294,296,295,295,293,294,290,294,293,293,292,290,292,291,290,287,289,286,288,287,283,286,283,287,286,285,283,285,284,283,282,281,279,281,280,279,278,273,277,273,276,277,276,273,271,275,270,274,273,274,270,270,271,273,272,271,269,271,270,269,268,267,265,267,266,265,264,259,263,259,262,263,262,259,257,261,256,260,259,260,256,256,257,259,258,257,255,257,256,255,252,254,253,253,251,252,248,252,251,251,250,248,250,249,248,245,247,244,246,245,241,244,241,245,244,243,241,243,242,241,238,240,239,239,237,238,234,238,237,237,236,234,236,235,234,233,232,230,232,231,230,227,229,228,228,223,227,226,227,223,226,223,218,225,220,224,223,224,220,220,218,223,219,222,221,221,218,219,220,219,218,217,215,216,214,216,215,215,212,214,214,212,213,211,213,212,212,210,211,207,211,210,207,210,209,209,206,207,208,207,206,205,204,202,204,203,202,201,200,198,200,199,198,196,197,192,190,196,192,194,195,180,178,194,180,193,191,192,190,192,191,191,186,190,189,190,186,186,188,189,188,186,187,185,187,186,186,184,185,182,185,184,182,184,183,183,181,182,179,182,181,181,178,179,180,179,178,177,175,176,174,176,175,175,171,174,172,174,171,173,172,170,172,171,170,169,167,168,165,168,167,167,164,165,166,165,164,163,161,162,159,162,161,161,158,159,160,159,158,157,155,156,153,156,155,155,152,153,154,153,152,151,149,150,147,150,149,149,146,147,148,147,146,145,143,144,141,144,143,143,140,141,142,141,140,139,137,138,135,138,137,137,134,135,136,135,134,133,131,132,129,132,131,131,128,129,130,129,128,127,125,126,123,126,125,125,122,123,124,123,122,121,120,118,120,119,118,115,117,116,116,114,115,111,115,114,114,113,111,113,112,111,108,110,107,109,108,104,107,104,108,107,106,104,106,105,104,101,103,102,102,100,101,97,101,100,100,99,97,99,98,97,94,96,93,95,94,90,93,90,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,79,80,77,80,79,79,76,77,78,77,76,75,73,74,71,74,73,73,70,71,72,71,70,69,67,68,65,68,67,67,64,65,66,65,64,63,61,62,59,62,61,61,58,59,60,59,58,57,55,56,53,56,55,55,52,53,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,43,41,42,38,42,41,41,40,38,40,41,34,39,38,40,32,40,34,38,39,35,37,38,35,37,35,36,33,36,35,35,32,33,34,33,32,31,29,30,27,30,29,29,26,27,28,27,26,25,23,24,21,24,23,23,20,21,22,21,20,19,17,18,15,18,17,17,14,15,16,15,14,13,11,12,9,12,11,11,8,9,10,9,8,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.16,0.92,0,0.16,0.88,0,0.16,0.92,0,-0.16,0.88,0,0.16,0.76,0,-0.16,0.76,0,0.16,0.64,0,-0.16,0.64,0,-0.24,0.4,-0.32,-0.16,0.32,-0.32,-0.16,0.4,-0.32,-0.24,0.16,-0.32,-0.16,0.28,-0.32,-0.16,0.16,-0.32,0.16,0.4,-0.32,0.24,0.16,-0.32,0.24,0.4,-0.32,0.16,0.32,-0.32,0.16,0.16,-0.32,0.16,0.28,-0.32,-0.24,0.4,0,-0.16,0.32,0,-0.16,0.4,0,-0.24,0.16,0,-0.16,0.28,0,-0.16,0.16,0,0.16,0.4,0,0.24,0.16,0,0.24,0.4,0,0.16,0.32,0,0.16,0.16,0,0.16,0.28,0,0.04,0.44,-0.4,0.16,0.32,-0.4,0.16,0.44,-0.4,-0.04,0.44,-0.4,-0.16,0.32,-0.4,-0.16,0.44,-0.4,-0.16,0.52,-0.4,-0.04,0.52,-0.4,0.04,0.52,-0.4,0.16,0.52,-0.4,-0.16,0.56,-0.4,0.16,0.56,-0.4,-0.04,0.92,0.04,-0.04,1.04,0.04,-0.16,1.04,0.04,-0.16,0.92,0.04,0.16,0.92,0.04,0.16,1.04,0.04,0.04,1.04,0.04,0.04,0.92,0.04,-0.04,0.6,-0.56,0.04,0.52,-0.56,0.04,0.6,-0.56,-0.04,0.52,-0.56,0.04,0.44,-0.56,-0.04,0.44,-0.56,-0.24,0.16,-0.36,-0.16,0.12,-0.36,-0.16,0.16,-0.36,-0.24,0.12,-0.36,-0.16,0.04,-0.36,-0.24,0.04,-0.36,0.16,0.16,-0.36,0.24,0.12,-0.36,0.24,0.16,-0.36,0.16,0.12,-0.36,0.24,0.04,-0.36,0.16,0.04,-0.36,-0.24,0.16,-0.04,-0.16,0.12,-0.04,-0.16,0.16,-0.04,-0.24,0.12,-0.04,-0.16,0.04,-0.04,-0.24,0.04,-0.04,0.16,0.16,-0.04,0.24,0.12,-0.04,0.24,0.16,-0.04,0.16,0.12,-0.04,0.24,0.04,-0.04,0.16,0.04,-0.04,0.08,0.56,0.08,0.08,0.64,0.08,-0.08,0.64,0.08,-0.08,0.56,0.08,0.04,0.6,-0.56,0.04,0.68,-0.56,-0.04,0.68,-0.56,-0.04,0.6,-0.56,-0.24,0.04,-0.32,-0.24,0.12,-0.32,-0.28,0.12,-0.32,-0.28,0.04,-0.32,-0.16,0,-0.32,-0.16,0.04,-0.32,-0.28,0,-0.32,0.28,0.04,-0.32,0.28,0.12,-0.32,0.24,0.12,-0.32,0.24,0.04,-0.32,0.28,0,-0.32,0.16,0.04,-0.32,0.16,0,-0.32,-0.24,0.04,0,-0.24,0.12,0,-0.28,0.12,0,-0.28,0.04,0,-0.16,0,0,-0.16,0.04,0,-0.28,0,0,0.28,0.04,0,0.28,0.12,0,0.24,0.12,0,0.24,0.04,0,0.28,0,0,0.16,0.04,0,0.16,0,0,0.16,0.28,-0.4,0.16,0.32,-0.4,-0.16,0.32,-0.4,-0.16,0.28,-0.4,-0.16,0.4,-0.2,-0.24,0.16,-0.2,-0.24,0.4,-0.2,-0.16,0.32,-0.2,-0.16,0.16,-0.2,-0.16,0.28,-0.2,0.24,0.4,-0.2,0.16,0.32,-0.2,0.16,0.4,-0.2,0.24,0.16,-0.2,0.16,0.28,-0.2,0.16,0.16,-0.2,-0.16,0.4,0.12,-0.24,0.16,0.12,-0.24,0.4,0.12,-0.16,0.32,0.12,-0.16,0.16,0.12,-0.16,0.28,0.12,0.24,0.4,0.12,0.16,0.32,0.12,0.16,0.4,0.12,0.24,0.16,0.12,0.16,0.28,0.12,0.16,0.16,0.12,-0.16,0.16,-0.16,-0.24,0.12,-0.16,-0.24,0.16,-0.16,-0.16,0.12,-0.16,-0.24,0.04,-0.16,-0.16,0.04,-0.16,0.24,0.16,-0.16,0.16,0.12,-0.16,0.16,0.16,-0.16,0.24,0.12,-0.16,0.16,0.04,-0.16,0.24,0.04,-0.16,-0.16,0.16,0.16,-0.24,0.12,0.16,-0.24,0.16,0.16,-0.16,0.12,0.16,-0.24,0.04,0.16,-0.16,0.04,0.16,0.24,0.16,0.16,0.16,0.12,0.16,0.16,0.16,0.16,0.24,0.12,0.16,0.16,0.04,0.16,0.24,0.04,0.16,-0.04,0.44,0.2,-0.04,0.56,0.2,0.04,0.56,0.2,0.04,0.44,0.2,0.08,0.56,0.2,-0.08,0.56,0.2,0.08,0.64,0.2,-0.08,0.64,0.2,-0.12,0.52,0.24,-0.16,0.44,0.24,-0.16,0.52,0.24,-0.08,0.52,0.24,-0.16,0.4,0.24,-0.08,0.44,0.24,-0.08,0.4,0.24,-0.16,0.32,0.24,0.08,0.4,0.24,0.16,0.32,0.24,0.16,0.4,0.24,0.16,0.44,0.24,0.16,0.52,0.24,0.08,0.44,0.24,0.12,0.52,0.24,0.08,0.52,0.24,-0.12,0.56,0.24,-0.16,0.56,0.24,0.16,0.56,0.24,0.12,0.56,0.24,-0.04,0.52,-0.48,-0.04,0.6,-0.48,0.04,0.6,-0.48,0.04,0.52,-0.48,-0.04,0.6,-0.48,-0.04,0.68,-0.48,0.04,0.68,-0.48,0.04,0.6,-0.48,-0.08,0.76,0.28,-0.16,0.68,0.28,-0.16,0.76,0.28,-0.08,0.72,0.28,-0.08,0.68,0.28,-0.16,0.64,0.28,0.08,0.68,0.28,0.16,0.64,0.28,0.16,0.68,0.28,0.08,0.72,0.28,0.16,0.76,0.28,0.08,0.76,0.28,-0.08,0.84,0.28,-0.16,0.8,0.28,-0.16,0.84,0.28,-0.08,0.76,0.28,-0.16,0.76,0.28,0.16,0.84,0.28,0.16,0.88,0.28,-0.16,0.88,0.28,0.08,0.84,0.28,0.08,0.76,0.28,0.16,0.8,0.28,0.16,0.76,0.28,-0.04,0.76,0.48,-0.04,0.84,0.48,0.04,0.84,0.48,0.04,0.76,0.48,-0.28,0.04,-0.2,-0.28,0.12,-0.2,-0.24,0.12,-0.2,-0.24,0.04,-0.2,-0.28,0,-0.2,-0.16,0.04,-0.2,-0.16,0,-0.2,0.24,0.04,-0.2,0.24,0.12,-0.2,0.28,0.12,-0.2,0.28,0.04,-0.2,0.16,0,-0.2,0.16,0.04,-0.2,0.28,0,-0.2,-0.28,0.04,0.12,-0.28,0.12,0.12,-0.24,0.12,0.12,-0.24,0.04,0.12,-0.28,0,0.12,-0.16,0.04,0.12,-0.16,0,0.12,-0.16,0.92,0.12,-0.16,1,0.12,-0.12,1,0.12,-0.12,0.92,0.12,-0.04,1,0.12,-0.04,1.04,0.12,-0.16,1.04,0.12,-0.08,1,0.12,-0.08,0.92,0.12,-0.04,0.92,0.12,-0.12,0.92,0.12,-0.12,1,0.12,-0.08,1,0.12,-0.08,0.92,0.12,0.04,0.92,0.12,0.04,1,0.12,0.08,1,0.12,0.08,0.92,0.12,0.16,1,0.12,0.16,1.04,0.12,0.04,1.04,0.12,0.12,1,0.12,0.12,0.92,0.12,0.16,0.92,0.12,0.08,0.92,0.12,0.08,1,0.12,0.12,1,0.12,0.12,0.92,0.12,0.24,0.04,0.12,0.24,0.12,0.12,0.28,0.12,0.12,0.28,0.04,0.12,0.16,0,0.12,0.16,0.04,0.12,0.28,0,0.12,-0.08,0.44,0.24,-0.08,0.52,0.24,-0.04,0.52,0.24,-0.04,0.44,0.24,-0.08,0.4,0.24,0.04,0.44,0.24,0.08,0.4,0.24,0.08,0.44,0.24,0.08,0.52,0.24,0.04,0.52,0.24,-0.12,0.52,0.24,-0.04,0.56,0.24,-0.12,0.56,0.24,0.12,0.52,0.24,0.12,0.56,0.24,0.04,0.56,0.24,-0.08,0.76,0.44,-0.08,0.84,0.44,-0.04,0.84,0.44,-0.04,0.76,0.44,-0.08,0.72,0.44,0.04,0.76,0.44,0.08,0.72,0.44,0.08,0.76,0.44,0.08,0.84,0.44,0.04,0.84,0.44,-0.16,0.28,0.24,-0.16,0.32,0.24,0.16,0.32,0.24,0.16,0.28,0.24,-0.16,0.88,0.28,-0.16,0.92,0.28,0.16,0.92,0.28,0.16,0.88,0.28,-0.08,0.68,0.4,-0.08,0.72,0.4,0.08,0.72,0.4,0.08,0.68,0.4,-0.24,0.16,-0.32,-0.24,0.4,-0.32,-0.24,0.4,-0.2,-0.24,0.16,-0.2,-0.24,0.16,0,-0.24,0.4,0,-0.24,0.4,0.12,-0.24,0.16,0.12,-0.16,0.56,0.04,-0.16,0.52,-0.4,-0.16,0.56,-0.4,-0.16,0.56,0.24,-0.16,0.44,-0.4,-0.16,0.52,0.24,-0.16,0.44,-0.36,-0.16,0.44,0.24,-0.16,0.44,-0.16,-0.16,0.44,0.16,-0.16,0.44,-0.04,-0.16,0.4,-0.16,-0.16,0.4,-0.04,-0.16,0.32,-0.16,-0.16,0.32,-0.04,-0.16,0.4,0.16,-0.16,0.4,0.24,-0.16,0.32,0.16,-0.16,0.32,0.24,-0.16,0.32,-0.4,-0.16,0.4,-0.36,-0.16,0.32,-0.36,-0.16,0.76,0.12,-0.16,0.64,0.08,-0.16,0.76,0.08,-0.16,0.76,0.28,-0.16,0.64,0.2,-0.16,0.68,0.28,-0.16,0.64,0.28,-0.28,0.12,-0.2,-0.28,0.04,-0.32,-0.28,0.12,-0.32,-0.28,0.04,-0.2,-0.28,0,-0.32,-0.28,0,-0.2,0.16,0.12,-0.2,0.16,0.04,-0.32,0.16,0.12,-0.32,0.16,0.04,-0.2,0.16,0,-0.32,0.16,0,-0.2,0.16,0.16,-0.32,0.16,0.28,-0.32,0.16,0.28,-0.2,0.16,0.16,-0.2,-0.28,0.12,0.12,-0.28,0.04,0,-0.28,0.12,0,-0.28,0.04,0.12,-0.28,0,0,-0.28,0,0.12,-0.16,0.88,0.12,-0.16,0.76,0,-0.16,0.88,0,-0.16,0.84,0.12,-0.16,0.76,0.08,-0.16,0.8,0.12,-0.16,0.76,0.12,-0.16,0.64,0,-0.16,0.64,0.08,-0.16,0.92,0.12,-0.16,0.92,0.04,-0.16,0.92,0,-0.16,0.92,0.28,-0.16,0.88,0.28,0.16,0.12,0.12,0.16,0.04,0,0.16,0.12,0,0.16,0.04,0.12,0.16,0,0,0.16,0,0.12,0.16,0.16,0,0.16,0.28,0,0.16,0.28,0.12,0.16,0.16,0.12,-0.08,0.84,0.44,-0.08,0.76,0.28,-0.08,0.84,0.28,-0.08,0.76,0.44,-0.08,0.72,0.28,-0.08,0.72,0.44,-0.08,0.72,0.4,-0.08,0.68,0.28,-0.08,0.68,0.4,-0.16,1.04,0.12,-0.16,0.92,0.04,-0.16,1.04,0.04,-0.16,1,0.12,-0.16,0.92,0.12,0.04,1.04,0.12,0.04,0.92,0.04,0.04,1.04,0.04,0.04,1,0.12,0.04,0.92,0.12,0.04,0.56,0.24,0.04,0.44,0.2,0.04,0.56,0.2,0.04,0.52,0.24,0.04,0.44,0.24,-0.04,0.52,-0.48,-0.04,0.44,-0.56,-0.04,0.52,-0.56,-0.04,0.52,-0.4,-0.04,0.44,-0.4,-0.04,0.6,-0.48,-0.04,0.6,-0.56,-0.08,0.56,0.08,-0.08,0.64,0.08,-0.08,0.64,0.2,-0.08,0.56,0.2,-0.04,0.6,-0.56,-0.04,0.68,-0.56,-0.04,0.68,-0.48,-0.04,0.6,-0.48,-0.24,0.04,-0.36,-0.24,0.12,-0.36,-0.24,0.12,-0.32,-0.24,0.04,-0.32,-0.24,0.16,-0.2,-0.24,0.16,-0.32,-0.24,0.16,-0.36,-0.24,0.16,-0.16,-0.24,0.12,-0.2,-0.24,0.12,-0.16,-0.24,0.04,-0.2,-0.24,0.04,-0.16,-0.16,0.32,-0.36,-0.16,0.4,-0.36,-0.16,0.4,-0.32,-0.16,0.32,-0.32,-0.16,0.4,-0.16,-0.16,0.44,-0.16,-0.16,0.44,-0.36,-0.16,0.4,-0.2,-0.16,0.32,-0.2,-0.16,0.32,-0.16,-0.16,0.28,-0.2,-0.16,0.32,-0.04,-0.16,0.28,0,-0.16,0.32,0,-0.16,0.4,0,-0.16,0.4,-0.04,-0.16,0.4,0.16,-0.16,0.44,0.16,-0.16,0.44,-0.04,-0.16,0.4,0.12,-0.16,0.32,0.12,-0.16,0.32,0.16,-0.16,0.28,0.12,-0.16,0.32,0.24,-0.16,0.28,0.24,0.16,0.04,-0.36,0.16,0.12,-0.36,0.16,0.12,-0.32,0.16,0.04,-0.32,0.16,0.16,-0.2,0.16,0.16,-0.32,0.16,0.16,-0.36,0.16,0.16,-0.16,0.16,0.12,-0.2,0.16,0.12,-0.16,0.16,0.04,-0.2,0.16,0.04,-0.16,-0.24,0.04,-0.04,-0.24,0.12,-0.04,-0.24,0.12,0,-0.24,0.04,0,-0.24,0.16,0.12,-0.24,0.16,0,-0.24,0.16,-0.04,-0.24,0.16,0.16,-0.24,0.12,0.12,-0.24,0.12,0.16,-0.24,0.04,0.12,-0.24,0.04,0.16,0.16,0.04,-0.04,0.16,0.12,-0.04,0.16,0.12,0,0.16,0.04,0,0.16,0.16,0.12,0.16,0.16,0,0.16,0.16,-0.04,0.16,0.16,0.16,0.16,0.12,0.12,0.16,0.12,0.16,0.16,0.04,0.12,0.16,0.04,0.16,-0.04,0.76,0.44,-0.04,0.84,0.44,-0.04,0.84,0.48,-0.04,0.76,0.48,-0.16,0.8,0.2,-0.16,0.76,0.12,-0.16,0.8,0.12,-0.16,0.8,0.24,-0.16,0.76,0.28,-0.16,0.8,0.28,-0.16,0.84,0.2,-0.16,0.84,0.12,-0.16,0.84,0.28,-0.16,0.88,0.28,-0.16,0.88,0.12,-0.16,0.84,0.24,-0.16,0.28,-0.4,-0.16,0.32,-0.4,-0.16,0.28,-0.32,-0.16,0.8,0.2,-0.16,0.84,0.2,-0.16,0.84,0.24,-0.16,0.8,0.24,0.24,0.16,-0.2,0.24,0.4,-0.2,0.24,0.4,-0.32,0.24,0.16,-0.32,0.24,0.16,0.12,0.24,0.4,0.12,0.24,0.4,0,0.24,0.16,0,0.16,0.56,0.04,0.16,0.52,0.24,0.16,0.56,0.24,0.16,0.56,-0.4,0.16,0.44,0.24,0.16,0.52,-0.4,0.16,0.44,0.16,0.16,0.44,-0.4,0.16,0.44,-0.04,0.16,0.44,-0.36,0.16,0.44,-0.16,0.16,0.4,-0.04,0.16,0.4,-0.16,0.16,0.32,-0.04,0.16,0.32,-0.16,0.16,0.4,0.24,0.16,0.4,0.16,0.16,0.32,0.24,0.16,0.32,0.16,0.16,0.4,-0.36,0.16,0.32,-0.4,0.16,0.32,-0.36,0.16,0.76,0.12,0.16,0.68,0.28,0.16,0.76,0.28,0.16,0.76,0.08,0.16,0.64,0.28,0.16,0.64,0.08,0.16,0.64,0.2,-0.16,0.12,-0.32,-0.16,0.04,-0.2,-0.16,0.12,-0.2,-0.16,0.04,-0.32,-0.16,0,-0.2,-0.16,0,-0.32,-0.16,0.16,-0.2,-0.16,0.28,-0.2,-0.16,0.28,-0.32,-0.16,0.16,-0.32,0.28,0.12,-0.32,0.28,0.04,-0.2,0.28,0.12,-0.2,0.28,0.04,-0.32,0.28,0,-0.2,0.28,0,-0.32,-0.16,0.12,0,-0.16,0.04,0.12,-0.16,0.12,0.12,-0.16,0.04,0,-0.16,0,0.12,-0.16,0,0,-0.16,0.16,0.12,-0.16,0.28,0.12,-0.16,0.28,0,-0.16,0.16,0,0.16,0.88,0,0.16,0.84,0.12,0.16,0.88,0.12,0.16,0.76,0,0.16,0.8,0.12,0.16,0.76,0.08,0.16,0.76,0.12,0.16,0.64,0.08,0.16,0.64,0,0.16,0.92,0,0.16,0.92,0.04,0.16,0.88,0.28,0.16,0.92,0.12,0.16,0.92,0.28,0.28,0.12,0,0.28,0.04,0.12,0.28,0.12,0.12,0.28,0.04,0,0.28,0,0.12,0.28,0,0,0.08,0.84,0.28,0.08,0.76,0.44,0.08,0.84,0.44,0.08,0.76,0.28,0.08,0.72,0.44,0.08,0.72,0.28,0.08,0.72,0.4,0.08,0.68,0.4,0.08,0.68,0.28,-0.04,1.04,0.04,-0.04,1,0.12,-0.04,1.04,0.12,-0.04,0.92,0.04,-0.04,0.92,0.12,0.16,1.04,0.04,0.16,1,0.12,0.16,1.04,0.12,0.16,0.92,0.04,0.16,0.92,0.12,-0.04,0.56,0.2,-0.04,0.52,0.24,-0.04,0.56,0.24,-0.04,0.44,0.2,-0.04,0.44,0.24,0.04,0.52,-0.48,0.04,0.44,-0.4,0.04,0.52,-0.4,0.04,0.52,-0.56,0.04,0.44,-0.56,0.04,0.6,-0.56,0.04,0.6,-0.48,0.08,0.56,0.2,0.08,0.64,0.2,0.08,0.64,0.08,0.08,0.56,0.08,0.04,0.6,-0.48,0.04,0.68,-0.48,0.04,0.68,-0.56,0.04,0.6,-0.56,-0.16,0.04,-0.32,-0.16,0.12,-0.32,-0.16,0.12,-0.36,-0.16,0.04,-0.36,-0.16,0.16,-0.36,-0.16,0.12,-0.2,-0.16,0.16,-0.32,-0.16,0.12,-0.16,-0.16,0.04,-0.16,-0.16,0.04,-0.2,-0.16,0.16,-0.2,-0.16,0.16,-0.16,0.16,0.32,-0.32,0.16,0.4,-0.32,0.16,0.4,-0.36,0.16,0.32,-0.36,0.16,0.4,-0.2,0.16,0.4,-0.16,0.16,0.32,-0.16,0.16,0.32,-0.2,0.16,0.44,-0.36,0.16,0.44,-0.16,0.16,0.28,-0.2,0.16,0.28,0,0.16,0.32,-0.04,0.16,0.32,0,0.16,0.4,-0.04,0.16,0.4,0,0.16,0.4,0.12,0.16,0.4,0.16,0.16,0.32,0.16,0.16,0.32,0.12,0.16,0.44,-0.04,0.16,0.44,0.16,0.16,0.28,0.24,0.16,0.32,0.24,0.16,0.28,0.12,0.24,0.04,-0.32,0.24,0.12,-0.32,0.24,0.12,-0.36,0.24,0.04,-0.36,0.24,0.16,-0.36,0.24,0.12,-0.2,0.24,0.16,-0.32,0.24,0.12,-0.16,0.24,0.04,-0.16,0.24,0.04,-0.2,0.24,0.16,-0.2,0.24,0.16,-0.16,-0.16,0.04,0,-0.16,0.12,0,-0.16,0.12,-0.04,-0.16,0.04,-0.04,-0.16,0.16,-0.04,-0.16,0.12,0.12,-0.16,0.16,0,-0.16,0.12,0.16,-0.16,0.04,0.16,-0.16,0.04,0.12,-0.16,0.16,0.12,-0.16,0.16,0.16,0.24,0.04,0,0.24,0.12,0,0.24,0.12,-0.04,0.24,0.04,-0.04,0.24,0.16,-0.04,0.24,0.12,0.12,0.24,0.16,0,0.24,0.12,0.16,0.24,0.04,0.16,0.24,0.04,0.12,0.24,0.16,0.12,0.24,0.16,0.16,0.04,0.76,0.48,0.04,0.84,0.48,0.04,0.84,0.44,0.04,0.76,0.44,0.16,0.8,0.24,0.16,0.76,0.28,0.16,0.8,0.28,0.16,0.8,0.2,0.16,0.76,0.12,0.16,0.8,0.12,0.16,0.84,0.12,0.16,0.84,0.2,0.16,0.84,0.24,0.16,0.84,0.28,0.16,0.88,0.12,0.16,0.88,0.28,0.16,0.28,-0.32,0.16,0.32,-0.4,0.16,0.28,-0.4,0.16,0.8,0.24,0.16,0.84,0.24,0.16,0.84,0.2,0.16,0.8,0.2,0.16,0.56,-0.4,-0.16,0.56,0.04,-0.16,0.56,-0.4,-0.12,0.56,0.04,0.16,0.56,0.04,0.12,0.56,0.04,-0.16,0.56,0.24,-0.12,0.56,0.24,-0.12,0.56,0.08,-0.12,0.56,0.2,0.12,0.56,0.08,0.12,0.56,0.2,0.16,0.56,0.24,0.12,0.56,0.24,-0.12,0.92,0.12,-0.16,0.92,0.28,-0.16,0.92,0.12,0.16,0.92,0.28,-0.08,0.92,0.12,0.16,0.92,0.12,-0.04,0.92,0.12,0.12,0.92,0.12,0.04,0.92,0.12,0.08,0.92,0.12,0.04,0.92,0.04,-0.04,0.92,0.04,0.16,0.92,0.04,0.16,0.92,0,-0.16,0.92,0.04,-0.16,0.92,0,0.08,0.84,0.28,-0.08,0.84,0.44,-0.08,0.84,0.28,-0.04,0.84,0.44,0.08,0.84,0.44,0.04,0.84,0.44,-0.24,0.4,-0.32,-0.16,0.4,-0.32,-0.24,0.4,-0.2,-0.16,0.4,-0.2,0.16,0.4,-0.32,0.24,0.4,-0.32,0.16,0.4,-0.2,0.24,0.4,-0.2,-0.24,0.4,0,-0.16,0.4,0,-0.24,0.4,0.12,-0.16,0.4,0.12,0.16,0.4,0,0.24,0.4,0,0.16,0.4,0.12,0.24,0.4,0.12,-0.28,0.12,-0.32,-0.24,0.12,-0.32,-0.28,0.12,-0.2,-0.24,0.12,-0.2,0.24,0.12,-0.32,0.28,0.12,-0.32,0.24,0.12,-0.2,0.28,0.12,-0.2,-0.28,0.12,0,-0.24,0.12,0,-0.28,0.12,0.12,-0.24,0.12,0.12,0.24,0.12,0,0.28,0.12,0,0.24,0.12,0.12,0.28,0.12,0.12,-0.12,0.56,0.08,-0.08,0.56,0.08,-0.12,0.56,0.2,-0.08,0.56,0.2,0.12,0.56,0.04,-0.12,0.56,0.04,0.12,0.56,0.08,0.08,0.56,0.08,0.08,0.56,0.2,0.12,0.56,0.2,-0.12,0.56,0.24,-0.04,0.56,0.24,-0.04,0.56,0.2,0.12,0.56,0.24,0.04,0.56,0.24,0.04,0.56,0.2,-0.16,1.04,0.04,-0.04,1.04,0.04,-0.16,1.04,0.12,-0.04,1.04,0.12,0.04,1.04,0.04,0.16,1.04,0.04,0.04,1.04,0.12,0.16,1.04,0.12,-0.04,0.68,-0.56,0.04,0.68,-0.56,-0.04,0.68,-0.48,0.04,0.68,-0.48,-0.04,0.52,-0.48,0.04,0.52,-0.48,-0.04,0.52,-0.4,0.04,0.52,-0.4,-0.24,0.16,-0.36,-0.16,0.16,-0.36,-0.24,0.16,-0.32,-0.16,0.16,-0.32,0.16,0.16,-0.36,0.24,0.16,-0.36,0.16,0.16,-0.32,0.24,0.16,-0.32,-0.24,0.16,-0.2,-0.16,0.16,-0.2,-0.24,0.16,-0.16,-0.16,0.16,-0.16,0.16,0.16,-0.2,0.24,0.16,-0.2,0.16,0.16,-0.16,0.24,0.16,-0.16,-0.24,0.16,-0.04,-0.16,0.16,-0.04,-0.24,0.16,0,-0.16,0.16,0,0.16,0.16,-0.04,0.24,0.16,-0.04,0.16,0.16,0,0.24,0.16,0,-0.24,0.16,0.12,-0.16,0.16,0.12,-0.24,0.16,0.16,-0.16,0.16,0.16,0.16,0.16,0.12,0.24,0.16,0.12,0.16,0.16,0.16,0.24,0.16,0.16,-0.04,0.44,0.2,0.04,0.44,0.2,-0.04,0.44,0.24,0.04,0.44,0.24,-0.04,0.84,0.44,0.04,0.84,0.44,-0.04,0.84,0.48,0.04,0.84,0.48],"colors":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2,0.2,0.2,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.8431373,0.8470588,0.8509804,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,0.2352941,0.7372549,0.9882353,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.7333333,0.7333333,0.7333333,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.4,0.4,0.4,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1]},"spaceexploration_scientist_1_optimised":{"faces":[636,634,635,635,634,633,632,630,631,631,630,629,628,626,627,627,626,625,624,622,623,623,622,621,620,618,619,619,618,617,616,614,615,615,614,613,612,610,611,611,610,609,604,607,608,607,604,605,606,605,604,603,596,602,603,602,601,602,596,597,599,601,602,601,599,600,598,600,599,599,595,598,598,595,593,597,596,595,592,595,596,595,592,593,594,593,592,591,589,590,590,589,588,587,585,586,586,585,584,583,581,582,582,581,580,577,578,579,578,577,572,575,572,577,576,571,575,572,575,571,574,572,573,573,572,571,568,565,570,569,564,568,565,568,564,567,565,566,566,565,564,559,562,563,562,559,560,561,560,559,554,557,558,557,554,555,556,555,554,549,552,553,552,549,550,551,550,549,548,547,545,547,546,545,544,543,541,543,542,541,540,539,537,539,538,537,535,536,532,530,535,532,531,534,533,533,530,531,532,531,530,528,529,520,523,528,520,527,525,526,525,524,526,525,523,524,521,524,523,523,520,521,522,521,520,516,519,518,518,515,516,517,516,515,511,514,513,513,510,511,512,511,510,509,507,508,505,508,507,507,504,505,506,505,504,503,501,502,499,502,501,501,498,499,500,499,498,494,497,496,496,493,494,495,494,493,492,488,491,488,490,491,490,488,489,487,489,488,488,485,487,486,487,485,484,486,485,485,483,484,481,484,483,483,480,481,482,481,480,479,474,478,474,471,478,477,473,476,473,475,476,475,473,474,471,474,473,473,470,471,472,471,470,467,469,468,468,465,467,466,467,465,463,466,465,465,462,463,464,463,462,458,461,460,460,457,458,459,458,457,456,454,455,452,455,454,454,451,452,453,452,451,450,449,447,449,448,447,446,444,445,442,445,444,444,441,442,443,442,441,440,438,439,437,439,438,438,435,437,436,437,435,435,434,436,434,435,425,428,434,425,431,433,432,432,430,431,429,431,430,430,428,429,426,429,428,428,425,426,427,426,425,422,424,423,423,421,422,419,422,421,421,418,419,420,419,418,415,417,416,416,414,415,413,415,414,414,412,413,410,413,412,412,409,410,411,410,409,408,407,405,407,406,405,404,403,401,403,402,401,400,399,397,399,398,397,395,396,390,393,395,390,391,394,393,393,390,391,392,391,390,388,389,382,380,388,382,387,384,386,384,381,386,385,383,384,381,384,383,383,380,381,382,381,380,376,379,378,378,375,376,377,376,375,371,374,373,373,370,371,372,371,370,367,369,368,368,366,367,364,367,366,366,363,364,365,364,363,362,360,361,358,361,360,360,357,358,359,358,357,353,356,355,355,352,353,354,353,352,351,349,350,348,350,349,349,345,348,346,348,345,347,346,342,345,342,346,345,344,342,344,343,342,338,341,340,340,337,338,339,338,337,334,336,332,335,334,333,332,333,334,330,333,332,332,329,330,331,330,329,328,327,325,327,326,325,324,320,323,320,317,323,320,322,321,321,319,320,317,320,319,319,316,317,318,317,316,315,300,314,313,314,300,309,313,298,300,298,313,312,307,311,306,311,307,298,310,309,310,308,309,307,309,308,308,305,307,307,305,306,304,306,305,305,303,304,302,304,303,303,301,302,299,302,301,301,298,299,300,299,298,297,295,296,293,296,295,295,292,293,294,293,292,291,290,288,290,289,288,285,287,286,286,284,285,282,285,284,284,281,282,283,282,281,280,277,279,278,279,277,277,276,278,276,277,270,268,276,270,275,273,274,272,274,273,273,271,272,269,272,271,271,268,269,270,269,268,267,266,264,266,265,264,263,262,260,262,261,260,259,258,256,258,257,256,255,254,252,254,253,252,250,251,245,248,250,245,246,249,248,248,245,246,247,246,245,244,243,241,243,242,241,240,239,237,239,238,237,236,235,233,235,234,233,232,231,229,231,230,229,226,228,225,227,226,222,225,222,226,225,224,222,224,223,222,221,219,220,217,220,219,219,216,217,218,217,216,215,214,212,214,213,212,211,210,208,210,209,208,207,205,206,205,202,206,202,205,204,204,201,202,203,202,201,200,198,199,196,199,198,198,195,196,197,196,195,191,194,193,193,190,191,192,191,190,186,189,188,188,185,186,187,186,185,184,183,181,183,182,181,180,179,177,179,178,177,176,175,173,175,174,173,168,172,167,171,169,170,166,170,169,169,168,166,167,166,168,166,167,162,161,166,162,165,163,164,162,164,163,163,157,162,161,162,157,157,155,161,160,158,159,156,159,158,158,155,156,157,156,155,153,154,144,147,153,144,150,152,151,151,149,150,148,150,149,149,147,148,145,148,147,147,144,145,146,145,144,143,140,142,140,141,142,138,141,140,140,137,138,139,138,137,136,135,133,135,134,133,132,131,129,131,130,129,128,126,127,125,127,126,126,124,125,122,125,124,124,121,122,123,122,121,120,118,119,117,119,118,118,116,117,114,117,116,116,113,114,115,114,113,112,111,109,111,110,109,108,107,105,107,106,105,104,103,101,103,102,101,99,100,96,94,99,96,95,98,97,97,94,95,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,78,80,79,80,78,78,77,79,77,78,72,70,77,72,74,76,75,75,73,74,71,74,73,73,70,71,72,71,70,69,68,66,68,67,66,65,64,62,64,63,62,61,60,58,60,59,58,57,56,54,56,55,54,53,51,52,50,52,51,51,49,50,47,50,49,49,46,47,48,47,46,45,44,42,44,43,42,41,40,38,40,39,38,37,36,34,36,35,34,33,32,30,32,31,30,28,20,29,20,17,29,29,27,28,24,28,27,27,26,24,25,24,26,25,23,24,23,22,24,23,21,22,20,22,21,21,19,20,17,20,19,19,16,17,18,17,16,15,13,14,11,14,13,13,10,11,12,11,10,9,7,8,6,8,7,7,0,6,3,6,0,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[0.1,0.45,-0.175,0.15,0.2,-0.175,0.15,0.45,-0.175,-0.15,0.45,-0.175,-0.15,0.2,-0.175,-0.15,0.35,-0.175,-0.15,0.7,-0.175,0.1,0.55,-0.175,-0.15,0.75,-0.175,0.1,0.75,-0.175,-0.15,1.1,-0.175,0.1,1.05,-0.175,0.1,1.1,-0.175,-0.15,0.95,-0.175,0.1,0.85,-0.175,-0.15,0.85,-0.175,0.1,1.05,-0.325,0.25,0.7,-0.325,0.25,1.05,-0.325,0.1,0.85,-0.325,0.2,0.7,-0.325,0.1,0.8,-0.325,0.15,0.7,-0.325,0.1,0.7,-0.325,0.15,0.65,-0.325,0.1,0.65,-0.325,0.1,0.55,-0.325,0.25,0.55,-0.325,0.2,0.65,-0.325,0.25,0.65,-0.325,0.25,1.05,-0.325,0.25,1.3,-0.325,0.1,1.3,-0.325,0.1,1.05,-0.325,-0.15,0.4,-0.125,-0.15,0.7,-0.125,-0.25,0.7,-0.125,-0.25,0.4,-0.125,-0.05,0.05,-0.125,-0.05,0.2,-0.125,-0.15,0.2,-0.125,-0.15,0.05,-0.125,0.15,0.05,-0.125,0.15,0.2,-0.125,0.05,0.2,-0.125,0.05,0.05,-0.125,0.15,0.75,-0.425,0.2,0.7,-0.425,0.2,0.75,-0.425,0.15,0.7,-0.425,0.2,0.65,-0.425,0.15,0.65,-0.425,0.2,0.6,-0.425,0.15,0.6,-0.425,0.25,0.45,-0.325,0.25,0.55,-0.325,0.1,0.55,-0.325,0.1,0.45,-0.325,0.25,0.6,-0.075,0.25,0.7,-0.075,0.15,0.7,-0.075,0.15,0.6,-0.075,0.1,0.8,-0.225,0.1,0.85,-0.225,-0.2,0.85,-0.225,-0.2,0.8,-0.225,0.1,0.75,-0.125,0.1,0.8,-0.125,-0.1,0.8,-0.125,-0.1,0.75,-0.125,0.2,0.8,-0.125,0.25,0.75,-0.125,0.25,0.8,-0.125,0.15,0.8,-0.125,0.15,0.75,-0.125,0.1,0.8,-0.125,0.1,0.75,-0.125,0.2,0.85,-0.125,0.25,0.85,-0.125,0.15,0.85,-0.125,0.15,0.9,-0.125,0.25,0.9,-0.125,-0.15,0.35,-0.125,-0.15,0.4,-0.125,-0.25,0.4,-0.125,-0.25,0.35,-0.125,-0.05,0,-0.125,-0.05,0.05,-0.125,-0.15,0.05,-0.125,-0.15,0,-0.125,0.15,0,-0.125,0.15,0.05,-0.125,0.05,0.05,-0.125,0.05,0,-0.125,0.2,0.75,0.175,0.25,0.7,0.175,0.25,0.75,0.175,0.15,0.75,0.175,0.15,0.7,0.175,0.2,0.8,0.175,0.25,0.8,0.175,0.2,0.75,-0.425,0.2,0.8,-0.425,0.15,0.8,-0.425,0.15,0.75,-0.425,0.2,0.35,-0.325,0.2,0.4,-0.325,0.15,0.4,-0.325,0.15,0.35,-0.325,0.2,0.4,-0.275,0.2,0.45,-0.275,0.15,0.45,-0.275,0.15,0.4,-0.275,-0.1,0.75,0.025,-0.15,0.7,0.025,-0.15,0.75,0.025,-0.05,0.75,0.025,-0.15,0.35,0.025,-0.05,0.4,0.025,-0.15,0.2,0.025,-0.05,0.2,0.025,0.1,0.75,0.025,0.05,0.4,0.025,0.05,0.75,0.025,0.15,0.75,0.025,0.05,0.2,0.025,0.15,0.7,0.025,0.15,0.2,0.025,0.15,0.6,0.025,-0.25,0.4,-0.025,-0.25,0.7,-0.025,-0.15,0.7,-0.025,-0.15,0.4,-0.025,-0.05,0.4,0.025,-0.05,0.75,0.025,0.05,0.75,0.025,0.05,0.4,0.025,0.25,1.3,-0.175,0.1,1.1,-0.175,0.1,1.3,-0.175,0.25,1.1,-0.175,0.15,1.1,-0.175,0.15,1.05,-0.175,0.25,1.05,-0.175,0,0.95,0.025,-0.1,0.8,0.025,-0.1,0.95,0.025,0.1,0.95,0.025,-0.1,0.75,0.025,0.1,0.8,0.025,-0.05,0.75,0.025,0.1,0.75,0.025,0.05,0.75,0.025,0.1,1,0.025,0,1,0.025,0.25,0.75,-0.175,0.15,0.7,-0.175,0.15,0.75,-0.175,0.25,0.55,-0.175,0.15,0.6,-0.175,0.15,0.55,-0.175,0.25,0.8,-0.175,0.2,0.8,-0.175,0.1,0.75,-0.175,0.15,0.8,-0.175,0.1,0.8,-0.175,0.25,0.85,-0.175,0.2,0.85,-0.175,0.15,0.9,-0.175,0.15,1,-0.175,0.25,1.05,-0.175,0.15,1.05,-0.175,0.15,0.85,-0.175,-0.05,0.2,-0.125,-0.05,0.35,-0.125,0.05,0.35,-0.125,0.05,0.2,-0.125,-0.15,0.05,-0.025,-0.15,0.2,-0.025,-0.05,0.2,-0.025,-0.05,0.05,-0.025,0.05,0.05,-0.025,0.05,0.2,-0.025,0.15,0.2,-0.025,0.15,0.05,-0.025,0.25,0.9,-0.075,0.2,0.8,-0.075,0.2,0.9,-0.075,0.25,0.75,-0.075,0.2,0.75,-0.075,0.15,1,-0.025,0.1,0.8,-0.025,0.1,1,-0.025,0.15,0.9,-0.025,0.15,0.8,-0.025,0.2,0.9,0.375,0.15,0.8,0.375,0.15,0.9,0.375,0.2,0.8,0.375,0.15,0.75,0.375,0.2,0.75,0.375,0.15,1.1,0.075,-0.15,1,0.075,-0.15,1.1,0.075,0.15,1,0.075,0,1,0.075,-0.15,0.95,0.075,0,0.95,0.075,0.15,0.45,-0.175,0.15,0.55,-0.175,0.25,0.55,-0.175,0.25,0.45,-0.175,0.15,0.6,0.275,0.15,0.7,0.275,0.25,0.7,0.275,0.25,0.6,0.275,0.2,0.45,-0.225,0.15,0.4,-0.225,0.15,0.45,-0.225,0.2,0.4,-0.225,0.15,0.35,-0.225,0.2,0.35,-0.225,-0.15,0.85,-0.025,-0.15,0.95,-0.025,-0.1,0.95,-0.025,-0.1,0.85,-0.025,-0.2,0.8,-0.025,-0.2,0.85,-0.025,-0.1,0.8,-0.025,-0.25,0.35,-0.025,-0.25,0.4,-0.025,-0.15,0.4,-0.025,-0.15,0.35,-0.025,-0.05,0.35,-0.025,-0.05,0.4,-0.025,0.05,0.4,-0.025,0.05,0.35,-0.025,-0.15,0,0.025,-0.15,0.05,0.025,-0.05,0.05,0.025,-0.05,0,0.025,0.05,0,0.025,0.05,0.05,0.025,0.15,0.05,0.025,0.15,0,0.025,0.2,0.75,0.275,0.15,0.7,0.275,0.15,0.75,0.275,0.25,0.75,0.275,0.25,0.7,0.275,0.25,0.8,0.275,0.2,0.8,0.275,0.15,0.6,-0.375,0.15,0.65,-0.375,0.2,0.65,-0.375,0.2,0.6,-0.375,0.15,0.7,-0.375,0.15,0.75,-0.375,0.2,0.75,-0.375,0.2,0.7,-0.375,0.15,0.75,-0.375,0.15,0.8,-0.375,0.2,0.8,-0.375,0.2,0.75,-0.375,0.1,0.75,-0.075,0.1,0.8,-0.075,0.15,0.8,-0.075,0.15,0.75,-0.075,0.1,0.8,-0.225,0.1,0.7,-0.325,0.1,0.8,-0.325,0.1,0.8,-0.175,0.1,0.65,-0.325,0.1,0.75,-0.175,0.1,0.55,-0.325,0.1,0.55,-0.175,0.1,0.85,-0.225,0.1,0.85,-0.325,0.1,0.85,-0.175,0.1,1.05,-0.175,0.1,1.05,-0.325,0.1,1.3,-0.275,0.1,1.05,-0.325,0.1,1.3,-0.325,0.1,1.3,-0.225,0.1,1.05,-0.175,0.1,1.3,-0.175,0.1,1.1,-0.175,-0.25,0.4,-0.125,-0.25,0.7,-0.125,-0.25,0.7,-0.025,-0.25,0.4,-0.025,0.05,0.35,-0.025,0.05,0.2,-0.125,0.05,0.35,-0.125,0.05,0.2,-0.025,0.05,0.05,-0.125,0.05,0.05,-0.025,-0.15,0.7,-0.125,-0.15,0.45,-0.175,-0.15,0.7,-0.175,-0.15,0.4,-0.125,-0.15,0.35,-0.175,-0.15,0.35,-0.125,-0.15,0.2,-0.175,-0.15,0.35,-0.025,-0.15,0.2,-0.125,-0.15,0.35,0.025,-0.15,0.4,-0.025,-0.15,0.7,0.025,-0.15,0.7,-0.025,-0.15,0.2,-0.025,-0.15,0.2,0.025,-0.15,0.75,0.025,-0.15,0.75,-0.125,-0.15,0.75,-0.175,-0.15,1.1,0.075,-0.15,0.95,-0.175,-0.15,1.1,-0.175,-0.15,1,0.075,-0.15,0.95,-0.025,-0.15,0.95,0.075,-0.15,0.95,0.025,-0.15,0.85,-0.175,-0.15,0.85,-0.025,-0.15,0.05,-0.125,-0.15,0.2,-0.125,-0.15,0.2,-0.025,-0.15,0.05,-0.025,-0.1,0.95,0.025,-0.1,0.85,-0.025,-0.1,0.95,-0.025,-0.1,0.8,0.025,-0.1,0.8,-0.025,-0.1,0.75,-0.125,-0.1,0.8,-0.125,-0.1,0.75,0.025,0.05,0.4,0.025,0.05,0.35,-0.025,0.05,0.4,-0.025,0.05,0.2,0.025,0.05,0.2,-0.025,0.15,0.8,-0.025,0.15,0.9,-0.025,0.15,0.9,0.375,0.15,0.8,0.375,0.15,0.75,-0.075,0.15,0.8,-0.075,0.15,0.75,0.025,0.15,0.75,0.375,0.15,0.75,0.175,0.15,0.75,0.275,0.15,0.7,0.175,0.15,0.6,0.025,0.15,0.7,0.025,0.15,0.7,0.275,0.15,0.6,0.275,0.1,0.55,-0.175,0.1,0.45,-0.325,0.1,0.55,-0.325,0.1,0.45,-0.175,0.1,0.45,-0.275,0.1,0.45,-0.225,-0.2,0.85,-0.175,-0.2,0.8,-0.225,-0.2,0.85,-0.225,-0.2,0.85,-0.025,-0.2,0.8,-0.175,-0.2,0.8,-0.025,-0.2,0.8,-0.125,-0.15,0.05,-0.025,-0.15,0,-0.125,-0.15,0.05,-0.125,-0.15,0.05,0.025,-0.15,0,0.025,0.05,0.05,-0.025,0.05,0,-0.125,0.05,0.05,-0.125,0.05,0.05,0.025,0.05,0,0.025,0.15,0.7,-0.375,0.15,0.65,-0.425,0.15,0.7,-0.425,0.15,0.7,-0.325,0.15,0.65,-0.375,0.15,0.65,-0.325,0.15,0.6,-0.425,0.15,0.6,-0.375,0.15,0.75,-0.375,0.15,0.75,-0.425,0.15,0.4,-0.275,0.15,0.35,-0.325,0.15,0.4,-0.325,0.15,0.4,-0.225,0.15,0.35,-0.225,0.15,0.45,-0.225,0.15,0.45,-0.275,-0.25,0.35,-0.125,-0.25,0.4,-0.125,-0.25,0.4,-0.025,-0.25,0.35,-0.025,0.15,0.7,0.175,0.15,0.75,0.175,0.15,0.75,0.275,0.15,0.7,0.275,0.15,0.75,-0.425,0.15,0.8,-0.425,0.15,0.8,-0.375,0.15,0.75,-0.375,0.25,1.05,-0.325,0.25,0.85,-0.175,0.25,1.05,-0.175,0.25,0.7,-0.325,0.25,0.8,-0.175,0.25,0.65,-0.325,0.25,0.75,-0.175,0.25,0.55,-0.325,0.25,0.55,-0.175,0.25,1.3,-0.225,0.25,1.1,-0.175,0.25,1.3,-0.175,0.25,1.3,-0.275,0.25,1.05,-0.175,0.25,1.3,-0.325,0.25,1.05,-0.325,0.15,0.6,-0.075,0.15,0.2,0.025,0.15,0.6,0.025,0.15,0.6,-0.175,0.15,0.2,-0.025,0.15,0.55,-0.175,0.15,0.2,-0.125,0.15,0.45,-0.175,0.15,0.2,-0.175,0.15,0.7,-0.175,0.15,0.7,-0.075,0.15,0.75,-0.175,0.15,0.75,-0.125,0.15,0.7,0.025,0.15,0.75,-0.075,0.15,0.75,0.025,-0.05,0.35,-0.125,-0.05,0.2,-0.025,-0.05,0.35,-0.025,-0.05,0.2,-0.125,-0.05,0.05,-0.025,-0.05,0.05,-0.125,0.15,0.05,-0.025,0.15,0.2,-0.025,0.15,0.2,-0.125,0.15,0.05,-0.125,0.25,0.9,-0.125,0.25,0.75,-0.075,0.25,0.9,-0.075,0.25,0.85,-0.125,0.25,0.75,-0.125,0.25,0.8,-0.125,-0.05,0.4,-0.025,-0.05,0.2,0.025,-0.05,0.4,0.025,-0.05,0.35,-0.025,-0.05,0.2,-0.025,0.1,1,-0.025,0.1,0.95,0.025,0.1,1,0.025,0.1,0.8,-0.025,0.1,0.8,0.025,0.1,0.75,0.025,0.1,0.8,-0.075,0.1,0.75,-0.075,0.2,0.9,-0.075,0.2,0.8,0.375,0.2,0.9,0.375,0.2,0.8,-0.075,0.2,0.8,0.275,0.2,0.8,0.175,0.2,0.75,0.175,0.2,0.75,-0.075,0.2,0.75,0.375,0.2,0.75,0.275,0.15,1.1,-0.175,0.15,1,0.075,0.15,1.1,0.075,0.15,1.05,-0.175,0.15,1,0.025,0.15,1,-0.175,0.15,1,-0.025,0.15,0.9,-0.025,0.15,0.9,-0.175,0.15,0.9,-0.075,0.15,0.9,-0.125,0.15,0.85,-0.125,0.15,0.85,-0.175,0.25,0.7,0.175,0.25,0.6,0.275,0.25,0.7,0.275,0.25,0.7,-0.075,0.25,0.6,-0.075,0.25,0.55,-0.325,0.25,0.45,-0.175,0.25,0.55,-0.175,0.25,0.45,-0.325,0.25,0.45,-0.225,0.25,0.45,-0.275,0.25,0.8,0.175,0.25,0.75,0.275,0.25,0.8,0.275,0.25,0.75,0.175,0.25,0.7,0.275,0.25,0.7,0.175,-0.05,0.05,-0.025,-0.05,0,0.025,-0.05,0.05,0.025,-0.05,0.05,-0.125,-0.05,0,-0.125,0.15,0.05,-0.025,0.15,0,0.025,0.15,0.05,0.025,0.15,0.05,-0.125,0.15,0,-0.125,0.2,0.7,-0.375,0.2,0.65,-0.325,0.2,0.7,-0.325,0.2,0.7,-0.425,0.2,0.65,-0.375,0.2,0.65,-0.425,0.2,0.6,-0.375,0.2,0.6,-0.425,0.2,0.75,-0.425,0.2,0.75,-0.375,0.2,0.4,-0.275,0.2,0.35,-0.225,0.2,0.4,-0.225,0.2,0.4,-0.325,0.2,0.35,-0.325,0.2,0.45,-0.275,0.2,0.45,-0.225,0.2,0.75,-0.375,0.2,0.8,-0.375,0.2,0.8,-0.425,0.2,0.75,-0.425,0.2,0.8,-0.125,0.2,0.85,-0.125,0.2,0.85,-0.175,0.2,0.8,-0.175,0,0.95,0.075,0,1,0.075,0,1,0.025,0,0.95,0.025,0.2,0.9,-0.075,0.15,0.9,-0.025,0.15,0.9,-0.075,0.15,0.9,0.375,0.2,0.9,0.375,0.1,1.1,-0.175,-0.15,1.1,0.075,-0.15,1.1,-0.175,0.15,1.1,0.075,0.15,1.1,-0.175,0.25,0.7,-0.075,0.15,0.7,0.025,0.15,0.7,-0.075,0.15,0.7,0.175,0.25,0.7,0.175,-0.2,0.85,-0.175,-0.15,0.85,-0.175,-0.2,0.85,-0.025,-0.15,0.85,-0.025,0.1,0.85,-0.225,-0.2,0.85,-0.225,0.1,0.85,-0.175,-0.15,0.75,-0.125,-0.1,0.75,-0.125,-0.15,0.75,0.025,-0.1,0.75,0.025,0.1,0.75,-0.175,-0.15,0.75,-0.175,0.15,0.75,-0.175,0.1,0.75,-0.125,0.15,0.75,-0.125,-0.25,0.7,-0.125,-0.15,0.7,-0.125,-0.25,0.7,-0.025,-0.15,0.7,-0.025,0.1,0.75,-0.075,0.15,0.75,-0.075,0.1,0.75,0.025,0.15,0.75,0.025,0.2,0.8,0.175,0.25,0.8,0.175,0.2,0.8,0.275,0.25,0.8,0.275,0.25,1.3,-0.325,0.1,1.3,-0.275,0.1,1.3,-0.325,0.15,1.3,-0.275,0.25,1.3,-0.275,0.2,1.3,-0.275,0.1,1.3,-0.225,0.15,1.3,-0.225,0.1,1.3,-0.175,0.25,1.3,-0.175,0.2,1.3,-0.225,0.25,1.3,-0.225,0.25,0.9,-0.125,0.15,0.9,-0.075,0.15,0.9,-0.125,0.2,0.9,-0.075,0.25,0.9,-0.075,-0.15,0.05,-0.025,-0.05,0.05,-0.025,-0.15,0.05,0.025,-0.05,0.05,0.025,0.05,0.05,-0.025,0.15,0.05,-0.025,0.05,0.05,0.025,0.15,0.05,0.025,0.15,0.8,-0.425,0.2,0.8,-0.425,0.15,0.8,-0.375,0.2,0.8,-0.375,0.15,0.7,-0.375,0.2,0.7,-0.375,0.15,0.7,-0.325,0.2,0.7,-0.325,0.15,0.4,-0.325,0.2,0.4,-0.325,0.15,0.4,-0.275,0.2,0.4,-0.275,0.15,1.3,-0.275,0.2,1.3,-0.275,0.15,1.3,-0.225,0.2,1.3,-0.225,0.15,0.85,-0.175,0.2,0.85,-0.175,0.15,0.85,-0.125,0.2,0.85,-0.125],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.4666667,0.5921569,0.827451,1,0.4666667,0.5921569,0.827451,1,0.4666667,0.5921569,0.827451,1,0.4666667,0.5921569,0.827451,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.3607843,0.5803922,0.9882353,1,0.3607843,0.5803922,0.9882353,1,0.3607843,0.5803922,0.9882353,1,0.3607843,0.5803922,0.9882353,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1]},"spaceexploration_scientist_2_optimised":{"faces":[620,618,619,619,618,617,616,614,615,615,614,613,610,613,614,613,610,611,612,611,610,609,607,608,608,607,606,605,603,604,604,603,602,601,594,600,601,600,599,600,594,595,597,599,600,599,597,598,596,598,597,597,593,596,596,593,591,595,594,593,590,593,594,593,590,591,592,591,590,589,587,588,588,587,586,581,584,585,584,581,582,583,582,581,580,578,579,579,578,577,576,574,575,575,574,573,572,570,571,571,570,569,568,566,567,567,566,565,564,561,563,563,561,562,562,561,556,559,556,561,560,555,559,556,559,555,558,556,557,557,556,555,554,551,553,553,551,552,552,551,546,549,546,551,550,545,549,546,549,545,548,546,547,547,546,545,544,542,543,543,542,541,533,539,540,540,539,535,534,539,533,537,535,539,538,536,537,535,537,536,531,535,536,529,535,531,534,533,532,529,532,533,532,529,530,531,530,529,528,526,527,527,526,525,524,523,521,523,522,521,520,519,517,519,518,517,516,514,515,512,515,514,514,511,512,513,512,511,510,508,509,507,509,508,508,506,507,504,507,506,506,503,504,505,504,503,502,500,501,500,499,501,500,498,499,496,499,498,498,495,496,497,496,495,491,494,493,493,490,491,492,491,490,486,489,488,488,485,486,487,486,485,484,482,483,480,483,482,482,479,480,481,480,479,478,477,475,477,476,475,474,473,471,473,472,471,468,470,469,469,467,468,466,468,467,467,465,466,463,466,465,465,462,463,464,463,462,458,461,460,460,457,458,459,458,457,456,454,455,452,455,454,454,451,452,453,452,451,448,450,447,449,448,444,447,444,448,447,446,444,446,445,444,443,442,440,442,441,440,439,437,438,434,438,437,437,436,434,433,434,436,435,434,432,434,433,432,431,429,430,427,430,429,429,426,427,428,427,426,425,423,424,422,424,423,423,421,422,419,422,421,421,418,419,420,419,418,417,415,416,413,416,415,415,412,413,414,413,412,411,407,410,406,410,407,409,405,408,405,407,408,407,405,406,403,406,405,405,404,403,403,404,396,399,403,396,400,402,401,401,399,400,397,400,399,399,396,397,398,397,396,395,394,392,394,393,392,391,390,388,390,389,388,387,386,384,386,385,384,383,382,380,382,381,380,379,378,376,378,377,376,375,374,372,374,373,372,371,370,368,370,369,368,367,365,366,364,366,365,365,363,364,361,364,363,363,360,361,362,361,360,359,357,358,357,356,358,357,355,356,353,356,355,355,352,353,354,353,352,348,351,350,350,347,348,349,348,347,343,346,345,345,342,343,344,343,342,341,339,340,337,340,339,339,336,337,338,337,336,335,334,332,334,333,332,331,330,328,330,329,328,327,326,324,326,325,324,320,323,322,322,319,320,321,320,319,316,318,314,317,316,315,314,315,316,312,315,314,314,311,312,313,312,311,310,308,309,306,309,308,308,305,306,307,306,305,304,303,301,303,302,301,300,298,299,296,299,298,298,295,296,297,296,295,294,290,293,290,287,293,290,292,291,291,289,290,287,290,289,289,286,287,288,287,286,285,283,284,282,284,283,283,281,282,279,282,281,281,278,279,280,279,278,277,263,276,275,276,263,271,275,261,263,261,275,274,269,273,268,273,269,261,272,271,272,270,271,269,271,270,270,267,269,269,267,268,266,268,267,267,265,266,262,266,265,262,265,264,264,261,262,263,262,261,260,258,259,256,259,258,258,255,256,257,256,255,254,253,251,253,252,251,250,249,247,249,248,247,246,245,243,245,244,243,242,241,239,241,240,239,238,237,235,237,236,235,234,233,231,233,232,231,230,229,227,229,228,227,226,225,223,225,224,223,222,221,219,221,220,219,218,217,215,217,216,215,214,213,211,213,212,211,210,209,207,209,208,207,203,206,198,206,203,201,205,202,204,203,204,202,200,203,198,202,201,203,201,202,197,195,201,197,200,198,199,196,199,198,198,195,196,197,196,195,191,194,193,193,190,191,192,191,190,189,188,186,188,187,186,183,185,182,184,183,179,182,179,183,182,181,179,181,180,179,178,177,175,177,176,175,174,172,173,172,169,173,169,172,171,171,168,169,170,169,168,165,167,166,166,164,165,161,165,164,164,163,161,163,162,161,160,159,157,159,158,157,156,155,153,155,154,153,152,151,149,151,150,149,148,147,145,147,146,145,143,144,134,137,143,134,140,142,141,141,139,140,138,140,139,139,137,138,135,138,137,137,134,135,136,135,134,133,132,130,132,131,130,129,128,126,128,127,126,125,124,122,124,123,122,121,120,118,120,119,118,117,116,114,116,115,114,111,113,112,112,110,111,109,111,110,110,108,109,106,109,108,108,105,106,107,106,105,104,102,103,101,103,102,102,100,101,98,101,100,100,97,98,99,98,97,96,95,93,95,94,93,92,91,89,91,90,89,85,88,87,87,84,85,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,68,71,70,70,67,68,69,68,67,66,64,65,61,65,64,63,64,57,64,63,61,55,63,57,62,61,63,61,62,58,60,61,58,60,58,59,56,59,58,58,55,56,57,56,55,54,53,51,53,52,51,50,49,47,49,48,47,46,45,43,45,44,43,42,41,39,41,40,39,38,37,35,37,36,35,31,34,33,33,30,31,32,31,30,29,28,26,28,27,26,25,23,24,21,24,23,23,20,21,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.15,0.75,-0.175,0.15,0.7,-0.175,0.15,0.75,-0.175,-0.15,0.7,-0.175,0.15,0.45,-0.175,-0.15,0.35,-0.175,0.15,0.2,-0.175,-0.15,0.2,-0.175,0.25,0,0.425,0.25,0.55,0.425,0.2,0.55,0.425,0.2,0,0.425,0.15,0,0.475,0.15,0.55,0.475,0.1,0.55,0.475,0.1,0,0.475,0.25,0,0.525,0.25,0.55,0.525,0.2,0.55,0.525,0.2,0,0.525,-0.15,1.1,-0.175,0.15,1,-0.175,0.15,1.1,-0.175,-0.15,0.95,-0.175,0.15,0.85,-0.175,-0.15,0.85,-0.175,-0.15,0.4,-0.125,-0.15,0.7,-0.125,-0.25,0.7,-0.125,-0.25,0.4,-0.125,0.15,0.7,-0.125,0.25,0.55,-0.125,0.25,0.7,-0.125,0.15,0.45,-0.125,0.25,0.45,-0.125,-0.05,0.05,-0.125,-0.05,0.2,-0.125,-0.15,0.2,-0.125,-0.15,0.05,-0.125,0.15,0.05,-0.125,0.15,0.2,-0.125,0.05,0.2,-0.125,0.05,0.05,-0.125,0.2,0.6,0.475,0.2,0.7,0.475,0.15,0.7,0.475,0.15,0.6,0.475,0.2,0.8,-0.225,0.2,0.85,-0.225,-0.2,0.85,-0.225,-0.2,0.8,-0.225,0.1,0.75,-0.125,0.1,0.8,-0.125,-0.1,0.8,-0.125,-0.1,0.75,-0.125,0.2,0.75,0.125,0.25,0.7,0.125,0.25,0.75,0.125,0.15,0.75,0.125,0.1,0.7,0.125,0.1,0.75,0.125,0.1,0.8,0.125,0.15,0.8,0.125,0.2,0.8,0.125,0.25,0.8,0.125,0.1,0.85,0.125,0.25,0.85,0.125,0.1,0.6,0.425,0.25,0.55,0.425,0.25,0.6,0.425,0.1,0.55,0.425,0.2,0.55,0.425,-0.15,0.35,-0.125,-0.15,0.4,-0.125,-0.25,0.4,-0.125,-0.25,0.35,-0.125,-0.05,0,-0.125,-0.05,0.05,-0.125,-0.15,0.05,-0.125,-0.15,0,-0.125,0.15,0,-0.125,0.15,0.05,-0.125,0.05,0.05,-0.125,0.05,0,-0.125,0.1,0.8,0.025,0.2,0.75,0.025,0.2,0.8,0.025,0.1,0.75,0.025,0.15,0.75,0.025,0.2,0.9,0.275,0.2,0.95,0.275,0.15,0.95,0.275,0.15,0.9,0.275,0.2,0.85,0.325,0.2,0.9,0.325,0.15,0.9,0.325,0.15,0.85,0.325,-0.1,0.75,0.025,-0.15,0.7,0.025,-0.15,0.75,0.025,-0.05,0.75,0.025,-0.15,0.35,0.025,-0.05,0.4,0.025,-0.15,0.2,0.025,-0.05,0.2,0.025,0.1,0.75,0.025,0.05,0.4,0.025,0.05,0.75,0.025,0.15,0.75,0.025,0.05,0.2,0.025,0.15,0.7,0.025,0.15,0.2,0.025,0.15,0.55,0.025,0.15,0.45,0.025,0.2,0,0.475,0.2,0.55,0.475,0.25,0.55,0.475,0.25,0,0.475,0.1,0,0.525,0.1,0.55,0.525,0.15,0.55,0.525,0.15,0,0.525,0.2,0,0.575,0.2,0.55,0.575,0.25,0.55,0.575,0.25,0,0.575,-0.25,0.4,-0.025,-0.25,0.7,-0.025,-0.15,0.7,-0.025,-0.15,0.4,-0.025,-0.05,0.4,0.025,-0.05,0.75,0.025,0.05,0.75,0.025,0.05,0.4,0.025,0,0.95,0.025,-0.1,0.8,0.025,-0.1,0.95,0.025,0.1,0.95,0.025,-0.1,0.75,0.025,0.1,0.8,0.025,-0.05,0.75,0.025,0.1,0.75,0.025,0.05,0.75,0.025,0.1,1,0.025,0,1,0.025,-0.05,0.2,-0.125,-0.05,0.35,-0.125,0.05,0.35,-0.125,0.05,0.2,-0.125,-0.15,0.05,-0.025,-0.15,0.2,-0.025,-0.05,0.2,-0.025,-0.05,0.05,-0.025,0.05,0.05,-0.025,0.05,0.2,-0.025,0.15,0.2,-0.025,0.15,0.05,-0.025,0.15,0.55,-0.025,0.15,0.7,-0.025,0.25,0.7,-0.025,0.25,0.55,-0.025,0.1,0.85,-0.025,0.1,1,-0.025,0.15,1,-0.025,0.15,0.85,-0.025,0.1,0.8,-0.025,0.2,0.85,-0.025,0.2,0.8,-0.025,0.15,1.1,0.075,-0.15,1,0.075,-0.15,1.1,0.075,0.15,1,0.075,0,1,0.075,-0.15,0.95,0.075,0,0.95,0.075,0.15,0.45,0.175,0.15,0.55,0.175,0.25,0.55,0.175,0.25,0.45,0.175,-0.15,0.85,-0.025,-0.15,0.95,-0.025,-0.1,0.95,-0.025,-0.1,0.85,-0.025,-0.2,0.8,-0.025,-0.2,0.85,-0.025,-0.1,0.8,-0.025,0.15,0.6,0.525,0.15,0.7,0.525,0.2,0.7,0.525,0.2,0.6,0.525,0.25,0.6,0.575,0.1,0.55,0.575,0.1,0.6,0.575,0.25,0.55,0.575,0.2,0.55,0.575,0.15,0.75,0.975,0.1,0.7,0.975,0.1,0.75,0.975,0.2,0.75,0.975,0.25,0.7,0.975,0.25,0.75,0.975,0.15,0.8,0.975,0.1,0.8,0.975,0.25,0.8,0.975,0.25,0.85,0.975,0.1,0.85,0.975,0.2,0.8,0.975,-0.25,0.35,-0.025,-0.25,0.4,-0.025,-0.15,0.4,-0.025,-0.15,0.35,-0.025,-0.05,0.35,-0.025,-0.05,0.4,-0.025,0.05,0.4,-0.025,0.05,0.35,-0.025,-0.15,0,0.025,-0.15,0.05,0.025,-0.05,0.05,0.025,-0.05,0,0.025,0.05,0,0.025,0.05,0.05,0.025,0.15,0.05,0.025,0.15,0,0.025,0.1,0.75,0.075,0.1,0.8,0.075,0.15,0.8,0.075,0.15,0.75,0.075,0.15,0.85,0.375,0.15,0.9,0.375,0.2,0.9,0.375,0.2,0.85,0.375,0.15,0.9,0.475,0.15,0.95,0.475,0.2,0.95,0.475,0.2,0.9,0.475,0.15,0.75,0.975,0.15,0.8,0.975,0.2,0.8,0.975,0.2,0.75,0.975,0.2,0,0.425,0.2,0.55,0.425,0.2,0.55,0.475,0.2,0,0.475,0.1,0,0.475,0.1,0.55,0.475,0.1,0.55,0.525,0.1,0,0.525,0.2,0,0.525,0.2,0.55,0.525,0.2,0.55,0.575,0.2,0,0.575,-0.25,0.4,-0.125,-0.25,0.7,-0.125,-0.25,0.7,-0.025,-0.25,0.4,-0.025,0.05,0.35,-0.025,0.05,0.2,-0.125,0.05,0.35,-0.125,0.05,0.2,-0.025,0.05,0.05,-0.125,0.05,0.05,-0.025,-0.15,0.7,-0.125,-0.15,0.35,-0.175,-0.15,0.7,-0.175,-0.15,0.4,-0.125,-0.15,0.35,-0.125,-0.15,0.2,-0.175,-0.15,0.35,-0.025,-0.15,0.2,-0.125,-0.15,0.35,0.025,-0.15,0.4,-0.025,-0.15,0.7,0.025,-0.15,0.7,-0.025,-0.15,0.2,-0.025,-0.15,0.2,0.025,-0.15,0.75,0.025,-0.15,0.75,-0.125,-0.15,0.75,-0.175,0.1,0.85,0.325,0.1,0.7,0.225,0.1,0.85,0.225,0.1,0.85,0.375,0.1,0.7,0.475,0.1,0.85,0.725,0.1,0.7,0.525,0.1,0.7,0.725,-0.15,1.1,0.075,-0.15,0.95,-0.175,-0.15,1.1,-0.175,-0.15,1,0.075,-0.15,0.95,-0.025,-0.15,0.95,0.075,-0.15,0.95,0.025,-0.15,0.85,-0.175,-0.15,0.85,-0.025,0.1,0.85,0.975,0.1,0.7,0.725,0.1,0.85,0.725,0.1,0.8,0.975,0.1,0.7,0.975,0.1,0.75,0.975,-0.15,0.05,-0.125,-0.15,0.2,-0.125,-0.15,0.2,-0.025,-0.15,0.05,-0.025,0.1,0.85,0.225,0.1,0.8,0.125,0.1,0.85,0.125,0.1,0.7,0.225,0.1,0.75,0.125,0.1,0.7,0.125,-0.1,0.95,0.025,-0.1,0.85,-0.025,-0.1,0.95,-0.025,-0.1,0.8,0.025,-0.1,0.8,-0.025,-0.1,0.75,-0.125,-0.1,0.8,-0.125,-0.1,0.75,0.025,0.05,0.4,0.025,0.05,0.35,-0.025,0.05,0.4,-0.025,0.05,0.2,0.025,0.05,0.2,-0.025,0.15,0.45,0.075,0.15,0.55,0.075,0.15,0.55,0.175,0.15,0.45,0.175,0.15,0.45,0.025,0.15,0.55,0.025,0.15,0.55,0.075,0.15,0.45,0.075,0.15,0.6,0.475,0.15,0.7,0.475,0.15,0.7,0.525,0.15,0.6,0.525,-0.2,0.85,-0.175,-0.2,0.8,-0.225,-0.2,0.85,-0.225,-0.2,0.85,-0.025,-0.2,0.8,-0.125,-0.2,0.8,-0.025,-0.15,0.05,-0.025,-0.15,0,-0.125,-0.15,0.05,-0.125,-0.15,0.05,0.025,-0.15,0,0.025,0.05,0.05,-0.025,0.05,0,-0.125,0.05,0.05,-0.125,0.05,0.05,0.025,0.05,0,0.025,0.15,0.95,0.425,0.15,0.9,0.275,0.15,0.95,0.275,0.15,0.9,0.425,0.15,0.9,0.325,0.15,0.9,0.375,0.15,0.85,0.325,0.15,0.85,0.375,0.1,0.6,0.475,0.1,0.55,0.425,0.1,0.6,0.425,0.1,0.6,0.525,0.1,0.55,0.475,0.1,0.6,0.575,0.1,0.55,0.525,0.1,0.55,0.575,-0.25,0.35,-0.125,-0.25,0.4,-0.125,-0.25,0.4,-0.025,-0.25,0.35,-0.025,0.1,0.75,0.025,0.1,0.8,0.025,0.1,0.8,0.075,0.1,0.75,0.075,0.15,0.75,0.075,0.15,0.8,0.075,0.15,0.8,0.125,0.15,0.75,0.125,0.15,0.9,0.425,0.15,0.95,0.425,0.15,0.95,0.475,0.15,0.9,0.475,0.25,0,0.475,0.25,0.55,0.475,0.25,0.55,0.425,0.25,0,0.425,0.15,0,0.525,0.15,0.55,0.525,0.15,0.55,0.475,0.15,0,0.475,0.25,0,0.575,0.25,0.55,0.575,0.25,0.55,0.525,0.25,0,0.525,0.15,0.45,-0.125,0.15,0.2,0.025,0.15,0.45,0.025,0.15,0.45,-0.175,0.15,0.2,-0.025,0.15,0.2,-0.175,0.15,0.2,-0.125,0.15,0.7,-0.175,0.15,0.7,-0.125,0.15,0.7,-0.025,0.15,0.75,-0.175,0.15,0.7,0.025,0.15,0.55,0.025,0.15,0.55,-0.025,0.15,0.75,-0.125,0.15,0.75,0.025,-0.05,0.35,-0.125,-0.05,0.2,-0.025,-0.05,0.35,-0.025,-0.05,0.2,-0.125,-0.05,0.05,-0.025,-0.05,0.05,-0.125,0.25,0.85,0.375,0.25,0.7,0.725,0.25,0.85,0.725,0.25,0.85,0.325,0.25,0.7,0.525,0.25,0.85,0.225,0.25,0.7,0.475,0.25,0.7,0.225,0.25,0.85,0.725,0.25,0.8,0.975,0.25,0.85,0.975,0.25,0.7,0.725,0.25,0.75,0.975,0.25,0.7,0.975,0.15,0.85,-0.025,0.15,1,-0.025,0.15,1,-0.175,0.15,0.85,-0.175,0.15,1,0.025,0.15,1,0.075,0.15,1.1,-0.175,0.15,1.1,0.075,0.15,0.05,-0.025,0.15,0.2,-0.025,0.15,0.2,-0.125,0.15,0.05,-0.125,0.25,0.55,-0.025,0.25,0.7,-0.025,0.25,0.7,-0.125,0.25,0.55,-0.125,0.25,0.45,0.075,0.25,0.55,0.075,0.25,0.45,-0.125,0.25,0.85,0.125,0.25,0.7,0.225,0.25,0.85,0.225,0.25,0.8,0.125,0.25,0.7,0.125,0.25,0.75,0.125,-0.05,0.4,-0.025,-0.05,0.2,0.025,-0.05,0.4,0.025,-0.05,0.35,-0.025,-0.05,0.2,-0.025,0.1,1,-0.025,0.1,0.95,0.025,0.1,1,0.025,0.1,0.85,-0.025,0.1,0.8,0.025,0.1,0.8,-0.025,0.1,0.75,0.025,0.1,0.8,-0.125,0.1,0.75,-0.125,0.25,0.45,0.175,0.25,0.55,0.175,0.25,0.55,0.075,0.25,0.45,0.075,0.2,0.6,0.525,0.2,0.7,0.525,0.2,0.7,0.475,0.2,0.6,0.475,0.2,0.85,-0.175,0.2,0.8,-0.025,0.2,0.85,-0.025,0.2,0.85,-0.225,0.2,0.8,-0.125,0.2,0.8,-0.225,-0.05,0.05,-0.025,-0.05,0,0.025,-0.05,0.05,0.025,-0.05,0.05,-0.125,-0.05,0,-0.125,0.15,0.05,-0.025,0.15,0,0.025,0.15,0.05,0.025,0.15,0.05,-0.125,0.15,0,-0.125,0.2,0.95,0.275,0.2,0.9,0.425,0.2,0.95,0.425,0.2,0.9,0.275,0.2,0.9,0.375,0.2,0.9,0.325,0.2,0.85,0.375,0.2,0.85,0.325,0.25,0.6,0.525,0.25,0.55,0.575,0.25,0.6,0.575,0.25,0.6,0.475,0.25,0.55,0.525,0.25,0.6,0.425,0.25,0.55,0.475,0.25,0.55,0.425,0.2,0.8,0.075,0.2,0.75,0.125,0.2,0.8,0.125,0.2,0.8,0.025,0.2,0.75,0.075,0.2,0.75,0.025,0,0.95,0.075,0,1,0.075,0,1,0.025,0,0.95,0.025,0.2,0.9,0.475,0.2,0.95,0.475,0.2,0.95,0.425,0.2,0.9,0.425,-0.15,1.1,-0.175,0.15,1.1,-0.175,-0.15,1.1,0.075,0.15,1.1,0.075,0.15,0.85,0.375,0.1,0.85,0.725,0.1,0.85,0.375,0.25,0.85,0.725,0.2,0.85,0.375,0.25,0.85,0.375,0.15,0.85,0.325,0.1,0.85,0.325,0.25,0.85,0.225,0.1,0.85,0.225,0.25,0.85,0.325,0.2,0.85,0.325,0.1,0.85,0.725,0.25,0.85,0.725,0.1,0.85,0.975,0.25,0.85,0.975,-0.2,0.85,-0.175,-0.15,0.85,-0.175,-0.2,0.85,-0.025,-0.15,0.85,-0.025,0.2,0.85,-0.225,-0.2,0.85,-0.225,0.2,0.85,-0.175,0.15,0.85,-0.175,0.15,0.85,-0.025,0.2,0.85,-0.025,-0.15,0.75,-0.125,-0.1,0.75,-0.125,-0.15,0.75,0.025,-0.1,0.75,0.025,0.15,0.75,-0.175,-0.15,0.75,-0.175,0.15,0.75,-0.125,0.1,0.75,-0.125,0.1,0.75,0.025,0.15,0.75,0.025,0.15,0.95,0.275,0.2,0.95,0.275,0.15,0.95,0.425,0.2,0.95,0.425,0.1,0.85,0.125,0.25,0.85,0.125,0.1,0.85,0.225,0.25,0.85,0.225,-0.25,0.7,-0.125,-0.15,0.7,-0.125,-0.25,0.7,-0.025,-0.15,0.7,-0.025,0.15,0.7,-0.125,0.25,0.7,-0.125,0.15,0.7,-0.025,0.25,0.7,-0.025,0.25,0.55,-0.025,0.15,0.55,0.025,0.15,0.55,-0.025,0.15,0.55,0.075,0.25,0.55,0.075,0.15,0.55,0.075,0.25,0.55,0.075,0.15,0.55,0.175,0.25,0.55,0.175,0.25,0.6,0.425,0.1,0.6,0.475,0.1,0.6,0.425,0.15,0.6,0.475,0.25,0.6,0.475,0.2,0.6,0.475,0.1,0.6,0.525,0.15,0.6,0.525,0.1,0.6,0.575,0.25,0.6,0.575,0.2,0.6,0.525,0.25,0.6,0.525,-0.15,0.05,-0.025,-0.05,0.05,-0.025,-0.15,0.05,0.025,-0.05,0.05,0.025,0.05,0.05,-0.025,0.15,0.05,-0.025,0.05,0.05,0.025,0.15,0.05,0.025,0.2,0.8,0.025,0.1,0.8,0.075,0.1,0.8,0.025,0.15,0.8,0.075,0.2,0.8,0.075,0.15,0.8,0.125,0.2,0.8,0.125,0.15,0.95,0.425,0.2,0.95,0.425,0.15,0.95,0.475,0.2,0.95,0.475],"colors":[0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.4666667,0.5921569,0.827451,1,0.4666667,0.5921569,0.827451,1,0.4666667,0.5921569,0.827451,1,0.4666667,0.5921569,0.827451,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.3607843,0.5803922,0.9882353,1,0.3607843,0.5803922,0.9882353,1,0.3607843,0.5803922,0.9882353,1,0.3607843,0.5803922,0.9882353,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.1686275,0.3803922,0.4862745,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.1686275,0.1333333,0.1294118,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.9098039,0.9137255,0.9137255,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.3921569,0.2431373,0.2156863,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1921569,0.1960784,0.2,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1,0.1254902,0.1294118,0.1607843,1]},"spaceexploration_spacedog_optimised":{"faces":[1153,1151,1152,1152,1151,1150,1149,1147,1148,1148,1147,1146,1139,1144,1145,1143,1144,1139,1139,1142,1143,1142,1139,1140,1141,1140,1139,1134,1137,1138,1132,1137,1134,1132,1135,1136,1135,1132,1133,1134,1133,1132,1131,1129,1130,1130,1129,1128,1127,1125,1126,1126,1125,1124,1123,1121,1122,1122,1121,1120,1119,1117,1118,1118,1117,1116,1115,1113,1114,1114,1113,1112,1111,1109,1110,1110,1109,1108,1107,1105,1106,1106,1105,1104,1103,1101,1102,1102,1101,1100,1099,1097,1098,1098,1097,1096,1095,1094,1093,1090,1093,1094,1093,1090,1091,1092,1091,1090,1089,1088,1087,1084,1087,1088,1087,1084,1085,1086,1085,1084,1083,1082,1081,1078,1081,1082,1081,1078,1079,1080,1079,1078,1077,1075,1076,1076,1075,1074,1073,1071,1072,1072,1071,1070,1069,1067,1068,1068,1067,1066,1065,1063,1064,1064,1063,1062,1061,1060,1059,1058,1059,1060,1059,1058,1057,1054,1057,1058,1057,1054,1055,1056,1055,1054,1053,1051,1052,1052,1051,1050,1049,1047,1048,1048,1047,1046,1045,1043,1044,1044,1043,1042,1041,1039,1040,1040,1039,1038,1037,1035,1036,1036,1035,1034,1033,1031,1032,1032,1031,1030,1029,1027,1028,1028,1027,1026,1025,1024,1023,1020,1023,1024,1023,1020,1021,1022,1021,1020,1019,1018,1017,1014,1017,1018,1017,1014,1015,1016,1015,1014,1013,1011,1012,1012,1011,1010,1009,1008,1007,1004,1007,1008,1007,1004,1005,1006,1005,1004,1003,1002,1001,999,1001,1002,1001,999,1000,997,1000,999,999,998,997,994,997,998,997,994,995,996,995,994,993,992,991,990,991,992,991,990,989,986,989,990,989,986,987,988,987,986,985,983,984,984,983,982,981,980,978,980,979,978,977,976,974,976,975,974,970,973,972,972,969,970,971,970,969,968,964,967,964,961,967,964,966,965,965,963,964,961,964,963,963,960,961,962,961,960,959,957,958,954,958,957,956,957,950,957,956,954,948,956,950,955,954,956,954,955,951,953,954,951,953,951,952,949,952,951,951,948,949,950,949,948,947,946,944,946,945,944,943,942,940,942,941,940,939,938,936,938,937,936,932,935,934,934,931,932,933,932,931,930,929,927,929,928,927,926,925,923,925,924,923,922,921,919,921,920,919,915,918,917,917,914,915,916,915,914,913,912,910,912,911,910,909,908,906,908,907,906,905,904,902,904,903,902,898,901,900,900,897,898,899,898,897,896,895,893,895,894,893,892,891,889,891,890,889,888,887,885,887,886,885,881,884,883,883,880,881,882,881,880,879,877,878,877,874,878,874,877,876,876,873,874,875,874,873,872,871,869,871,870,869,868,867,865,867,866,865,864,863,861,863,862,861,860,859,857,859,858,857,856,855,853,855,854,853,852,851,849,851,850,849,848,847,845,847,846,845,844,843,841,843,842,841,837,840,839,839,836,837,838,837,836,835,829,834,830,834,829,833,831,832,828,832,831,831,830,828,829,828,830,829,825,828,825,827,828,827,825,826,824,826,825,825,823,824,822,824,823,823,821,822,820,822,821,821,819,820,817,820,819,819,816,817,818,817,816,812,815,814,814,811,812,813,812,811,796,810,795,802,795,810,810,804,802,809,803,805,808,806,807,804,807,806,806,805,804,804,805,803,803,802,804,802,803,801,800,802,801,801,799,800,794,800,799,799,798,794,797,794,798,797,796,794,796,795,794,793,791,792,789,792,791,791,788,789,790,789,788,787,786,784,786,785,784,780,783,782,782,779,780,781,780,779,778,776,777,775,777,776,776,774,775,772,775,774,774,771,772,773,772,771,767,770,769,769,766,767,768,767,766,765,758,764,757,764,758,761,763,762,762,760,761,759,761,760,760,756,759,758,759,756,758,756,757,755,757,756,756,749,755,747,755,749,754,752,753,751,753,752,752,750,751,748,751,750,750,747,748,749,748,747,744,746,745,745,743,744,742,744,743,743,740,742,741,742,740,729,741,740,740,737,729,739,731,738,737,738,731,731,729,737,736,734,735,733,735,734,734,732,733,730,733,732,732,729,730,731,730,729,728,726,727,724,727,726,726,723,724,725,724,723,722,720,721,718,721,720,720,717,718,719,718,717,716,715,713,715,714,713,709,712,711,711,708,709,710,709,708,707,706,704,706,705,704,703,700,702,700,701,702,699,701,700,700,698,699,696,699,698,698,695,696,697,696,695,691,694,686,694,691,689,693,690,692,691,692,690,688,691,686,690,689,691,689,690,685,683,689,685,688,686,687,684,687,686,686,683,684,685,684,683,682,681,679,681,680,679,678,677,675,677,676,675,674,673,671,673,672,671,667,670,669,669,666,667,668,667,666,665,664,662,664,663,662,658,661,660,660,657,658,659,658,657,656,655,653,655,654,653,652,651,649,651,650,649,648,647,645,647,646,645,644,643,641,643,642,641,640,639,637,639,638,637,633,636,635,635,632,633,634,633,632,631,630,628,630,629,628,624,627,626,626,623,624,625,624,623,622,621,619,621,620,619,618,617,615,617,616,615,614,611,613,611,612,613,609,612,611,611,608,609,610,609,608,607,606,604,606,605,604,603,602,600,602,601,600,599,598,596,598,597,596,595,594,592,594,593,592,591,590,588,590,589,588,587,586,584,586,585,584,583,582,580,582,581,580,579,578,576,578,577,576,572,575,574,574,571,572,573,572,571,570,568,569,559,569,568,568,556,559,567,565,566,564,566,565,565,563,564,562,564,563,563,561,562,560,562,561,561,559,560,559,557,560,557,559,556,558,557,555,556,555,557,556,554,555,552,555,554,554,551,552,553,552,551,547,550,549,549,546,547,548,547,546,537,545,538,531,538,545,545,539,531,544,530,540,543,540,542,541,542,540,540,539,541,539,540,530,530,531,539,537,538,534,536,537,534,536,534,535,533,535,534,534,532,533,529,533,532,532,531,529,531,530,529,526,528,527,527,525,526,523,526,525,525,522,523,524,523,522,518,521,520,520,517,518,519,518,517,513,516,515,515,512,513,514,513,512,511,509,510,508,510,509,509,507,508,505,508,507,507,504,505,506,505,504,500,503,502,502,499,500,501,500,499,498,496,497,496,495,497,496,492,495,493,495,492,494,493,491,492,491,493,492,486,491,486,488,491,490,488,489,487,489,488,488,486,487,485,487,486,486,480,485,478,485,480,482,484,483,483,481,482,479,482,481,481,478,479,480,479,478,475,477,476,476,474,475,473,475,474,474,472,473,468,473,472,468,472,462,471,469,470,460,470,469,469,468,460,462,460,468,467,465,466,464,466,465,465,463,464,461,464,463,463,460,461,462,461,460,459,457,458,455,458,457,457,454,455,456,455,454,453,451,452,449,452,451,451,448,449,450,449,448,447,446,444,446,445,444,443,442,440,442,441,440,439,438,436,438,437,436,435,434,432,434,433,432,431,430,428,430,429,428,427,426,424,426,425,424,423,422,420,422,421,420,419,418,416,418,417,416,415,414,412,414,413,412,411,410,408,410,409,408,407,406,404,406,405,404,400,403,402,402,399,400,401,400,399,398,397,395,397,396,395,394,393,391,393,392,391,387,390,389,389,386,387,388,387,386,385,384,382,384,383,382,381,380,378,380,379,378,374,377,376,376,373,374,375,374,373,372,371,369,371,370,369,368,367,365,367,366,365,361,364,363,363,360,361,362,361,360,359,358,356,358,357,356,355,349,354,349,351,354,353,350,352,350,347,352,351,349,350,347,350,349,349,346,347,348,347,346,344,345,339,341,344,339,342,343,338,336,342,338,341,339,340,337,340,339,339,336,337,338,337,336,335,334,332,334,333,332,328,331,330,330,327,328,329,328,327,323,326,325,325,322,323,324,323,322,321,320,318,320,319,318,317,312,316,312,315,316,315,312,310,314,309,313,312,313,309,309,310,312,311,310,308,310,309,308,307,306,304,306,305,304,303,298,302,298,301,302,301,298,296,300,295,299,298,299,295,295,296,298,297,296,294,296,295,294,293,292,290,292,291,290,289,288,286,288,287,286,285,284,282,284,283,282,281,280,278,280,279,278,277,276,274,276,275,274,273,272,270,272,271,270,269,268,266,268,267,266,265,263,264,261,264,263,263,260,261,262,261,260,259,257,258,255,258,257,257,254,255,256,255,254,253,251,252,249,252,251,251,248,249,250,249,248,247,245,246,243,246,245,245,242,243,244,243,242,239,241,238,240,239,235,238,235,239,238,237,235,237,236,235,232,234,233,233,231,232,228,232,231,231,230,228,230,229,228,225,227,224,226,225,221,224,221,225,224,223,221,223,222,221,218,220,219,219,217,218,214,218,217,217,216,214,216,215,214,212,213,205,207,212,205,210,211,204,202,210,204,209,207,208,206,208,207,207,205,206,203,206,205,205,202,203,204,203,202,201,200,198,200,199,198,197,196,194,196,195,194,193,192,190,192,191,190,189,188,186,188,187,186,182,185,184,184,181,182,183,182,181,177,180,179,179,176,177,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,167,166,164,166,165,164,160,163,162,162,159,160,161,160,159,158,157,155,157,156,155,154,153,151,153,152,151,150,149,147,149,148,147,146,145,143,145,144,143,139,142,141,141,138,139,140,139,138,134,137,136,136,133,134,135,134,133,132,131,129,131,130,129,128,127,125,127,126,125,124,123,121,123,122,121,120,119,117,119,118,117,113,116,115,115,112,113,114,113,112,111,110,108,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,73,74,71,74,73,73,70,71,72,71,70,69,67,68,65,68,67,67,64,65,66,65,64,61,63,62,62,60,61,57,61,60,60,59,57,59,58,57,54,56,53,55,54,50,53,50,54,53,52,50,52,51,50,47,49,48,48,46,47,43,47,46,46,45,43,45,44,43,40,42,39,41,40,36,39,36,40,39,38,36,38,37,36,34,35,33,32,34,33,33,31,32,26,32,31,31,30,26,29,26,30,29,28,26,28,27,26,25,24,22,24,23,22,21,20,18,20,19,18,17,16,14,16,15,14,13,11,12,7,12,11,11,10,7,11,9,10,8,7,10,0,10,9,9,2,0,8,3,7,6,7,3,3,5,6,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[0.09999999,0.32,-0.42,0.18,0.16,-0.42,0.18,0.32,-0.42,-0.09999999,0.32,-0.42,-0.18,0.16,-0.42,-0.18,0.32,-0.42,-0.18,0.44,-0.42,-0.18,0.48,-0.42,-0.09999999,0.48,-0.42,0.18,0.44,-0.42,0.09999999,0.48,-0.42,0.18,0.48,-0.42,-0.18,0.52,-0.42,0.18,0.52,-0.42,0.06,0.36,-0.54,0.06,0.52,-0.54,-0.06,0.52,-0.54,-0.06,0.36,-0.54,-0.06,0.56,0.26,-0.06,0.68,0.26,-0.18,0.68,0.26,-0.18,0.56,0.26,0.18,0.56,0.26,0.18,0.68,0.26,0.06,0.68,0.26,0.06,0.56,0.26,-0.06,0.36,-0.46,-0.06,0.48,-0.46,-0.09999999,0.48,-0.46,-0.09999999,0.36,-0.46,-0.09999999,0.32,-0.46,0.09999999,0.32,-0.46,0.06,0.36,-0.46,0.09999999,0.36,-0.46,0.06,0.48,-0.46,0.09999999,0.48,-0.46,-0.18,0.16,-0.38,-0.18,0.32,-0.38,-0.22,0.32,-0.38,-0.22,0.16,-0.38,-0.06,0.12,-0.38,-0.06,0.16,-0.38,-0.22,0.12,-0.38,0.22,0.16,-0.38,0.22,0.32,-0.38,0.18,0.32,-0.38,0.18,0.16,-0.38,0.22,0.12,-0.38,0.06,0.16,-0.38,0.06,0.12,-0.38,-0.18,0.16,-0.02,-0.18,0.32,-0.02,-0.22,0.32,-0.02,-0.22,0.16,-0.02,-0.06,0.12,-0.02,-0.06,0.16,-0.02,-0.22,0.12,-0.02,0.22,0.16,-0.02,0.22,0.32,-0.02,0.18,0.32,-0.02,0.18,0.16,-0.02,0.22,0.12,-0.02,0.06,0.16,-0.02,0.06,0.12,-0.02,-0.22,0.52,0.3,-0.18,0.4,0.3,-0.18,0.52,0.3,-0.22,0.48,0.3,-0.22,0.4,0.3,-0.22,0.44,0.3,0.18,0.52,0.3,0.22,0.48,0.3,0.22,0.52,0.3,0.18,0.4,0.3,0.22,0.44,0.3,0.22,0.4,0.3,-0.09999999,0.52,0.02,-0.09999999,0.6,0.02,-0.18,0.6,0.02,-0.18,0.52,0.02,0.18,0.52,0.02,0.18,0.6,0.02,0.09999999,0.6,0.02,0.09999999,0.52,0.02,-0.18,0.32,-0.38,-0.18,0.4,-0.38,-0.22,0.4,-0.38,-0.22,0.32,-0.38,0.22,0.32,-0.38,0.22,0.4,-0.38,0.18,0.4,-0.38,0.18,0.32,-0.38,-0.18,0.32,-0.02,-0.18,0.4,-0.02,-0.22,0.4,-0.02,-0.22,0.32,-0.02,0.22,0.32,-0.02,0.22,0.4,-0.02,0.18,0.4,-0.02,0.18,0.32,-0.02,0.18,0.16,0.22,0.18,0.2,0.22,-0.18,0.2,0.22,-0.18,0.16,0.22,0.06,0.56,-0.58,0.06,0.6,-0.58,-0.06,0.6,-0.58,-0.06,0.56,-0.58,0.06,0.52,-0.54,0.06,0.56,-0.54,-0.06,0.56,-0.54,-0.06,0.52,-0.54,-0.22,0.12,-0.38,-0.06,0.08,-0.38,-0.06,0.12,-0.38,-0.22,0.08,-0.38,-0.18,0.08,-0.38,-0.06,0,-0.38,-0.06,0.04,-0.38,-0.18,0.04,-0.38,-0.18,0,-0.38,-0.06,0.04,-0.38,-0.06,0.08,-0.38,-0.18,0.08,-0.38,-0.18,0.04,-0.38,0.18,0,-0.38,0.18,0.04,-0.38,0.06,0.04,-0.38,0.06,0,-0.38,0.18,0.04,-0.38,0.18,0.08,-0.38,0.06,0.08,-0.38,0.06,0.04,-0.38,0.06,0.12,-0.38,0.22,0.08,-0.38,0.22,0.12,-0.38,0.06,0.08,-0.38,0.18,0.08,-0.38,-0.22,0.12,-0.02,-0.06,0.08,-0.02,-0.06,0.12,-0.02,-0.22,0.08,-0.02,-0.18,0.08,-0.02,-0.06,0,-0.02,-0.06,0.04,-0.02,-0.18,0.04,-0.02,-0.18,0,-0.02,-0.06,0.04,-0.02,-0.06,0.08,-0.02,-0.18,0.08,-0.02,-0.18,0.04,-0.02,0.18,0,-0.02,0.18,0.04,-0.02,0.06,0.04,-0.02,0.06,0,-0.02,0.18,0.04,-0.02,0.18,0.08,-0.02,0.06,0.08,-0.02,0.06,0.04,-0.02,0.06,0.12,-0.02,0.22,0.08,-0.02,0.22,0.12,-0.02,0.06,0.08,-0.02,0.18,0.08,-0.02,-0.06,0.52,0.22,-0.06,0.56,0.22,-0.18,0.56,0.22,-0.18,0.52,0.22,0.06,0.52,0.22,0.06,0.56,0.22,-0.06,0.56,0.22,-0.06,0.52,0.22,0.18,0.52,0.22,0.18,0.56,0.22,0.06,0.56,0.22,0.06,0.52,0.22,-0.14,0.32,0.42,-0.09999999,0.28,0.42,-0.09999999,0.32,0.42,-0.18,0.32,0.42,-0.18,0.28,0.42,0.14,0.32,0.42,0.18,0.28,0.42,0.18,0.32,0.42,0.09999999,0.32,0.42,0.09999999,0.28,0.42,-0.18,0.4,-0.38,-0.18,0.44,-0.38,-0.22,0.44,-0.38,-0.22,0.4,-0.38,0.22,0.4,-0.38,0.22,0.44,-0.38,0.18,0.44,-0.38,0.18,0.4,-0.38,-0.18,0.4,-0.02,-0.18,0.44,-0.02,-0.22,0.44,-0.02,-0.22,0.4,-0.02,0.22,0.4,-0.02,0.22,0.44,-0.02,0.18,0.44,-0.02,0.18,0.4,-0.02,-0.06,0.44,0.54,-0.18,0.36,0.54,-0.18,0.44,0.54,0.06,0.44,0.54,-0.18,0.32,0.54,0.18,0.44,0.54,0.18,0.32,0.54,0.18,0.36,0.54,-0.06,0.52,0.54,-0.18,0.52,0.54,0.18,0.52,0.54,0.06,0.52,0.54,-0.22,0.16,-0.26,-0.22,0.32,-0.26,-0.18,0.32,-0.26,-0.18,0.16,-0.26,-0.22,0.12,-0.26,-0.06,0.16,-0.26,-0.06,0.12,-0.26,0.18,0.16,-0.26,0.18,0.32,-0.26,0.22,0.32,-0.26,0.22,0.16,-0.26,0.06,0.12,-0.26,0.06,0.16,-0.26,0.22,0.12,-0.26,-0.22,0.16,0.09999999,-0.22,0.32,0.09999999,-0.18,0.32,0.09999999,-0.18,0.16,0.09999999,-0.22,0.12,0.09999999,-0.06,0.16,0.09999999,-0.06,0.12,0.09999999,0.18,0.16,0.09999999,0.18,0.32,0.09999999,0.22,0.32,0.09999999,0.22,0.16,0.09999999,0.06,0.12,0.09999999,0.06,0.16,0.09999999,0.22,0.12,0.09999999,-0.18,0.52,0.42,-0.22,0.48,0.42,-0.22,0.52,0.42,-0.18,0.4,0.42,-0.22,0.44,0.42,-0.22,0.4,0.42,0.22,0.52,0.42,0.18,0.4,0.42,0.18,0.52,0.42,0.22,0.48,0.42,0.22,0.4,0.42,0.22,0.44,0.42,0.09999999,0.28,0.5,-0.09999999,0.24,0.5,-0.09999999,0.28,0.5,0.09999999,0.24,0.5,-0.09999999,0.2,0.5,0.09999999,0.2,0.5,0.06,0.6,-0.46,-0.06,0.56,-0.46,-0.06,0.6,-0.46,0.06,0.56,-0.46,-0.06,0.52,-0.46,0.06,0.52,-0.46,-0.06,0.44,0.58,-0.06,0.52,0.58,0.06,0.52,0.58,0.06,0.44,0.58,-0.18,0.52,0.14,-0.18,0.6,0.14,-0.09999999,0.6,0.14,-0.09999999,0.52,0.14,0.09999999,0.52,0.14,0.09999999,0.6,0.14,0.18,0.6,0.14,0.18,0.52,0.14,-0.22,0.32,-0.26,-0.22,0.4,-0.26,-0.18,0.4,-0.26,-0.18,0.32,-0.26,0.18,0.32,-0.26,0.18,0.4,-0.26,0.22,0.4,-0.26,0.22,0.32,-0.26,-0.22,0.32,0.09999999,-0.22,0.4,0.09999999,-0.18,0.4,0.09999999,-0.18,0.32,0.09999999,0.18,0.32,0.09999999,0.18,0.4,0.09999999,0.22,0.4,0.09999999,0.22,0.32,0.09999999,-0.18,0.56,0.34,-0.18,0.64,0.34,-0.14,0.64,0.34,-0.14,0.56,0.34,-0.06,0.64,0.34,-0.06,0.68,0.34,-0.18,0.68,0.34,-0.09999999,0.64,0.34,-0.09999999,0.56,0.34,-0.06,0.56,0.34,-0.14,0.56,0.34,-0.14,0.64,0.34,-0.09999999,0.64,0.34,-0.09999999,0.56,0.34,0.06,0.56,0.34,0.06,0.64,0.34,0.09999999,0.64,0.34,0.09999999,0.56,0.34,0.18,0.64,0.34,0.18,0.68,0.34,0.06,0.68,0.34,0.14,0.64,0.34,0.14,0.56,0.34,0.18,0.56,0.34,0.09999999,0.56,0.34,0.09999999,0.64,0.34,0.14,0.64,0.34,0.14,0.56,0.34,-0.14,0.32,0.38,-0.18,0.24,0.38,-0.18,0.32,0.38,-0.14,0.28,0.38,-0.14,0.24,0.38,0.18,0.32,0.38,0.14,0.28,0.38,0.14,0.32,0.38,0.18,0.24,0.38,0.14,0.24,0.38,-0.18,0.16,0.14,-0.18,0.2,0.14,0.18,0.2,0.14,0.18,0.16,0.14,-0.09999999,0.2,0.46,-0.18,0.16,0.46,-0.18,0.2,0.46,0.09999999,0.2,0.46,0.18,0.16,0.46,0.18,0.2,0.46,-0.09999999,0.24,0.46,-0.18,0.24,0.46,0.18,0.24,0.46,0.09999999,0.24,0.46,0.14,0.32,0.38,-0.14,0.28,0.38,-0.14,0.32,0.38,0.14,0.28,0.38,-0.09999999,0.28,0.38,0.09999999,0.28,0.38,-0.14,0.24,0.38,-0.09999999,0.24,0.38,0.09999999,0.24,0.38,0.14,0.24,0.38,-0.06,0.48,-0.46,-0.06,0.52,-0.46,0.06,0.52,-0.46,0.06,0.48,-0.46,-0.06,0.12,-0.26,-0.22,0.08,-0.26,-0.22,0.12,-0.26,-0.06,0.08,-0.26,-0.18,0.08,-0.26,-0.18,0.04,-0.26,-0.18,0.08,-0.26,-0.06,0.08,-0.26,-0.06,0.04,-0.26,0.06,0.04,-0.26,0.06,0.08,-0.26,0.18,0.08,-0.26,0.18,0.04,-0.26,0.22,0.12,-0.26,0.06,0.08,-0.26,0.06,0.12,-0.26,0.22,0.08,-0.26,0.18,0.08,-0.26,-0.18,0,-0.22,-0.18,0.04,-0.22,-0.06,0.04,-0.22,-0.06,0,-0.22,0.06,0,-0.22,0.06,0.04,-0.22,0.18,0.04,-0.22,0.18,0,-0.22,-0.06,0.12,0.09999999,-0.22,0.08,0.09999999,-0.22,0.12,0.09999999,-0.06,0.08,0.09999999,-0.18,0.08,0.09999999,-0.18,0.04,0.09999999,-0.18,0.08,0.09999999,-0.06,0.08,0.09999999,-0.06,0.04,0.09999999,0.06,0.04,0.09999999,0.06,0.08,0.09999999,0.18,0.08,0.09999999,0.18,0.04,0.09999999,0.22,0.12,0.09999999,0.06,0.08,0.09999999,0.06,0.12,0.09999999,0.22,0.08,0.09999999,0.18,0.08,0.09999999,-0.18,0,0.14,-0.18,0.04,0.14,-0.06,0.04,0.14,-0.06,0,0.14,0.06,0,0.14,0.06,0.04,0.14,0.18,0.04,0.14,0.18,0,0.14,-0.18,0.52,0.46,-0.18,0.56,0.46,-0.06,0.56,0.46,-0.06,0.52,0.46,-0.06,0.52,0.46,-0.06,0.56,0.46,0.06,0.56,0.46,0.06,0.52,0.46,0.06,0.52,0.46,0.06,0.56,0.46,0.18,0.56,0.46,0.18,0.52,0.46,-0.18,0.28,0.5,-0.18,0.32,0.5,-0.09999999,0.32,0.5,-0.09999999,0.28,0.5,0.09999999,0.28,0.5,0.09999999,0.32,0.5,0.18,0.32,0.5,0.18,0.28,0.5,-0.22,0.4,-0.26,-0.22,0.44,-0.26,-0.18,0.44,-0.26,-0.18,0.4,-0.26,0.18,0.4,-0.26,0.18,0.44,-0.26,0.22,0.44,-0.26,0.22,0.4,-0.26,-0.22,0.4,0.09999999,-0.22,0.44,0.09999999,-0.18,0.44,0.09999999,-0.18,0.4,0.09999999,0.18,0.4,0.09999999,0.18,0.44,0.09999999,0.22,0.44,0.09999999,0.22,0.4,0.09999999,-0.22,0.32,-0.26,-0.22,0.16,-0.38,-0.22,0.32,-0.38,-0.22,0.16,-0.26,-0.22,0.12,-0.38,-0.22,0.12,-0.26,-0.22,0.32,0.09999999,-0.22,0.16,-0.02,-0.22,0.32,-0.02,-0.22,0.16,0.09999999,-0.22,0.12,-0.02,-0.22,0.12,0.09999999,-0.18,0.44,-0.18,-0.18,0.4,-0.26,-0.18,0.44,-0.26,-0.18,0.4,-0.18,-0.18,0.32,-0.26,-0.18,0.32,-0.18,-0.18,0.16,-0.26,-0.18,0.16,-0.18,-0.18,0.44,-0.42,-0.18,0.48,-0.42,-0.18,0.52,-0.18,-0.18,0.52,-0.42,-0.18,0.44,-0.38,-0.18,0.32,-0.42,-0.18,0.4,-0.38,-0.18,0.16,-0.42,-0.18,0.32,-0.38,-0.18,0.16,-0.38,-0.18,0.44,0.14,-0.18,0.4,0.09999999,-0.18,0.44,0.09999999,-0.18,0.2,0.14,-0.18,0.32,0.09999999,-0.18,0.16,0.14,-0.18,0.16,0.09999999,-0.18,0.52,0.14,-0.18,0.44,-0.02,-0.18,0.52,0.09999999,-0.18,0.44,-0.09999999,-0.18,0.52,0.02,-0.18,0.52,-0.09999999,-0.18,0.4,-0.09999999,-0.18,0.4,-0.02,-0.18,0.32,-0.14,-0.18,0.4,-0.14,-0.18,0.32,-0.09999999,-0.18,0.32,-0.02,-0.18,0.16,-0.09999999,-0.18,0.16,-0.02,-0.18,0.52,0.18,-0.18,0.44,0.14,-0.18,0.52,0.14,-0.18,0.2,0.18,-0.18,0.2,0.14,-0.18,0.52,0.22,-0.18,0.2,0.18,-0.18,0.52,0.18,-0.18,0.4,0.22,-0.18,0.2,0.22,-0.18,0.36,0.22,-0.18,0.24,0.22,-0.18,0.32,0.22,-0.06,0.52,-0.46,-0.06,0.36,-0.54,-0.06,0.52,-0.54,-0.06,0.48,-0.46,-0.06,0.36,-0.46,-0.18,0.32,-0.14,-0.18,0.16,-0.18,-0.18,0.32,-0.18,-0.18,0.32,-0.09999999,-0.18,0.16,-0.09999999,-0.18,0.52,-0.09999999,-0.18,0.44,-0.18,-0.18,0.52,-0.18,-0.18,0.44,-0.09999999,-0.18,0.4,-0.18,-0.18,0.4,-0.09999999,-0.18,0.4,-0.14,-0.18,0.4,0.22,-0.18,0.52,0.22,-0.18,0.52,0.3,-0.18,0.4,0.3,-0.18,0.36,0.22,-0.18,0.4,0.42,-0.18,0.36,0.46,-0.18,0.4,0.46,-0.18,0.52,0.46,-0.18,0.52,0.42,-0.18,0.56,0.34,-0.18,0.56,0.26,-0.18,0.64,0.34,-0.18,0.68,0.34,-0.18,0.68,0.26,-0.18,0.56,0.22,-0.18,0.56,0.46,0.06,0.68,0.34,0.06,0.56,0.26,0.06,0.68,0.26,0.06,0.64,0.34,0.06,0.56,0.34,-0.18,0.52,0.54,-0.18,0.4,0.46,-0.18,0.52,0.46,-0.18,0.44,0.54,-0.18,0.36,0.46,-0.18,0.36,0.54,-0.18,0.32,0.22,-0.18,0.36,0.22,-0.18,0.32,0.38,-0.18,0.24,0.22,-0.18,0.24,0.38,-0.18,0.2,0.22,-0.18,0.24,0.42,-0.18,0.16,0.22,-0.18,0.24,0.46,-0.18,0.16,0.46,-0.18,0.2,0.46,-0.18,0.32,0.54,-0.18,0.32,0.42,-0.18,0.32,0.5,-0.09999999,0.48,-0.42,-0.09999999,0.36,-0.46,-0.09999999,0.48,-0.46,-0.09999999,0.32,-0.42,-0.09999999,0.32,-0.46,-0.22,0.32,-0.38,-0.22,0.4,-0.38,-0.22,0.4,-0.26,-0.22,0.32,-0.26,-0.22,0.32,-0.02,-0.22,0.4,-0.02,-0.22,0.4,0.09999999,-0.22,0.32,0.09999999,-0.18,0.52,0.02,-0.18,0.6,0.02,-0.18,0.6,0.09999999,-0.18,0.52,0.09999999,0.09999999,0.52,0.02,0.09999999,0.6,0.02,0.09999999,0.6,0.09999999,0.09999999,0.52,0.09999999,-0.18,0.32,-0.18,-0.18,0.4,-0.18,-0.18,0.4,-0.14,-0.18,0.32,-0.14,-0.18,0.52,0.09999999,-0.18,0.6,0.09999999,-0.18,0.6,0.14,-0.18,0.52,0.14,0.09999999,0.52,0.09999999,0.09999999,0.6,0.09999999,0.09999999,0.6,0.14,0.09999999,0.52,0.14,-0.06,0.44,0.54,-0.06,0.52,0.54,-0.06,0.52,0.58,-0.06,0.44,0.58,-0.06,0.6,-0.46,-0.06,0.56,-0.58,-0.06,0.6,-0.58,-0.06,0.56,-0.46,-0.06,0.56,-0.54,-0.06,0.52,-0.54,-0.06,0.52,-0.46,-0.22,0.08,-0.38,-0.22,0.12,-0.38,-0.22,0.12,-0.26,-0.22,0.08,-0.26,-0.22,0.4,-0.38,-0.22,0.44,-0.38,-0.22,0.44,-0.26,-0.22,0.4,-0.26,-0.18,0.04,-0.26,-0.18,0,-0.38,-0.18,0.04,-0.38,-0.18,0.04,-0.22,-0.18,0,-0.22,-0.18,0.04,-0.38,-0.18,0.08,-0.38,-0.18,0.08,-0.26,-0.18,0.04,-0.26,0.06,0.04,-0.26,0.06,0,-0.38,0.06,0.04,-0.38,0.06,0.04,-0.22,0.06,0,-0.22,0.06,0.04,-0.38,0.06,0.08,-0.38,0.06,0.08,-0.26,0.06,0.04,-0.26,0.06,0.08,-0.38,0.06,0.12,-0.38,0.06,0.12,-0.26,0.06,0.08,-0.26,0.06,0.12,-0.38,0.06,0.16,-0.38,0.06,0.16,-0.26,0.06,0.12,-0.26,-0.22,0.08,-0.02,-0.22,0.12,-0.02,-0.22,0.12,0.09999999,-0.22,0.08,0.09999999,-0.22,0.4,-0.02,-0.22,0.44,-0.02,-0.22,0.44,0.09999999,-0.22,0.4,0.09999999,-0.18,0.04,0.09999999,-0.18,0,-0.02,-0.18,0.04,-0.02,-0.18,0.04,0.14,-0.18,0,0.14,-0.18,0.04,-0.02,-0.18,0.08,-0.02,-0.18,0.08,0.09999999,-0.18,0.04,0.09999999,0.06,0.04,0.09999999,0.06,0,-0.02,0.06,0.04,-0.02,0.06,0.04,0.14,0.06,0,0.14,0.06,0.04,-0.02,0.06,0.08,-0.02,0.06,0.08,0.09999999,0.06,0.04,0.09999999,0.06,0.08,-0.02,0.06,0.12,-0.02,0.06,0.12,0.09999999,0.06,0.08,0.09999999,0.06,0.12,-0.02,0.06,0.16,-0.02,0.06,0.16,0.09999999,0.06,0.12,0.09999999,-0.22,0.44,0.34,-0.22,0.4,0.3,-0.22,0.44,0.3,-0.22,0.44,0.38,-0.22,0.4,0.42,-0.22,0.44,0.42,-0.22,0.48,0.34,-0.22,0.48,0.3,-0.22,0.48,0.42,-0.22,0.52,0.42,-0.22,0.52,0.3,-0.22,0.48,0.38,-0.09999999,0.28,0.42,-0.09999999,0.24,0.38,-0.09999999,0.28,0.38,-0.09999999,0.28,0.5,-0.09999999,0.24,0.42,-0.09999999,0.24,0.5,-0.09999999,0.24,0.46,-0.09999999,0.2,0.46,-0.09999999,0.2,0.5,-0.18,0.28,0.42,-0.18,0.32,0.42,-0.18,0.32,0.5,-0.18,0.28,0.5,0.09999999,0.32,0.46,0.09999999,0.28,0.42,0.09999999,0.32,0.42,0.09999999,0.32,0.5,0.09999999,0.28,0.5,-0.22,0.44,0.34,-0.22,0.48,0.34,-0.22,0.48,0.38,-0.22,0.44,0.38,0.22,0.32,-0.38,0.22,0.16,-0.26,0.22,0.32,-0.26,0.22,0.16,-0.38,0.22,0.12,-0.26,0.22,0.12,-0.38,0.22,0.32,-0.02,0.22,0.16,0.09999999,0.22,0.32,0.09999999,0.22,0.16,-0.02,0.22,0.12,0.09999999,0.22,0.12,-0.02,0.18,0.44,-0.26,0.18,0.4,-0.18,0.18,0.44,-0.18,0.18,0.4,-0.26,0.18,0.32,-0.18,0.18,0.32,-0.26,0.18,0.16,-0.18,0.18,0.16,-0.26,0.18,0.48,-0.42,0.18,0.52,-0.42,0.18,0.52,-0.18,0.18,0.44,-0.42,0.18,0.44,-0.38,0.18,0.4,-0.38,0.18,0.32,-0.42,0.18,0.32,-0.38,0.18,0.16,-0.42,0.18,0.16,-0.38,0.18,0.44,-0.09999999,0.18,0.4,-0.02,0.18,0.44,-0.02,0.18,0.4,-0.09999999,0.18,0.32,-0.02,0.18,0.32,-0.09999999,0.18,0.16,-0.02,0.18,0.16,-0.09999999,0.18,0.52,-0.09999999,0.18,0.44,0.09999999,0.18,0.52,0.02,0.18,0.44,0.14,0.18,0.2,0.14,0.18,0.4,0.09999999,0.18,0.16,0.14,0.18,0.32,0.09999999,0.18,0.16,0.09999999,0.18,0.52,0.09999999,0.18,0.52,0.14,0.18,0.52,0.14,0.18,0.2,0.18,0.18,0.52,0.18,0.18,0.44,0.14,0.18,0.2,0.14,0.18,0.52,0.18,0.18,0.4,0.22,0.18,0.52,0.22,0.18,0.2,0.18,0.18,0.36,0.22,0.18,0.2,0.22,0.18,0.32,0.22,0.18,0.24,0.22,0.06,0.52,-0.54,0.06,0.48,-0.46,0.06,0.52,-0.46,0.06,0.36,-0.54,0.06,0.36,-0.46,0.18,0.16,-0.09999999,0.18,0.32,-0.09999999,0.18,0.32,-0.18,0.18,0.16,-0.18,0.18,0.52,-0.18,0.18,0.44,-0.09999999,0.18,0.52,-0.09999999,0.18,0.44,-0.18,0.18,0.4,-0.09999999,0.18,0.4,-0.18,0.18,0.4,0.3,0.18,0.52,0.3,0.18,0.52,0.22,0.18,0.4,0.22,0.18,0.36,0.22,0.18,0.36,0.46,0.18,0.4,0.42,0.18,0.4,0.46,0.18,0.52,0.42,0.18,0.52,0.46,0.18,0.56,0.26,0.18,0.56,0.34,0.18,0.64,0.34,0.18,0.68,0.26,0.18,0.68,0.34,0.18,0.56,0.46,0.18,0.56,0.22,-0.06,0.68,0.26,-0.06,0.64,0.34,-0.06,0.68,0.34,-0.06,0.56,0.26,-0.06,0.56,0.34,0.18,0.52,0.46,0.18,0.44,0.54,0.18,0.52,0.54,0.18,0.4,0.46,0.18,0.36,0.54,0.18,0.36,0.46,0.18,0.32,0.54,0.18,0.36,0.22,0.18,0.32,0.5,0.18,0.32,0.22,0.18,0.32,0.42,0.18,0.32,0.38,0.18,0.24,0.38,0.18,0.24,0.22,0.18,0.16,0.46,0.18,0.2,0.46,0.18,0.24,0.42,0.18,0.24,0.46,0.18,0.16,0.22,0.18,0.2,0.22,0.09999999,0.48,-0.46,0.09999999,0.32,-0.42,0.09999999,0.48,-0.42,0.09999999,0.36,-0.46,0.09999999,0.32,-0.46,0.22,0.32,-0.26,0.22,0.4,-0.26,0.22,0.4,-0.38,0.22,0.32,-0.38,0.22,0.32,0.09999999,0.22,0.4,0.09999999,0.22,0.4,-0.02,0.22,0.32,-0.02,0.18,0.32,-0.09999999,0.18,0.4,-0.09999999,0.18,0.4,-0.18,0.18,0.32,-0.18,-0.09999999,0.52,0.09999999,-0.09999999,0.6,0.09999999,-0.09999999,0.6,0.02,-0.09999999,0.52,0.02,0.18,0.52,0.09999999,0.18,0.6,0.09999999,0.18,0.6,0.02,0.18,0.52,0.02,-0.09999999,0.52,0.14,-0.09999999,0.6,0.14,-0.09999999,0.6,0.09999999,-0.09999999,0.52,0.09999999,0.18,0.52,0.14,0.18,0.6,0.14,0.18,0.6,0.09999999,0.18,0.52,0.09999999,0.06,0.44,0.58,0.06,0.52,0.58,0.06,0.52,0.54,0.06,0.44,0.54,0.06,0.6,-0.58,0.06,0.56,-0.46,0.06,0.6,-0.46,0.06,0.56,-0.58,0.06,0.56,-0.54,0.06,0.52,-0.46,0.06,0.52,-0.54,-0.06,0.04,-0.26,-0.06,0,-0.22,-0.06,0.04,-0.22,-0.06,0.04,-0.38,-0.06,0,-0.38,-0.06,0.04,-0.26,-0.06,0.08,-0.26,-0.06,0.08,-0.38,-0.06,0.04,-0.38,-0.06,0.08,-0.26,-0.06,0.12,-0.26,-0.06,0.12,-0.38,-0.06,0.08,-0.38,-0.06,0.12,-0.26,-0.06,0.16,-0.26,-0.06,0.16,-0.38,-0.06,0.12,-0.38,0.18,0.04,-0.26,0.18,0,-0.22,0.18,0.04,-0.22,0.18,0.04,-0.38,0.18,0,-0.38,0.18,0.04,-0.26,0.18,0.08,-0.26,0.18,0.08,-0.38,0.18,0.04,-0.38,0.22,0.08,-0.26,0.22,0.12,-0.26,0.22,0.12,-0.38,0.22,0.08,-0.38,0.22,0.4,-0.26,0.22,0.44,-0.26,0.22,0.44,-0.38,0.22,0.4,-0.38,-0.06,0.04,0.09999999,-0.06,0,0.14,-0.06,0.04,0.14,-0.06,0.04,-0.02,-0.06,0,-0.02,-0.06,0.04,0.09999999,-0.06,0.08,0.09999999,-0.06,0.08,-0.02,-0.06,0.04,-0.02,-0.06,0.08,0.09999999,-0.06,0.12,0.09999999,-0.06,0.12,-0.02,-0.06,0.08,-0.02,-0.06,0.12,0.09999999,-0.06,0.16,0.09999999,-0.06,0.16,-0.02,-0.06,0.12,-0.02,0.18,0.04,0.09999999,0.18,0,0.14,0.18,0.04,0.14,0.18,0.04,-0.02,0.18,0,-0.02,0.18,0.04,0.09999999,0.18,0.08,0.09999999,0.18,0.08,-0.02,0.18,0.04,-0.02,0.22,0.08,0.09999999,0.22,0.12,0.09999999,0.22,0.12,-0.02,0.22,0.08,-0.02,0.22,0.4,0.09999999,0.22,0.44,0.09999999,0.22,0.44,-0.02,0.22,0.4,-0.02,0.22,0.44,0.38,0.22,0.4,0.42,0.22,0.44,0.42,0.22,0.44,0.34,0.22,0.4,0.3,0.22,0.44,0.3,0.22,0.48,0.3,0.22,0.48,0.34,0.22,0.48,0.38,0.22,0.48,0.42,0.22,0.52,0.3,0.22,0.52,0.42,0.09999999,0.28,0.42,0.09999999,0.24,0.5,0.09999999,0.28,0.5,0.09999999,0.28,0.38,0.09999999,0.24,0.46,0.09999999,0.24,0.38,0.09999999,0.24,0.42,0.09999999,0.2,0.5,0.09999999,0.2,0.46,-0.09999999,0.32,0.46,-0.09999999,0.28,0.5,-0.09999999,0.32,0.5,-0.09999999,0.32,0.42,-0.09999999,0.28,0.42,0.18,0.28,0.5,0.18,0.32,0.5,0.18,0.32,0.42,0.18,0.28,0.42,0.22,0.44,0.38,0.22,0.48,0.38,0.22,0.48,0.34,0.22,0.44,0.34,-0.18,0.52,-0.42,0.18,0.52,-0.42,-0.18,0.52,-0.18,0.18,0.52,-0.18,0.06,0.56,0.22,-0.06,0.56,0.26,-0.06,0.56,0.22,-0.06,0.56,0.34,0.06,0.56,0.26,-0.06,0.56,0.46,0.06,0.56,0.34,0.06,0.56,0.46,0.18,0.52,-0.09999999,-0.18,0.52,0.02,-0.18,0.52,-0.09999999,-0.09999999,0.52,0.02,0.18,0.52,0.02,0.09999999,0.52,0.02,-0.09999999,0.52,0.09999999,-0.09999999,0.52,0.14,0.09999999,0.52,0.09999999,0.09999999,0.52,0.14,0.09999999,0.28,0.38,-0.09999999,0.28,0.42,-0.09999999,0.28,0.38,-0.09999999,0.28,0.5,0.09999999,0.28,0.42,0.09999999,0.28,0.5,-0.06,0.6,-0.58,0.06,0.6,-0.58,-0.06,0.6,-0.46,0.06,0.6,-0.46,-0.14,0.56,0.34,-0.18,0.56,0.46,-0.18,0.56,0.34,-0.06,0.56,0.46,-0.09999999,0.56,0.34,-0.06,0.56,0.34,0.09999999,0.56,0.34,0.06,0.56,0.46,0.06,0.56,0.34,0.18,0.56,0.46,0.14,0.56,0.34,0.18,0.56,0.34,-0.22,0.44,-0.38,-0.18,0.44,-0.38,-0.22,0.44,-0.26,-0.18,0.44,-0.26,0.18,0.44,-0.38,0.22,0.44,-0.38,0.18,0.44,-0.26,0.22,0.44,-0.26,-0.22,0.44,-0.02,-0.18,0.44,-0.02,-0.22,0.44,0.09999999,-0.18,0.44,0.09999999,0.18,0.44,-0.02,0.22,0.44,-0.02,0.18,0.44,0.09999999,0.22,0.44,0.09999999,-0.22,0.52,0.3,-0.18,0.52,0.3,-0.22,0.52,0.42,-0.18,0.52,0.42,0.18,0.52,0.3,0.22,0.52,0.3,0.18,0.52,0.42,0.22,0.52,0.42,-0.18,0.52,-0.18,0.18,0.52,-0.18,-0.18,0.52,-0.09999999,0.18,0.52,-0.09999999,-0.06,0.52,0.46,-0.18,0.52,0.54,-0.18,0.52,0.46,-0.06,0.52,0.54,0.06,0.52,0.46,0.06,0.52,0.54,0.18,0.52,0.46,0.18,0.52,0.54,-0.18,0.68,0.26,-0.06,0.68,0.26,-0.18,0.68,0.34,-0.06,0.68,0.34,0.06,0.68,0.26,0.18,0.68,0.26,0.06,0.68,0.34,0.18,0.68,0.34,-0.18,0.6,0.02,-0.09999999,0.6,0.02,-0.18,0.6,0.09999999,-0.09999999,0.6,0.09999999,0.09999999,0.6,0.02,0.18,0.6,0.02,0.09999999,0.6,0.09999999,0.18,0.6,0.09999999,-0.09999999,0.52,0.14,-0.18,0.52,0.18,-0.18,0.52,0.14,0.18,0.52,0.18,0.09999999,0.52,0.14,0.18,0.52,0.14,0.18,0.52,0.18,-0.18,0.52,0.22,-0.18,0.52,0.18,-0.06,0.52,0.22,0.18,0.52,0.22,0.06,0.52,0.22,-0.06,0.48,-0.46,-0.09999999,0.48,-0.42,-0.09999999,0.48,-0.46,0.09999999,0.48,-0.42,0.06,0.48,-0.46,0.09999999,0.48,-0.46,-0.18,0.04,-0.26,-0.06,0.04,-0.26,-0.18,0.04,-0.22,-0.06,0.04,-0.22,0.06,0.04,-0.26,0.18,0.04,-0.26,0.06,0.04,-0.22,0.18,0.04,-0.22,-0.18,0.04,0.09999999,-0.06,0.04,0.09999999,-0.18,0.04,0.14,-0.06,0.04,0.14,0.06,0.04,0.09999999,0.18,0.04,0.09999999,0.06,0.04,0.14,0.18,0.04,0.14,-0.18,0.56,0.22,-0.06,0.56,0.22,-0.18,0.56,0.26,-0.06,0.56,0.26,0.06,0.56,0.22,0.18,0.56,0.22,0.06,0.56,0.26,0.18,0.56,0.26,-0.06,0.52,0.54,0.06,0.52,0.54,-0.06,0.52,0.58,0.06,0.52,0.58,-0.18,0.6,0.09999999,-0.09999999,0.6,0.09999999,-0.18,0.6,0.14,-0.09999999,0.6,0.14,0.09999999,0.6,0.09999999,0.18,0.6,0.09999999,0.09999999,0.6,0.14,0.18,0.6,0.14,-0.14,0.24,0.42,-0.18,0.24,0.46,-0.18,0.24,0.42,-0.09999999,0.24,0.46,-0.09999999,0.24,0.42,-0.14,0.24,0.38,-0.18,0.24,0.38,0.14,0.24,0.42,0.09999999,0.24,0.46,0.09999999,0.24,0.42,0.18,0.24,0.46,0.18,0.24,0.42,0.18,0.24,0.38,0.14,0.24,0.38,-0.14,0.24,0.38,-0.09999999,0.24,0.38,-0.14,0.24,0.42,-0.09999999,0.24,0.42,0.09999999,0.24,0.38,0.14,0.24,0.38,0.09999999,0.24,0.42,0.14,0.24,0.42],"colors":[0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,0.9411765,0.4588235,0.2666667,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.8901961,0.4117647,0.2196078,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3490196,0.6509804,0.8,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.3215686,0.254902,0.227451,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.2666667,0.2666667,0.2666667,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.7019608,0.7019608,0.7019608,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8,0.8,0.8,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1,0.8745098,0.3568628,0.3568628,1]},"spaceexploration_spacerover_optimised":{"faces":[1067,1065,1066,1066,1065,1064,1063,1061,1062,1062,1061,1060,1059,1057,1058,1058,1057,1056,1055,1053,1054,1054,1053,1052,1051,1049,1050,1050,1049,1048,1047,1045,1046,1046,1045,1044,1043,1041,1042,1042,1041,1040,1039,1037,1038,1038,1037,1036,1035,1033,1034,1034,1033,1032,1031,1029,1030,1030,1029,1028,1027,1025,1026,1026,1025,1024,1023,1021,1022,1022,1021,1020,1015,1018,1019,1018,1015,1016,1017,1016,1015,1014,1012,1013,1013,1012,1011,1010,1008,1009,1009,1008,1007,1006,1004,1005,1005,1004,1003,1000,1001,1002,996,1001,1000,999,997,998,998,997,996,995,994,990,990,994,993,992,990,991,991,990,989,988,986,987,987,986,983,986,982,983,985,984,981,983,981,984,981,983,982,982,980,981,981,980,979,978,977,974,972,974,977,976,974,975,975,974,973,974,972,973,971,973,972,972,970,971,971,970,969,968,967,966,963,966,967,966,963,964,965,964,963,962,961,960,957,960,961,960,957,958,959,958,957,952,955,956,950,955,952,950,953,954,953,950,951,952,951,950,949,948,947,944,947,948,947,944,945,946,945,944,943,942,941,938,941,942,941,938,939,940,939,938,930,936,937,937,936,932,931,936,930,934,932,936,935,933,934,932,934,933,928,932,933,926,932,928,931,930,929,926,929,930,929,926,927,928,927,926,925,923,924,924,923,922,915,921,916,920,916,921,916,920,919,906,919,920,919,906,918,908,918,906,917,914,913,916,912,915,915,912,914,912,913,914,913,912,902,910,902,912,911,904,910,902,910,904,909,908,907,906,907,908,907,906,905,902,905,906,905,902,903,904,903,902,901,899,900,900,899,898,889,897,890,896,890,897,890,896,895,883,895,896,895,883,894,882,894,883,893,888,887,892,891,890,886,890,891,890,886,889,888,889,886,886,887,888,887,886,881,884,881,886,885,880,884,881,884,880,883,881,882,882,881,880,879,877,878,878,877,876,875,873,874,874,873,872,871,869,870,870,869,868,867,865,866,866,865,864,863,862,860,862,861,860,859,858,856,858,857,856,855,854,852,854,853,852,851,850,848,850,849,848,847,846,844,846,845,844,843,842,840,842,841,840,839,838,836,838,837,836,835,834,832,834,833,832,831,830,828,830,829,828,827,826,824,826,825,824,823,822,820,822,821,820,819,817,818,815,818,817,817,814,815,816,815,814,813,811,812,808,812,811,810,811,804,811,810,808,802,810,804,809,808,810,808,809,805,807,808,805,807,805,806,803,806,805,805,802,803,804,803,802,801,799,800,796,800,799,798,799,792,799,798,796,790,798,792,797,796,798,796,797,793,795,796,793,795,793,794,791,794,793,793,790,791,792,791,790,789,787,788,786,788,787,787,785,786,783,786,785,785,782,783,784,783,782,781,779,780,776,780,779,778,779,775,779,778,776,774,778,775,777,776,778,776,777,772,770,776,772,775,773,774,772,774,773,771,773,764,773,771,772,770,772,771,762,771,764,771,769,770,768,770,769,768,769,765,767,768,765,767,765,766,763,766,765,765,762,763,764,763,762,761,759,760,758,760,759,759,757,758,755,758,757,757,754,755,756,755,754,747,753,746,751,752,750,749,751,750,750,748,749,743,749,748,748,747,743,746,743,747,746,745,743,745,744,743,736,742,735,740,741,739,738,740,739,739,737,738,732,738,737,737,736,732,735,732,736,735,734,732,734,733,732,731,730,728,730,729,728,727,726,724,726,725,724,723,720,722,721,722,720,720,719,721,720,718,719,716,719,718,718,717,716,715,716,717,713,716,715,715,712,713,714,713,712,711,710,708,710,709,708,706,707,705,704,706,705,705,703,704,698,704,703,703,702,698,701,698,702,701,700,698,700,699,698,697,696,695,696,694,695,694,693,691,693,692,691,690,689,688,689,687,688,687,686,684,686,685,684,683,682,680,682,681,680,679,675,678,674,678,675,677,673,676,673,675,676,675,673,674,672,674,673,673,671,672,668,672,671,671,670,668,667,668,670,669,668,666,668,667,666,665,664,662,664,663,662,661,659,660,658,660,659,659,657,658,656,658,657,657,655,656,653,656,655,655,652,653,654,653,652,651,646,650,649,650,646,646,647,649,648,647,645,647,646,645,644,642,643,640,643,642,642,639,640,641,640,638,640,639,638,637,636,634,636,635,634,633,632,630,632,631,630,629,628,626,628,627,626,625,624,622,624,623,622,621,620,618,620,619,618,617,616,614,616,615,614,613,612,610,612,611,610,609,608,606,608,607,606,605,604,602,604,603,602,601,600,598,600,599,598,597,596,594,596,595,594,593,591,592,589,592,591,591,588,589,590,589,588,587,585,586,583,586,585,585,582,583,584,583,582,578,581,573,581,578,576,580,577,579,578,579,577,575,578,573,577,576,578,576,577,572,570,576,572,575,573,574,571,574,573,573,570,571,572,571,570,569,568,566,568,567,566,562,565,557,565,562,560,564,561,563,562,563,561,559,562,557,561,560,562,560,561,556,554,560,556,559,557,558,555,558,557,557,554,555,556,555,554,550,553,542,553,550,548,552,549,551,550,551,549,545,550,542,549,548,550,548,549,544,543,548,544,539,547,537,547,546,537,547,545,546,540,546,545,545,542,540,544,541,543,542,543,541,541,540,542,540,541,536,534,540,536,539,537,538,535,538,537,537,534,535,536,535,534,533,531,532,530,532,531,531,529,530,527,530,529,529,526,527,528,527,526,521,525,522,523,524,520,522,523,520,522,520,521,519,521,520,520,518,519,515,519,518,518,517,515,517,516,515,510,514,511,512,513,509,511,512,509,511,509,510,508,510,509,509,507,508,504,508,507,507,506,504,506,505,504,503,502,500,502,501,500,499,498,496,498,497,496,495,493,494,492,494,493,493,490,492,492,490,491,489,491,490,490,488,489,485,489,488,485,488,487,487,484,485,486,485,484,483,482,480,482,481,480,478,479,475,477,478,475,477,475,476,474,476,475,475,473,474,470,474,473,473,472,470,472,471,470,469,468,466,468,467,466,465,459,463,459,464,463,462,461,459,461,460,459,458,452,456,452,457,456,455,454,452,454,453,452,451,450,448,450,449,448,447,446,444,446,445,444,443,439,442,439,441,442,441,439,440,438,440,439,439,437,438,432,438,437,437,434,432,436,431,435,434,435,431,431,432,434,433,432,430,432,431,430,429,427,428,426,428,427,427,425,426,424,426,425,425,423,424,421,424,423,423,420,421,422,421,420,419,417,418,415,418,417,417,414,415,416,415,413,415,414,413,412,407,411,410,411,407,407,408,410,409,408,406,408,407,406,405,404,402,404,403,402,401,400,398,400,399,398,397,396,394,396,395,394,393,392,390,392,391,390,389,388,386,388,387,386,385,384,382,384,383,382,381,380,378,380,379,378,377,376,374,376,375,374,373,372,370,372,371,370,369,368,366,368,367,366,365,364,362,364,363,362,361,360,358,360,359,358,357,356,354,356,355,354,353,352,350,352,351,350,349,348,346,348,347,346,345,344,342,344,343,342,341,331,340,338,340,331,339,338,332,338,339,335,331,332,338,337,338,335,337,335,336,334,336,335,335,333,334,330,334,333,333,332,330,332,331,330,326,329,328,328,325,326,327,326,325,324,323,321,323,322,321,315,320,316,313,316,320,320,317,313,319,314,318,317,318,314,314,313,317,315,316,310,312,315,310,313,314,309,307,313,309,312,310,311,308,311,310,310,307,308,309,308,307,306,305,303,305,304,303,302,300,301,298,301,300,300,297,298,299,298,297,296,294,295,292,295,294,294,291,292,293,292,291,290,289,287,289,288,287,286,285,283,285,284,283,282,281,279,281,280,279,278,277,275,277,276,275,272,274,273,273,271,272,269,272,271,271,268,269,270,269,268,265,267,266,266,264,265,262,265,264,264,261,262,263,262,261,258,260,259,259,257,258,255,258,257,257,254,255,256,255,254,251,253,252,252,250,251,248,251,250,250,247,248,249,248,247,246,244,245,243,245,244,244,242,243,240,243,242,242,239,240,241,240,239,238,236,237,235,237,236,236,234,235,232,235,234,234,231,232,233,232,231,227,230,229,229,226,227,228,227,226,222,225,224,224,221,222,223,222,221,220,218,219,217,219,218,218,216,217,215,217,216,216,214,215,212,215,214,214,211,212,213,212,211,210,208,209,207,209,208,208,206,207,205,207,206,206,204,205,202,205,204,204,201,202,203,202,201,200,198,199,196,199,198,198,195,196,197,196,195,194,193,191,193,192,191,190,189,187,189,188,187,186,185,183,185,184,183,182,181,179,181,180,179,178,177,175,177,176,175,174,173,171,173,172,171,170,169,167,169,168,167,166,165,163,165,164,163,162,161,159,161,160,159,158,157,155,157,156,155,154,153,151,153,152,151,150,149,147,149,148,147,146,145,143,145,144,143,142,141,139,141,140,139,138,137,135,137,136,135,131,134,133,133,130,131,132,131,130,129,128,126,128,127,126,118,125,119,120,119,125,125,122,120,124,121,123,122,123,121,121,120,122,120,121,114,112,120,114,118,119,115,117,118,115,117,115,116,113,116,115,115,112,113,114,113,112,111,109,110,107,110,109,109,106,107,108,107,106,105,104,102,104,103,102,101,99,100,97,100,99,99,96,97,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,81,83,82,82,80,81,78,81,80,80,77,78,79,78,77,74,76,75,75,73,74,71,74,73,73,70,71,72,71,70,67,69,68,68,66,67,64,67,66,66,63,64,65,64,63,60,62,61,61,59,60,57,60,59,59,56,57,58,57,56,55,54,52,54,53,52,51,49,50,47,50,49,49,46,47,48,47,46,45,43,44,41,44,43,43,40,41,42,41,40,37,39,38,38,36,37,34,37,36,36,33,34,35,34,33,30,32,31,31,29,30,27,30,29,29,26,27,28,27,26,25,23,24,21,24,23,23,20,21,22,21,20,19,17,18,16,18,17,17,15,16,14,16,15,15,13,14,11,14,13,13,10,11,12,11,10,9,7,8,6,8,7,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.18,0.45,-0.2025,-0.09,0.405,-0.2025,-0.09,0.45,-0.2025,-0.18,0.405,-0.2025,-0.09,0.315,-0.2025,-0.18,0.36,-0.2025,-0.09,0.225,-0.2025,-0.18,0.315,-0.2025,-0.18,0.225,-0.2025,-0.18,0.27,-0.2025,0.09,0.45,-0.2025,0.18,0.405,-0.2025,0.18,0.45,-0.2025,0.09,0.405,-0.2025,0.18,0.36,-0.2025,0.09,0.315,-0.2025,0.18,0.315,-0.2025,0.09,0.225,-0.2025,0.18,0.27,-0.2025,0.18,0.225,-0.2025,-0.045,0.8100001,0.0675,0.045,0.495,0.0675,0.045,0.8100001,0.0675,-0.045,0.495,0.0675,0.045,0.45,0.0675,-0.045,0.45,0.0675,-0.27,0.315,-0.1575,-0.225,0.27,-0.1575,-0.225,0.315,-0.1575,-0.27,0.27,-0.1575,-0.225,0.045,-0.1575,-0.27,0.135,-0.1575,-0.27,0.045,-0.1575,0.225,0.315,-0.1575,0.27,0.27,-0.1575,0.27,0.315,-0.1575,0.225,0.27,-0.1575,0.27,0.135,-0.1575,0.225,0.045,-0.1575,0.27,0.045,-0.1575,-0.27,0.27,0.1575,-0.225,0.045,0.1575,-0.225,0.27,0.1575,-0.27,0.135,0.1575,-0.27,0.045,0.1575,-0.27,0.09,0.1575,0.225,0.27,0.1575,0.27,0.135,0.1575,0.27,0.27,0.1575,0.225,0.045,0.1575,0.27,0.09,0.1575,0.27,0.045,0.1575,0.18,0.8100001,-0.0225,0.18,0.99,-0.0225,-0.18,0.99,-0.0225,-0.18,0.8100001,-0.0225,-0.36,0.135,-0.2025,-0.27,0.045,-0.2025,-0.27,0.135,-0.2025,-0.36,0.09,-0.2025,-0.27,0,-0.2025,-0.36,0.045,-0.2025,-0.36,0,-0.2025,0.27,0.135,-0.2025,0.36,0.09,-0.2025,0.36,0.135,-0.2025,0.27,0.045,-0.2025,0.36,0.045,-0.2025,0.27,0,-0.2025,0.36,0,-0.2025,-0.36,0.135,0.1125,-0.27,0.045,0.1125,-0.27,0.135,0.1125,-0.36,0.09,0.1125,-0.27,0,0.1125,-0.36,0.045,0.1125,-0.36,0,0.1125,0.27,0.135,0.1125,0.36,0.09,0.1125,0.36,0.135,0.1125,0.27,0.045,0.1125,0.36,0.045,0.1125,0.27,0,0.1125,0.36,0,0.1125,0.045,0.54,-0.1575,0.045,0.72,-0.1575,0,0.72,-0.1575,0,0.54,-0.1575,0.09,1.035,0.0675,0.09,1.17,0.0675,0.045,1.17,0.0675,0.045,1.035,0.0675,-0.315,0.405,0.3375,-0.315,0.585,0.3375,-0.36,0.585,0.3375,-0.36,0.405,0.3375,-0.36,0.765,0.3375,-0.315,0.675,0.3375,-0.315,0.765,0.3375,-0.36,0.675,0.3375,-0.315,0.63,0.3375,-0.36,0.63,0.3375,0.36,0.405,0.3375,0.36,0.585,0.3375,0.315,0.585,0.3375,0.315,0.405,0.3375,0.315,0.765,0.3375,0.36,0.675,0.3375,0.36,0.765,0.3375,0.315,0.675,0.3375,0.36,0.63,0.3375,0.315,0.63,0.3375,0.045,0.315,-0.2025,0.09,0.225,-0.2025,0.09,0.315,-0.2025,-0.045,0.315,-0.2025,-0.09,0.225,-0.2025,-0.09,0.315,-0.2025,-0.09,0.405,-0.2025,-0.045,0.405,-0.2025,0.045,0.405,-0.2025,0.09,0.405,-0.2025,-0.045,0.45,-0.2025,0.045,0.45,-0.2025,0.09,0.45,-0.2025,-0.09,0.45,-0.2025,0.045,0.315,-0.1575,0.045,0.405,-0.1575,-0.045,0.405,-0.1575,-0.045,0.315,-0.1575,0,0.54,-0.1575,0.045,0.495,-0.1575,0.045,0.54,-0.1575,0,0.45,-0.1575,0.045,0.45,-0.1575,-0.315,0.675,0.4275,-0.315,0.765,0.4275,-0.36,0.765,0.4275,-0.36,0.675,0.4275,0.36,0.675,0.4275,0.36,0.765,0.4275,0.315,0.765,0.4275,0.315,0.675,0.4275,-0.045,0.45,-0.2475,-0.045,0.495,-0.2475,-0.36,0.495,-0.2475,-0.36,0.45,-0.2475,0.36,0.45,-0.2475,0.36,0.495,-0.2475,0.045,0.495,-0.2475,0.045,0.45,-0.2475,-0.18,0.36,0.1125,-0.18,0.405,0.1125,-0.315,0.405,0.1125,-0.315,0.36,0.1125,0.315,0.36,0.1575,0.315,0.405,0.1575,0.18,0.405,0.1575,0.18,0.36,0.1575,-0.18,0.27,0.0225,-0.18,0.315,0.0225,-0.225,0.315,0.0225,-0.225,0.27,0.0225,0.225,0.27,0.0225,0.225,0.315,0.0225,0.18,0.315,0.0225,0.18,0.27,0.0225,0.09,0.99,0.0675,0.09,1.035,0.0675,0.045,1.035,0.0675,0.045,0.99,0.0675,-0.315,0.36,0.1575,-0.315,0.405,0.1575,-0.36,0.405,0.1575,-0.36,0.36,0.1575,0.36,0.36,0.1575,0.36,0.405,0.1575,0.315,0.405,0.1575,0.315,0.36,0.1575,-0.27,0.045,0.2025,-0.27,0.09,0.2025,-0.315,0.09,0.2025,-0.315,0.045,0.2025,0.315,0.045,0.2025,0.315,0.09,0.2025,0.27,0.09,0.2025,0.27,0.045,0.2025,-0.315,0.585,0.3375,-0.315,0.63,0.3375,-0.36,0.63,0.3375,-0.36,0.585,0.3375,0.36,0.585,0.3375,0.36,0.63,0.3375,0.315,0.63,0.3375,0.315,0.585,0.3375,0.045,0.8100001,0.1575,-0.045,0.495,0.1575,-0.045,0.8100001,0.1575,0.045,0.495,0.1575,-0.045,0.45,0.1575,0.045,0.45,0.1575,-0.09,0.45,0.2475,-0.18,0.405,0.2475,-0.18,0.45,0.2475,-0.09,0.405,0.2475,-0.18,0.36,0.2475,-0.09,0.315,0.2475,-0.18,0.315,0.2475,-0.09,0.225,0.2475,-0.18,0.27,0.2475,-0.18,0.225,0.2475,0.18,0.45,0.2475,0.09,0.405,0.2475,0.09,0.45,0.2475,0.18,0.405,0.2475,0.09,0.315,0.2475,0.18,0.36,0.2475,0.09,0.225,0.2475,0.18,0.315,0.2475,0.18,0.225,0.2475,0.18,0.27,0.2475,-0.225,0.27,-0.1125,-0.27,0.135,-0.1125,-0.27,0.27,-0.1125,-0.225,0.045,-0.1125,-0.27,0.045,-0.1125,0.27,0.27,-0.1125,0.225,0.045,-0.1125,0.225,0.27,-0.1125,0.27,0.135,-0.1125,0.27,0.045,-0.1125,-0.225,0.315,0.2025,-0.27,0.27,0.2025,-0.27,0.315,0.2025,-0.225,0.27,0.2025,-0.27,0.135,0.2025,-0.225,0.045,0.2025,-0.27,0.09,0.2025,-0.27,0.045,0.2025,0.27,0.315,0.2025,0.225,0.27,0.2025,0.225,0.315,0.2025,0.27,0.27,0.2025,0.225,0.045,0.2025,0.27,0.135,0.2025,0.27,0.045,0.2025,0.27,0.09,0.2025,-0.27,0.135,-0.0675,-0.36,0.09,-0.0675,-0.36,0.135,-0.0675,-0.27,0.045,-0.0675,-0.36,0.045,-0.0675,-0.27,0,-0.0675,-0.36,0,-0.0675,0.36,0.135,-0.0675,0.27,0.045,-0.0675,0.27,0.135,-0.0675,0.36,0.09,-0.0675,0.27,0,-0.0675,0.36,0.045,-0.0675,0.36,0,-0.0675,-0.27,0.135,0.2475,-0.36,0.09,0.2475,-0.36,0.135,0.2475,-0.27,0.045,0.2475,-0.36,0.045,0.2475,-0.27,0,0.2475,-0.36,0,0.2475,0.36,0.135,0.2475,0.27,0.045,0.2475,0.27,0.135,0.2475,0.36,0.09,0.2475,0.27,0,0.2475,0.36,0.045,0.2475,0.36,0,0.2475,0,0.54,-0.1125,0,0.72,-0.1125,0.045,0.72,-0.1125,0.045,0.54,-0.1125,0.045,1.035,0.1125,0.045,1.17,0.1125,0.09,1.17,0.1125,0.09,1.035,0.1125,-0.36,0.405,0.3825,-0.36,0.585,0.3825,-0.315,0.585,0.3825,-0.315,0.405,0.3825,0.315,0.405,0.3825,0.315,0.585,0.3825,0.36,0.585,0.3825,0.36,0.405,0.3825,-0.315,0.765,0.4725,-0.36,0.675,0.4725,-0.36,0.765,0.4725,-0.315,0.675,0.4725,-0.36,0.63,0.4725,-0.315,0.63,0.4725,0.36,0.765,0.4725,0.315,0.675,0.4725,0.315,0.765,0.4725,0.36,0.675,0.4725,0.315,0.63,0.4725,0.36,0.63,0.4725,-0.135,0.855,0.2475,-0.135,0.9450001,0.2475,0.135,0.9450001,0.2475,0.135,0.855,0.2475,-0.045,0.315,0.2475,-0.09,0.225,0.2475,-0.09,0.315,0.2475,0.045,0.315,0.2475,0.09,0.225,0.2475,0.09,0.315,0.2475,-0.045,0.405,0.2475,-0.09,0.405,0.2475,0.09,0.405,0.2475,0.045,0.405,0.2475,0.045,0.45,0.2475,-0.045,0.45,0.2475,-0.09,0.45,0.2475,0.09,0.45,0.2475,-0.045,0.315,0.2025,-0.045,0.405,0.2025,0.045,0.405,0.2025,0.045,0.315,0.2025,0.045,0.54,-0.1125,0,0.45,-0.1125,0,0.54,-0.1125,0.045,0.495,-0.1125,0.045,0.45,-0.1125,-0.18,0.855,0.2925,-0.18,0.9450001,0.2925,-0.135,0.9450001,0.2925,-0.135,0.855,0.2925,-0.18,0.8100001,0.2925,0.135,0.855,0.2925,0.18,0.8100001,0.2925,0.18,0.855,0.2925,0.18,0.9450001,0.2925,0.135,0.9450001,0.2925,0.18,0.99,0.2925,-0.18,0.99,0.2925,-0.36,0.675,0.3825,-0.36,0.765,0.3825,-0.315,0.765,0.3825,-0.315,0.675,0.3825,0.315,0.675,0.3825,0.315,0.765,0.3825,0.36,0.765,0.3825,0.36,0.675,0.3825,-0.36,0.45,0.2925,-0.36,0.495,0.2925,-0.045,0.495,0.2925,-0.045,0.45,0.2925,0.045,0.45,0.2925,0.045,0.495,0.2925,0.36,0.495,0.2925,0.36,0.45,0.2925,-0.315,0.36,0.1575,-0.315,0.405,0.1575,-0.18,0.405,0.1575,-0.18,0.36,0.1575,0.18,0.36,0.2025,0.18,0.405,0.2025,0.315,0.405,0.2025,0.315,0.36,0.2025,-0.225,0.27,0.0675,-0.225,0.315,0.0675,-0.18,0.315,0.0675,-0.18,0.27,0.0675,0.18,0.27,0.0675,0.18,0.315,0.0675,0.225,0.315,0.0675,0.225,0.27,0.0675,0.045,0.99,0.1125,0.045,1.035,0.1125,0.09,1.035,0.1125,0.09,0.99,0.1125,-0.315,0.045,0.1575,-0.315,0.09,0.1575,-0.27,0.09,0.1575,-0.27,0.045,0.1575,0.27,0.045,0.1575,0.27,0.09,0.1575,0.315,0.09,0.1575,0.315,0.045,0.1575,-0.36,0.36,0.3825,-0.36,0.405,0.3825,-0.315,0.405,0.3825,-0.315,0.36,0.3825,-0.36,0.585,0.3825,-0.36,0.63,0.3825,-0.315,0.63,0.3825,-0.315,0.585,0.3825,0.315,0.36,0.3825,0.315,0.405,0.3825,0.36,0.405,0.3825,0.36,0.36,0.3825,0.315,0.585,0.3825,0.315,0.63,0.3825,0.36,0.63,0.3825,0.36,0.585,0.3825,-0.045,0.495,0.0675,-0.045,0.8100001,0.0675,-0.045,0.8100001,0.1575,-0.045,0.495,0.1575,0.225,0.045,-0.1575,0.225,0.27,-0.1575,0.225,0.27,-0.1125,0.225,0.045,-0.1125,0.225,0.27,0.0225,0.225,0.315,0.0225,0.225,0.315,-0.1575,0.225,0.045,0.1575,0.225,0.27,0.1575,0.225,0.27,0.2025,0.225,0.045,0.2025,0.225,0.27,0.0675,0.225,0.315,0.2025,0.225,0.315,0.0675,-0.18,0.99,0.0675,-0.18,0.8100001,-0.0225,-0.18,0.99,-0.0225,-0.18,0.99,0.1125,-0.18,0.8100001,0.0675,-0.18,0.99,0.2925,-0.18,0.8100001,0.1575,-0.18,0.9450001,0.2925,-0.18,0.8100001,0.2925,-0.18,0.855,0.2925,-0.27,0.135,-0.1575,-0.27,0.27,-0.1575,-0.27,0.27,-0.1125,-0.27,0.135,-0.1125,-0.27,0.315,0.0675,-0.27,0.315,0.0225,-0.27,0.315,-0.1575,-0.27,0.315,0.2025,-0.27,0.27,0.0225,-0.27,0.27,0.2025,-0.27,0.27,0.0675,-0.27,0.27,0.1575,-0.27,0.135,0.1575,-0.27,0.135,0.2025,0,0.54,-0.1575,0,0.72,-0.1575,0,0.72,-0.1125,0,0.54,-0.1125,0.045,1.035,0.0675,0.045,1.17,0.0675,0.045,1.17,0.1125,0.045,1.035,0.1125,-0.36,0.405,0.3375,-0.36,0.585,0.3375,-0.36,0.585,0.3825,-0.36,0.405,0.3825,-0.36,0.36,0.1575,-0.36,0.405,0.1575,-0.36,0.36,0.3375,0.315,0.405,0.3375,0.315,0.585,0.3375,0.315,0.585,0.3825,0.315,0.405,0.3825,0.315,0.36,0.2025,0.315,0.405,0.2025,0.315,0.36,0.3375,0.045,0.315,-0.2025,0.045,0.405,-0.2025,0.045,0.405,-0.1575,0.045,0.315,-0.1575,0.27,0.045,-0.2025,0.27,0.135,-0.2025,0.27,0.135,-0.1575,0.27,0.045,-0.1575,0.27,0,-0.2025,0.27,0.045,-0.1125,0.27,0,-0.0675,0.27,0.045,-0.0675,0.27,0.135,-0.0675,0.27,0.135,-0.1125,0,0.45,-0.1575,0,0.54,-0.1575,0,0.54,-0.1125,0,0.45,-0.1125,0.27,0.135,0.1575,0.27,0.045,0.1125,0.27,0.135,0.1125,0.27,0.09,0.1575,0.27,0.045,0.1575,0.27,0,0.1125,0.27,0.045,0.2025,0.27,0,0.2475,0.27,0.045,0.2475,0.27,0.09,0.2025,0.27,0.135,0.2475,0.27,0.135,0.2025,0.045,0.315,0.2025,0.045,0.405,0.2025,0.045,0.405,0.2475,0.045,0.315,0.2475,0.135,0.855,0.2475,0.135,0.9450001,0.2475,0.135,0.9450001,0.2925,0.135,0.855,0.2925,-0.36,0.675,0.3375,-0.36,0.765,0.3375,-0.36,0.765,0.3825,-0.36,0.675,0.3825,-0.36,0.63,0.3375,-0.36,0.675,0.4275,-0.36,0.63,0.3825,-0.36,0.675,0.4725,-0.36,0.765,0.4725,-0.36,0.765,0.4275,-0.36,0.63,0.4725,0.315,0.675,0.3375,0.315,0.765,0.3375,0.315,0.765,0.3825,0.315,0.675,0.3825,0.315,0.63,0.3375,0.315,0.675,0.4275,0.315,0.63,0.3825,0.315,0.675,0.4725,0.315,0.765,0.4725,0.315,0.765,0.4275,0.315,0.63,0.4725,-0.36,0.495,-0.2025,-0.36,0.45,-0.2475,-0.36,0.495,-0.2475,-0.36,0.495,0.2475,-0.36,0.45,-0.2025,-0.36,0.495,0.2925,-0.36,0.45,0.2475,-0.36,0.45,0.2925,-0.18,0.27,0.0225,-0.18,0.225,-0.2025,-0.18,0.27,-0.2025,-0.18,0.27,0.0675,-0.18,0.225,0.2475,-0.18,0.27,0.2475,-0.18,0.315,0.0225,-0.18,0.315,-0.2025,-0.18,0.36,0.1575,-0.18,0.36,0.1125,-0.18,0.36,-0.2025,-0.18,0.36,0.2475,-0.18,0.315,0.0675,-0.18,0.315,0.2475,-0.18,0.405,0.1125,-0.18,0.405,-0.2025,-0.18,0.405,0.2475,-0.18,0.45,0.2475,-0.18,0.45,-0.2025,-0.18,0.405,0.1575,-0.36,0.045,-0.1575,-0.36,0,-0.2025,-0.36,0.045,-0.2025,-0.36,0.045,-0.1125,-0.36,0,-0.0675,-0.36,0.045,-0.0675,-0.36,0.09,-0.1575,-0.36,0.09,-0.2025,-0.36,0.09,-0.0675,-0.36,0.135,-0.0675,-0.36,0.135,-0.2025,-0.36,0.09,-0.1125,0.045,0.45,-0.1125,0.045,0.495,-0.1125,0.045,0.495,0.0675,0.045,0.45,0.0675,-0.36,0.045,0.1575,-0.36,0,0.1125,-0.36,0.045,0.1125,-0.36,0.045,0.2025,-0.36,0,0.2475,-0.36,0.045,0.2475,-0.36,0.09,0.1575,-0.36,0.09,0.1125,-0.36,0.09,0.2475,-0.36,0.135,0.2475,-0.36,0.135,0.1125,-0.36,0.09,0.2025,0.045,0.495,0.2475,0.045,0.45,0.1575,0.045,0.495,0.1575,0.045,0.495,0.2925,0.045,0.45,0.2475,0.045,0.45,0.2925,0.045,0.495,-0.2025,0.045,0.45,-0.2475,0.045,0.495,-0.2475,0.045,0.495,-0.1575,0.045,0.45,-0.2025,0.045,0.45,-0.1575,-0.36,0.045,-0.1575,-0.36,0.09,-0.1575,-0.36,0.09,-0.1125,-0.36,0.045,-0.1125,0.045,0.99,0.0675,0.045,1.035,0.0675,0.045,1.035,0.1125,0.045,0.99,0.1125,-0.315,0.36,0.1125,-0.315,0.405,0.1125,-0.315,0.405,0.1575,-0.315,0.36,0.1575,-0.36,0.045,0.1575,-0.36,0.09,0.1575,-0.36,0.09,0.2025,-0.36,0.045,0.2025,-0.27,0.045,0.1575,-0.27,0.09,0.1575,-0.27,0.09,0.2025,-0.27,0.045,0.2025,0.315,0.045,0.1575,0.315,0.09,0.1575,0.315,0.09,0.2025,0.315,0.045,0.2025,-0.36,0.36,0.3375,-0.36,0.405,0.3375,-0.36,0.405,0.3825,-0.36,0.36,0.3825,-0.36,0.585,0.3375,-0.36,0.63,0.3375,-0.36,0.63,0.3825,-0.36,0.585,0.3825,0.315,0.36,0.3375,0.315,0.405,0.3375,0.315,0.405,0.3825,0.315,0.36,0.3825,0.315,0.585,0.3375,0.315,0.63,0.3375,0.315,0.63,0.3825,0.315,0.585,0.3825,0.045,0.495,0.1575,0.045,0.8100001,0.1575,0.045,0.8100001,0.0675,0.045,0.495,0.0675,-0.225,0.045,-0.1125,-0.225,0.27,-0.1125,-0.225,0.27,-0.1575,-0.225,0.045,-0.1575,-0.225,0.27,0.0225,-0.225,0.315,-0.1575,-0.225,0.315,0.0225,-0.225,0.045,0.2025,-0.225,0.27,0.2025,-0.225,0.27,0.1575,-0.225,0.045,0.1575,-0.225,0.27,0.0675,-0.225,0.315,0.0675,-0.225,0.315,0.2025,0.18,0.99,0.1125,0.18,0.9450001,0.2925,0.18,0.99,0.2925,0.18,0.99,0.0675,0.18,0.855,0.2925,0.18,0.99,-0.0225,0.18,0.8100001,0.2925,0.18,0.8100001,-0.0225,0.18,0.8100001,0.1575,0.18,0.8100001,0.0675,0.045,0.54,-0.1125,0.045,0.72,-0.1125,0.045,0.72,-0.1575,0.045,0.54,-0.1575,0.27,0.135,-0.1125,0.27,0.27,-0.1125,0.27,0.27,-0.1575,0.27,0.135,-0.1575,0.27,0.27,0.0225,0.27,0.27,0.0675,0.27,0.315,-0.1575,0.27,0.27,0.1575,0.27,0.315,0.0225,0.27,0.27,0.2025,0.27,0.135,0.2025,0.27,0.135,0.1575,0.27,0.315,0.0675,0.27,0.315,0.2025,0.09,1.035,0.1125,0.09,1.17,0.1125,0.09,1.17,0.0675,0.09,1.035,0.0675,-0.315,0.405,0.3825,-0.315,0.585,0.3825,-0.315,0.585,0.3375,-0.315,0.405,0.3375,-0.315,0.36,0.3375,-0.315,0.405,0.1575,-0.315,0.36,0.1575,0.36,0.405,0.3825,0.36,0.585,0.3825,0.36,0.585,0.3375,0.36,0.405,0.3375,0.36,0.36,0.3375,0.36,0.405,0.2025,0.36,0.36,0.2025,-0.27,0.045,-0.1575,-0.27,0.135,-0.1575,-0.27,0.135,-0.2025,-0.27,0.045,-0.2025,-0.27,0,-0.2025,-0.27,0,-0.0675,-0.27,0.045,-0.1125,-0.27,0.045,-0.0675,-0.27,0.135,-0.1125,-0.27,0.135,-0.0675,-0.045,0.315,-0.1575,-0.045,0.405,-0.1575,-0.045,0.405,-0.2025,-0.045,0.315,-0.2025,-0.27,0.135,0.1125,-0.27,0.09,0.1575,-0.27,0.135,0.1575,-0.27,0.045,0.1125,-0.27,0.045,0.1575,-0.27,0,0.1125,-0.27,0,0.2475,-0.27,0.045,0.2025,-0.27,0.045,0.2475,-0.27,0.09,0.2025,-0.27,0.135,0.2025,-0.27,0.135,0.2475,-0.045,0.315,0.2475,-0.045,0.405,0.2475,-0.045,0.405,0.2025,-0.045,0.315,0.2025,-0.135,0.855,0.2925,-0.135,0.9450001,0.2925,-0.135,0.9450001,0.2475,-0.135,0.855,0.2475,-0.315,0.675,0.3825,-0.315,0.765,0.3825,-0.315,0.765,0.3375,-0.315,0.675,0.3375,-0.315,0.63,0.3825,-0.315,0.63,0.4725,-0.315,0.675,0.4275,-0.315,0.675,0.4725,-0.315,0.765,0.4275,-0.315,0.765,0.4725,-0.315,0.63,0.3375,0.36,0.675,0.3825,0.36,0.765,0.3825,0.36,0.765,0.3375,0.36,0.675,0.3375,0.36,0.63,0.3825,0.36,0.63,0.4725,0.36,0.675,0.4275,0.36,0.675,0.4725,0.36,0.765,0.4275,0.36,0.765,0.4725,0.36,0.63,0.3375,0.36,0.495,0.2475,0.36,0.45,0.2925,0.36,0.495,0.2925,0.36,0.495,-0.2025,0.36,0.45,0.2475,0.36,0.495,-0.2475,0.36,0.45,-0.2025,0.36,0.45,-0.2475,0.18,0.27,0.0675,0.18,0.225,0.2475,0.18,0.27,0.2475,0.18,0.27,0.0225,0.18,0.225,-0.2025,0.18,0.27,-0.2025,0.18,0.315,-0.2025,0.18,0.315,0.0225,0.18,0.36,-0.2025,0.18,0.315,0.0675,0.18,0.36,0.1575,0.18,0.315,0.2475,0.18,0.36,0.2025,0.18,0.36,0.2475,0.18,0.405,-0.2025,0.18,0.405,0.1575,0.18,0.405,0.2025,0.18,0.405,0.2475,0.18,0.45,-0.2025,0.18,0.45,0.2475,-0.045,0.495,-0.2025,-0.045,0.45,0.0675,-0.045,0.495,0.0675,-0.045,0.495,-0.2475,-0.045,0.45,-0.1125,-0.045,0.45,-0.2475,-0.045,0.45,-0.1575,-0.045,0.45,-0.2025,0.36,0.045,-0.1125,0.36,0,-0.0675,0.36,0.045,-0.0675,0.36,0.045,-0.1575,0.36,0,-0.2025,0.36,0.045,-0.2025,0.36,0.09,-0.2025,0.36,0.09,-0.1575,0.36,0.09,-0.1125,0.36,0.09,-0.0675,0.36,0.135,-0.2025,0.36,0.135,-0.0675,0.36,0.045,0.2025,0.36,0,0.2475,0.36,0.045,0.2475,0.36,0.045,0.1575,0.36,0,0.1125,0.36,0.045,0.1125,0.36,0.09,0.1125,0.36,0.09,0.1575,0.36,0.09,0.2025,0.36,0.09,0.2475,0.36,0.135,0.1125,0.36,0.135,0.2475,-0.045,0.495,0.2475,-0.045,0.45,0.2925,-0.045,0.495,0.2925,-0.045,0.495,0.1575,-0.045,0.45,0.2475,-0.045,0.45,0.1575,0.045,0.495,-0.1125,0.045,0.54,-0.1125,0.045,0.54,-0.1575,0.045,0.495,-0.1575,0.36,0.045,-0.1125,0.36,0.09,-0.1125,0.36,0.09,-0.1575,0.36,0.045,-0.1575,0.09,0.99,0.1125,0.09,1.035,0.1125,0.09,1.035,0.0675,0.09,0.99,0.0675,-0.315,0.045,0.2025,-0.315,0.09,0.2025,-0.315,0.09,0.1575,-0.315,0.045,0.1575,0.27,0.045,0.2025,0.27,0.09,0.2025,0.27,0.09,0.1575,0.27,0.045,0.1575,0.36,0.045,0.2025,0.36,0.09,0.2025,0.36,0.09,0.1575,0.36,0.045,0.1575,0.36,0.36,0.2025,0.36,0.405,0.2025,0.36,0.405,0.1575,0.36,0.36,0.1575,-0.315,0.36,0.3825,-0.315,0.405,0.3825,-0.315,0.405,0.3375,-0.315,0.36,0.3375,-0.315,0.585,0.3825,-0.315,0.63,0.3825,-0.315,0.63,0.3375,-0.315,0.585,0.3375,0.36,0.36,0.3825,0.36,0.405,0.3825,0.36,0.405,0.3375,0.36,0.36,0.3375,0.36,0.585,0.3825,0.36,0.63,0.3825,0.36,0.63,0.3375,0.36,0.585,0.3375,-0.315,0.495,-0.2025,-0.225,0.495,-0.2025,-0.315,0.495,0.2475,-0.225,0.495,0.2475,-0.18,0.495,-0.2025,-0.09,0.495,-0.2025,-0.18,0.495,0.2475,-0.09,0.495,0.2475,0.09,0.495,-0.2025,0.18,0.495,-0.2025,0.09,0.495,0.2475,0.18,0.495,0.2475,0.225,0.495,-0.2025,0.315,0.495,-0.2025,0.225,0.495,0.2475,0.315,0.495,0.2475,-0.36,0.495,-0.2025,-0.315,0.495,-0.2025,-0.36,0.495,0.2475,-0.315,0.495,0.2475,-0.045,0.495,-0.2475,-0.36,0.495,-0.2475,-0.045,0.495,-0.2025,-0.225,0.495,-0.2025,-0.09,0.495,-0.2025,-0.09,0.495,0.2475,-0.045,0.495,0.2475,-0.045,0.495,0.0675,-0.045,0.495,0.1575,-0.18,0.495,-0.2025,-0.36,0.495,0.2925,-0.045,0.495,0.2925,-0.225,0.495,0.2475,-0.18,0.495,0.2475,-0.225,0.495,-0.2025,-0.18,0.495,-0.2025,-0.225,0.495,0.2475,-0.18,0.495,0.2475,0.09,0.495,-0.2025,0.045,0.495,-0.1575,0.045,0.495,-0.2025,0.045,0.495,-0.1125,0.09,0.495,0.2475,0.045,0.495,0.0675,0.045,0.495,0.2475,0.045,0.495,0.1575,0.36,0.495,-0.2475,0.045,0.495,-0.2475,0.36,0.495,-0.2025,0.18,0.495,-0.2025,0.315,0.495,-0.2025,0.315,0.495,0.2475,0.36,0.495,0.2475,0.225,0.495,-0.2025,0.045,0.495,0.2925,0.36,0.495,0.2925,0.18,0.495,0.2475,0.225,0.495,0.2475,0.18,0.495,-0.2025,0.225,0.495,-0.2025,0.18,0.495,0.2475,0.225,0.495,0.2475,0.045,0.99,0.1125,-0.18,0.99,0.2925,-0.18,0.99,0.1125,0.18,0.99,0.2925,0.09,0.99,0.1125,0.18,0.99,0.1125,0.045,0.99,0.0675,-0.18,0.99,0.0675,0.18,0.99,-0.0225,-0.18,0.99,-0.0225,0.18,0.99,0.0675,0.09,0.99,0.0675,-0.27,0.135,-0.2025,-0.36,0.135,-0.0675,-0.36,0.135,-0.2025,-0.27,0.135,-0.0675,-0.27,0.135,-0.1575,-0.27,0.135,-0.1125,0.36,0.135,-0.2025,0.27,0.135,-0.1575,0.27,0.135,-0.2025,0.27,0.135,-0.1125,0.36,0.135,-0.0675,0.27,0.135,-0.0675,0,0.45,-0.1125,-0.045,0.45,0.0675,-0.045,0.45,-0.1125,0.045,0.45,0.0675,0.045,0.45,-0.1125,0,0.45,-0.1575,-0.045,0.45,-0.1575,-0.27,0.135,0.1125,-0.36,0.135,0.2475,-0.36,0.135,0.1125,-0.27,0.135,0.2475,-0.27,0.135,0.1575,-0.27,0.135,0.2025,0.36,0.135,0.1125,0.27,0.135,0.1575,0.27,0.135,0.1125,0.27,0.135,0.2025,0.36,0.135,0.2475,0.27,0.135,0.2475,-0.27,0.315,-0.1575,-0.225,0.315,-0.1575,-0.27,0.315,0.0225,-0.225,0.315,0.0225,-0.27,0.315,0.0675,-0.225,0.315,0.0675,-0.27,0.315,0.2025,-0.225,0.315,0.2025,-0.18,0.315,0.0225,-0.18,0.315,0.0675,0.225,0.315,-0.1575,0.27,0.315,-0.1575,0.225,0.315,0.0225,0.27,0.315,0.0225,0.225,0.315,0.0675,0.18,0.315,0.0675,0.18,0.315,0.0225,0.27,0.315,0.0675,0.225,0.315,0.2025,0.27,0.315,0.2025,-0.36,0.405,0.1575,-0.315,0.405,0.1575,-0.36,0.405,0.3375,-0.315,0.405,0.3375,-0.315,0.405,0.1125,-0.18,0.405,0.1125,-0.18,0.405,0.1575,0.315,0.405,0.2025,0.36,0.405,0.2025,0.315,0.405,0.3375,0.36,0.405,0.3375,0.18,0.405,0.2025,0.315,0.405,0.1575,0.18,0.405,0.1575,-0.045,0.45,0.1575,0.045,0.45,0.1575,-0.045,0.45,0.2475,0.045,0.45,0.2475,-0.135,0.855,0.2475,0.135,0.855,0.2475,-0.135,0.855,0.2925,0.135,0.855,0.2925,-0.045,0.315,-0.2025,0.045,0.315,-0.2025,-0.045,0.315,-0.1575,0.045,0.315,-0.1575,0.045,0.45,-0.2025,-0.045,0.45,-0.1575,-0.045,0.45,-0.2025,0,0.45,-0.1575,0.045,0.45,-0.1575,-0.045,0.315,0.2025,0.045,0.315,0.2025,-0.045,0.315,0.2475,0.045,0.315,0.2475,0,0.72,-0.1575,0.045,0.72,-0.1575,0,0.72,-0.1125,0.045,0.72,-0.1125,0.045,1.17,0.0675,0.09,1.17,0.0675,0.045,1.17,0.1125,0.09,1.17,0.1125,-0.315,0.045,0.1575,-0.27,0.045,0.1575,-0.315,0.045,0.2025,-0.27,0.045,0.2025,0.27,0.045,0.1575,0.315,0.045,0.1575,0.27,0.045,0.2025,0.315,0.045,0.2025,0.315,0.405,0.1575,0.36,0.405,0.1575,0.315,0.405,0.2025,0.36,0.405,0.2025,-0.36,0.765,0.3375,-0.315,0.765,0.3375,-0.36,0.765,0.3825,-0.315,0.765,0.3825,0.315,0.765,0.3375,0.36,0.765,0.3375,0.315,0.765,0.3825,0.36,0.765,0.3825,-0.36,0.675,0.3825,-0.315,0.675,0.3825,-0.36,0.675,0.4275,-0.315,0.675,0.4275,0.315,0.675,0.3825,0.36,0.675,0.3825,0.315,0.675,0.4275,0.36,0.675,0.4275,-0.36,0.765,0.4275,-0.315,0.765,0.4275,-0.36,0.765,0.4725,-0.315,0.765,0.4725,0.315,0.765,0.4275,0.36,0.765,0.4275,0.315,0.765,0.4725,0.36,0.765,0.4725],"colors":[0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.2941177,0.5490196,0.6745098,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4980392,0.6941177,0.7921569,1,0.4980392,0.6941177,0.7921569,1,0.4980392,0.6941177,0.7921569,1,0.4980392,0.6941177,0.7921569,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4980392,0.6941177,0.7921569,1,0.4980392,0.6941177,0.7921569,1,0.4980392,0.6941177,0.7921569,1,0.4980392,0.6941177,0.7921569,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.4039216,0.3333333,0.3411765,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.2901961,0.2588235,0.2588235,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1,0.7333333,0.7058824,0.7254902,1]}}} \ No newline at end of file diff --git a/crossyroad/models/space-world.json b/crossyroad/models/space-world.json new file mode 100644 index 00000000..dbfd15a4 --- /dev/null +++ b/crossyroad/models/space-world.json @@ -0,0 +1 @@ +{"models":{"moon_barrierbutton_optimised":{"faces":[49,48,51,43,51,48,51,43,50,42,50,43,49,46,48,48,46,47,47,46,41,44,41,46,45,40,44,41,44,40,43,41,42,42,41,40,39,37,38,38,37,36,35,33,34,31,34,33,33,30,31,32,31,30,29,28,26,28,27,26,25,23,24,21,24,23,23,20,21,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[0.3125,-0.25,-0.3125,0.3125,0,-0.3125,-0.3125,0,-0.3125,-0.3125,-0.25,-0.3125,0.3125,0,-0.3125,0.3125,0.125,-0.3125,-0.3125,0.125,-0.3125,-0.3125,0,-0.3125,-0.3125,-0.25,0.3125,-0.3125,0,0.3125,0.3125,0,0.3125,0.3125,-0.25,0.3125,-0.3125,0,0.3125,-0.3125,0.125,0.3125,0.3125,0.125,0.3125,0.3125,0,0.3125,-0.3125,-0.25,-0.3125,-0.3125,0,-0.3125,-0.3125,0,0.3125,-0.3125,-0.25,0.3125,-0.3125,0.125,-0.1875,-0.3125,0,-0.3125,-0.3125,0.125,-0.3125,-0.3125,0.125,0.1875,-0.3125,0,0.3125,-0.3125,0.125,0.3125,0.3125,-0.25,0.3125,0.3125,0,0.3125,0.3125,0,-0.3125,0.3125,-0.25,-0.3125,0.3125,0.125,0.1875,0.3125,0,0.3125,0.3125,0.125,0.3125,0.3125,0.125,-0.1875,0.3125,0,-0.3125,0.3125,0.125,-0.3125,-0.1875,0.125,-0.1875,0.1875,0.125,-0.1875,-0.1875,0.125,0.1875,0.1875,0.125,0.1875,-0.3125,0.125,-0.1875,-0.1875,0.125,-0.1875,-0.3125,0.125,0.1875,-0.1875,0.125,0.1875,0.3125,0.125,-0.3125,-0.3125,0.125,-0.3125,0.3125,0.125,-0.1875,0.1875,0.125,-0.1875,0.1875,0.125,0.1875,0.3125,0.125,0.1875,-0.3125,0.125,0.3125,0.3125,0.125,0.3125],"colors":[0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1]},"moon_barrierspawner_optimised":{"faces":[127,119,124,126,125,118,124,118,125,118,124,119,123,122,121,116,121,122,121,116,120,117,120,116,119,117,118,118,117,116,115,113,114,114,113,112,111,109,110,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,97,98,96,98,97,97,95,96,94,96,95,95,93,94,90,94,93,93,92,90,91,90,92,91,89,90,87,90,89,89,86,87,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,73,71,72,70,72,71,71,67,70,69,70,67,69,67,68,66,68,67,67,65,66,64,66,65,65,63,64,61,64,63,63,60,61,62,61,60,59,58,56,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,45,47,46,46,41,45,44,45,41,44,41,36,43,38,42,41,42,38,38,36,41,37,40,39,39,36,37,38,37,36,34,35,28,31,34,28,33,31,32,29,32,31,31,28,29,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,19,14,18,8,18,14,15,17,16,16,13,15,14,15,13,14,13,8,10,8,13,9,12,11,11,8,9,10,9,8,6,7,0,3,6,0,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[0.375,-0.25,-0.5,0.5,-0.5,-0.5,0.5,-0.25,-0.5,-0.375,-0.25,-0.5,-0.5,-0.5,-0.5,-0.5,-0.25,-0.5,-0.375,0,-0.5,0.375,0,-0.5,-0.5,0,-0.5,-0.375,-0.25,-0.5,-0.375,0,-0.5,-0.5,-0.125,-0.5,-0.5,-0.25,-0.5,0.375,0,-0.5,0.5,0,-0.5,0.5,-0.125,-0.5,0.375,-0.25,-0.5,0.5,-0.25,-0.5,-0.5,0.125,-0.5,0.5,0.125,-0.5,-0.125,0,0.375,-0.125,0.125,0.375,-0.5,0.125,0.375,-0.5,0,0.375,0.5,0,0.375,0.5,0.125,0.375,0.125,0.125,0.375,0.125,0,0.375,-0.375,-0.25,0.5,-0.5,-0.5,0.5,-0.5,-0.25,0.5,0.375,-0.25,0.5,0.5,-0.5,0.5,0.5,-0.25,0.5,0.375,0,0.5,-0.375,0,0.5,-0.375,0,0.5,-0.5,-0.125,0.5,-0.5,0,0.5,-0.375,-0.25,0.5,-0.5,-0.25,0.5,0.5,0,0.5,0.5,0.125,0.5,-0.5,0.125,0.5,0.375,0,0.5,0.375,-0.25,0.5,0.5,-0.125,0.5,0.5,-0.25,0.5,-0.5,0,-0.375,-0.5,0.125,-0.375,-0.125,0.125,-0.375,-0.125,0,-0.375,0.125,0,-0.375,0.125,0.125,-0.375,0.5,0.125,-0.375,0.5,0,-0.375,-0.5,-0.5,-0.5,-0.5,-0.25,-0.5,-0.5,-0.25,0.5,-0.5,-0.5,0.5,-0.5,0.125,-0.375,-0.5,0,-0.5,-0.5,0.125,-0.5,-0.5,0,-0.375,-0.5,-0.125,-0.5,-0.5,-0.125,-0.375,-0.5,-0.25,-0.5,-0.5,-0.125,0.375,-0.5,-0.25,0.5,-0.5,-0.125,0.5,-0.5,0,0.5,-0.5,0,0.375,-0.5,0.125,0.5,-0.5,0.125,0.375,-0.5,-0.125,-0.375,-0.5,0,-0.375,-0.5,0,0.375,-0.5,-0.125,0.375,-0.125,0,-0.375,-0.125,0.125,-0.375,-0.125,0.125,0.375,-0.125,0,0.375,0.5,-0.5,0.5,0.5,-0.25,0.5,0.5,-0.25,-0.5,0.5,-0.5,-0.5,0.5,0.125,-0.5,0.5,0,-0.375,0.5,0.125,-0.375,0.5,0,-0.5,0.5,-0.125,-0.375,0.5,-0.125,-0.5,0.5,-0.25,-0.5,0.5,-0.25,0.5,0.5,-0.125,0.375,0.5,-0.125,0.5,0.5,0,0.375,0.5,0,0.5,0.5,0.125,0.375,0.5,0.125,0.5,0.125,0,0.375,0.125,0.125,0.375,0.125,0.125,-0.375,0.125,0,-0.375,0.5,-0.125,0.375,0.5,0,0.375,0.5,0,-0.375,0.5,-0.125,-0.375,-0.5,0,-0.375,-0.125,0,-0.375,-0.5,0,0.375,-0.125,0,0.375,0.125,0,-0.375,0.5,0,-0.375,0.125,0,0.375,0.5,0,0.375,-0.125,0.125,-0.375,0.125,0.125,-0.375,-0.125,0.125,0.375,0.125,0.125,0.375,0.5,0.125,-0.375,0.5,0.125,-0.5,-0.5,0.125,-0.375,-0.5,0.125,-0.5,0.5,0.125,0.5,-0.5,0.125,0.5,-0.5,0.125,0.375,0.5,0.125,0.375],"colors":[0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1]},"moon_blockingbarrier_optimised":{"faces":[269,268,271,263,271,268,271,263,270,262,270,263,269,266,268,268,266,267,267,266,261,264,261,266,265,260,264,261,264,260,263,261,262,262,261,260,259,257,258,258,257,256,255,254,252,254,253,252,251,250,248,250,249,248,247,246,244,246,245,244,243,237,242,237,239,242,241,239,240,238,240,239,239,237,238,236,238,237,237,233,236,234,236,233,235,234,232,234,233,232,231,229,230,227,230,229,229,226,227,228,227,226,225,224,222,224,223,222,221,220,218,220,219,218,217,216,214,216,215,214,213,193,212,200,212,193,211,209,210,208,210,209,209,207,208,202,208,207,207,204,202,206,203,205,204,205,203,203,202,204,203,201,202,195,202,201,201,200,195,193,195,200,199,197,198,196,198,197,197,195,196,194,196,195,195,193,194,191,194,193,193,190,191,192,191,190,189,188,186,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,175,176,175,174,176,175,173,174,168,174,173,173,170,168,172,167,171,170,171,167,167,168,170,169,168,166,168,167,166,165,163,164,161,164,163,163,160,161,162,161,160,159,158,156,158,157,156,155,154,152,154,153,152,151,150,148,150,149,148,147,137,146,136,146,137,145,143,144,142,144,143,143,135,142,138,142,135,141,139,140,137,140,139,139,138,137,135,137,138,137,135,136,134,136,135,135,128,134,125,134,128,133,131,132,130,132,131,131,129,130,128,130,129,129,127,128,125,128,127,127,124,125,126,125,124,123,122,120,122,121,120,119,118,116,118,117,116,115,114,112,114,113,112,111,106,110,106,109,110,109,106,104,108,103,107,106,107,103,103,104,106,105,104,102,104,103,102,101,99,100,97,100,99,99,96,97,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,81,82,80,82,81,81,73,80,76,80,73,79,77,78,75,78,77,77,76,75,73,75,76,75,73,74,72,74,73,73,66,72,63,72,66,71,69,70,68,70,69,69,67,68,66,68,67,67,65,66,63,66,65,65,62,63,64,63,62,61,60,58,60,59,58,57,56,54,56,55,54,53,52,50,52,51,50,49,45,48,42,48,45,47,44,46,44,45,46,45,44,42,41,42,44,43,42,40,42,41,40,39,37,38,35,38,37,37,34,35,36,35,34,33,32,30,32,31,30,29,28,26,28,27,26,25,24,22,24,23,22,21,19,20,18,20,19,19,17,18,12,18,17,17,14,12,16,13,15,14,15,13,13,12,14,13,11,12,5,12,11,11,10,5,3,5,10,9,7,8,6,8,7,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.1875,1.125,-0.4375,-0.0625,1,-0.4375,-0.0625,1.125,-0.4375,-0.1875,-0.5,-0.4375,-0.0625,0.875,-0.4375,-0.0625,-0.5,-0.4375,-0.0625,0.5,-0.4375,-0.0625,-0.125,-0.4375,-0.0625,0.375,-0.4375,-0.0625,0,-0.4375,-0.1875,-0.625,-0.4375,0.3125,-0.625,-0.4375,0.1875,-0.5,-0.4375,0.3125,-0.5,-0.4375,0.1875,1,-0.4375,0.1875,1.125,-0.4375,0.3125,1.125,-0.4375,0.1875,0.875,-0.4375,0.1875,-0.125,-0.4375,0.1875,0.5,-0.4375,0.1875,0,-0.4375,0.1875,0.375,-0.4375,0.1875,-0.5,-0.4375,0.1875,-0.125,-0.4375,-0.0625,-0.125,-0.4375,-0.0625,-0.5,-0.4375,0.1875,0,-0.4375,0.1875,0.375,-0.4375,-0.0625,0.375,-0.4375,-0.0625,0,-0.4375,0.1875,0.5,-0.4375,0.1875,0.875,-0.4375,-0.0625,0.875,-0.4375,-0.0625,0.5,-0.4375,-0.0625,1.375,-0.4375,0.1875,1.125,-0.4375,0.1875,1.375,-0.4375,-0.0625,1.125,-0.4375,0.1875,1,-0.4375,-0.0625,1,-0.4375,-0.0625,1.125,-0.4375,-0.0625,1.375,-0.4375,-0.1875,1.375,-0.4375,-0.1875,1.125,-0.4375,0.1875,1.375,-0.4375,0.3125,1.375,-0.4375,0.3125,1.125,-0.4375,0.1875,1.125,-0.4375,-0.1875,1.5,-0.4375,0.3125,1.5,-0.4375,0.1875,-0.125,-0.4375,0.1875,0,-0.4375,-0.0625,0,-0.4375,-0.0625,-0.125,-0.4375,0.1875,0.375,-0.4375,0.1875,0.5,-0.4375,-0.0625,0.5,-0.4375,-0.0625,0.375,-0.4375,0.1875,0.875,-0.4375,0.1875,1,-0.4375,-0.0625,1,-0.4375,-0.0625,0.875,-0.4375,-0.0625,1.125,0.4375,-0.1875,-0.5,0.4375,-0.1875,1.125,0.4375,-0.0625,1,0.4375,-0.0625,-0.5,0.4375,-0.0625,0.875,0.4375,-0.0625,-0.125,0.4375,-0.0625,0.5,0.4375,-0.0625,0,0.4375,-0.0625,0.375,0.4375,-0.1875,-0.625,0.4375,0.1875,-0.5,0.4375,0.3125,-0.625,0.4375,0.3125,-0.5,0.4375,0.1875,0.875,0.4375,0.1875,1,0.4375,0.3125,1.25,0.4375,0.1875,1.25,0.4375,0.1875,0.5,0.4375,0.1875,-0.125,0.4375,0.1875,0.375,0.4375,0.1875,0,0.4375,-0.0625,-0.5,0.4375,-0.0625,-0.125,0.4375,0.1875,-0.125,0.4375,0.1875,-0.5,0.4375,-0.0625,0,0.4375,-0.0625,0.375,0.4375,0.1875,0.375,0.4375,0.1875,0,0.4375,-0.0625,0.5,0.4375,-0.0625,0.875,0.4375,0.1875,0.875,0.4375,0.1875,0.5,0.4375,0.1875,1.375,0.4375,-0.0625,1.125,0.4375,-0.0625,1.375,0.4375,0.1875,1.25,0.4375,-0.0625,1,0.4375,0.1875,1,0.4375,-0.1875,1.125,0.4375,-0.1875,1.375,0.4375,-0.0625,1.375,0.4375,-0.0625,1.125,0.4375,0.3125,1.375,0.4375,0.3125,1.5,0.4375,-0.1875,1.5,0.4375,0.1875,1.375,0.4375,0.1875,1.25,0.4375,0.3125,1.25,0.4375,-0.0625,-0.125,0.4375,-0.0625,0,0.4375,0.1875,0,0.4375,0.1875,-0.125,0.4375,-0.0625,0.375,0.4375,-0.0625,0.5,0.4375,0.1875,0.5,0.4375,0.1875,0.375,0.4375,-0.0625,0.875,0.4375,-0.0625,1,0.4375,0.1875,1,0.4375,0.1875,0.875,0.4375,-0.1875,1.125,-0.3125,-0.1875,-0.5,-0.4375,-0.1875,1.125,-0.4375,-0.1875,1,-0.3125,-0.1875,-0.5,-0.3125,-0.1875,0.875,-0.3125,-0.1875,-0.125,-0.3125,-0.1875,0.5,-0.3125,-0.1875,0,-0.3125,-0.1875,0.375,-0.3125,-0.1875,-0.625,-0.4375,-0.1875,-0.5,0.3125,-0.1875,-0.625,-0.3125,-0.1875,-0.5,0.4375,-0.1875,0.875,0.3125,-0.1875,1,0.3125,-0.1875,1.125,0.4375,-0.1875,1.125,0.3125,-0.1875,0.5,0.3125,-0.1875,-0.125,0.3125,-0.1875,0.375,0.3125,-0.1875,0,0.3125,-0.1875,-0.625,0.3125,-0.1875,-0.625,0.4375,-0.1875,-0.5,-0.3125,-0.1875,-0.125,-0.3125,-0.1875,-0.125,0.3125,-0.1875,-0.5,0.3125,-0.1875,0,-0.3125,-0.1875,0.375,-0.3125,-0.1875,0.375,0.3125,-0.1875,0,0.3125,-0.1875,0.5,-0.3125,-0.1875,0.875,-0.3125,-0.1875,0.875,0.3125,-0.1875,0.5,0.3125,-0.1875,1.375,0.3125,-0.1875,1.125,-0.3125,-0.1875,1.375,-0.3125,-0.1875,1.125,0.3125,-0.1875,1,-0.3125,-0.1875,1,0.3125,-0.1875,1.125,-0.4375,-0.1875,1.375,-0.4375,-0.1875,1.375,-0.3125,-0.1875,1.125,-0.3125,-0.1875,1.5,0.3125,-0.1875,1.5,-0.3125,-0.1875,1.5,-0.4375,-0.1875,1.5,0.4375,-0.1875,1.375,0.3125,-0.1875,1.375,0.4375,-0.1875,1.125,0.3125,-0.1875,1.125,0.4375,-0.1875,-0.125,-0.3125,-0.1875,0,-0.3125,-0.1875,0,0.3125,-0.1875,-0.125,0.3125,-0.1875,0.375,-0.3125,-0.1875,0.5,-0.3125,-0.1875,0.5,0.3125,-0.1875,0.375,0.3125,-0.1875,0.875,-0.3125,-0.1875,1,-0.3125,-0.1875,1,0.3125,-0.1875,0.875,0.3125,0.3125,1.125,-0.4375,0.3125,1,-0.3125,0.3125,1.125,-0.3125,0.3125,-0.5,-0.4375,0.3125,0.875,-0.3125,0.3125,-0.5,-0.3125,0.3125,0.5,-0.3125,0.3125,-0.125,-0.3125,0.3125,0.375,-0.3125,0.3125,0,-0.3125,0.3125,-0.625,0.3125,0.3125,-0.625,0.4375,0.3125,-0.5,0.3125,0.3125,-0.5,0.4375,0.3125,1,0.3125,0.3125,1.25,0.3125,0.3125,1.25,0.4375,0.3125,0.875,0.3125,0.3125,-0.125,0.3125,0.3125,0.5,0.3125,0.3125,0,0.3125,0.3125,0.375,0.3125,0.3125,-0.625,-0.3125,0.3125,-0.625,-0.4375,0.3125,-0.5,0.3125,0.3125,-0.125,0.3125,0.3125,-0.125,-0.3125,0.3125,-0.5,-0.3125,0.3125,0,0.3125,0.3125,0.375,0.3125,0.3125,0.375,-0.3125,0.3125,0,-0.3125,0.3125,0.5,0.3125,0.3125,0.875,0.3125,0.3125,0.875,-0.3125,0.3125,0.5,-0.3125,0.3125,1.375,-0.3125,0.3125,1.25,0.3125,0.3125,1.375,0.3125,0.3125,1.125,-0.3125,0.3125,1,0.3125,0.3125,1,-0.3125,0.3125,1.125,-0.3125,0.3125,1.375,-0.3125,0.3125,1.375,-0.4375,0.3125,1.125,-0.4375,0.3125,1.5,-0.4375,0.3125,1.375,0.3125,0.3125,1.5,-0.3125,0.3125,1.375,0.4375,0.3125,1.5,0.3125,0.3125,1.5,0.4375,0.3125,1.25,0.4375,0.3125,1.25,0.3125,0.3125,-0.125,0.3125,0.3125,0,0.3125,0.3125,0,-0.3125,0.3125,-0.125,-0.3125,0.3125,0.375,0.3125,0.3125,0.5,0.3125,0.3125,0.5,-0.3125,0.3125,0.375,-0.3125,0.3125,0.875,0.3125,0.3125,1,0.3125,0.3125,1,-0.3125,0.3125,0.875,-0.3125,-0.0625,1.5,-0.3125,0.1875,1.5,-0.3125,-0.0625,1.5,0.3125,0.1875,1.5,0.3125,-0.1875,1.5,-0.3125,-0.0625,1.5,-0.3125,-0.1875,1.5,0.3125,-0.0625,1.5,0.3125,0.3125,1.5,-0.4375,-0.1875,1.5,-0.4375,0.3125,1.5,-0.3125,0.1875,1.5,-0.3125,0.1875,1.5,0.3125,0.3125,1.5,0.3125,-0.1875,1.5,0.4375,0.3125,1.5,0.4375],"colors":[0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.8745098,0.9960784,0.9803922,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.3254902,0.9568627,0.8784314,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.6117647,0.9882353,0.9411765,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1,0.8196079,0.9921569,0.972549,1]},"moon_chunk_1_strip_1_optimised":{"faces":[416,414,415,415,414,413,412,410,411,411,410,409,408,401,407,408,407,406,407,401,402,404,406,407,406,404,405,403,405,404,404,400,403,403,400,398,402,401,400,397,400,401,400,397,398,399,398,397,396,389,395,396,395,394,395,389,390,392,394,395,394,392,393,391,393,392,392,388,391,391,388,386,390,389,388,385,388,389,388,385,386,387,386,385,384,382,383,383,382,381,380,378,379,379,378,377,376,374,375,375,374,373,370,373,374,373,370,371,372,371,370,369,367,368,368,367,366,262,260,276,285,276,260,363,362,365,357,365,362,365,357,364,356,364,357,363,360,362,362,360,361,361,360,355,358,355,360,359,354,358,355,358,354,357,355,356,356,355,354,350,349,353,344,353,349,353,344,352,343,352,344,347,350,351,350,347,349,348,349,347,348,347,342,345,342,347,346,341,345,342,345,341,344,342,343,343,342,341,340,338,339,339,338,337,332,335,336,335,332,333,334,333,332,331,329,330,330,329,328,327,325,326,326,325,324,323,321,322,322,321,320,317,314,319,318,313,317,314,317,313,316,314,315,315,314,313,310,307,312,311,306,310,307,310,306,309,307,308,308,307,306,305,303,304,304,303,302,270,301,268,300,268,301,268,300,296,295,296,300,298,266,267,267,299,298,291,298,299,298,291,297,289,297,291,296,295,294,290,294,295,294,290,293,292,293,290,290,291,292,291,290,289,286,289,290,289,286,288,287,288,286,287,286,285,282,285,286,276,285,274,284,274,285,285,282,284,283,284,282,283,282,278,280,278,282,281,279,280,278,280,279,273,278,279,272,278,273,277,276,275,274,275,276,275,274,269,272,269,274,273,271,272,269,272,271,271,270,269,268,269,270,269,268,265,267,265,268,265,267,266,264,265,266,265,264,263,260,263,264,263,260,261,262,261,260,259,258,256,258,257,256,255,253,254,251,254,253,253,250,251,252,251,250,249,247,248,246,248,247,247,245,246,243,246,245,245,242,243,244,243,242,239,241,238,240,239,235,238,235,239,238,237,235,237,236,235,234,233,231,233,232,231,227,230,229,229,226,227,228,227,226,225,223,224,221,224,223,223,220,221,222,221,220,219,217,218,215,218,217,217,214,215,216,215,214,213,211,212,209,212,211,211,208,209,210,209,208,207,203,206,196,206,203,205,202,204,202,203,204,203,202,196,198,196,202,201,199,200,197,200,199,199,196,197,198,197,196,195,194,192,194,193,192,191,190,188,190,189,188,187,186,184,186,185,184,183,182,180,182,181,180,179,177,178,175,178,177,177,174,175,176,175,174,173,171,172,170,172,171,171,169,170,167,170,169,169,166,167,168,167,166,165,163,164,161,164,163,163,160,161,162,161,159,161,160,159,158,156,157,154,157,156,156,153,154,155,154,153,152,149,151,149,150,151,147,150,149,149,146,147,148,147,146,145,143,144,141,144,143,143,140,141,142,141,140,139,135,138,135,134,138,137,131,136,125,136,131,135,133,134,132,134,133,133,130,132,131,132,130,131,130,125,127,125,130,126,129,128,128,125,126,127,126,125,124,122,123,120,123,122,122,119,120,121,120,119,118,117,115,117,116,115,114,113,111,113,112,111,110,109,107,109,108,107,104,106,105,105,103,104,100,104,103,103,102,100,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,88,91,90,90,87,88,89,88,87,83,86,85,85,82,83,84,83,82,81,79,80,77,80,79,79,76,77,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,67,66,64,66,65,64,62,63,59,57,62,59,58,61,60,60,57,58,59,58,57,56,55,53,55,54,53,52,51,49,51,50,49,48,43,47,46,47,43,43,44,46,45,44,42,44,43,42,41,38,40,38,39,40,36,39,38,38,35,36,37,36,35,34,33,31,33,32,31,30,21,29,21,19,29,28,25,27,25,26,27,24,26,25,25,13,24,16,24,13,23,18,22,14,22,18,19,21,20,20,17,19,18,19,17,18,17,14,15,14,17,16,13,11,15,10,14,13,14,10,10,11,13,12,11,9,11,10,9,8,7,5,7,6,5,1,4,3,3,0,1,2,1,0],"vertices":[-6.125,0.875,-0.5,-5.25,0.625,-0.5,-5.25,0.875,-0.5,-6.125,0.5,-0.5,-5.25,0.5,-0.5,3.625,-0.25,0,3.625,0.125,0,3.5,0.125,0,3.5,-0.25,0,2.25,-0.25,-0.5,2.25,0,-0.5,-1.125,0,-0.5,-1.125,-0.25,-0.5,-3.5,0,-0.5,-3.5,0.125,-0.5,2.25,0.125,-0.5,-1.625,0,-0.5,2.75,0.125,-0.5,3.5,0.125,-0.5,3.5,-0.125,-0.5,2.75,-0.125,-0.5,2.875,-0.125,-0.5,-3.5,0.25,-0.5,3.5,0.25,-0.5,-1.625,-0.125,-0.5,-3.5,-0.125,-0.5,-2.25,-0.125,-0.5,-2.25,-0.25,-0.5,-3.5,-0.25,-0.5,3.5,-0.25,-0.5,2.875,-0.25,-0.5,-6.625,0.125,-0.125,-6.625,0.375,-0.125,-7.25,0.375,-0.125,-7.25,0.125,-0.125,2.25,0.125,-0.625,2.75,-0.125,-0.625,2.75,0.125,-0.625,2.25,-0.125,-0.625,2.375,-0.125,-0.625,2.375,-0.25,-0.625,2.25,-0.25,-0.625,-5.125,0.625,-0.375,-5.125,0.875,-0.375,-5.25,0.875,-0.375,-5.25,0.625,-0.375,-6,0.875,-0.375,-6,1,-0.375,-5.125,1,-0.375,-3.5,-0.125,-0.25,-3.5,0.125,-0.25,-3.625,0.125,-0.25,-3.625,-0.125,-0.25,3.5,0.25,-0.5,3.5,0.375,-0.5,-3.5,0.375,-0.5,-3.5,0.25,-0.5,-1.625,-0.125,-0.625,-1.125,-0.25,-0.625,-1.125,-0.125,-0.625,-2.25,-0.125,-0.625,-2.25,-0.25,-0.625,-1.625,0,-0.625,-1.125,0,-0.625,2.875,-0.25,-0.75,2.875,-0.125,-0.75,2.375,-0.125,-0.75,2.375,-0.25,-0.75,-6.75,0.375,0,-6.75,0.5,0,-7.125,0.5,0,-7.125,0.375,0,-3.5,-0.25,-0.375,-3.5,-0.125,-0.375,-3.75,-0.125,-0.375,-3.75,-0.25,-0.375,3.5,0.25,0.5,-3.5,0.125,0.5,-3.5,0.25,0.5,3.5,0.125,0.5,-3.5,-0.25,0.5,3.5,-0.25,0.5,-5.125,1,0.125,-6,0.875,0.125,-6,1,0.125,-5.125,0.625,0.125,-6,0.625,0.125,-3.5,0.125,0.25,-3.625,-0.125,0.25,-3.625,0.125,0.25,-3.5,-0.25,0.25,-3.625,-0.25,0.25,3.5,-0.25,0.375,3.5,0.125,0.375,3.625,0.125,0.375,3.625,-0.25,0.375,-7.25,0.125,0.375,-7.25,0.375,0.375,-6.625,0.375,0.375,-6.625,0.125,0.375,-6.125,0.625,0,-6.125,0.875,0,-6,0.875,0,-6,0.625,0,-6.125,0.5,0,-5.25,0.625,0,-5.25,0.5,0,-3.5,0.25,0.5,-3.5,0.375,0.5,3.5,0.375,0.5,3.5,0.25,0.5,-7.125,0.375,0.25,-7.125,0.5,0.25,-6.75,0.5,0.25,-6.75,0.375,0.25,-3.75,-0.25,0.125,-3.75,-0.125,0.125,-3.625,-0.125,0.125,-3.625,-0.25,0.125,-6.125,0.875,-0.375,-6.125,0.5,-0.5,-6.125,0.875,-0.5,-6.125,0.875,0,-6.125,0.5,0,-6.125,0.625,0,-3.5,0.125,0.5,-3.5,-0.25,0.25,-3.5,0.125,0.25,-3.5,-0.25,0.5,-3.5,-0.25,0.375,-3.5,0.125,-0.25,-3.5,0.125,-0.5,-3.5,0,-0.5,-3.5,-0.125,-0.25,-3.5,-0.125,-0.5,-3.5,-0.125,-0.375,-3.5,0.25,0.5,-3.5,0.25,-0.5,-3.5,-0.25,-0.5,-3.5,-0.25,-0.375,2.25,0.125,-0.5,2.25,-0.125,-0.625,2.25,0.125,-0.625,2.25,0,-0.5,2.25,-0.25,-0.625,2.25,-0.25,-0.5,-3.625,0.125,0.25,-3.625,-0.125,-0.25,-3.625,0.125,-0.25,-3.625,-0.125,0.25,-3.625,-0.125,0.125,-3.625,-0.25,0.125,-3.625,-0.25,0.25,-7.25,0.375,0,-7.25,0.125,-0.125,-7.25,0.375,-0.125,-7.25,0.375,0.25,-7.25,0.125,0.375,-7.25,0.375,0.375,-6,0.625,0,-6,0.875,0,-6,0.875,0.125,-6,0.625,0.125,-6,0.875,-0.375,-6,1,0.125,-6,1,-0.375,-3.5,0.375,-0.375,-3.5,0.25,-0.5,-3.5,0.375,-0.5,-3.5,0.375,-0.125,-3.5,0.25,0.5,-3.5,0.375,0.25,-3.5,0.375,0.5,-3.5,0.375,0.375,-3.75,-0.125,-0.25,-3.75,-0.25,-0.375,-3.75,-0.125,-0.375,-3.75,-0.125,0.125,-3.75,-0.25,0,-3.75,-0.25,0.125,-7.125,0.375,0,-7.125,0.5,0,-7.125,0.5,0.25,-7.125,0.375,0.25,2.375,-0.25,-0.75,2.375,-0.125,-0.75,2.375,-0.125,-0.625,2.375,-0.25,-0.625,-2.25,-0.25,-0.625,-2.25,-0.125,-0.625,-2.25,-0.125,-0.5,-2.25,-0.25,-0.5,-1.625,-0.125,-0.625,-1.625,0,-0.625,-1.625,0,-0.5,-1.625,-0.125,-0.5,3.5,0.125,-0.5,3.5,-0.25,0,3.5,0.125,0,3.5,-0.125,-0.5,3.5,-0.25,-0.375,3.5,-0.25,-0.5,3.5,0.125,0.375,3.5,0.125,0.5,3.5,-0.25,0.5,3.5,-0.25,0.375,3.5,0.25,-0.5,3.5,0.25,0.5,-5.125,1,-0.375,-5.125,0.625,0.125,-5.125,1,0.125,-5.125,0.875,-0.375,-5.125,0.625,0,-5.125,0.625,-0.375,3.625,0.125,0,3.625,-0.25,0.375,3.625,0.125,0.375,3.625,-0.25,0,3.625,-0.25,0.25,3.625,-0.25,0.125,-6.625,0.375,0.25,-6.625,0.125,0.375,-6.625,0.375,0.375,-6.625,0.375,0,-6.625,0.125,-0.125,-6.625,0.375,-0.125,-1.125,0,-0.625,-1.125,-0.25,-0.5,-1.125,0,-0.5,-1.125,-0.125,-0.625,-1.125,-0.25,-0.625,2.75,-0.125,-0.5,2.75,0.125,-0.5,2.75,0.125,-0.625,2.75,-0.125,-0.625,-5.25,0.625,-0.375,-5.25,0.875,-0.375,-5.25,0.875,-0.5,-5.25,0.625,-0.5,-5.25,0.5,0,-5.25,0.625,0,-5.25,0.5,-0.5,3.5,0.375,0.375,3.5,0.25,0.5,3.5,0.375,0.5,3.5,0.375,0,3.5,0.25,-0.5,3.5,0.375,-0.25,3.5,0.375,-0.5,3.5,0.375,-0.375,2.875,-0.125,-0.625,2.875,-0.25,-0.5,2.875,-0.125,-0.5,2.875,-0.125,-0.75,2.875,-0.25,-0.625,2.875,-0.25,-0.75,-6.75,0.375,0.25,-6.75,0.5,0.25,-6.75,0.5,0,-6.75,0.375,0,0.625,0.375,-0.125,-1.5,0.375,0,-1.5,0.375,-0.125,-1.5,0.375,0.125,0.625,0.375,0.125,-1.5,0.375,0.25,0.625,0.375,0.25,1.25,0.375,0.25,1.25,0.375,0.375,-1.875,0.375,0.25,-3.5,0.375,0.375,-3.5,0.375,0.25,-2.25,0.375,-0.125,-3.5,0.375,-0.125,-2,0.375,-0.125,-1.875,0.375,0.125,-1.875,0.375,-0.125,-1.875,0.375,0,-2.25,0.375,-0.375,-3.5,0.375,-0.375,3.5,0.375,-0.5,-3.5,0.375,-0.5,3.5,0.375,-0.375,-2,0.375,-0.375,-2,0.375,-0.25,0.625,0.375,-0.25,3.5,0.375,-0.25,1.125,0.375,-0.25,1.125,0.375,-0.125,1.125,0.375,0,3.5,0.375,0,1.25,0.375,0,1.625,0.375,0,1.625,0.375,0.125,1.625,0.375,0.25,3.5,0.375,0.375,1.625,0.375,0.375,1.125,0.375,0.125,1.125,0.375,0.25,1.25,0.375,0.125,3.5,0.375,0.5,-3.5,0.375,0.5,-6,1,-0.375,-5.125,1,-0.375,-6,1,0.125,-5.125,1,0.125,-6.125,0.875,-0.375,-6,0.875,-0.375,-6.125,0.875,0,-6,0.875,0,-5.25,0.875,-0.5,-6.125,0.875,-0.5,-5.25,0.875,-0.375,-3.75,-0.125,-0.25,-3.625,-0.125,-0.25,-3.75,-0.125,0.125,-3.625,-0.125,0.125,-3.5,-0.125,-0.375,-3.75,-0.125,-0.375,-3.5,-0.125,-0.25,-3.625,0.125,-0.25,-3.5,0.125,-0.25,-3.625,0.125,0.25,-3.5,0.125,0.25,3.5,0.125,0,3.625,0.125,0,3.5,0.125,0.375,3.625,0.125,0.375,-7.125,0.5,0,-6.75,0.5,0,-7.125,0.5,0.25,-6.75,0.5,0.25,-2,0.375,-0.375,-2.25,0.375,-0.125,-2.25,0.375,-0.375,-2,0.375,-0.125,-2,0.375,-0.25,0.75,0.375,-0.125,1,0.375,-0.125,0.75,0.375,0.125,1,0.375,0.125,0.625,0.375,-0.125,0.75,0.375,-0.125,0.625,0.375,0.125,0.75,0.375,0.125,1.125,0.375,-0.25,0.625,0.375,-0.25,1.125,0.375,-0.125,1,0.375,-0.125,1,0.375,0.125,1.125,0.375,0.125,1.125,0.375,0,0.625,0.375,0.25,1.125,0.375,0.25,-7.25,0.375,0,-7.125,0.375,0,-7.25,0.375,0.25,-7.125,0.375,0.25,-6.625,0.375,-0.125,-7.25,0.375,-0.125,-6.625,0.375,0,-6.75,0.375,0,-6.75,0.375,0.25,-6.625,0.375,0.25,-7.25,0.375,0.375,-6.625,0.375,0.375,-2.25,-0.125,-0.625,-1.625,-0.125,-0.625,-2.25,-0.125,-0.5,-1.625,-0.125,-0.5,2.875,-0.125,-0.75,2.375,-0.125,-0.625,2.375,-0.125,-0.75,2.75,-0.125,-0.625,2.875,-0.125,-0.625,2.75,-0.125,-0.5,2.875,-0.125,-0.5,-1.625,0,-0.625,-1.125,0,-0.625,-1.625,0,-0.5,-1.125,0,-0.5,2.25,0.125,-0.625,2.75,0.125,-0.625,2.25,0.125,-0.5,2.75,0.125,-0.5,-1.5,0.375,-0.125,-1.875,0.375,0,-1.875,0.375,-0.125,-1.75,0.375,0,-1.5,0.375,0,-1.625,0.375,0,-1.875,0.375,0.125,-1.75,0.375,0.125,-1.875,0.375,0.25,-1.5,0.375,0.25,-1.625,0.375,0.125,-1.5,0.375,0.125,1.625,0.375,0,1.25,0.375,0.125,1.25,0.375,0,1.375,0.375,0.125,1.625,0.375,0.125,1.5,0.375,0.125,1.25,0.375,0.25,1.375,0.375,0.25,1.25,0.375,0.375,1.625,0.375,0.375,1.5,0.375,0.25,1.625,0.375,0.25,-1.75,0.375,0,-1.625,0.375,0,-1.75,0.375,0.125,-1.625,0.375,0.125,1.375,0.375,0.125,1.5,0.375,0.125,1.375,0.375,0.25,1.5,0.375,0.25],"colors":[0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1]},"moon_chunk_1_strip_2_optimised":{"faces":[249,247,248,248,247,246,245,243,244,244,243,242,241,239,240,240,239,238,237,235,236,236,235,234,233,231,232,232,231,230,229,227,228,228,227,226,223,222,225,217,225,222,225,217,224,216,224,217,223,220,222,222,220,221,221,220,215,218,215,220,219,214,218,215,218,214,217,215,216,216,215,214,213,211,212,212,211,210,209,207,208,208,207,206,205,203,204,204,203,202,201,199,200,200,199,198,197,195,196,196,195,194,190,191,193,181,193,191,193,181,192,179,192,181,191,190,189,186,189,190,189,186,188,187,188,186,187,186,178,184,178,186,185,180,184,178,184,180,183,182,181,178,181,182,181,178,179,180,179,178,177,176,174,176,175,174,173,171,172,169,172,171,171,168,169,170,169,168,167,166,164,166,165,164,160,163,162,162,159,160,161,160,159,156,158,157,157,155,156,152,156,155,155,154,152,154,153,152,151,150,148,150,149,148,147,145,146,137,146,145,145,139,137,144,142,143,142,141,143,142,140,141,138,141,140,140,137,138,139,138,137,136,135,133,135,134,133,132,131,129,131,130,129,128,127,125,127,126,125,124,122,123,120,123,122,122,119,120,121,120,119,116,118,115,117,116,112,115,112,116,115,114,112,114,113,112,111,110,108,110,109,108,107,99,106,105,106,99,99,97,105,104,102,103,102,101,103,102,100,101,98,101,100,100,97,98,99,98,97,96,94,95,92,95,94,94,91,92,93,92,91,90,89,87,89,88,87,86,85,83,85,84,83,82,81,79,81,80,79,78,77,75,77,76,75,73,74,65,68,73,65,72,70,71,69,71,70,70,68,69,66,69,68,68,65,66,67,66,65,64,63,61,63,62,61,60,59,57,59,58,57,55,56,52,50,55,52,51,54,53,53,50,51,52,51,50,49,48,46,48,47,46,45,44,42,44,43,42,41,40,38,40,39,38,37,36,34,36,35,34,32,33,27,30,32,27,28,31,30,30,27,28,29,28,27,26,23,25,23,24,25,22,24,23,23,8,22,11,22,8,19,21,20,20,18,19,16,19,18,16,18,17,17,12,16,13,16,12,15,13,14,9,14,13,13,12,9,10,9,12,11,8,6,10,5,9,8,9,5,5,6,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[5.375,-0.25,-0.25,5.375,0.125,-0.25,5,0.125,-0.25,5,-0.25,-0.25,0.75,-0.25,-0.5,0.75,0,-0.5,-1.375,0,-0.5,-1.375,-0.25,-0.5,-3.5,0,-0.5,-3.5,0.125,-0.5,0.75,0.125,-0.5,-1.875,0,-0.5,1.25,0.125,-0.5,3.5,0.125,-0.5,-3.5,0.25,-0.5,3.5,0.25,-0.5,3.5,0,-0.5,1.25,0,-0.5,1.625,0,-0.5,3.5,-0.125,-0.5,1.625,-0.25,-0.5,3.5,-0.25,-0.5,-1.875,-0.125,-0.5,-3.5,-0.125,-0.5,-2.5,-0.125,-0.5,-2.5,-0.25,-0.5,-3.5,-0.25,-0.5,1.25,0,-0.625,1.625,-0.25,-0.625,1.625,0,-0.625,0.75,0,-0.625,0.75,-0.25,-0.625,0.75,0.125,-0.625,1.25,0.125,-0.625,5.875,0,0.125,5.875,0.25,0.125,5.625,0.25,0.125,5.625,0,0.125,-3.5,-0.125,0.25,-3.5,0.125,0.25,-3.75,0.125,0.25,-3.75,-0.125,0.25,3.75,-0.125,0.25,3.75,0.125,0.25,3.5,0.125,0.25,3.5,-0.125,0.25,3.5,0.25,-0.5,3.5,0.375,-0.5,-3.5,0.375,-0.5,-3.5,0.25,-0.5,-1.875,-0.125,-0.625,-1.375,-0.25,-0.625,-1.375,-0.125,-0.625,-2.5,-0.125,-0.625,-2.5,-0.25,-0.625,-1.875,0,-0.625,-1.375,0,-0.625,-3.5,-0.25,0.125,-3.5,-0.125,0.125,-3.75,-0.125,0.125,-3.75,-0.25,0.125,3.75,-0.25,0.125,3.75,-0.125,0.125,3.5,-0.125,0.125,3.5,-0.25,0.125,-3.5,0.125,0.5,-3.75,-0.125,0.5,-3.75,0.125,0.5,3.5,0.125,0.5,-3.75,-0.25,0.5,3.75,0.125,0.5,3.75,-0.25,0.5,3.75,-0.125,0.5,3.5,0.25,0.5,-3.5,0.25,0.5,5,-0.25,0.125,5,0.125,0.125,5.375,0.125,0.125,5.375,-0.25,0.125,5.625,0,0.375,5.625,0.25,0.375,5.875,0.25,0.375,5.875,0,0.375,-3.5,0.25,0.5,-3.5,0.375,0.5,3.5,0.375,0.5,3.5,0.25,0.5,5,-0.25,-0.25,5,0.125,-0.25,5,0.125,0.125,5,-0.25,0.125,0.75,0.125,-0.5,0.75,0,-0.625,0.75,0.125,-0.625,0.75,0,-0.5,0.75,-0.25,-0.625,0.75,-0.25,-0.5,-3.5,0.125,0.25,-3.5,0,-0.5,-3.5,0.125,-0.5,-3.5,-0.125,0.25,-3.5,-0.125,-0.5,-3.5,-0.125,0.125,-3.5,-0.25,-0.5,-3.5,-0.25,0.125,-3.5,0.125,0.5,-3.5,0.25,0.5,-3.5,0.25,-0.5,5.625,0,0.125,5.625,0.25,0.125,5.625,0.25,0.375,5.625,0,0.375,-3.75,-0.125,0.25,-3.75,0.125,0.25,-3.75,0.125,0.5,-3.75,-0.125,0.5,-3.75,-0.25,0.125,-3.75,-0.125,0.125,-3.75,-0.25,0.5,-3.5,0.375,-0.25,-3.5,0.25,-0.5,-3.5,0.375,-0.5,-3.5,0.375,0.25,-3.5,0.25,0.5,-3.5,0.375,0.5,-2.5,-0.25,-0.625,-2.5,-0.125,-0.625,-2.5,-0.125,-0.5,-2.5,-0.25,-0.5,-1.875,-0.125,-0.625,-1.875,0,-0.625,-1.875,0,-0.5,-1.875,-0.125,-0.5,5.375,-0.25,0.125,5.375,0.125,0.125,5.375,0.125,-0.25,5.375,-0.25,-0.25,3.5,0.125,-0.5,3.5,-0.125,0.25,3.5,0.125,0.25,3.5,0,-0.5,3.5,-0.125,0.125,3.5,-0.125,-0.5,3.5,-0.25,0.125,3.5,-0.25,-0.5,3.5,0.125,0.5,3.5,0.25,-0.5,3.5,0.25,0.5,5.875,0,0.375,5.875,0.25,0.375,5.875,0.25,0.125,5.875,0,0.125,3.75,-0.125,0.5,3.75,0.125,0.5,3.75,0.125,0.25,3.75,-0.125,0.25,3.75,-0.25,0.5,3.75,-0.125,0.125,3.75,-0.25,0.125,-1.375,0,-0.625,-1.375,-0.25,-0.5,-1.375,0,-0.5,-1.375,-0.125,-0.625,-1.375,-0.25,-0.625,1.625,-0.25,-0.5,1.625,0,-0.5,1.625,0,-0.625,1.625,-0.25,-0.625,3.5,0.375,0.25,3.5,0.25,0.5,3.5,0.375,0.5,3.5,0.375,-0.25,3.5,0.25,-0.5,3.5,0.375,-0.5,1.25,0,-0.5,1.25,0.125,-0.5,1.25,0.125,-0.625,1.25,0,-0.625,2.75,0.375,-0.25,-3.5,0.375,0.25,-3.5,0.375,-0.25,2.75,0.375,0.25,2.75,0.375,-0.125,2.75,0.375,0.125,3.5,0.375,-0.5,-3.5,0.375,-0.5,3.5,0.375,-0.25,3.25,0.375,-0.25,3.25,0.375,-0.125,3.25,0.375,0.125,3.5,0.375,0.25,3.25,0.375,0.25,-3.5,0.375,0.5,3.5,0.375,0.5,5,0.125,-0.25,5.375,0.125,-0.25,5,0.125,0.125,5.375,0.125,0.125,2.875,0.375,-0.125,3.125,0.375,-0.125,2.875,0.375,0.125,3.125,0.375,0.125,5.625,0.25,0.125,5.875,0.25,0.125,5.625,0.25,0.375,5.875,0.25,0.375,-3.75,0.125,0.25,-3.5,0.125,0.25,-3.75,0.125,0.5,-3.5,0.125,0.5,3.5,0.125,0.25,3.75,0.125,0.25,3.5,0.125,0.5,3.75,0.125,0.5,2.75,0.375,-0.125,2.875,0.375,-0.125,2.75,0.375,0.125,2.875,0.375,0.125,3.25,0.375,-0.25,2.75,0.375,-0.25,3.25,0.375,-0.125,3.125,0.375,-0.125,3.125,0.375,0.125,3.25,0.375,0.125,2.75,0.375,0.25,3.25,0.375,0.25,-2.5,-0.125,-0.625,-1.875,-0.125,-0.625,-2.5,-0.125,-0.5,-1.875,-0.125,-0.5,-1.875,0,-0.625,-1.375,0,-0.625,-1.875,0,-0.5,-1.375,0,-0.5,0.75,0.125,-0.625,1.25,0.125,-0.625,0.75,0.125,-0.5,1.25,0.125,-0.5,1.25,0,-0.625,1.625,0,-0.625,1.25,0,-0.5,1.625,0,-0.5,-3.75,-0.125,0.125,-3.5,-0.125,0.125,-3.75,-0.125,0.25,-3.5,-0.125,0.25,3.5,-0.125,0.125,3.75,-0.125,0.125,3.5,-0.125,0.25,3.75,-0.125,0.25],"colors":[0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1]},"moon_chunk_1_strip_3_optimised":{"faces":[400,398,399,399,398,397,396,394,395,395,394,393,392,390,391,391,390,389,388,381,387,388,387,386,387,381,382,384,386,387,386,384,385,383,385,384,384,380,383,383,380,378,382,381,380,377,380,381,380,377,378,379,378,377,376,369,375,376,375,374,375,369,370,372,374,375,374,372,373,371,373,372,372,368,371,371,368,366,370,369,368,365,368,369,368,365,366,367,366,365,364,362,363,363,362,361,360,358,359,359,358,357,356,355,349,354,349,355,349,354,350,353,352,351,347,351,352,351,347,348,350,348,349,349,348,347,344,343,346,338,346,343,346,338,345,337,345,338,344,341,343,343,341,342,342,341,336,339,336,341,340,335,339,336,339,335,338,336,337,337,336,335,334,332,333,333,332,331,330,328,329,329,328,327,326,324,325,325,324,323,322,321,320,316,320,321,320,316,317,319,317,318,318,317,316,315,313,314,314,313,312,311,309,310,310,309,308,307,305,306,306,305,304,298,283,281,300,283,298,287,288,303,297,303,288,303,297,302,296,302,297,301,291,290,298,299,300,299,298,297,293,297,298,297,293,296,292,296,293,295,294,293,289,293,294,293,289,292,291,292,289,289,290,291,290,289,278,280,278,289,288,287,286,282,286,287,286,282,285,284,285,282,282,283,284,283,282,281,278,281,282,281,278,279,280,279,278,277,265,276,276,264,274,264,276,265,275,274,264,275,260,274,274,262,271,262,274,260,273,271,262,273,272,271,270,271,272,271,270,269,268,269,270,269,268,267,259,267,268,267,259,266,257,266,259,258,264,265,256,264,258,263,262,261,260,261,262,261,260,259,256,259,260,259,256,257,258,257,256,255,254,252,254,253,252,249,251,250,250,248,249,247,249,248,248,246,247,244,247,246,246,243,244,245,244,243,240,242,241,241,239,240,237,240,239,239,236,237,238,237,236,235,230,234,233,234,230,230,231,233,232,231,229,231,230,229,228,226,227,224,227,226,226,223,224,225,224,223,222,217,221,220,221,217,217,218,220,219,218,216,218,217,216,214,215,208,211,214,208,213,211,212,209,212,211,211,208,209,210,209,208,207,202,206,202,205,206,205,202,197,204,199,203,202,203,199,199,197,202,198,201,200,200,197,198,199,198,197,196,194,195,192,195,194,194,191,192,193,192,191,187,190,189,189,186,187,188,187,186,185,184,182,184,183,182,179,181,180,180,178,179,176,179,178,178,175,176,177,176,175,172,174,173,173,171,172,169,172,171,171,168,169,170,169,168,165,167,166,166,164,165,161,165,164,164,163,161,163,162,161,160,159,157,159,158,157,155,156,149,152,155,149,154,152,153,150,153,152,152,149,150,151,150,149,148,143,147,143,146,147,146,143,138,145,140,144,143,144,140,140,138,143,139,142,141,141,138,139,140,139,138,137,132,136,132,135,136,135,132,127,134,129,133,132,133,129,129,127,132,128,131,130,130,127,128,129,128,127,126,124,125,122,125,124,124,121,122,123,122,121,117,120,119,119,116,117,118,117,116,115,114,112,114,113,112,111,110,108,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,93,95,92,94,93,89,92,89,93,92,91,89,91,90,89,88,87,85,87,86,85,84,83,81,83,82,81,80,79,77,79,78,77,76,75,73,75,74,73,69,72,71,71,68,69,70,69,68,67,65,66,63,66,65,65,62,63,64,63,62,61,59,60,57,60,59,59,56,57,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,37,38,35,38,37,37,34,35,36,35,33,35,34,33,32,31,29,31,30,29,25,28,27,27,24,25,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,12,15,14,14,11,12,13,12,11,7,10,9,9,6,7,8,7,6,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-4.5,0.25,-0.5,-0.5,0.125,-0.5,-0.5,0.25,-0.5,-4.5,0.125,-0.5,-0.5,-0.25,-0.5,-4.5,-0.25,-0.5,1.5,0.25,-0.5,4.5,-0.25,-0.5,4.5,0.25,-0.5,1.5,0,-0.5,1.5,-0.25,-0.5,6.125,0.875,-0.25,7,0.5,-0.25,7,0.875,-0.25,6.125,0.625,-0.25,6.125,0.5,-0.25,-0.375,-0.25,-0.375,-0.375,0.125,-0.375,-0.5,0.125,-0.375,-0.5,-0.25,-0.375,-4.5,-0.25,-0.25,-4.5,0.125,-0.25,-4.625,0.125,-0.25,-4.625,-0.25,-0.25,4.5,0.25,0,4.625,0.125,0,4.625,0.25,0,4.5,-0.25,0,4.625,-0.25,0,8.125,-0.25,-0.25,8.125,0,-0.25,7.625,0,-0.25,7.625,-0.25,-0.25,6.125,0.625,-0.125,6.125,0.875,-0.125,6,0.875,-0.125,6,0.625,-0.125,6.875,0.875,-0.125,6,1,-0.125,6.875,1,-0.125,1.5,-0.25,0.125,1.5,0,0.125,1.375,0,0.125,1.375,-0.25,0.125,-0.5,0.25,-0.5,-0.5,0.375,-0.5,-4.5,0.375,-0.5,-4.5,0.25,-0.5,4.5,0.25,-0.5,4.5,0.375,-0.5,1.5,0.375,-0.5,1.5,0.25,-0.5,8,0,-0.125,8,0.125,-0.125,7.625,0.125,-0.125,7.625,0,-0.125,-0.5,0.25,0.5,-4.5,0.125,0.5,-4.5,0.25,0.5,-0.5,0.125,0.5,-4.5,-0.25,0.5,-0.5,-0.25,0.5,4.5,0.25,0.5,1.5,0,0.5,1.5,0.25,0.5,4.5,0.125,0.5,1.5,-0.25,0.5,4.5,-0.25,0.5,6.875,1,0.375,6,0.625,0.375,6,1,0.375,6.875,0.875,0.375,6.875,0.625,0.375,-0.5,-0.25,0,-0.5,0.125,0,-0.375,0.125,0,-0.375,-0.25,0,-4.625,-0.25,0.25,-4.625,0.125,0.25,-4.5,0.125,0.25,-4.5,-0.25,0.25,4.5,-0.25,0.375,4.5,0.125,0.375,4.625,0.125,0.375,4.625,-0.25,0.375,7.625,-0.25,0.25,7.625,0,0.25,8.125,0,0.25,8.125,-0.25,0.25,6.875,0.625,0.25,6.875,0.875,0.25,7,0.875,0.25,7,0.625,0.25,6.125,0.5,0.25,6.125,0.625,0.25,7,0.5,0.25,1.375,-0.25,0.375,1.375,0,0.375,1.5,0,0.375,1.5,-0.25,0.375,-4.5,0.25,0.5,-4.5,0.375,0.5,-0.5,0.375,0.5,-0.5,0.25,0.5,1.5,0.25,0.5,1.5,0.375,0.5,4.5,0.375,0.5,4.5,0.25,0.5,7.625,0,0.125,7.625,0.125,0.125,8,0.125,0.125,8,0,0.125,4.5,0.125,0.25,4.5,0.25,0.25,4.625,0.25,0.25,4.625,0.125,0.25,-4.625,0.125,0.25,-4.625,-0.25,-0.25,-4.625,0.125,-0.25,-4.625,-0.25,0.25,-4.625,-0.25,0,6,1,0.375,6,0.875,-0.125,6,1,-0.125,6,0.625,0.375,6,0.625,-0.125,6,0.625,0.25,-4.5,0.125,-0.25,-4.5,-0.25,-0.5,-4.5,0.125,-0.5,-4.5,-0.25,-0.25,-4.5,-0.25,-0.375,-4.5,0.125,0.5,-4.5,0.25,0.5,-4.5,0.25,-0.5,-4.5,0.125,0.25,-4.5,-0.25,0.25,-4.5,-0.25,0.5,1.5,0,0.125,1.5,-0.25,-0.5,1.5,0,-0.5,1.5,-0.25,0.125,1.5,-0.25,0,1.5,0,0.5,1.5,0.25,0.5,1.5,0.25,-0.5,1.5,0,0.375,1.5,-0.25,0.375,1.5,-0.25,0.5,7.625,0,-0.125,7.625,-0.25,-0.25,7.625,0,-0.25,7.625,0,0.125,7.625,-0.25,0.25,7.625,0,0.25,7.625,0.125,0.125,7.625,0.125,-0.125,1.375,-0.25,0.125,1.375,0,0.125,1.375,0,0.375,1.375,-0.25,0.375,6.125,0.625,-0.25,6.125,0.875,-0.25,6.125,0.875,-0.125,6.125,0.625,-0.125,6.125,0.5,-0.25,6.125,0.625,0.25,6.125,0.5,0.25,-4.5,0.375,-0.375,-4.5,0.25,-0.5,-4.5,0.375,-0.5,-4.5,0.375,-0.125,-4.5,0.25,0.5,-4.5,0.375,0.25,-4.5,0.375,0.5,1.5,0.375,-0.375,1.5,0.25,-0.5,1.5,0.375,-0.5,1.5,0.375,0.125,1.5,0.25,0.5,1.5,0.375,0.375,1.5,0.375,0.5,4.5,-0.25,0,4.5,0.25,0,4.5,0.25,-0.5,4.5,-0.25,-0.5,-0.375,0.125,-0.375,-0.375,-0.25,0,-0.375,0.125,0,-0.375,-0.25,-0.375,-0.375,-0.25,-0.25,7,0.875,-0.125,7,0.625,0.25,7,0.875,0.25,7,0.875,-0.25,7,0.5,0.25,7,0.5,-0.25,-0.5,0.125,0,-0.5,-0.25,0.5,-0.5,0.125,0.5,-0.5,-0.25,0,-0.5,-0.25,0.25,-0.5,0.125,-0.5,-0.5,0.25,-0.5,-0.5,0.25,0.5,-0.5,0.125,-0.375,-0.5,-0.25,-0.375,-0.5,-0.25,-0.5,4.625,0.125,0.25,4.625,-0.25,0.375,4.625,0.125,0.375,4.625,0.125,0,4.625,-0.25,0.125,4.625,-0.25,0,4.625,0.25,0,4.625,0.25,0.25,4.5,-0.25,0.5,4.5,0.125,0.5,4.5,0.125,0.375,4.5,-0.25,0.375,4.5,0.125,0.25,4.5,0.25,0.25,4.5,0.25,0.5,8.125,0,0.125,8.125,-0.25,0.25,8.125,0,0.25,8.125,0,-0.125,8.125,-0.25,-0.25,8.125,0,-0.25,6.875,0.625,0.375,6.875,0.875,0.375,6.875,0.875,0.25,6.875,0.625,0.25,6.875,0.875,-0.125,6.875,1,-0.125,6.875,1,0.375,-0.5,0.375,0.25,-0.5,0.25,0.5,-0.5,0.375,0.5,-0.5,0.375,-0.125,-0.5,0.25,-0.5,-0.5,0.375,-0.375,-0.5,0.375,-0.5,4.5,0.375,0.375,4.5,0.25,0.5,4.5,0.375,0.5,4.5,0.375,0,4.5,0.25,0.25,4.5,0.375,-0.375,4.5,0.25,0,4.5,0.375,-0.5,4.5,0.25,-0.5,8,0,0.125,8,0.125,0.125,8,0.125,-0.125,8,0,-0.125,-2.25,0.375,-0.125,-4.5,0.375,0.25,-4.5,0.375,-0.125,-1.875,0.375,0.25,-2,0.375,-0.125,-1.875,0.375,0.125,-1.875,0.375,-0.125,-1.875,0.375,0,-2.25,0.375,-0.375,-4.5,0.375,-0.375,-4.5,0.375,0.5,-0.5,0.375,0.5,-1.5,0.375,0.25,-0.5,0.375,0.25,-1.5,0.375,0.125,-0.5,0.375,-0.125,-1.5,0.375,0,-1.5,0.375,-0.125,-0.5,0.375,-0.375,-2,0.375,-0.375,-0.5,0.375,-0.5,-4.5,0.375,-0.5,4.5,0.375,-0.375,2.625,0.375,-0.25,2.625,0.375,-0.375,2.625,0.375,0,4.5,0.375,0,3,0.375,0,3.375,0.375,0,3.375,0.375,0.125,3.375,0.375,0.25,4.5,0.375,0.375,3.375,0.375,0.375,2.125,0.375,-0.375,4.5,0.375,-0.5,1.5,0.375,-0.375,1.5,0.375,0.125,2.125,0.375,0.125,2.125,0.375,-0.25,2.125,0.375,0,1.5,0.375,0.375,3,0.375,0.375,2.625,0.375,0.125,3,0.375,0.25,3,0.375,0.125,1.5,0.375,-0.5,1.5,0.375,0.5,4.5,0.375,0.5,6,1,-0.125,6.875,1,-0.125,6,1,0.375,6.875,1,0.375,-0.5,0.125,-0.375,-0.375,0.125,-0.375,-0.5,0.125,0,-0.375,0.125,0,-4.625,0.125,-0.25,-4.5,0.125,-0.25,-4.625,0.125,0.25,-4.5,0.125,0.25,6.875,0.875,-0.125,7,0.875,-0.125,6.875,0.875,0.25,7,0.875,0.25,7,0.875,-0.25,6.125,0.875,-0.125,6.125,0.875,-0.25,7.625,0.125,-0.125,8,0.125,-0.125,7.625,0.125,0.125,8,0.125,0.125,-2.25,0.375,-0.375,-2,0.375,-0.375,-2.25,0.375,-0.125,-2,0.375,-0.125,2.25,0.375,-0.25,2.5,0.375,-0.25,2.25,0.375,0,2.5,0.375,0,2.125,0.375,-0.25,2.25,0.375,-0.25,2.125,0.375,0,2.25,0.375,0,2.625,0.375,-0.375,2.125,0.375,-0.375,2.625,0.375,-0.25,2.5,0.375,-0.25,2.5,0.375,0,2.625,0.375,0,2.125,0.375,0.125,2.625,0.375,0.125,8,0,-0.125,8.125,0,-0.125,8,0,0.125,8.125,0,0.125,8.125,0,-0.25,7.625,0,-0.125,7.625,0,-0.25,8.125,0,0.25,7.625,0,0.25,7.625,0,0.125,4.5,0.25,0,4.625,0.25,0,4.5,0.25,0.25,4.625,0.25,0.25,1.375,0,0.125,1.5,0,0.125,1.375,0,0.375,1.5,0,0.375,-1.5,0.375,-0.125,-1.875,0.375,0,-1.875,0.375,-0.125,-1.75,0.375,0,-1.5,0.375,0,-1.625,0.375,0,-1.875,0.375,0.125,-1.75,0.375,0.125,-1.875,0.375,0.25,-1.5,0.375,0.25,-1.625,0.375,0.125,-1.5,0.375,0.125,3.375,0.375,0,3,0.375,0.125,3,0.375,0,3.125,0.375,0.125,3.375,0.375,0.125,3.25,0.375,0.125,3,0.375,0.25,3.125,0.375,0.25,3,0.375,0.375,3.375,0.375,0.375,3.25,0.375,0.25,3.375,0.375,0.25,-1.75,0.375,0,-1.625,0.375,0,-1.75,0.375,0.125,-1.625,0.375,0.125,3.125,0.375,0.125,3.25,0.375,0.125,3.125,0.375,0.25,3.25,0.375,0.25,4.5,0.125,0.25,4.625,0.125,0.25,4.5,0.125,0.375,4.625,0.125,0.375],"colors":[0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1]},"moon_chunk_1_strip_4_optimised":{"faces":[427,425,426,426,425,424,423,421,422,422,421,420,419,412,418,419,418,417,418,412,413,415,417,418,417,415,416,414,416,415,415,411,414,414,411,409,413,412,411,408,411,412,411,408,409,410,409,408,407,400,406,407,406,405,406,400,401,403,405,406,405,403,404,402,404,403,403,399,402,402,399,397,401,400,399,396,399,400,399,396,397,398,397,396,389,394,395,394,389,393,388,393,389,390,387,392,391,386,390,387,390,386,389,387,388,388,387,386,383,382,385,377,385,382,385,377,384,376,384,377,383,380,382,382,380,381,381,380,375,378,375,380,379,374,378,375,378,374,377,375,376,376,375,374,371,370,373,365,373,370,373,365,372,364,372,365,371,368,370,370,368,369,369,368,363,366,363,368,367,362,366,363,366,362,365,363,364,364,363,362,361,358,360,360,358,356,355,358,359,358,355,356,357,356,355,354,352,353,353,352,351,350,348,349,349,348,347,346,344,345,345,344,343,342,341,340,336,340,341,340,336,337,339,337,338,338,337,336,332,334,335,334,332,333,331,333,332,332,330,331,331,330,329,328,326,327,327,326,325,322,312,324,324,312,310,324,323,322,321,322,323,322,321,320,319,320,321,320,319,318,315,318,319,318,315,317,316,317,315,316,315,307,313,307,315,314,309,313,307,313,309,312,311,310,307,310,311,310,307,308,309,308,307,300,302,306,304,306,302,305,304,303,302,303,304,303,302,286,302,300,299,288,286,302,299,294,301,300,295,299,294,299,295,298,284,296,296,297,298,297,296,289,296,284,285,294,289,296,295,291,294,289,294,291,293,292,291,290,291,292,291,290,289,282,289,290,289,282,283,288,287,286,285,286,287,286,285,278,284,278,285,278,284,280,283,282,281,278,281,282,281,278,279,280,279,278,277,276,274,276,275,274,272,273,266,269,272,266,271,269,270,267,270,269,269,266,267,268,267,266,265,263,264,261,264,263,263,260,261,262,261,260,257,259,258,258,256,257,254,257,256,256,253,254,255,254,253,252,250,251,248,251,250,250,247,248,249,248,247,246,245,243,245,244,243,242,238,241,232,241,238,240,237,239,237,238,239,238,237,232,234,232,237,233,236,235,235,232,233,234,233,232,231,229,230,227,230,229,229,226,227,228,227,226,225,223,224,221,224,223,223,220,221,222,221,220,219,218,216,218,217,216,215,214,212,214,213,212,211,210,208,210,209,208,204,207,206,206,203,204,205,204,203,199,202,201,201,198,199,200,199,198,194,197,196,196,193,194,195,194,193,189,192,191,191,188,189,190,189,188,187,184,186,184,185,186,182,185,184,184,181,182,183,182,181,180,177,179,177,178,179,175,178,177,177,174,175,176,175,174,170,173,172,172,169,170,171,170,169,165,168,167,167,164,165,166,165,164,163,161,162,161,158,162,158,161,160,160,157,158,159,158,157,156,154,155,152,155,154,154,151,152,153,152,151,150,148,149,148,145,149,145,148,147,147,144,145,146,145,144,143,142,140,142,141,140,139,138,136,138,137,136,135,133,134,132,134,133,133,131,132,129,132,131,131,128,129,130,129,128,127,126,124,126,125,124,123,122,120,122,121,120,119,118,116,118,117,116,115,114,112,114,113,112,111,110,108,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,84,87,86,86,83,84,85,84,83,82,81,79,81,80,79,77,78,74,72,77,74,73,76,75,75,72,73,74,73,72,68,71,70,70,67,68,69,68,67,66,64,65,62,65,64,64,61,62,63,62,61,60,59,57,59,58,57,56,55,53,55,54,53,52,51,49,51,50,49,48,47,45,47,46,45,44,43,41,43,42,41,40,39,37,39,38,37,36,35,33,35,34,33,32,31,29,31,30,29,28,27,25,27,26,25,24,22,23,20,23,22,22,19,20,21,20,18,20,19,18,17,16,14,16,15,14,13,12,10,12,11,10,6,9,8,8,5,6,7,6,5,1,4,3,3,0,1,2,1,0],"vertices":[-4.5,0.25,-0.5,-0.5,0.125,-0.5,-0.5,0.25,-0.5,-4.5,-0.25,-0.5,-0.5,-0.25,-0.5,1.5,0.25,-0.5,4.5,-0.25,-0.5,4.5,0.25,-0.5,1.5,0,-0.5,1.5,-0.25,-0.5,-5.875,0.25,-0.25,-5.875,0.625,-0.25,-6.5,0.625,-0.25,-6.5,0.25,-0.25,-0.25,-0.25,0,-0.25,0.125,0,-0.5,0.125,0,-0.5,-0.25,0,-6.5,0.25,-0.125,-6.5,0.625,-0.125,-6.625,0.625,-0.125,-6.625,0.25,-0.125,-6,0.625,-0.125,-6.625,0.75,-0.125,-6,0.75,-0.125,-6.875,-0.125,-0.25,-6.875,0.125,-0.25,-7.375,0.125,-0.25,-7.375,-0.125,-0.25,-4.375,-0.25,0,-4.375,0,0,-4.625,0,0,-4.625,-0.25,0,1.5,-0.25,-0.25,1.5,0,-0.25,1.375,0,-0.25,1.375,-0.25,-0.25,-4.375,0,0.25,-4.375,0.25,0.25,-4.5,0.25,0.25,-4.5,0,0.25,-0.5,0.25,-0.5,-0.5,0.375,-0.5,-4.5,0.375,-0.5,-4.5,0.25,-0.5,4.5,0.25,-0.5,4.5,0.375,-0.5,1.5,0.375,-0.5,1.5,0.25,-0.5,-6,0.75,0,-6,0.875,0,-6.5,0.875,0,-6.5,0.75,0,-7,0.125,-0.125,-7,0.25,-0.125,-7.25,0.25,-0.125,-7.25,0.125,-0.125,-4.375,0.25,0.25,-4.375,0.375,0.25,-4.5,0.375,0.25,-4.5,0.25,0.25,-0.5,0.25,0.5,-4.5,0,0.5,-4.5,0.25,0.5,-0.5,0.125,0.5,-4.5,-0.25,0.5,-0.5,-0.25,0.5,4.5,0.25,0.5,1.625,0,0.5,1.625,0.25,0.5,4.5,-0.25,0.5,1.625,-0.25,0.5,-6,0.625,0.375,-6.625,0.25,0.375,-6.625,0.625,0.375,-5.875,0.625,0.375,-5.875,0.25,0.375,-6,0.75,0.375,-6.625,0.75,0.375,-0.5,-0.25,0.375,-0.5,0.125,0.375,-0.25,0.125,0.375,-0.25,-0.25,0.375,-4.375,0.25,-0.25,-4.5,-0.25,-0.25,-4.5,0.25,-0.25,-4.375,0,-0.25,-4.375,-0.25,-0.25,-7.375,-0.125,0.25,-7.375,0.125,0.25,-6.875,0.125,0.25,-6.875,-0.125,0.25,1.375,-0.25,0.25,1.375,0,0.25,1.625,0,0.25,1.625,-0.25,0.25,1.5,0,0.125,1.5,0.25,0.125,1.625,0.25,0.125,1.625,0,0.125,-4.625,-0.25,0.375,-4.625,0,0.375,-4.5,0,0.375,-4.5,-0.25,0.375,-4.5,0.25,0.5,-4.5,0.375,0.5,-0.5,0.375,0.5,-0.5,0.25,0.5,1.625,0.25,0.5,1.625,0.375,0.5,4.5,0.375,0.5,4.5,0.25,0.5,-6.5,0.75,0.25,-6.5,0.875,0.25,-6,0.875,0.25,-6,0.75,0.25,-7.25,0.125,0.125,-7.25,0.25,0.125,-7,0.25,0.125,-7,0.125,0.125,-4.5,0.25,-0.25,-4.5,0.375,-0.25,-4.375,0.375,-0.25,-4.375,0.25,-0.25,1.5,0.25,0.125,1.5,0.375,0.125,1.625,0.375,0.125,1.625,0.25,0.125,-6.625,0.75,0,-6.625,0.625,-0.125,-6.625,0.75,-0.125,-6.625,0.75,0.25,-6.625,0.25,-0.125,-6.625,0.75,0.375,-6.625,0.25,0.375,-6.625,0.625,0.375,-4.5,-0.25,-0.5,-4.5,0.25,-0.5,-4.5,0.25,-0.25,-4.5,-0.25,-0.25,-6.5,0.25,-0.25,-6.5,0.625,-0.25,-6.5,0.625,-0.125,-6.5,0.25,-0.125,1.5,0.25,0.125,1.5,0,-0.5,1.5,0.25,-0.5,1.5,0,0.125,1.5,0,-0.25,1.5,-0.25,-0.5,1.5,-0.25,-0.25,-7.375,0.125,-0.125,-7.375,-0.125,-0.25,-7.375,0.125,-0.25,-7.375,0.125,0.125,-7.375,-0.125,0.25,-7.375,0.125,0.25,-4.375,0.25,0.25,-4.375,0,-0.25,-4.375,0.25,-0.25,-4.375,0,0.25,-4.375,0,0,-4.375,-0.25,-0.25,-4.375,-0.25,0,1.375,0,0.125,1.375,-0.25,-0.25,1.375,0,-0.25,1.375,0,0.25,1.375,-0.25,0.25,-4.625,0,0.25,-4.625,-0.25,0,-4.625,0,0,-4.625,0,0.375,-4.625,-0.25,0.375,1.625,0.25,0.5,1.625,0,0.125,1.625,0.25,0.125,1.625,0,0.5,1.625,0,0.25,1.625,-0.25,0.25,1.625,-0.25,0.5,-4.5,0.25,0.5,-4.5,0,0.25,-4.5,0.25,0.25,-4.5,0,0.5,-4.5,0,0.375,-4.5,-0.25,0.375,-4.5,-0.25,0.5,1.5,0.375,-0.25,1.5,0.25,-0.5,1.5,0.375,-0.5,1.5,0.375,0.125,1.5,0.25,0.125,-4.375,0.375,0,-4.375,0.25,-0.25,-4.375,0.375,-0.25,-4.375,0.375,0.25,-4.375,0.25,0.25,1.625,0.375,0.25,1.625,0.25,0.125,1.625,0.375,0.125,1.625,0.375,0.5,1.625,0.25,0.5,-4.5,0.375,-0.375,-4.5,0.25,-0.5,-4.5,0.375,-0.5,-4.5,0.375,-0.25,-4.5,0.25,-0.25,-7.25,0.125,-0.125,-7.25,0.25,-0.125,-7.25,0.25,0.125,-7.25,0.125,0.125,-6.5,0.75,0,-6.5,0.875,0,-6.5,0.875,0.25,-6.5,0.75,0.25,-4.5,0.25,0.25,-4.5,0.375,0.25,-4.5,0.375,0.5,-4.5,0.25,0.5,4.5,0.25,-0.5,4.5,-0.25,0.5,4.5,0.25,0.5,4.5,-0.25,-0.5,4.5,-0.25,0.25,4.5,-0.25,-0.25,-5.875,0.625,-0.125,-5.875,0.25,0.375,-5.875,0.625,0.375,-5.875,0.625,-0.25,-5.875,0.25,-0.125,-5.875,0.25,-0.25,-0.5,0.125,-0.5,-0.5,-0.25,0,-0.5,0.125,0,-0.5,-0.25,-0.5,-0.5,-0.25,-0.25,-0.5,0.125,0.375,-0.5,0.125,0.5,-0.5,-0.25,0.5,-0.5,-0.25,0.375,-0.5,0.25,-0.5,-0.5,0.25,0.5,-0.25,-0.25,0.375,-0.25,0.125,0.375,-0.25,0.125,0,-0.25,-0.25,0,-6.875,0.125,0.125,-6.875,-0.125,0.25,-6.875,0.125,0.25,-6.875,0.125,-0.125,-6.875,-0.125,-0.25,-6.875,0.125,-0.25,-0.5,0.375,0.25,-0.5,0.25,0.5,-0.5,0.375,0.5,-0.5,0.375,-0.125,-0.5,0.25,-0.5,-0.5,0.375,-0.375,-0.5,0.375,-0.5,4.5,0.375,0.25,4.5,0.25,0.5,4.5,0.375,0.5,4.5,0.375,-0.25,4.5,0.25,-0.5,4.5,0.375,-0.5,-6,0.75,0.25,-6,0.625,0.375,-6,0.75,0.375,-6,0.75,0,-6,0.625,-0.125,-6,0.75,-0.125,-6,0.875,0,-6,0.875,0.25,-7,0.125,0.125,-7,0.25,0.125,-7,0.25,-0.125,-7,0.125,-0.125,-0.5,0.375,-0.125,-3.375,0.375,0,-3.375,0.375,-0.125,-3.375,0.375,0.125,-0.5,0.375,0.25,-3.375,0.375,0.25,-3.75,0.375,-0.125,-3.875,0.375,-0.125,-0.5,0.375,-0.375,-3.875,0.375,-0.25,-3.875,0.375,-0.375,-3.75,0.375,0.25,-0.5,0.375,0.5,-4.375,0.375,0.25,-4.5,0.375,0.5,-4.5,0.375,0.25,-4.25,0.375,0,-4.375,0.375,0,-3.875,0.375,0,-3.75,0.375,0.125,-3.75,0.375,0,-4.25,0.375,-0.25,-4.375,0.375,-0.25,-4.25,0.375,-0.125,-4.25,0.375,-0.375,-0.5,0.375,-0.5,-4.5,0.375,-0.375,-4.5,0.375,-0.5,-4.5,0.375,-0.25,2.75,0.375,-0.25,1.5,0.375,0.125,1.5,0.375,-0.25,1.625,0.375,0.125,2.75,0.375,-0.125,2.75,0.375,0.125,4.5,0.375,-0.5,1.5,0.375,-0.5,4.5,0.375,-0.25,3.25,0.375,-0.25,3.25,0.375,-0.125,3.25,0.375,0.125,4.5,0.375,0.25,3.25,0.375,0.25,4.5,0.375,0.5,2.75,0.375,0.25,1.625,0.375,0.5,1.625,0.375,0.25,-0.5,0.125,0,-0.25,0.125,0,-0.5,0.125,0.375,-0.25,0.125,0.375,1.375,0,-0.25,1.5,0,-0.25,1.375,0,0.125,1.5,0,0.125,1.375,0,0.25,1.625,0,0.25,1.625,0,0.125,-6,0.625,-0.125,-5.875,0.625,-0.125,-6,0.625,0.375,-5.875,0.625,0.375,-5.875,0.625,-0.25,-6.5,0.625,-0.125,-6.5,0.625,-0.25,-6.5,0.875,0,-6,0.875,0,-6.5,0.875,0.25,-6,0.875,0.25,-7.25,0.25,-0.125,-7,0.25,-0.125,-7.25,0.25,0.125,-7,0.25,0.125,2.875,0.375,-0.125,3.125,0.375,-0.125,2.875,0.375,0.125,3.125,0.375,0.125,-4.375,0,0,-4.625,0,0.25,-4.625,0,0,-4.5,0,0.25,-4.375,0,0.25,-4.625,0,0.375,-4.5,0,0.375,-7.375,0.125,-0.125,-7.25,0.125,-0.125,-7.375,0.125,0.125,-7.25,0.125,0.125,-6.875,0.125,-0.25,-7.375,0.125,-0.25,-6.875,0.125,-0.125,-7,0.125,-0.125,-7,0.125,0.125,-6.875,0.125,0.125,-7.375,0.125,0.25,-6.875,0.125,0.25,2.75,0.375,-0.125,2.875,0.375,-0.125,2.75,0.375,0.125,2.875,0.375,0.125,3.25,0.375,-0.25,2.75,0.375,-0.25,3.25,0.375,-0.125,3.125,0.375,-0.125,3.125,0.375,0.125,3.25,0.375,0.125,2.75,0.375,0.25,3.25,0.375,0.25,-6.625,0.75,0,-6.5,0.75,0,-6.625,0.75,0.25,-6.5,0.75,0.25,-6,0.75,-0.125,-6.625,0.75,-0.125,-6,0.75,0,-6.625,0.75,0.375,-6,0.75,0.375,-6,0.75,0.25,-3.875,0.375,-0.375,-4.25,0.375,-0.25,-4.25,0.375,-0.375,-4.125,0.375,-0.25,-3.875,0.375,-0.25,-4,0.375,-0.25,-4.25,0.375,-0.125,-4.125,0.375,-0.125,-4.25,0.375,0,-3.875,0.375,0,-4,0.375,-0.125,-3.875,0.375,-0.125,-3.375,0.375,-0.125,-3.75,0.375,0,-3.75,0.375,-0.125,-3.625,0.375,0,-3.375,0.375,0,-3.5,0.375,0,-3.75,0.375,0.125,-3.625,0.375,0.125,-3.75,0.375,0.25,-3.375,0.375,0.25,-3.5,0.375,0.125,-3.375,0.375,0.125,-4.125,0.375,-0.25,-4,0.375,-0.25,-4.125,0.375,-0.125,-4,0.375,-0.125,-3.625,0.375,0,-3.5,0.375,0,-3.625,0.375,0.125,-3.5,0.375,0.125],"colors":[0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1]},"moon_chunk_2_strip_1_optimised":{"faces":[228,226,227,227,226,225,218,223,224,222,223,218,218,221,222,221,218,219,220,219,218,215,214,217,209,217,214,217,209,216,208,216,209,215,212,214,214,212,213,213,212,207,210,207,212,211,206,210,207,210,206,209,207,208,208,207,206,205,203,204,204,203,202,201,199,200,200,199,198,197,195,196,196,195,194,190,192,193,192,190,191,189,191,190,190,187,189,189,187,185,184,187,188,187,184,185,186,185,184,183,182,180,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,167,165,166,165,162,166,162,165,164,164,161,162,163,162,161,160,159,157,159,158,157,156,154,155,152,155,154,154,151,152,153,152,151,150,148,149,148,147,149,148,146,147,144,147,146,146,143,144,145,144,143,142,141,139,141,140,139,135,138,137,137,134,135,136,135,134,133,131,132,129,132,131,131,128,129,130,129,128,127,126,124,126,125,124,123,121,122,119,122,121,121,118,119,120,119,118,117,115,116,113,116,115,115,112,113,114,113,112,111,110,108,110,109,108,107,99,106,99,101,106,103,105,104,104,102,103,100,103,102,100,102,101,101,99,100,97,100,99,99,96,97,98,97,96,95,94,92,94,93,92,91,89,90,87,90,89,89,86,87,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,73,72,70,72,71,70,69,68,66,68,67,66,65,64,62,64,63,62,61,60,58,60,59,58,57,56,54,56,55,54,50,53,52,52,49,50,51,50,49,48,47,45,47,46,45,44,43,41,43,42,41,40,39,37,39,38,37,36,35,33,35,34,33,32,31,29,31,30,29,28,27,25,27,26,25,21,24,23,23,20,21,22,21,20,19,18,16,18,17,16,13,15,14,14,9,13,12,13,9,12,9,4,11,6,10,9,10,6,6,4,9,5,8,7,7,4,5,6,5,4,3,2,0,2,1,0],"vertices":[0.5,-0.25,-0.625,0.5,0.125,-0.625,-1,0.125,-0.625,-1,-0.25,-0.625,0.5,0.125,-0.5,2.5,0,-0.5,2.5,0.125,-0.5,0.5,-0.25,-0.5,2.5,-0.25,-0.5,-1.375,0.125,-0.5,-1.375,0.25,-0.5,2.5,0.25,-0.5,-1,0.125,-0.5,-1,-0.25,-0.5,-1.375,0,-0.5,-1.375,-0.25,-0.5,4.875,-0.125,-0.25,4.875,0.25,-0.25,4.25,0.25,-0.25,4.25,-0.125,-0.25,2.375,0.25,0.25,2.5,-0.25,0.25,2.5,0.25,0.25,2.375,0,0.25,2.375,-0.25,0.25,5.75,-0.125,-0.375,5.75,0.125,-0.375,5.375,0.125,-0.375,5.375,-0.125,-0.375,2.625,-0.25,-0.375,2.625,0,-0.375,2.5,0,-0.375,2.5,-0.25,-0.375,-1.375,-0.25,-0.125,-1.375,0,-0.125,-1.5,0,-0.125,-1.5,-0.25,-0.125,2.5,0.25,-0.5,2.5,0.375,-0.5,-1.375,0.375,-0.5,-1.375,0.25,-0.5,4.75,0.125,0.25,4.75,0.25,0.25,4.375,0.25,0.25,4.375,0.125,0.25,2.5,0.25,0.25,2.5,0.375,0.25,2.375,0.375,0.25,2.375,0.25,0.25,2.5,0.25,0.5,-1.375,0,0.5,-1.375,0.25,0.5,2.5,-0.25,0.5,-1.375,-0.25,0.5,4.25,-0.125,0.375,4.25,0.25,0.375,4.875,0.25,0.375,4.875,-0.125,0.375,5.375,-0.125,0,5.375,0.125,0,5.75,0.125,0,5.75,-0.125,0,2.375,-0.25,0.125,2.375,0,0.125,2.625,0,0.125,2.625,-0.25,0.125,2.375,0,-0.125,2.375,0.25,-0.125,2.5,0.25,-0.125,2.5,0,-0.125,-1.5,-0.25,0.375,-1.5,0,0.375,-1.375,0,0.375,-1.375,-0.25,0.375,-1.375,0.25,0.5,-1.375,0.375,0.5,2.5,0.375,0.5,2.5,0.25,0.5,4.375,0.125,-0.125,4.375,0.25,-0.125,4.75,0.25,-0.125,4.75,0.125,-0.125,2.375,0.25,-0.125,2.375,0.375,-0.125,2.5,0.375,-0.125,2.5,0.25,-0.125,4.25,0.25,-0.125,4.25,-0.125,-0.25,4.25,0.25,-0.25,4.25,0.25,0.25,4.25,-0.125,0.375,4.25,0.25,0.375,-1,-0.25,-0.625,-1,0.125,-0.625,-1,0.125,-0.5,-1,-0.25,-0.5,-1.375,0.25,0.5,-1.375,0.125,-0.5,-1.375,0.25,-0.5,-1.375,0,0.5,-1.375,0,-0.5,-1.375,0,0.375,-1.375,0,-0.125,-1.375,-0.25,-0.5,-1.375,-0.25,-0.125,-1.375,-0.25,-0.375,-1.375,-0.25,0.375,-1.375,-0.25,0.5,5.375,-0.125,-0.375,5.375,0.125,-0.375,5.375,0.125,0,5.375,-0.125,0,-1.5,0,0.375,-1.5,-0.25,-0.125,-1.5,0,-0.125,-1.5,-0.25,0.375,-1.5,-0.25,0.125,-1.5,-0.25,0.25,-1.375,0.375,-0.125,-1.375,0.25,-0.5,-1.375,0.375,-0.5,-1.375,0.375,0.25,-1.375,0.25,0.5,-1.375,0.375,0.5,4.75,0.125,-0.125,4.75,0.25,-0.125,4.75,0.25,0.25,4.75,0.125,0.25,4.875,0.25,0.25,4.875,-0.125,0.375,4.875,0.25,0.375,4.875,0.25,-0.125,4.875,-0.125,-0.25,4.875,0.25,-0.25,2.5,0.25,0.25,2.5,-0.25,0.5,2.5,0.25,0.5,2.5,-0.25,0.25,2.5,-0.25,0.375,0.5,-0.25,-0.5,0.5,0.125,-0.5,0.5,0.125,-0.625,0.5,-0.25,-0.625,2.5,0.25,-0.5,2.5,0,-0.125,2.5,0.25,-0.125,2.5,0.125,-0.5,2.5,0,-0.375,2.5,0,-0.5,2.5,-0.25,-0.375,2.5,-0.25,-0.5,2.625,0,-0.125,2.625,-0.25,0.125,2.625,0,0.125,2.625,0,-0.375,2.625,-0.25,-0.125,2.625,-0.25,-0.375,5.75,-0.125,0,5.75,0.125,0,5.75,0.125,-0.375,5.75,-0.125,-0.375,2.375,0.25,-0.125,2.375,0,0.25,2.375,0.25,0.25,2.375,0,-0.125,2.375,0,0.125,2.375,-0.25,0.25,2.375,-0.25,0.125,2.5,0.25,-0.125,2.5,0.375,-0.125,2.5,0.375,-0.5,2.5,0.25,-0.5,2.375,0.25,0.25,2.375,0.375,0.25,2.375,0.375,-0.125,2.375,0.25,-0.125,4.375,0.125,0.25,4.375,0.25,0.25,4.375,0.25,-0.125,4.375,0.125,-0.125,2.5,0.25,0.5,2.5,0.375,0.5,2.5,0.375,0.25,2.5,0.25,0.25,2.5,0.375,-0.5,-1.375,0.375,-0.125,-1.375,0.375,-0.5,2.375,0.375,-0.125,2.5,0.375,-0.125,-1.375,0.375,0.25,2.375,0.375,0.25,-1.375,0.375,0.5,2.5,0.375,0.5,2.5,0.375,0.25,5.375,0.125,-0.375,5.75,0.125,-0.375,5.375,0.125,0,5.75,0.125,0,4.375,0.125,-0.125,4.75,0.125,-0.125,4.375,0.125,0.25,4.75,0.125,0.25,-1.5,0,-0.125,-1.375,0,-0.125,-1.5,0,0.375,-1.375,0,0.375,4.25,0.25,-0.125,4.375,0.25,-0.125,4.25,0.25,0.25,4.375,0.25,0.25,4.875,0.25,-0.25,4.25,0.25,-0.25,4.875,0.25,-0.125,4.75,0.25,-0.125,4.75,0.25,0.25,4.875,0.25,0.25,4.25,0.25,0.375,4.875,0.25,0.375,2.5,0,-0.125,2.375,0,0.125,2.375,0,-0.125,2.625,0,0.125,2.625,0,-0.125,2.625,0,-0.375,2.5,0,-0.375,-1,0.125,-0.625,0.5,0.125,-0.625,-1,0.125,-0.5,0.5,0.125,-0.5],"colors":[0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1]},"moon_chunk_2_strip_2_optimised":{"faces":[288,286,287,287,286,285,284,277,283,284,283,282,283,277,278,280,282,283,282,280,281,279,281,280,280,276,279,279,276,274,278,277,276,273,276,277,276,273,274,275,274,273,272,270,271,271,270,269,268,266,267,267,266,265,261,260,264,255,264,260,264,255,263,254,263,255,258,261,262,261,258,260,259,260,258,259,258,253,256,253,258,257,252,256,253,256,252,255,253,254,254,253,252,248,250,251,250,248,249,247,249,248,248,246,247,247,246,245,241,243,244,243,241,242,240,242,241,241,239,240,240,239,238,237,235,236,236,235,234,233,231,232,232,231,230,229,227,228,228,227,226,225,223,224,224,223,222,221,219,220,220,219,218,213,211,191,214,191,211,191,214,193,216,193,214,217,216,215,214,215,216,215,214,207,209,207,214,213,212,211,204,211,212,211,204,210,202,210,204,209,208,207,206,207,208,207,206,205,201,205,206,201,200,205,204,203,202,199,202,203,202,199,201,200,201,199,200,199,198,194,198,199,198,194,197,192,197,194,196,195,194,191,194,195,194,191,192,193,192,191,190,189,187,189,188,187,184,186,185,185,183,184,181,184,183,183,180,181,182,181,180,177,179,178,178,176,177,173,177,176,176,175,173,175,174,173,171,172,166,169,171,166,167,170,169,169,166,167,168,167,166,162,165,164,164,161,162,163,162,161,160,158,159,156,159,158,158,155,156,157,156,155,152,154,153,153,147,152,144,152,147,151,148,150,148,149,150,147,149,148,148,146,147,144,147,146,146,143,144,145,144,143,142,141,139,141,140,139,138,137,135,137,136,135,132,134,133,133,131,132,129,132,131,131,128,129,130,129,128,127,122,126,125,126,122,122,123,125,124,123,121,123,122,121,120,119,117,119,118,117,113,116,115,115,112,113,114,113,112,108,111,110,110,107,108,109,108,107,106,104,105,102,105,104,104,101,102,103,102,101,100,95,99,95,98,99,98,95,90,97,92,96,95,96,92,92,90,95,91,94,93,93,90,91,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,75,76,73,76,75,75,72,73,74,73,71,73,72,71,70,69,67,69,68,67,66,65,63,65,64,63,59,62,61,61,58,59,60,59,58,57,55,56,53,56,55,55,52,53,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,41,43,40,42,41,37,40,37,41,40,39,37,39,38,37,35,36,32,30,35,32,31,34,33,33,30,31,32,31,30,28,29,25,23,28,25,24,27,26,26,23,24,25,24,23,22,21,19,21,20,19,15,18,17,17,14,15,16,15,14,13,10,12,10,11,12,9,11,10,10,5,9,8,9,5,8,5,0,7,2,6,5,6,2,2,0,5,1,4,3,3,0,1,2,1,0],"vertices":[2.125,0.125,-0.5,2.5,-0.125,-0.5,2.5,0.125,-0.5,2.125,-0.25,-0.5,2.5,-0.25,-0.5,-2.375,0.125,-0.5,-2.375,0.25,-0.5,2.5,0.25,-0.5,1.5,0.125,-0.5,1.5,0,-0.5,-2.375,0,-0.5,1,0,-0.5,1,-0.25,-0.5,-2.375,-0.25,-0.5,-5.125,0.75,-0.375,-4.625,0.375,-0.375,-4.625,0.75,-0.375,-5.125,0.625,-0.375,-5.125,0.375,-0.375,-2.375,-0.25,-0.125,-2.375,0.125,-0.125,-2.5,0.125,-0.125,-2.5,-0.25,-0.125,1.5,0,-0.625,2.125,-0.25,-0.625,2.125,0,-0.625,1,0,-0.625,1,-0.25,-0.625,1.5,0.125,-0.625,2.125,0.125,-0.625,-6,0.5,-0.125,-5.75,0.25,-0.125,-5.75,0.5,-0.125,-6.125,0.5,-0.125,-6.125,0.25,-0.125,-6,0.625,-0.125,-5.75,0.625,-0.125,-5.125,0.375,-0.25,-5.125,0.625,-0.25,-5.25,0.625,-0.25,-5.25,0.375,-0.25,-4.75,0.25,-0.25,-4.75,0.375,-0.25,-5.25,0.25,-0.25,2.5,0.25,-0.5,2.5,0.375,-0.5,-2.375,0.375,-0.5,-2.375,0.25,-0.5,2.625,-0.25,-0.125,2.625,-0.125,-0.125,2.5,-0.125,-0.125,2.5,-0.25,-0.125,2.5,0.25,0.5,-2.375,0.125,0.5,-2.375,0.25,0.5,2.5,-0.125,0.5,-2.375,-0.25,0.5,2.5,-0.25,0.5,-4.75,0.625,0.125,-5.25,0.25,0.125,-5.25,0.625,0.125,-4.75,0.375,0.125,-4.75,0.25,0.125,-2.5,-0.25,0.375,-2.5,0.125,0.375,-2.375,0.125,0.375,-2.375,-0.25,0.375,-6.125,0.25,0.25,-6.125,0.5,0.25,-5.75,0.5,0.25,-5.75,0.25,0.25,-4.75,0.375,0,-4.75,0.625,0,-4.625,0.625,0,-4.625,0.375,0,-5.125,0.625,0,-4.625,0.75,0,-5.125,0.75,0,-2.375,0.25,0.5,-2.375,0.375,0.5,2.5,0.375,0.5,2.5,0.25,0.5,-6,0.5,0.125,-6,0.625,0.125,-5.75,0.625,0.125,-5.75,0.5,0.125,2.5,-0.25,0.25,2.5,-0.125,0.25,2.625,-0.125,0.25,2.625,-0.25,0.25,-2.375,0.125,-0.125,-2.375,0,-0.5,-2.375,0.125,-0.5,-2.375,-0.25,-0.125,-2.375,-0.25,-0.5,-2.375,0.125,0.5,-2.375,0.25,0.5,-2.375,0.25,-0.5,-2.375,0.125,0.375,-2.375,-0.25,0.375,-2.375,-0.25,0.5,-5.25,0.625,0,-5.25,0.375,-0.25,-5.25,0.625,-0.25,-5.25,0.625,0.125,-5.25,0.25,-0.25,-5.25,0.25,0.125,-2.5,0.125,0.375,-2.5,-0.25,-0.125,-2.5,0.125,-0.125,-2.5,-0.25,0.375,-2.5,-0.25,0.25,-6.125,0.5,0.125,-6.125,0.25,-0.125,-6.125,0.5,-0.125,-6.125,0.5,0.25,-6.125,0.25,0.25,1,-0.25,-0.625,1,0,-0.625,1,0,-0.5,1,-0.25,-0.5,-5.125,0.375,-0.375,-5.125,0.625,-0.375,-5.125,0.625,-0.25,-5.125,0.375,-0.25,-5.125,0.625,0,-5.125,0.75,0,-5.125,0.75,-0.375,-2.375,0.375,-0.375,-2.375,0.25,-0.5,-2.375,0.375,-0.5,-2.375,0.375,-0.25,-2.375,0.25,0.5,-2.375,0.375,0.25,-2.375,0.375,0.5,-6,0.5,-0.125,-6,0.625,-0.125,-6,0.625,0.125,-6,0.5,0.125,1.5,0,-0.625,1.5,0.125,-0.625,1.5,0.125,-0.5,1.5,0,-0.5,2.5,0.25,-0.5,2.5,-0.125,0.5,2.5,0.25,0.5,2.5,0.125,-0.5,2.5,-0.125,0.25,2.5,-0.125,-0.5,2.5,-0.125,-0.125,2.5,-0.25,-0.125,2.5,-0.25,-0.5,2.5,-0.25,0.5,2.5,-0.25,0.25,2.5,-0.25,0.375,-4.625,0.75,-0.375,-4.625,0.625,0,-4.625,0.75,0,-4.625,0.375,-0.375,-4.625,0.375,0,-4.625,0.375,-0.25,2.125,0.125,-0.625,2.125,-0.25,-0.5,2.125,0.125,-0.5,2.125,0,-0.625,2.125,-0.25,-0.625,-5.75,0.5,0.125,-5.75,0.25,0.25,-5.75,0.5,0.25,-5.75,0.5,-0.125,-5.75,0.25,-0.125,-5.75,0.625,-0.125,-5.75,0.625,0.125,-4.75,0.375,0.125,-4.75,0.625,0.125,-4.75,0.625,0,-4.75,0.375,0,-4.75,0.25,0.125,-4.75,0.375,-0.25,-4.75,0.25,-0.25,2.5,0.375,0.25,2.5,0.25,0.5,2.5,0.375,0.5,2.5,0.375,0,2.5,0.25,-0.5,2.5,0.375,-0.375,2.5,0.375,-0.5,2.625,-0.25,0.25,2.625,-0.125,0.25,2.625,-0.125,-0.125,2.625,-0.25,-0.125,0.625,0.375,-0.25,-2.375,0.375,0.25,-2.375,0.375,-0.25,0.625,0.375,0.25,0.625,0.375,-0.125,0.625,0.375,0.125,-2.375,0.375,0.5,2.5,0.375,0.5,1.125,0.375,0.25,2.5,0.375,0.25,1.625,0.375,0,1.25,0.375,0,1.125,0.375,0.125,1.125,0.375,0,2.5,0.375,0,1.625,0.375,-0.125,2.5,0.375,-0.375,1.625,0.375,-0.25,1.625,0.375,-0.375,1.25,0.375,-0.125,1.25,0.375,-0.25,1.125,0.375,-0.125,1.125,0.375,-0.25,1.25,0.375,-0.375,2.5,0.375,-0.5,-2.375,0.375,-0.375,-2.375,0.375,-0.5,-5.125,0.75,-0.375,-4.625,0.75,-0.375,-5.125,0.75,0,-4.625,0.75,0,-2.5,0.125,-0.125,-2.375,0.125,-0.125,-2.5,0.125,0.375,-2.375,0.125,0.375,2.5,-0.125,-0.125,2.625,-0.125,-0.125,2.5,-0.125,0.25,2.625,-0.125,0.25,-6,0.625,-0.125,-5.75,0.625,-0.125,-6,0.625,0.125,-5.75,0.625,0.125,0.75,0.375,-0.125,1,0.375,-0.125,0.75,0.375,0.125,1,0.375,0.125,-5.25,0.625,-0.25,-5.125,0.625,-0.25,-5.25,0.625,0,-5.125,0.625,0,-5.25,0.625,0.125,-4.75,0.625,0.125,-4.75,0.625,0,-6.125,0.5,-0.125,-6,0.5,-0.125,-6.125,0.5,0.125,-6,0.5,0.125,-6.125,0.5,0.25,-5.75,0.5,0.25,-5.75,0.5,0.125,0.625,0.375,-0.125,0.75,0.375,-0.125,0.625,0.375,0.125,0.75,0.375,0.125,1.125,0.375,-0.25,0.625,0.375,-0.25,1.125,0.375,-0.125,1,0.375,-0.125,1,0.375,0.125,1.125,0.375,0.125,1.125,0.375,0,0.625,0.375,0.25,1.125,0.375,0.25,1.5,0.125,-0.625,2.125,0.125,-0.625,1.5,0.125,-0.5,2.125,0.125,-0.5,1,0,-0.625,1.5,0,-0.625,1,0,-0.5,1.5,0,-0.5,1.625,0.375,-0.375,1.25,0.375,-0.25,1.25,0.375,-0.375,1.375,0.375,-0.25,1.625,0.375,-0.25,1.5,0.375,-0.25,1.25,0.375,-0.125,1.375,0.375,-0.125,1.25,0.375,0,1.625,0.375,0,1.5,0.375,-0.125,1.625,0.375,-0.125,1.375,0.375,-0.25,1.5,0.375,-0.25,1.375,0.375,-0.125,1.5,0.375,-0.125],"colors":[0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1]},"moon_chunk_2_strip_3_optimised":{"faces":[129,127,128,128,127,126,125,118,124,125,124,123,124,118,119,121,123,124,123,121,122,120,122,121,121,117,120,120,117,115,119,118,117,114,117,118,117,114,115,116,115,114,113,111,112,112,111,110,100,101,109,103,109,101,109,103,108,102,108,103,91,106,107,95,106,91,105,104,103,94,103,104,103,94,102,92,102,94,101,100,99,97,99,100,99,97,98,96,98,97,95,96,97,96,95,94,91,94,95,94,91,92,93,92,91,90,88,89,89,88,87,84,86,85,85,83,84,81,84,83,83,80,81,82,81,80,79,78,76,78,77,76,75,71,74,64,74,71,73,70,72,70,71,72,71,70,64,66,64,70,69,67,68,65,68,67,67,64,65,66,65,64,63,62,60,62,61,60,57,59,58,58,56,57,54,57,56,56,53,54,55,54,53,52,51,49,51,50,49,48,47,45,47,46,45,44,42,43,40,43,42,42,39,40,41,40,39,38,37,35,37,36,35,34,33,31,33,32,31,30,28,29,26,29,28,28,25,26,27,26,25,24,23,21,23,22,21,20,19,17,19,18,17,16,15,13,15,14,13,12,11,9,11,10,9,8,7,5,7,6,5,1,4,3,3,0,1,2,1,0],"vertices":[-2.25,0.25,-0.5,1.5,0.125,-0.5,1.5,0.25,-0.5,-2.25,-0.25,-0.5,1.5,-0.25,-0.5,-2.25,-0.25,-0.375,-2.25,0.25,-0.375,-2.375,0.25,-0.375,-2.375,-0.25,-0.375,-2.375,-0.25,-0.25,-2.375,0.25,-0.25,-2.5,0.25,-0.25,-2.5,-0.25,-0.25,1.625,-0.25,-0.125,1.625,0.125,-0.125,1.5,0.125,-0.125,1.5,-0.25,-0.125,1.5,0.25,-0.5,1.5,0.375,-0.5,-2.25,0.375,-0.5,-2.25,0.25,-0.5,-2.25,0.25,-0.375,-2.25,0.375,-0.375,-2.375,0.375,-0.375,-2.375,0.25,-0.375,-2.375,0.25,0.5,-2.5,-0.25,0.5,-2.5,0.25,0.5,1.5,0.25,0.5,1.5,-0.25,0.5,1.5,0.125,0.5,1.5,-0.25,0.375,1.5,0.125,0.375,1.625,0.125,0.375,1.625,-0.25,0.375,-2.375,0.25,0.5,-2.375,0.375,0.5,1.5,0.375,0.5,1.5,0.25,0.5,-2.5,0.25,0.5,-2.5,-0.25,-0.25,-2.5,0.25,-0.25,-2.5,-0.25,0.5,-2.5,-0.25,-0.125,-2.5,-0.25,0.375,-2.25,-0.25,-0.5,-2.25,0.25,-0.5,-2.25,0.25,-0.375,-2.25,-0.25,-0.375,-2.375,-0.25,-0.375,-2.375,0.25,-0.375,-2.375,0.25,-0.25,-2.375,-0.25,-0.25,-2.375,0.375,0,-2.375,0.25,-0.375,-2.375,0.375,-0.375,-2.375,0.375,0.375,-2.375,0.25,-0.25,-2.375,0.375,0.5,-2.375,0.25,0.5,-2.25,0.25,-0.5,-2.25,0.375,-0.5,-2.25,0.375,-0.375,-2.25,0.25,-0.375,1.5,0.125,-0.5,1.5,-0.25,-0.125,1.5,0.125,-0.125,1.5,-0.25,-0.5,1.5,-0.25,-0.25,1.5,-0.25,-0.375,1.5,0.125,0.375,1.5,0.125,0.5,1.5,-0.25,0.5,1.5,-0.25,0.375,1.5,0.25,-0.5,1.5,0.25,0.5,1.625,-0.25,0.375,1.625,0.125,0.375,1.625,0.125,-0.125,1.625,-0.25,-0.125,1.5,0.375,0.375,1.5,0.25,0.5,1.5,0.375,0.5,1.5,0.375,0,1.5,0.25,-0.5,1.5,0.375,-0.375,1.5,0.375,-0.5,-2.5,0.25,-0.25,-2.375,0.25,-0.25,-2.5,0.25,0.5,-2.375,0.25,0.5,-2.25,0.375,-0.375,-2.375,0.375,0,-2.375,0.375,-0.375,-2,0.375,0,1.5,0.375,-0.375,-1.625,0.375,0,1.5,0.375,0,-1.625,0.375,0.125,-1.625,0.375,0.25,1.5,0.375,0.375,-1.625,0.375,0.375,-2.375,0.375,0.375,-2,0.375,0.375,-2,0.375,0.125,-2,0.375,0.25,1.5,0.375,-0.5,-2.25,0.375,-0.5,-2.375,0.375,0.5,1.5,0.375,0.5,1.5,0.125,-0.125,1.625,0.125,-0.125,1.5,0.125,0.375,1.625,0.125,0.375,-1.625,0.375,0,-2,0.375,0.125,-2,0.375,0,-1.875,0.375,0.125,-1.625,0.375,0.125,-1.75,0.375,0.125,-2,0.375,0.25,-1.875,0.375,0.25,-2,0.375,0.375,-1.625,0.375,0.375,-1.75,0.375,0.25,-1.625,0.375,0.25,-1.875,0.375,0.125,-1.75,0.375,0.125,-1.875,0.375,0.25,-1.75,0.375,0.25],"colors":[0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1]},"moon_chunk_2_strip_4_optimised":{"faces":[158,156,157,157,156,155,154,147,153,154,153,152,153,147,148,150,152,153,152,150,151,149,151,150,150,146,149,149,146,144,148,147,146,143,146,147,146,143,144,145,144,143,142,141,135,140,135,141,135,140,136,139,138,137,133,137,138,137,133,134,136,134,135,135,134,133,132,130,131,131,130,129,125,126,128,120,128,126,128,120,127,119,127,120,126,125,124,117,124,125,124,117,123,118,123,117,122,121,120,116,120,121,120,116,119,114,119,116,118,117,116,113,116,117,116,113,114,115,114,113,112,110,111,111,110,109,108,106,107,107,106,105,104,103,101,103,102,101,98,100,99,99,97,98,95,98,97,97,94,95,96,95,94,91,93,92,92,90,91,88,91,90,90,87,88,89,88,87,83,86,85,85,82,83,84,83,82,78,81,80,80,77,78,79,78,77,76,74,75,72,75,74,74,71,72,73,72,71,70,69,67,69,68,67,65,66,62,60,65,62,61,64,63,63,60,61,62,61,60,59,57,58,55,58,57,57,54,55,56,55,53,55,54,53,49,52,51,51,48,49,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,29,30,27,30,29,29,26,27,28,27,26,25,24,22,24,23,22,21,19,20,17,20,19,19,16,17,18,17,15,17,16,15,14,13,11,13,12,11,10,9,7,9,8,7,5,6,2,0,5,2,1,4,3,3,0,1,2,1,0],"vertices":[-1.375,0.125,-0.5,1.5,-0.25,-0.5,1.5,0.125,-0.5,-1.5,0.125,-0.5,-1.5,-0.25,-0.5,-1.375,0.25,-0.5,1.5,0.25,-0.5,1.625,-0.25,-0.25,1.625,0.25,-0.25,1.5,0.25,-0.25,1.5,-0.25,-0.25,3.5,-0.125,-0.375,3.5,0.125,-0.375,2.875,0.125,-0.375,2.875,-0.125,-0.375,2.875,-0.125,-0.25,2.875,0.125,-0.25,2.75,0.125,-0.25,2.75,-0.125,-0.25,3.375,0.125,-0.25,2.75,0.25,-0.25,3.375,0.25,-0.25,1.5,0.25,-0.5,1.5,0.375,-0.5,-1.375,0.375,-0.5,-1.375,0.25,-0.5,1.5,0.25,0.5,-1.375,0.125,0.5,-1.375,0.25,0.5,1.625,0.25,0.5,-1.375,-0.25,0.5,1.625,-0.25,0.5,-1.5,-0.25,0.125,-1.5,0.125,0.125,-1.375,0.125,0.125,-1.375,-0.25,0.125,2.75,-0.125,0.25,2.75,0.125,0.25,3.5,0.125,0.25,3.5,-0.125,0.25,-1.375,0.25,0.5,-1.375,0.375,0.5,1.5,0.375,0.5,1.5,0.25,0.5,2.75,0.125,0.125,2.75,0.25,0.125,3.375,0.25,0.125,3.375,0.125,0.125,-1.5,0.125,0.125,-1.5,-0.25,-0.5,-1.5,0.125,-0.5,-1.5,-0.25,0.125,-1.5,-0.25,-0.25,-1.375,-0.25,0.125,-1.375,0.125,0.125,-1.375,0.125,0.5,-1.375,-0.25,0.5,-1.375,0.125,-0.5,-1.375,0.25,0.5,-1.375,0.25,-0.5,2.75,0.125,0.125,2.75,-0.125,-0.25,2.75,0.125,-0.25,2.75,0.125,0.25,2.75,-0.125,0.25,2.75,0.25,0.125,2.75,0.25,-0.25,2.875,-0.125,-0.375,2.875,0.125,-0.375,2.875,0.125,-0.25,2.875,-0.125,-0.25,-1.375,0.375,0,-1.375,0.25,-0.5,-1.375,0.375,-0.5,-1.375,0.375,0.375,-1.375,0.25,0.5,-1.375,0.375,0.5,1.625,0.25,-0.25,1.625,-0.25,0.5,1.625,0.25,0.5,1.625,-0.25,-0.25,1.625,-0.25,0.125,1.5,0.25,-0.5,1.5,-0.25,-0.25,1.5,0.25,-0.25,1.5,0.125,-0.5,1.5,-0.25,-0.5,3.5,0.125,0.125,3.5,-0.125,0.25,3.5,0.125,0.25,3.5,0.125,-0.25,3.5,-0.125,-0.25,3.5,0.125,-0.375,3.5,-0.125,-0.375,1.5,0.375,0.375,1.5,0.25,0.5,1.5,0.375,0.5,1.5,0.375,0,1.5,0.25,-0.25,1.5,0.375,-0.5,1.5,0.25,-0.5,3.375,0.125,0.125,3.375,0.25,0.125,3.375,0.25,-0.25,3.375,0.125,-0.25,-1.5,0.125,-0.5,-1.375,0.125,-0.5,-1.5,0.125,0.125,-1.375,0.125,0.125,1.5,0.25,-0.25,1.625,0.25,-0.25,1.5,0.25,0.5,1.625,0.25,0.5,1.5,0.375,-0.5,-1.375,0.375,0,-1.375,0.375,-0.5,0.75,0.375,0,1.5,0.375,0,1.125,0.375,0,-1.375,0.375,0.375,0.75,0.375,0.375,0.75,0.375,0.125,0.75,0.375,0.25,1.125,0.375,0.125,1.125,0.375,0.25,1.5,0.375,0.375,1.125,0.375,0.375,-1.375,0.375,0.5,1.5,0.375,0.5,2.75,0.25,-0.25,3.375,0.25,-0.25,2.75,0.25,0.125,3.375,0.25,0.125,3.375,0.125,-0.25,3.5,0.125,-0.25,3.375,0.125,0.125,3.5,0.125,0.125,3.5,0.125,-0.375,2.875,0.125,-0.25,2.875,0.125,-0.375,3.5,0.125,0.25,2.75,0.125,0.25,2.75,0.125,0.125,1.125,0.375,0,0.75,0.375,0.125,0.75,0.375,0,0.875,0.375,0.125,1.125,0.375,0.125,1,0.375,0.125,0.75,0.375,0.25,0.875,0.375,0.25,0.75,0.375,0.375,1.125,0.375,0.375,1,0.375,0.25,1.125,0.375,0.25,0.875,0.375,0.125,1,0.375,0.125,0.875,0.375,0.25,1,0.375,0.25],"colors":[0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1]},"moon_geode_tall_1_optimised":{"faces":[161,160,158,160,159,158,157,156,154,156,155,154,153,148,151,148,152,151,150,149,147,149,148,147,146,145,143,145,144,143,141,142,140,137,141,140,138,139,137,130,138,137,136,135,133,135,134,133,133,132,130,132,131,130,129,128,126,128,127,126,125,124,122,124,123,122,121,120,118,120,119,118,117,116,114,116,115,114,113,112,110,112,111,110,109,108,106,108,107,106,105,104,102,104,103,102,101,100,98,100,99,98,96,97,95,88,96,95,94,89,92,89,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,67,66,64,66,65,64,63,62,60,62,61,60,59,58,56,58,57,56,55,50,53,50,54,53,52,51,49,51,50,49,48,47,45,47,46,45,44,43,41,43,42,41,39,40,38,34,39,38,37,36,34,36,35,34,33,32,30,32,31,30,29,28,26,28,27,26,25,24,22,24,23,22,20,21,19,15,20,19,18,17,15,17,16,15,14,13,11,13,12,11,10,9,7,9,8,7,6,1,4,1,5,4,3,2,0,2,1,0],"vertices":[0.375,0.375,-0.375,-0.375,0.375,-0.375,-0.375,0,-0.375,0.375,0,-0.375,0.25,0.5,-0.375,-0.375,0.5,-0.375,0.25,0.375,-0.375,0.375,0.625,-0.25,-0.125,0.625,-0.25,-0.125,0.5,-0.25,0.375,0.5,-0.25,0.375,0.75,-0.25,-0.125,0.75,-0.25,-0.125,0.625,-0.25,0.375,0.625,-0.25,0.25,0.875,-0.125,-0.25,0.875,-0.125,-0.25,0.75,-0.125,0.25,0.75,-0.125,0.25,1,-0.125,-0.125,0.875,-0.125,-0.125,1,-0.125,0.375,0.5,-0.25,0.25,0.5,-0.25,0.25,0.375,-0.25,0.375,0.375,-0.25,-0.125,0.625,-0.125,-0.25,0.625,-0.125,-0.25,0.5,-0.125,-0.125,0.5,-0.125,-0.125,0.75,-0.125,-0.25,0.75,-0.125,-0.25,0.625,-0.125,-0.125,0.625,-0.125,-0.375,0.375,0.25,0.375,0.375,0.25,0.375,0,0.25,-0.375,0,0.25,-0.375,0.5,0.25,0.25,0.375,0.25,0.25,0.5,0.25,-0.25,0.625,0.125,0.375,0.625,0.125,0.375,0.5,0.125,-0.25,0.5,0.125,-0.25,0.75,0.125,0.375,0.75,0.125,0.375,0.625,0.125,-0.25,0.625,0.125,-0.25,0.875,0.125,0.25,0.875,0.125,0.25,0.75,0.125,-0.25,0.75,0.125,-0.125,1,0.125,0.25,1,0.125,-0.125,0.875,0.125,0.25,0.5,0.125,0.375,0.5,0.125,0.375,0.375,0.125,0.25,0.375,0.125,-0.375,0.5,-0.375,-0.375,0.5,0.25,-0.375,0,0.25,-0.375,0,-0.375,-0.25,0.625,-0.125,-0.25,0.625,0.125,-0.25,0.5,0.125,-0.25,0.5,-0.125,-0.25,0.75,-0.125,-0.25,0.75,0.125,-0.25,0.625,0.125,-0.25,0.625,-0.125,-0.25,0.875,-0.125,-0.25,0.875,0.125,-0.25,0.75,0.125,-0.25,0.75,-0.125,-0.125,1,-0.125,-0.125,1,0.125,-0.125,0.875,0.125,-0.125,0.875,-0.125,-0.125,0.625,-0.25,-0.125,0.625,-0.125,-0.125,0.5,-0.125,-0.125,0.5,-0.25,-0.125,0.75,-0.25,-0.125,0.75,-0.125,-0.125,0.625,-0.125,-0.125,0.625,-0.25,0.375,0.25,0.25,0.375,0.25,-0.375,0.375,0,-0.375,0.375,0,0.25,0.375,0.375,-0.25,0.375,0.375,-0.375,0.375,0.25,-0.25,0.375,0.375,0.25,0.375,0.25,0.125,0.375,0.375,0.125,0.25,1,0.125,0.25,1,-0.125,0.25,0.75,-0.125,0.25,0.75,0.125,0.375,0.375,0.125,0.375,0.375,-0.25,0.375,0.25,-0.25,0.375,0.25,0.125,0.375,0.5,0.125,0.375,0.5,-0.25,0.375,0.375,-0.25,0.375,0.375,0.125,0.375,0.625,0.125,0.375,0.625,-0.25,0.375,0.5,-0.25,0.375,0.5,0.125,0.375,0.75,0.125,0.375,0.75,-0.25,0.375,0.625,-0.25,0.375,0.625,0.125,0.25,0.5,-0.25,0.25,0.5,-0.375,0.25,0.375,-0.375,0.25,0.375,-0.25,0.25,0.5,0.25,0.25,0.5,0.125,0.25,0.375,0.125,0.25,0.375,0.25,-0.125,1,-0.125,0.25,1,-0.125,0.25,1,0.125,-0.125,1,0.125,-0.375,0.5,-0.125,-0.25,0.5,-0.125,-0.25,0.5,0.125,-0.375,0.5,0.125,0.25,0.5,0.125,0.25,0.5,0.25,-0.375,0.5,0.25,-0.375,0.5,-0.25,-0.125,0.5,-0.125,-0.125,0.5,-0.25,-0.375,0.5,-0.375,0.25,0.5,-0.25,0.25,0.5,-0.375,-0.25,0.875,-0.125,-0.125,0.875,-0.125,-0.125,0.875,0.125,-0.25,0.875,0.125,0.25,0.75,-0.125,0.375,0.75,-0.125,0.375,0.75,0.125,0.25,0.75,0.125,-0.125,0.75,-0.25,0.375,0.75,-0.25,-0.125,0.75,-0.125,0.25,0.375,-0.375,0.375,0.375,-0.375,0.375,0.375,-0.25,0.25,0.375,-0.25,0.25,0.375,0.125,0.375,0.375,0.125,0.375,0.375,0.25,0.25,0.375,0.25],"colors":[0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.254902,0.572549,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.972549,0.3215686,0.8039216,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1]},"moon_geode_tall_2_optimised":{"faces":[227,226,224,226,225,224,223,222,220,222,221,220,219,218,217,218,215,217,216,215,213,215,214,213,212,211,209,211,210,209,208,207,205,207,206,205,203,204,202,198,203,202,201,200,198,200,199,198,196,197,195,191,196,195,194,193,191,193,192,191,190,189,187,189,188,187,186,185,183,185,184,183,182,181,179,181,180,179,178,177,175,177,176,175,174,173,171,173,172,171,170,169,167,169,168,167,166,165,163,165,164,163,162,161,159,161,160,159,158,157,155,157,156,155,154,153,151,153,152,151,150,149,147,149,148,147,146,145,143,145,144,143,142,141,139,141,140,139,138,137,135,137,136,135,134,133,131,133,132,131,129,130,128,124,129,128,127,126,124,126,125,124,123,122,120,122,121,120,119,118,116,118,117,116,115,114,112,114,113,112,111,110,108,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,70,73,70,74,73,72,71,69,71,70,69,68,67,65,67,66,65,64,63,61,63,62,61,60,59,57,59,58,57,56,55,53,55,54,53,52,51,49,51,50,49,48,47,45,47,46,45,44,43,41,43,42,41,40,39,37,39,38,37,36,35,30,35,34,30,33,28,31,28,32,31,30,29,27,29,28,27,26,25,23,25,24,23,22,21,19,21,20,19,18,17,15,17,16,15,14,13,11,13,12,11,10,9,7,9,8,7,6,1,4,1,5,4,3,2,0,2,1,0],"vertices":[0.25,0.25,-0.375,-0.375,0.25,-0.375,-0.375,0,-0.375,0.25,0,-0.375,0.125,0.375,-0.375,-0.375,0.375,-0.375,0.125,0.25,-0.375,0.125,0.75,-0.25,-0.25,0.75,-0.25,-0.25,0.5,-0.25,0.125,0.5,-0.25,0.25,0.75,-0.125,0.125,0.75,-0.125,0.125,0.5,-0.125,0.25,0.5,-0.125,0.125,0.5,-0.25,-0.25,0.5,-0.25,-0.25,0.375,-0.25,0.125,0.375,-0.25,0.125,0.875,-0.25,-0.25,0.875,-0.25,-0.25,0.75,-0.25,0.125,0.75,-0.25,0.125,1,-0.25,-0.25,1,-0.25,-0.25,0.875,-0.25,0.125,0.875,-0.25,0.25,1.125,-0.125,-0.125,1.125,-0.125,-0.125,1,-0.125,0.25,1,-0.125,0.125,1.25,-0.125,-0.125,1.25,-0.125,0.125,1.125,-0.125,0.125,1,-0.125,0.125,0.875,-0.125,0.25,0.875,-0.125,0.25,0.375,-0.125,0.125,0.375,-0.125,0.125,0.25,-0.125,0.25,0.25,-0.125,0.25,0.5,-0.125,0.125,0.5,-0.125,0.125,0.375,-0.125,0.25,0.375,-0.125,0.25,0.875,-0.125,0.125,0.875,-0.125,0.125,0.75,-0.125,0.25,0.75,-0.125,-0.375,0.375,0.25,-0.25,0.375,0.25,-0.25,0,0.25,-0.375,0,0.25,-0.25,0.25,0.375,0.25,0.25,0.375,0.25,0,0.375,-0.25,0,0.375,-0.125,0.75,0.375,0.25,0.75,0.375,0.25,0.5,0.375,-0.125,0.5,0.375,-0.25,0.75,0.25,-0.125,0.75,0.25,-0.125,0.5,0.25,-0.25,0.5,0.25,-0.25,0.875,0.25,0.25,0.875,0.25,0.25,0.75,0.25,-0.25,0.75,0.25,-0.25,1,0.25,0.25,1,0.25,0.25,0.875,0.25,-0.25,0.875,0.25,-0.125,1.125,0.25,0.25,1.125,0.25,-0.125,1,0.25,-0.125,0.375,0.375,0.25,0.375,0.375,0.25,0.25,0.375,-0.125,0.25,0.375,-0.125,0.5,0.375,0.25,0.5,0.375,0.25,0.375,0.375,-0.125,0.375,0.375,-0.125,1.25,0.125,0.125,1.25,0.125,0.125,1.125,0.125,-0.125,1.125,0.125,-0.25,0.375,0.25,-0.125,0.375,0.25,-0.125,0.25,0.25,-0.25,0.25,0.25,-0.25,0.5,0.25,-0.125,0.5,0.25,-0.125,0.375,0.25,-0.25,0.375,0.25,-0.375,0.375,-0.375,-0.375,0.375,0.25,-0.375,0,0.25,-0.375,0,-0.375,-0.25,0.75,-0.25,-0.25,0.75,0.25,-0.25,0.5,0.25,-0.25,0.5,-0.25,-0.25,0.25,0.25,-0.25,0.25,0.375,-0.25,0,0.375,-0.25,0,0.25,-0.125,0.75,0.25,-0.125,0.75,0.375,-0.125,0.5,0.375,-0.125,0.5,0.25,-0.25,0.5,-0.25,-0.25,0.5,0.25,-0.25,0.375,0.25,-0.25,0.375,-0.25,-0.25,0.875,-0.25,-0.25,0.875,0.25,-0.25,0.75,0.25,-0.25,0.75,-0.25,-0.25,1,-0.25,-0.25,1,0.25,-0.25,0.875,0.25,-0.25,0.875,-0.25,-0.125,1.125,-0.125,-0.125,1.125,0.25,-0.125,1,0.25,-0.125,1,-0.125,-0.125,1.25,-0.125,-0.125,1.125,0.125,-0.125,1.25,0.125,-0.125,0.375,0.25,-0.125,0.375,0.375,-0.125,0.25,0.375,-0.125,0.25,0.25,-0.125,0.5,0.25,-0.125,0.5,0.375,-0.125,0.375,0.375,-0.125,0.375,0.25,0.25,0.25,0.375,0.25,0.25,-0.375,0.25,0,-0.375,0.25,0,0.375,0.25,0.75,0.375,0.25,0.75,-0.125,0.25,0.5,-0.125,0.25,0.5,0.375,0.25,1.125,0.25,0.25,1.125,-0.125,0.25,0.875,-0.125,0.25,0.875,0.25,0.125,0.75,-0.125,0.125,0.75,-0.25,0.125,0.5,-0.25,0.125,0.5,-0.125,0.25,0.375,0.375,0.25,0.375,-0.125,0.25,0.25,-0.125,0.25,0.25,0.375,0.25,0.5,0.375,0.25,0.5,-0.125,0.25,0.375,-0.125,0.25,0.375,0.375,0.25,0.875,0.25,0.25,0.875,-0.125,0.25,0.75,-0.125,0.25,0.75,0.25,0.125,1.25,0.125,0.125,1.25,-0.125,0.125,1.125,-0.125,0.125,1.125,0.125,0.125,0.375,-0.25,0.125,0.375,-0.375,0.125,0.25,-0.375,0.125,0.25,-0.25,0.125,0.375,-0.125,0.125,0.375,-0.25,0.125,0.25,-0.25,0.125,0.25,-0.125,0.125,0.5,-0.125,0.125,0.5,-0.25,0.125,0.375,-0.25,0.125,0.375,-0.125,0.125,0.875,-0.125,0.125,0.875,-0.25,0.125,0.75,-0.25,0.125,0.75,-0.125,0.125,1,-0.125,0.125,1,-0.25,0.125,0.875,-0.25,0.125,0.875,-0.125,-0.375,0.375,-0.25,-0.25,0.375,-0.25,-0.25,0.375,0.25,-0.375,0.375,0.25,-0.375,0.375,-0.375,0.125,0.375,-0.25,0.125,0.375,-0.375,-0.25,1,-0.125,-0.125,1,-0.125,-0.125,1,0.25,-0.25,1,0.25,-0.25,1,-0.25,0.125,1,-0.125,0.125,1,-0.25,-0.125,1.25,-0.125,0.125,1.25,-0.125,0.125,1.25,0.125,-0.125,1.25,0.125,0.125,0.25,-0.375,0.25,0.25,-0.375,0.25,0.25,-0.125,0.125,0.25,-0.125,0.125,1.125,-0.125,0.25,1.125,-0.125,0.25,1.125,0.125,0.125,1.125,0.125,-0.125,1.125,0.125,0.25,1.125,0.25,-0.125,1.125,0.25,-0.125,0.75,0.25,0.25,0.75,0.25,0.25,0.75,0.375,-0.125,0.75,0.375,-0.25,0.25,0.25,-0.125,0.25,0.25,-0.125,0.25,0.375,-0.25,0.25,0.375],"colors":[0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,0.9960784,0.7333333,0.3058824,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,1,0.5686275,0.1843137,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1]},"moon_geode_tall_3_optimised":{"faces":[264,263,261,263,262,261,260,259,257,259,258,257,256,251,254,251,255,254,253,252,250,252,251,250,249,248,246,248,247,246,246,245,243,245,244,243,242,241,239,241,240,239,238,237,235,237,236,235,234,233,231,233,232,231,230,229,227,229,228,227,226,225,223,225,224,223,222,221,219,221,220,219,218,217,215,217,216,215,213,214,212,205,213,212,211,206,209,206,210,209,208,207,205,207,206,205,204,203,201,203,202,201,199,200,198,194,199,198,197,196,194,196,195,194,193,192,190,192,191,190,189,188,186,188,187,186,186,185,183,185,184,183,182,181,179,181,180,179,179,178,176,178,177,176,175,174,172,174,173,172,172,171,169,171,170,169,168,167,165,167,166,165,164,163,161,163,162,161,160,159,157,159,158,157,156,155,153,155,154,153,152,151,149,151,150,149,148,147,145,147,146,145,144,143,141,143,142,141,140,139,137,139,138,137,136,135,133,135,134,133,132,131,130,131,128,130,129,128,126,128,127,126,125,124,122,124,123,122,121,120,118,120,119,118,117,116,114,116,115,114,113,112,110,112,111,110,109,108,106,108,107,106,105,104,102,104,103,102,101,100,98,100,99,98,97,96,94,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,73,72,70,72,71,70,69,68,66,68,67,66,65,64,62,64,63,62,61,60,58,60,59,58,57,56,54,56,55,54,53,52,50,52,51,50,49,48,46,48,47,46,45,44,42,44,43,42,41,40,38,40,39,38,37,36,34,36,35,34,33,32,30,32,31,30,29,28,26,28,27,26,25,24,22,24,23,22,21,20,18,20,19,18,17,16,14,16,15,14,12,13,11,8,12,11,10,5,8,5,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[0,0.75,-0.25,-0.375,0.75,-0.25,-0.375,0.375,-0.25,0,0.375,-0.25,0.375,0.25,-0.25,-0.375,0.25,-0.25,-0.375,0,-0.25,0.375,0,-0.25,0.125,0.375,-0.25,-0.375,0.375,-0.25,0.125,0.25,-0.25,0.125,0.5,-0.25,0,0.375,-0.25,0,0.5,-0.25,0.375,0.5,-0.25,0.125,0.5,-0.25,0.125,0.25,-0.25,0.375,0.25,-0.25,0.375,0.875,-0.25,0.125,0.875,-0.25,0.125,0.625,-0.25,0.375,0.625,-0.25,0,1.375,-0.125,-0.25,1.375,-0.125,-0.25,1.125,-0.125,0,1.125,-0.125,0,0.875,-0.25,-0.375,0.875,-0.25,-0.375,0.75,-0.25,0,0.75,-0.25,0,1,-0.25,-0.375,1,-0.25,-0.375,0.875,-0.25,0,0.875,-0.25,0,1.125,-0.25,-0.375,1.125,-0.25,-0.375,1,-0.25,0,1,-0.25,0.375,0.625,-0.25,0.125,0.625,-0.25,0.125,0.5,-0.25,0.375,0.5,-0.25,0.375,1,-0.25,0.125,1,-0.25,0.125,0.875,-0.25,0.375,0.875,-0.25,0,1.5,-0.125,-0.25,1.5,-0.125,-0.25,1.375,-0.125,0,1.375,-0.125,-0.375,0.375,0.25,0.125,0.375,0.25,0.125,0,0.25,-0.375,0,0.25,-0.25,0.75,0.125,0,0.75,0.125,0,0.375,0.125,-0.25,0.375,0.125,-0.25,1.375,0.125,0,1.375,0.125,0,0.875,0.125,-0.25,0.875,0.125,0.125,0.5,0,0.375,0.5,0,0.375,0.25,0,0.125,0.25,0,0.125,0.875,0,0.375,0.875,0,0.375,0.625,0,0.125,0.625,0,0.125,0.25,0.125,0.375,0.25,0.125,0.375,0,0.125,0.125,0,0.125,-0.375,0.75,0,-0.25,0.75,0,-0.25,0.5,0,-0.375,0.5,0,0.125,0.625,0,0.375,0.625,0,0.375,0.5,0,0.125,0.5,0,0.125,1,0,0.375,1,0,0.375,0.875,0,0.125,0.875,0,-0.25,0.875,0.125,0,0.875,0.125,0,0.75,0.125,-0.25,0.75,0.125,-0.25,1.5,0.125,0,1.5,0.125,0,1.375,0.125,-0.25,1.375,0.125,-0.375,0.875,0,-0.25,0.875,0,-0.25,0.75,0,-0.375,0.75,0,-0.375,1,0,-0.25,1,0,-0.25,0.875,0,-0.375,0.875,0,-0.375,1.125,0,-0.25,1.125,0,-0.25,1,0,-0.375,1,0,0,0.5,0,0.125,0.5,0,0.125,0.375,0,0,0.375,0,-0.375,0.5,0.125,-0.25,0.5,0.125,-0.25,0.375,0.125,-0.375,0.375,0.125,-0.375,0.375,-0.25,-0.375,0.375,0.25,-0.375,0,0.25,-0.375,0,-0.25,-0.375,0.75,-0.25,-0.375,0.75,0,-0.375,0.375,0,-0.375,0.375,-0.25,0.125,0.875,-0.25,0.125,0.875,0,0.125,0.625,0,0.125,0.625,-0.25,-0.25,1.375,-0.125,-0.25,1.375,0.125,-0.25,1.125,0.125,-0.25,1.125,-0.125,-0.25,1.125,0,-0.25,0.875,0.125,-0.25,0.875,0,-0.25,0.75,0,-0.25,0.75,0.125,-0.25,0.5,0.125,-0.25,0.5,0,-0.375,0.875,-0.25,-0.375,0.875,0,-0.375,0.75,0,-0.375,0.75,-0.25,-0.375,1,-0.25,-0.375,1,0,-0.375,0.875,0,-0.375,0.875,-0.25,-0.375,1.125,-0.25,-0.375,1.125,0,-0.375,1,0,-0.375,1,-0.25,0.125,0.625,-0.25,0.125,0.625,0,0.125,0.5,0,0.125,0.5,-0.25,0.125,1,-0.25,0.125,1,0,0.125,0.875,0,0.125,0.875,-0.25,-0.25,1.5,-0.125,-0.25,1.5,0.125,-0.25,1.375,0.125,-0.25,1.375,-0.125,-0.375,0.5,0,-0.375,0.5,0.125,-0.375,0.375,0.125,-0.375,0.375,0,-0.25,0.875,0,-0.25,0.875,0.125,-0.25,0.75,0.125,-0.25,0.75,0,0,1.375,0.125,0,1.375,-0.125,0,1,-0.125,0,1,0.125,0,1,-0.25,0,0.875,-0.25,0,0.875,0.125,0,0.75,0.125,0,0.75,-0.25,0,0.5,-0.25,0,0.5,0.125,0,0.5,0,0,0.375,0,0,0.375,0.125,0.375,0.5,0,0.375,0.5,-0.25,0.375,0.25,-0.25,0.375,0.25,0,0.375,0.25,-0.125,0.375,0.125,-0.125,0.375,0.125,0,0.375,0.875,0,0.375,0.875,-0.25,0.375,0.625,-0.25,0.375,0.625,0,0.125,0.25,0.25,0.125,0.25,0.125,0.125,0,0.125,0.125,0,0.25,0.125,0.375,0.25,0.125,0.25,0,0.125,0.375,0,0,0.875,0.125,0,0.875,-0.25,0,0.75,-0.25,0,0.75,0.125,0.375,0.125,0.125,0.375,0.125,-0.25,0.375,0,-0.25,0.375,0,0.125,0.375,0.25,-0.125,0.375,0.25,-0.25,0.375,0.125,-0.125,0.375,0.25,0.125,0.375,0.125,0,0.375,0.25,0,0.375,0.625,0,0.375,0.625,-0.25,0.375,0.5,-0.25,0.375,0.5,0,0.375,1,0,0.375,1,-0.25,0.375,0.875,-0.25,0.375,0.875,0,0,1.5,0.125,0,1.5,-0.125,0,1.375,-0.125,0,1.375,0.125,0,1.125,-0.125,0,1.125,-0.25,0,1,-0.25,0,1,-0.125,0.125,1,-0.25,0.375,1,-0.25,0.375,1,0,0.125,1,0,-0.25,1.5,-0.125,0,1.5,-0.125,0,1.5,0.125,-0.25,1.5,0.125,0,0.5,-0.25,0.125,0.5,-0.25,0.125,0.5,0,0,0.5,0,-0.375,1.125,-0.25,0,1.125,-0.25,0,1.125,-0.125,-0.375,1.125,-0.125,-0.25,1.125,-0.125,-0.25,1.125,0,-0.375,1.125,0,-0.375,0.375,0.125,0.125,0.375,0.125,0.125,0.375,0.25,-0.375,0.375,0.25,0,0.375,0,0.125,0.375,0,0,0.375,0.125,0.125,0.25,0,0.375,0.25,0,0.375,0.25,0.125,0.125,0.25,0.125,-0.375,0.5,0,-0.25,0.5,0,-0.25,0.5,0.125,-0.375,0.5,0.125],"colors":[0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.2313726,0.8431373,0.9921569,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.4,0.972549,0.9960784,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1]},"moon_lilypad_1_optimised":{"faces":[146,144,145,145,144,143,139,141,142,141,139,140,138,140,139,139,137,138,138,137,136,135,133,134,134,133,132,129,128,131,123,131,128,131,123,130,122,130,123,129,126,128,128,126,127,127,126,121,124,121,126,125,120,124,121,124,120,123,121,122,122,121,120,119,118,116,118,117,116,115,114,112,114,113,112,110,111,107,105,110,107,106,109,108,108,105,106,107,106,105,104,103,101,103,102,101,97,100,99,99,96,97,98,97,96,93,95,94,94,92,93,90,93,92,92,89,90,91,90,89,88,87,85,87,86,85,81,84,83,83,80,81,82,81,80,76,79,78,78,75,76,77,76,75,74,73,71,73,72,71,70,66,69,66,63,69,66,68,67,67,65,66,63,66,65,65,62,63,64,63,62,61,59,60,57,60,59,59,56,57,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,36,38,36,37,38,34,37,36,36,33,34,35,34,33,29,32,31,31,28,29,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,18,19,13,16,18,13,14,17,16,16,13,14,15,14,13,12,11,9,11,10,9,8,7,5,7,6,5,1,4,3,3,0,1,2,1,0],"vertices":[-0.0625,0.125,-0.1875,0.3125,-0.125,-0.1875,0.3125,0.125,-0.1875,-0.0625,0,-0.1875,-0.0625,-0.125,-0.1875,0.3125,-0.375,-0.1875,0.3125,-0.25,-0.1875,-0.0625,-0.25,-0.1875,-0.0625,-0.375,-0.1875,0.3125,-0.25,-0.1875,0.3125,-0.125,-0.1875,-0.0625,-0.125,-0.1875,-0.0625,-0.25,-0.1875,-0.0625,-0.375,-0.0625,0.0625,-0.5,-0.0625,0.0625,-0.375,-0.0625,-0.1875,-0.375,-0.0625,-0.1875,-0.5,-0.0625,-0.1875,-0.25,-0.0625,-0.0625,-0.25,-0.0625,-0.0625,-0.25,0.0625,-0.0625,-0.125,0.0625,-0.1875,-0.125,0.0625,-0.1875,-0.25,0.0625,-0.0625,-0.125,0.0625,-0.0625,0,0.0625,-0.1875,0,0.0625,-0.1875,-0.125,0.0625,0.0625,-0.25,0.4375,-0.1875,-0.5,0.4375,-0.1875,-0.25,0.4375,0.0625,-0.375,0.4375,0.0625,-0.5,0.4375,0.3125,0.125,0.3125,-0.0625,0,0.3125,-0.0625,0.125,0.3125,0.3125,0,0.3125,0.0625,0,0.3125,0.0625,-0.125,0.3125,0.3125,-0.125,0.3125,0.0625,-0.375,0.3125,0.0625,-0.25,0.3125,0.3125,-0.25,0.3125,0.3125,-0.375,0.3125,0.0625,-0.25,0.3125,0.0625,-0.125,0.3125,0.3125,-0.125,0.3125,0.3125,-0.25,0.3125,-0.1875,-0.25,0.4375,-0.1875,-0.125,0.4375,0.0625,-0.125,0.4375,0.0625,-0.25,0.4375,-0.1875,-0.125,0.4375,-0.1875,0,0.4375,0.0625,0,0.4375,0.0625,-0.125,0.4375,-0.1875,-0.25,0.0625,-0.1875,-0.375,-0.0625,-0.1875,-0.25,-0.0625,-0.1875,-0.25,0.4375,-0.1875,-0.5,-0.0625,-0.1875,-0.5,0.4375,-0.0625,0.125,-0.0625,-0.0625,0,-0.1875,-0.0625,0.125,-0.1875,-0.0625,0.125,0.1875,-0.0625,0,0.0625,-0.0625,0.125,0.3125,-0.0625,0,0.3125,-0.0625,-0.125,-0.1875,-0.0625,-0.125,0.0625,-0.1875,-0.25,0.0625,-0.1875,-0.125,0.0625,-0.1875,-0.125,0.4375,-0.1875,-0.25,0.4375,-0.1875,0,0.3125,-0.1875,-0.125,0.0625,-0.1875,0,0.0625,-0.1875,0,0.4375,-0.1875,-0.125,0.4375,-0.0625,-0.125,0.0625,-0.0625,-0.25,-0.1875,-0.0625,-0.125,-0.1875,-0.0625,-0.25,0.0625,-0.0625,-0.25,-0.0625,-0.0625,-0.375,-0.1875,-0.0625,-0.25,-0.1875,-0.0625,-0.25,-0.0625,-0.0625,-0.375,-0.0625,0.3125,0.125,0.1875,0.3125,0,0.3125,0.3125,0.125,0.3125,0.3125,0.125,-0.0625,0.3125,-0.125,0.3125,0.3125,0.125,-0.1875,0.3125,-0.125,-0.1875,0.3125,-0.25,-0.1875,0.3125,-0.375,0.3125,0.3125,-0.25,0.3125,0.3125,-0.375,-0.1875,0.3125,-0.375,-0.0625,0.3125,-0.25,0.3125,0.3125,-0.125,0.3125,0.3125,-0.125,-0.1875,0.3125,-0.25,-0.1875,0.0625,-0.375,0.3125,0.0625,-0.5,0.4375,0.0625,-0.375,0.4375,0.0625,-0.375,-0.0625,0.0625,-0.5,-0.0625,0.0625,-0.25,0.3125,0.0625,-0.25,0.4375,0.0625,-0.25,0.4375,0.0625,-0.125,0.4375,0.0625,-0.125,0.3125,0.0625,-0.25,0.3125,0.0625,-0.125,0.4375,0.0625,0,0.4375,0.0625,0,0.3125,0.0625,-0.125,0.3125,-0.0625,0.125,-0.0625,0.0625,0.125,-0.0625,-0.0625,0.125,0.1875,0.0625,0.125,0.1875,0.3125,0.125,-0.1875,-0.0625,0.125,-0.1875,0.3125,0.125,-0.0625,0.1875,0.125,-0.0625,0.1875,0.125,0.1875,0.3125,0.125,0.1875,-0.0625,0.125,0.3125,0.3125,0.125,0.3125,0.0625,0.125,-0.0625,0.1875,0.125,-0.0625,0.0625,0.125,0.1875,0.1875,0.125,0.1875,-0.1875,0,0.0625,-0.0625,0,0.0625,-0.1875,0,0.3125,-0.0625,0,0.3125,-0.1875,0,0.4375,0.0625,0,0.4375,0.0625,0,0.3125,-0.1875,-0.25,-0.0625,-0.0625,-0.25,-0.0625,-0.1875,-0.25,0.0625,-0.0625,-0.25,0.0625],"colors":[0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1]},"moon_lilypad_2_optimised":{"faces":[161,159,160,160,159,158,157,155,156,156,155,154,153,146,152,153,152,151,152,146,147,149,151,152,151,149,150,148,150,149,149,145,148,148,145,143,147,146,145,142,145,146,145,142,143,144,143,142,137,140,141,140,137,138,139,138,137,136,134,135,135,134,133,132,130,131,131,130,129,128,127,125,127,126,125,124,123,121,123,122,121,120,119,117,119,118,117,116,115,113,115,114,113,112,111,109,111,110,109,108,106,107,104,107,106,106,103,104,105,104,103,100,102,101,101,99,100,97,100,99,99,96,97,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,78,79,75,73,78,75,74,77,76,76,73,74,75,74,73,69,72,71,71,68,69,70,69,68,65,67,66,66,64,65,62,65,64,64,61,62,63,62,61,60,59,57,59,58,57,56,55,53,55,54,53,52,51,49,51,50,49,47,48,44,42,47,44,43,46,45,45,42,43,44,43,42,40,41,35,38,40,35,36,39,38,38,35,36,37,36,35,34,33,31,33,32,31,30,29,27,29,28,27,26,25,23,25,24,23,22,21,19,21,20,19,18,17,15,17,16,15,11,14,13,13,10,11,12,11,10,6,9,8,8,5,6,7,6,5,1,4,3,3,0,1,2,1,0],"vertices":[-0.0625,-0.25,-0.0625,0.3125,-0.5,-0.0625,0.3125,-0.25,-0.0625,-0.0625,-0.375,-0.0625,-0.0625,-0.5,-0.0625,-0.1875,0.125,0.0625,0.1875,-0.125,0.0625,0.1875,0.125,0.0625,-0.1875,-0.125,0.0625,-0.0625,-0.125,0.0625,-0.3125,-0.125,0.1875,-0.1875,-0.25,0.1875,-0.1875,-0.125,0.1875,-0.3125,-0.375,0.1875,-0.1875,-0.375,0.1875,0.3125,-0.25,-0.0625,0.3125,-0.125,-0.0625,-0.0625,-0.125,-0.0625,-0.0625,-0.25,-0.0625,0.0625,-1,0.0625,0.0625,-0.875,0.0625,-0.1875,-0.875,0.0625,-0.1875,-1,0.0625,-0.0625,-0.375,0.0625,-0.0625,-0.25,0.0625,-0.1875,-0.25,0.0625,-0.1875,-0.375,0.0625,-0.0625,-0.25,0.0625,-0.0625,-0.125,0.0625,-0.1875,-0.125,0.0625,-0.1875,-0.25,0.0625,-0.1875,-0.125,0.4375,-0.1875,0.125,0.4375,0.1875,0.125,0.4375,0.1875,-0.125,0.4375,0.1875,-0.375,0.1875,-0.0625,-0.5,0.1875,-0.0625,-0.375,0.1875,0.3125,-0.375,0.1875,0.3125,-0.5,0.1875,0.3125,-0.25,0.1875,0.1875,-0.25,0.1875,-0.1875,-0.25,0.4375,-0.3125,-0.375,0.4375,-0.3125,-0.25,0.4375,0.1875,-0.25,0.4375,0.1875,-0.375,0.4375,-0.1875,-0.125,0.4375,-0.3125,-0.125,0.4375,-0.1875,-0.25,0.4375,-0.1875,-0.125,0.4375,0.1875,-0.125,0.4375,0.1875,-0.25,0.4375,-0.1875,-1,0.3125,-0.1875,-0.875,0.3125,0.0625,-0.875,0.3125,0.0625,-1,0.3125,0.1875,-0.25,0.1875,0.1875,-0.125,0.1875,0.3125,-0.125,0.1875,0.3125,-0.25,0.1875,-0.1875,0.125,0.1875,-0.1875,-0.125,0.0625,-0.1875,0.125,0.0625,-0.1875,0.125,0.3125,-0.1875,-0.125,0.1875,-0.1875,0.125,0.4375,-0.1875,-0.125,0.4375,-0.3125,-0.125,0.4375,-0.3125,-0.375,0.1875,-0.3125,-0.125,0.1875,-0.3125,-0.25,0.4375,-0.3125,-0.375,0.4375,-0.0625,-0.375,0.0625,-0.0625,-0.5,-0.0625,-0.0625,-0.375,-0.0625,-0.0625,-0.375,0.1875,-0.0625,-0.5,0.1875,-0.0625,-0.25,0.0625,-0.0625,-0.25,-0.0625,-0.1875,-1,0.0625,-0.1875,-0.875,0.0625,-0.1875,-0.875,0.3125,-0.1875,-1,0.3125,-0.0625,-0.25,-0.0625,-0.0625,-0.125,-0.0625,-0.0625,-0.125,0.0625,-0.0625,-0.25,0.0625,-0.1875,-0.375,0.0625,-0.1875,-0.25,0.0625,-0.1875,-0.25,0.1875,-0.1875,-0.375,0.1875,-0.1875,-0.25,0.0625,-0.1875,-0.125,0.0625,-0.1875,-0.125,0.1875,-0.1875,-0.25,0.1875,0.1875,0.125,0.3125,0.1875,-0.125,0.4375,0.1875,0.125,0.4375,0.1875,0.125,0.1875,0.1875,-0.125,0.1875,0.1875,0.125,0.0625,0.1875,-0.125,0.0625,0.3125,-0.25,0.0625,0.3125,-0.375,0.1875,0.3125,-0.25,0.1875,0.3125,-0.25,-0.0625,0.3125,-0.5,0.1875,0.3125,-0.5,-0.0625,0.0625,-1,0.3125,0.0625,-0.875,0.3125,0.0625,-0.875,0.0625,0.0625,-1,0.0625,0.1875,-0.375,0.4375,0.1875,-0.25,0.4375,0.1875,-0.25,0.1875,0.1875,-0.375,0.1875,0.1875,-0.25,0.4375,0.1875,-0.125,0.4375,0.1875,-0.125,0.1875,0.1875,-0.25,0.1875,0.3125,-0.25,0.0625,0.3125,-0.125,0.0625,0.3125,-0.125,-0.0625,0.3125,-0.25,-0.0625,0.3125,-0.25,0.1875,0.3125,-0.125,0.1875,0.3125,-0.125,0.0625,0.3125,-0.25,0.0625,-0.1875,-0.875,0.0625,0.0625,-0.875,0.0625,-0.1875,-0.875,0.3125,0.0625,-0.875,0.3125,-0.3125,-0.125,0.1875,-0.1875,-0.125,0.1875,-0.3125,-0.125,0.4375,-0.1875,-0.125,0.4375,0.3125,-0.125,-0.0625,-0.0625,-0.125,0.0625,-0.0625,-0.125,-0.0625,0.1875,-0.125,0.0625,0.3125,-0.125,0.0625,0.1875,0.125,0.0625,-0.1875,0.125,0.1875,-0.1875,0.125,0.0625,-0.0625,0.125,0.1875,0.1875,0.125,0.1875,0.0625,0.125,0.1875,-0.1875,0.125,0.3125,-0.0625,0.125,0.3125,-0.1875,0.125,0.4375,0.1875,0.125,0.4375,0.0625,0.125,0.3125,0.1875,0.125,0.3125,0.1875,-0.125,0.0625,0.3125,-0.125,0.0625,0.1875,-0.125,0.1875,0.3125,-0.125,0.1875,-0.0625,0.125,0.1875,0.0625,0.125,0.1875,-0.0625,0.125,0.3125,0.0625,0.125,0.3125],"colors":[0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1]},"moon_lilypad_3_optimised":{"faces":[190,188,189,189,188,187,186,184,185,185,184,183,180,179,182,174,182,179,182,174,181,173,181,174,180,177,179,179,177,178,178,177,172,175,172,177,176,171,175,172,175,171,174,172,173,173,172,171,170,168,169,169,168,167,166,164,165,165,164,163,162,160,161,161,160,159,158,157,155,157,156,155,154,153,151,153,152,151,150,149,147,149,148,147,143,146,145,145,142,143,144,143,142,141,140,138,140,139,138,136,137,130,133,136,130,135,133,134,131,134,133,133,130,131,132,131,130,129,128,126,128,127,126,125,123,124,121,124,123,123,120,121,122,121,120,119,118,116,118,117,116,115,114,112,114,113,112,111,110,108,110,109,108,104,107,106,106,103,104,105,104,103,102,100,101,100,99,101,100,98,99,97,99,98,98,96,97,95,97,96,96,94,95,92,95,94,94,91,92,93,92,91,90,89,87,89,88,87,86,84,85,82,85,84,84,81,82,83,82,81,80,79,77,79,78,77,76,74,75,74,71,75,71,74,73,73,70,71,72,71,70,69,68,66,68,67,66,65,64,62,64,63,62,61,60,58,60,59,58,57,56,54,56,55,54,53,52,50,52,51,50,49,48,46,48,47,46,45,44,42,44,43,42,41,40,38,40,39,38,37,36,34,36,35,34,33,32,30,32,31,30,26,29,28,28,25,26,27,26,25,24,23,21,23,22,21,20,18,19,16,19,18,18,15,16,17,16,15,13,14,6,9,13,6,10,12,11,11,9,10,7,10,9,9,6,7,8,7,6,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.3125,0.125,-0.1875,0.3125,-0.125,-0.1875,0.3125,0.125,-0.1875,-0.3125,-0.125,-0.1875,0.0625,-0.125,-0.1875,-0.1875,-0.125,-0.1875,0.0625,-0.375,-0.3125,0.1875,-0.5,-0.3125,0.1875,-0.375,-0.3125,-0.1875,-0.375,-0.3125,0.1875,-0.625,-0.3125,-0.1875,-0.5,-0.3125,-0.1875,-0.625,-0.3125,-0.1875,-0.25,-0.3125,0.0625,-0.25,-0.3125,0.0625,-0.125,-0.1875,0.3125,-0.375,-0.1875,0.3125,-0.125,-0.1875,0.0625,-0.25,-0.1875,0.1875,-0.375,-0.1875,0.0625,-0.375,-0.1875,0.1875,-1.375,-0.0625,0.1875,-1.125,-0.0625,-0.0625,-1.125,-0.0625,-0.0625,-1.375,-0.0625,-0.3125,-0.125,-0.1875,-0.1875,-0.25,-0.1875,-0.1875,-0.125,-0.1875,-0.3125,-0.375,-0.1875,-0.1875,-0.375,-0.1875,0.1875,-0.375,0.1875,0.1875,-0.25,0.1875,-0.1875,-0.25,0.1875,-0.1875,-0.375,0.1875,0.0625,-0.25,-0.3125,0.0625,-0.125,-0.3125,-0.1875,-0.125,-0.3125,-0.1875,-0.25,-0.3125,0.0625,-0.75,-0.1875,0.0625,-0.625,-0.1875,-0.1875,-0.625,-0.1875,-0.1875,-0.75,-0.1875,-0.1875,-0.5,-0.1875,-0.1875,-0.375,-0.1875,-0.3125,-0.375,-0.1875,-0.3125,-0.5,-0.1875,0.3125,-0.5,-0.1875,0.3125,-0.375,-0.1875,0.1875,-0.375,-0.1875,0.1875,-0.5,-0.1875,-0.3125,-0.375,0.3125,-0.3125,-0.125,0.3125,0.3125,-0.125,0.3125,0.3125,-0.375,0.3125,-0.3125,-0.125,0.3125,-0.3125,0.125,0.3125,0.3125,0.125,0.3125,0.3125,-0.125,0.3125,-0.0625,-1.375,0.1875,-0.0625,-1.125,0.1875,0.1875,-1.125,0.1875,0.1875,-1.375,0.1875,-0.3125,-0.5,0.3125,-0.3125,-0.375,0.3125,0.3125,-0.375,0.3125,0.3125,-0.5,0.3125,-0.1875,-0.375,-0.0625,-0.1875,-0.25,-0.0625,0.1875,-0.25,-0.0625,0.1875,-0.375,-0.0625,0.1875,-0.5,0.1875,-0.1875,-0.625,0.1875,-0.1875,-0.5,0.1875,0.1875,-0.625,0.1875,0.0625,-0.625,0.1875,-0.1875,-0.75,0.1875,0.0625,-0.75,0.1875,-0.3125,-0.375,-0.1875,-0.3125,-0.125,-0.1875,-0.3125,-0.125,0.3125,-0.3125,-0.375,0.3125,-0.3125,0.125,-0.0625,-0.3125,-0.125,-0.1875,-0.3125,0.125,-0.1875,-0.3125,0.125,0.1875,-0.3125,-0.125,0.3125,-0.3125,0.125,0.3125,-0.0625,-1.375,-0.0625,-0.0625,-1.125,-0.0625,-0.0625,-1.125,0.1875,-0.0625,-1.375,0.1875,-0.1875,-0.25,-0.1875,-0.1875,-0.375,-0.3125,-0.1875,-0.25,-0.3125,-0.1875,-0.375,-0.1875,-0.1875,-0.5,-0.3125,-0.1875,-0.5,-0.1875,-0.1875,-0.625,-0.3125,-0.1875,-0.5,0.1875,-0.1875,-0.625,-0.1875,-0.1875,-0.625,0.1875,-0.1875,-0.75,-0.1875,-0.1875,-0.75,0.1875,-0.3125,-0.375,0.3125,-0.3125,-0.5,-0.1875,-0.3125,-0.375,-0.1875,-0.3125,-0.5,0.3125,-0.3125,-0.5,0.1875,0.1875,-0.375,-0.0625,0.1875,-0.25,-0.0625,0.1875,-0.25,0.1875,0.1875,-0.375,0.1875,-0.1875,-0.25,-0.3125,-0.1875,-0.125,-0.3125,-0.1875,-0.125,-0.1875,-0.1875,-0.25,-0.1875,0.3125,-0.375,0.3125,0.3125,-0.125,0.3125,0.3125,-0.125,-0.1875,0.3125,-0.375,-0.1875,0.3125,0.125,0.1875,0.3125,-0.125,0.3125,0.3125,0.125,0.3125,0.3125,0.125,-0.0625,0.3125,-0.125,-0.1875,0.3125,0.125,-0.1875,0.1875,-1.375,0.1875,0.1875,-1.125,0.1875,0.1875,-1.125,-0.0625,0.1875,-1.375,-0.0625,0.1875,-0.5,-0.1875,0.1875,-0.625,0.1875,0.1875,-0.5,0.1875,0.1875,-0.5,-0.3125,0.1875,-0.625,-0.1875,0.1875,-0.625,-0.3125,0.1875,-0.375,-0.3125,0.1875,-0.375,-0.1875,0.0625,-0.75,0.1875,0.0625,-0.625,0.1875,0.0625,-0.625,-0.1875,0.0625,-0.75,-0.1875,0.3125,-0.375,-0.1875,0.3125,-0.5,0.3125,0.3125,-0.375,0.3125,0.3125,-0.5,-0.1875,0.3125,-0.5,0.1875,-0.1875,-0.375,0.1875,-0.1875,-0.25,0.1875,-0.1875,-0.25,-0.0625,-0.1875,-0.375,-0.0625,0.0625,-0.375,-0.1875,0.0625,-0.25,-0.1875,0.0625,-0.25,-0.3125,0.0625,-0.375,-0.3125,0.0625,-0.25,-0.1875,0.0625,-0.125,-0.1875,0.0625,-0.125,-0.3125,0.0625,-0.25,-0.3125,-0.1875,-0.375,-0.0625,0.1875,-0.375,-0.0625,-0.1875,-0.375,0.1875,0.1875,-0.375,0.1875,-0.1875,0.125,-0.0625,0.1875,0.125,-0.0625,-0.1875,0.125,0.1875,0.1875,0.125,0.1875,-0.0625,-1.125,-0.0625,0.1875,-1.125,-0.0625,-0.0625,-1.125,0.1875,0.1875,-1.125,0.1875,-0.3125,0.125,-0.0625,-0.1875,0.125,-0.0625,-0.3125,0.125,0.1875,-0.1875,0.125,0.1875,0.3125,0.125,-0.1875,-0.3125,0.125,-0.1875,0.3125,0.125,-0.0625,0.1875,0.125,-0.0625,0.1875,0.125,0.1875,0.3125,0.125,0.1875,-0.3125,0.125,0.3125,0.3125,0.125,0.3125,-0.1875,-0.125,-0.3125,0.0625,-0.125,-0.3125,-0.1875,-0.125,-0.1875,0.0625,-0.125,-0.1875,0.0625,-0.375,-0.3125,0.1875,-0.375,-0.3125,0.0625,-0.375,-0.1875,0.1875,-0.375,-0.1875],"colors":[0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.7529412,0.7843137,0.7686275,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1,0.6588235,0.6980392,0.6784314,1]},"moon_log_1_optimised":{"faces":[113,111,112,112,111,110,109,107,108,108,107,106,101,104,105,104,101,102,103,102,101,100,99,96,98,96,99,96,98,97,97,95,96,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,83,85,84,84,82,83,80,83,82,82,79,80,81,80,79,75,78,77,77,74,75,76,75,74,73,72,70,72,71,70,69,68,66,68,67,66,62,65,64,64,61,62,63,62,61,60,59,57,59,58,57,56,55,53,55,54,53,49,52,51,51,48,49,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,32,35,34,34,31,32,33,32,31,30,29,27,29,28,27,26,20,25,20,17,25,22,24,23,23,19,22,21,22,19,21,19,20,17,20,19,19,16,17,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[0.125,0,-0.375,0.125,0.375,-0.375,-0.25,0.375,-0.375,-0.25,0,-0.375,-0.25,0,-0.25,-0.25,0.25,-0.25,-0.625,0.25,-0.25,-0.625,0,-0.25,0.5,0,-0.25,0.5,0.25,-0.25,0.125,0.25,-0.25,0.125,0,-0.25,0.625,0,0,0.625,0.25,0,0.5,0.25,0,0.5,0,0,-0.375,0.5,-0.25,0.5,0.375,-0.25,0.5,0.5,-0.25,-0.375,0.375,-0.25,0.125,0.375,-0.25,-0.25,0.375,-0.25,-0.25,0.25,-0.25,-0.625,0.375,-0.25,-0.625,0.25,-0.25,0.5,0.25,-0.25,0.125,0.25,-0.25,-0.375,0.375,0,-0.375,0.5,0,-0.5,0.5,0,-0.5,0.375,0,0.5,0.25,0.25,-0.5,0,0.25,-0.5,0.25,0.25,0.625,0.25,0.25,0.625,0,0.25,-0.5,0.25,0.25,-0.5,0.5,0.25,0.5,0.5,0.25,0.5,0.25,0.25,-0.625,0,0,-0.625,0.25,0,-0.5,0.25,0,-0.5,0,0,-0.625,0.25,0,-0.625,0.375,0,-0.5,0.375,0,-0.5,0.25,0,-0.25,0.375,-0.25,-0.25,0,-0.375,-0.25,0.375,-0.375,-0.25,0.25,-0.25,-0.25,0,-0.25,-0.625,0,-0.25,-0.625,0.25,-0.25,-0.625,0.25,0,-0.625,0,0,-0.5,0,0,-0.5,0.25,0,-0.5,0.25,0.25,-0.5,0,0.25,-0.5,0.5,0.25,-0.5,0.375,0,-0.5,0.5,0,-0.5,0.25,0.25,-0.5,0.25,0,-0.625,0.25,-0.25,-0.625,0.375,-0.25,-0.625,0.375,0,-0.625,0.25,0,-0.375,0.375,-0.25,-0.375,0.5,-0.25,-0.375,0.5,0,-0.375,0.375,0,0.125,0.375,-0.375,0.125,0.25,-0.25,0.125,0.375,-0.25,0.125,0,-0.375,0.125,0,-0.25,0.5,0.5,0,0.5,0.25,0.25,0.5,0.5,0.25,0.5,0.5,-0.25,0.5,0.25,0,0.5,0.375,-0.25,0.5,0.25,-0.25,0.5,0,0,0.5,0.25,0,0.5,0.25,-0.25,0.5,0,-0.25,0.625,0,0.25,0.625,0.25,0.25,0.625,0.25,0,0.625,0,0,-0.375,0.5,-0.25,0.5,0.5,-0.25,-0.375,0.5,0,0.5,0.5,0,0.5,0.5,0.25,-0.5,0.5,0.25,-0.5,0.5,0,-0.375,0.375,-0.25,-0.625,0.375,0,-0.625,0.375,-0.25,-0.5,0.375,0,-0.375,0.375,0,0.5,0.25,0,0.625,0.25,0,0.5,0.25,0.25,0.625,0.25,0.25,-0.25,0.375,-0.375,0.125,0.375,-0.375,-0.25,0.375,-0.25,0.125,0.375,-0.25],"colors":[0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1]},"moon_log_2_optimised":{"faces":[115,113,114,114,113,112,111,109,110,110,109,108,107,105,106,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,92,95,94,94,91,92,93,92,91,90,88,89,86,89,88,88,85,86,87,86,85,84,83,81,83,82,81,80,79,77,79,78,77,76,70,75,70,72,75,74,71,73,71,68,73,72,70,71,68,71,70,70,67,68,69,68,67,66,65,63,65,64,63,62,61,59,61,60,59,58,57,55,57,56,55,54,53,51,53,52,51,50,49,47,49,48,47,46,45,43,45,44,43,39,42,41,41,38,39,40,39,38,37,36,34,36,35,34,33,32,30,32,31,30,29,28,26,28,27,26,25,20,24,20,21,24,23,21,22,18,22,21,21,20,18,17,18,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[0.125,0,-0.25,0.125,0.25,-0.25,-1,0.25,-0.25,-1,0,-0.25,0.625,0,-0.375,0.625,0.25,-0.375,0.125,0.25,-0.375,0.125,0,-0.375,1,0,-0.25,1,0.25,-0.25,0.625,0.25,-0.25,0.625,0,-0.25,-1,0,-0.125,-1,0.25,-0.125,-1.125,0.25,-0.125,-1.125,0,-0.125,0.125,0.25,-0.25,0.125,0.375,-0.25,-1,0.375,-0.25,-1,0.25,-0.25,0.625,0.375,-0.25,1,0.375,-0.25,-1,0.5,-0.25,1,0.5,-0.25,1,0.25,-0.25,0.625,0.25,-0.25,0.625,0.25,-0.375,0.625,0.375,-0.375,0.125,0.375,-0.375,0.125,0.25,-0.375,-1,0.25,-0.125,-1,0.375,-0.125,-1.125,0.375,-0.125,-1.125,0.25,-0.125,-1,0,0.25,-1,0.25,0.25,1,0.25,0.25,1,0,0.25,1,0.5,0.25,-1,0.375,0.25,-1,0.5,0.25,1,0.25,0.25,-1,0.25,0.25,-1.125,0,0.125,-1.125,0.25,0.125,-1,0.25,0.125,-1,0,0.125,-1.125,0.25,0.125,-1.125,0.375,0.125,-1,0.375,0.125,-1,0.25,0.125,-1.125,0,-0.125,-1.125,0.25,-0.125,-1.125,0.25,0.125,-1.125,0,0.125,0.125,0,-0.375,0.125,0.25,-0.375,0.125,0.25,-0.25,0.125,0,-0.25,-1,0,-0.25,-1,0.25,-0.25,-1,0.25,-0.125,-1,0,-0.125,-1,0,0.125,-1,0.25,0.125,-1,0.25,0.25,-1,0,0.25,-1,0.5,0.25,-1,0.375,-0.25,-1,0.5,-0.25,-1,0.375,0.25,-1,0.375,-0.125,-1,0.375,0.125,-1,0.25,-0.25,-1,0.25,-0.125,-1,0.25,0.125,-1,0.25,0.25,-1.125,0.25,-0.125,-1.125,0.375,-0.125,-1.125,0.375,0.125,-1.125,0.25,0.125,0.125,0.25,-0.375,0.125,0.375,-0.375,0.125,0.375,-0.25,0.125,0.25,-0.25,1,0.25,-0.25,1,0,0.25,1,0.25,0.25,1,0,-0.25,1,0,0.125,1,0,-0.125,1,0.5,-0.25,1,0.25,0.25,1,0.5,0.25,1,0.375,-0.25,1,0.25,-0.25,0.625,0,-0.25,0.625,0.25,-0.25,0.625,0.25,-0.375,0.625,0,-0.375,0.625,0.25,-0.25,0.625,0.375,-0.25,0.625,0.375,-0.375,0.625,0.25,-0.375,-1,0.5,-0.25,1,0.5,-0.25,-1,0.5,0.25,1,0.5,0.25,-1.125,0.375,-0.125,-1,0.375,-0.125,-1.125,0.375,0.125,-1,0.375,0.125,0.125,0.375,-0.375,0.625,0.375,-0.375,0.125,0.375,-0.25,0.625,0.375,-0.25],"colors":[0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1]},"moon_log_3_optimised":{"faces":[124,122,123,123,122,121,118,115,120,119,114,118,115,118,114,117,115,116,116,115,114,109,112,113,107,112,109,107,110,111,110,107,108,109,108,107,106,105,103,105,104,103,99,102,101,101,98,99,100,99,98,97,96,94,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,78,81,80,80,77,78,79,78,77,76,75,73,75,74,73,72,71,69,71,70,69,68,67,65,67,66,65,62,64,63,63,61,62,59,62,61,61,58,59,60,59,58,55,57,56,56,54,55,52,55,54,54,51,52,53,52,51,50,49,47,49,48,47,46,45,43,45,44,43,42,41,39,41,40,39,38,37,35,37,36,35,34,28,33,28,25,33,30,32,31,31,27,30,29,30,27,29,27,28,25,28,27,27,24,25,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[1.25,0,-0.25,1.25,0.25,-0.25,0.125,0.25,-0.25,0.125,0,-0.25,-0.375,0,-0.25,-0.375,0.25,-0.25,-1.25,0.25,-0.25,-1.25,0,-0.25,-1.25,0,-0.375,-1.25,0.25,-0.375,-1.625,0.25,-0.375,-1.625,0,-0.375,0.125,0,-0.375,0.125,0.25,-0.375,-0.375,0.25,-0.375,-0.375,0,-0.375,1.5,0,-0.125,1.5,0.25,-0.125,1.25,0.25,-0.125,1.25,0,-0.125,1.5,0.25,-0.125,1.5,0.5,-0.125,1.25,0.5,-0.125,1.25,0.25,-0.125,-1.5,0.5,-0.25,1.25,0.375,-0.25,1.25,0.5,-0.25,-1.5,0.375,-0.25,0.125,0.375,-0.25,-0.375,0.375,-0.25,-0.375,0.25,-0.25,-1.5,0.25,-0.25,-1.25,0.25,-0.25,1.25,0.25,-0.25,0.125,0.25,-0.25,0.125,0.25,-0.375,0.125,0.375,-0.375,-0.375,0.375,-0.375,-0.375,0.25,-0.375,-1.5,0,0.25,-1.5,0.25,0.25,1.5,0.25,0.25,1.5,0,0.25,-1.5,0.25,0.25,-1.5,0.5,0.25,1.5,0.5,0.25,1.5,0.25,0.25,-1.625,0,0,-1.625,0.25,0,-1.5,0.25,0,-1.5,0,0,-1.625,0.25,-0.25,-1.625,0,-0.375,-1.625,0.25,-0.375,-1.625,0.25,0,-1.625,0,-0.25,-1.625,0,0,-1.625,0,-0.125,-1.5,0.5,-0.125,-1.5,0.375,-0.25,-1.5,0.5,-0.25,-1.5,0.5,0.25,-1.5,0.25,-0.25,-1.5,0.25,0.25,-1.5,0.25,0,-1.5,0,0,-1.5,0.25,0,-1.5,0.25,0.25,-1.5,0,0.25,-0.375,0,-0.375,-0.375,0.25,-0.375,-0.375,0.25,-0.25,-0.375,0,-0.25,-0.375,0.25,-0.375,-0.375,0.375,-0.375,-0.375,0.375,-0.25,-0.375,0.25,-0.25,1.5,0.25,-0.125,1.5,0,0.25,1.5,0.25,0.25,1.5,0,-0.125,1.5,0,0,1.5,0.25,0.25,1.5,0.5,0.25,1.5,0.5,-0.125,1.5,0.25,-0.125,-1.25,0,-0.25,-1.25,0.25,-0.25,-1.25,0.25,-0.375,-1.25,0,-0.375,0.125,0,-0.25,0.125,0.25,-0.25,0.125,0.25,-0.375,0.125,0,-0.375,1.25,0,-0.125,1.25,0.25,-0.125,1.25,0.25,-0.25,1.25,0,-0.25,1.25,0.5,-0.25,1.25,0.25,-0.125,1.25,0.5,-0.125,1.25,0.375,-0.25,1.25,0.25,-0.25,0.125,0.25,-0.25,0.125,0.375,-0.25,0.125,0.375,-0.375,0.125,0.25,-0.375,1.25,0.5,-0.125,-1.5,0.5,0.25,-1.5,0.5,-0.125,1.5,0.5,0.25,1.5,0.5,-0.125,1.25,0.5,-0.25,-1.5,0.5,-0.25,-1.625,0.25,-0.25,-1.5,0.25,-0.25,-1.625,0.25,0,-1.5,0.25,0,-1.25,0.25,-0.375,-1.625,0.25,-0.375,-1.25,0.25,-0.25,-0.375,0.375,-0.375,0.125,0.375,-0.375,-0.375,0.375,-0.25,0.125,0.375,-0.25],"colors":[0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.5176471,0.5764706,0.5450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1]},"moon_meteorshower_debris_1_optimised":{"faces":[57,56,55,51,55,56,55,51,52,54,52,53,53,52,51,50,48,49,49,48,47,46,45,43,45,44,43,42,40,41,40,38,41,38,40,39,39,37,38,35,38,37,37,34,35,36,35,34,33,29,32,29,27,32,30,31,23,26,30,23,27,29,28,28,26,27,24,27,26,26,23,24,25,24,23,22,21,19,21,20,19,17,18,14,12,17,14,13,16,15,15,12,13,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[0.165,-0.165,-0.165,0.165,0.055,-0.165,-0.165,0.055,-0.165,-0.165,-0.165,-0.165,0.165,-0.275,-0.055,0.165,-0.165,-0.055,-0.165,-0.165,-0.055,-0.165,-0.275,-0.055,0.055,0.055,-0.055,0.055,0.165,-0.055,-0.165,0.165,-0.055,-0.165,0.055,-0.055,0.055,0.055,0.275,-0.165,-0.165,0.275,-0.165,0.055,0.275,0.165,0.055,0.275,0.165,-0.165,0.275,0.055,0.165,0.275,-0.165,0.165,0.275,-0.165,-0.275,0.165,-0.165,-0.165,0.165,0.165,-0.165,0.165,0.165,-0.275,0.165,-0.165,0.055,-0.055,-0.165,-0.165,-0.165,-0.165,0.055,-0.165,-0.165,0.055,0.275,-0.165,-0.165,-0.055,-0.165,-0.165,0.275,-0.165,-0.165,0.165,-0.165,0.165,0.275,-0.165,0.165,-0.055,-0.165,-0.275,-0.055,-0.165,-0.275,0.165,0.165,0.055,-0.055,0.165,-0.165,0.275,0.165,0.055,0.275,0.165,0.055,-0.165,0.165,-0.165,0.165,0.165,-0.165,-0.165,0.165,-0.165,-0.055,0.165,-0.275,0.165,0.165,-0.275,-0.055,0.055,0.055,0.275,0.055,0.165,0.275,0.055,0.165,-0.055,0.055,0.055,-0.055,-0.165,0.165,-0.055,0.055,0.165,-0.055,-0.165,0.165,0.275,0.055,0.165,0.275,0.055,0.055,-0.055,0.165,0.055,-0.055,0.055,0.055,0.275,0.165,0.055,0.275,0.165,0.055,-0.165,-0.165,0.055,-0.055,-0.165,0.055,-0.165],"colors":[0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1]},"moon_meteorshower_debris_2_optimised":{"faces":[127,119,124,126,125,118,124,118,125,118,124,119,123,122,121,116,121,122,121,116,120,117,120,116,119,117,118,118,117,116,115,113,114,114,113,112,111,109,110,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,97,98,96,98,97,97,95,96,94,96,95,95,93,94,90,94,93,93,92,90,91,90,92,91,89,90,87,90,89,89,86,87,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,73,71,72,70,72,71,71,67,70,69,70,67,69,67,68,66,68,67,67,65,66,64,66,65,65,63,64,61,64,63,63,60,61,62,61,60,59,58,56,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,45,47,46,46,41,45,44,45,41,44,41,36,43,38,42,41,42,38,38,36,41,37,40,39,39,36,37,38,37,36,34,35,28,31,34,28,33,31,32,29,32,31,31,28,29,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,19,14,18,8,18,14,15,17,16,16,13,15,14,15,13,14,13,8,10,8,13,9,12,11,11,8,9,10,9,8,6,7,0,3,6,0,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[0.33,-0.22,-0.44,0.44,-0.44,-0.44,0.44,-0.22,-0.44,-0.33,-0.22,-0.44,-0.44,-0.44,-0.44,-0.44,-0.22,-0.44,-0.33,0,-0.44,0.33,0,-0.44,-0.44,0,-0.44,-0.33,-0.22,-0.44,-0.33,0,-0.44,-0.44,-0.11,-0.44,-0.44,-0.22,-0.44,0.33,0,-0.44,0.44,0,-0.44,0.44,-0.11,-0.44,0.33,-0.22,-0.44,0.44,-0.22,-0.44,-0.44,0.11,-0.44,0.44,0.11,-0.44,-0.11,0,0.33,-0.11,0.11,0.33,-0.44,0.11,0.33,-0.44,0,0.33,0.44,0,0.33,0.44,0.11,0.33,0.11,0.11,0.33,0.11,0,0.33,-0.33,-0.22,0.44,-0.44,-0.44,0.44,-0.44,-0.22,0.44,0.33,-0.22,0.44,0.44,-0.44,0.44,0.44,-0.22,0.44,0.33,0,0.44,-0.33,0,0.44,-0.33,0,0.44,-0.44,-0.11,0.44,-0.44,0,0.44,-0.33,-0.22,0.44,-0.44,-0.22,0.44,0.44,0,0.44,0.44,0.11,0.44,-0.44,0.11,0.44,0.33,0,0.44,0.33,-0.22,0.44,0.44,-0.11,0.44,0.44,-0.22,0.44,-0.44,0,-0.33,-0.44,0.11,-0.33,-0.11,0.11,-0.33,-0.11,0,-0.33,0.11,0,-0.33,0.11,0.11,-0.33,0.44,0.11,-0.33,0.44,0,-0.33,-0.44,-0.44,-0.44,-0.44,-0.22,-0.44,-0.44,-0.22,0.44,-0.44,-0.44,0.44,-0.44,0.11,-0.33,-0.44,0,-0.44,-0.44,0.11,-0.44,-0.44,0,-0.33,-0.44,-0.11,-0.44,-0.44,-0.11,-0.33,-0.44,-0.22,-0.44,-0.44,-0.11,0.33,-0.44,-0.22,0.44,-0.44,-0.11,0.44,-0.44,0,0.44,-0.44,0,0.33,-0.44,0.11,0.44,-0.44,0.11,0.33,-0.44,-0.11,-0.33,-0.44,0,-0.33,-0.44,0,0.33,-0.44,-0.11,0.33,-0.11,0,-0.33,-0.11,0.11,-0.33,-0.11,0.11,0.33,-0.11,0,0.33,0.44,-0.44,0.44,0.44,-0.22,0.44,0.44,-0.22,-0.44,0.44,-0.44,-0.44,0.44,0.11,-0.44,0.44,0,-0.33,0.44,0.11,-0.33,0.44,0,-0.44,0.44,-0.11,-0.33,0.44,-0.11,-0.44,0.44,-0.22,-0.44,0.44,-0.22,0.44,0.44,-0.11,0.33,0.44,-0.11,0.44,0.44,0,0.33,0.44,0,0.44,0.44,0.11,0.33,0.44,0.11,0.44,0.11,0,0.33,0.11,0.11,0.33,0.11,0.11,-0.33,0.11,0,-0.33,0.44,-0.11,0.33,0.44,0,0.33,0.44,0,-0.33,0.44,-0.11,-0.33,-0.44,0,-0.33,-0.11,0,-0.33,-0.44,0,0.33,-0.11,0,0.33,0.11,0,-0.33,0.44,0,-0.33,0.11,0,0.33,0.44,0,0.33,-0.11,0.11,-0.33,0.11,0.11,-0.33,-0.11,0.11,0.33,0.11,0.11,0.33,0.44,0.11,-0.33,0.44,0.11,-0.44,-0.44,0.11,-0.33,-0.44,0.11,-0.44,0.44,0.11,0.44,-0.44,0.11,0.44,-0.44,0.11,0.33,0.44,0.11,0.33],"colors":[0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.4666667,0.4666667,0.4666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.1333333,0.1333333,0.1333333,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1,0.6666667,0.6666667,0.6666667,1]},"moon_meteorshower_debris_3_optimised":{"faces":[181,179,180,180,179,178,177,175,176,176,175,174,173,171,172,172,171,170,167,166,169,161,169,166,169,161,168,160,168,161,167,164,166,166,164,165,165,164,159,162,159,164,163,158,162,159,162,158,161,159,160,160,159,158,157,155,156,156,155,154,151,152,153,147,152,151,150,148,149,149,148,147,146,145,143,145,144,143,142,141,139,141,140,139,138,137,135,137,136,135,126,118,134,134,131,126,133,127,132,131,132,127,127,126,131,130,128,129,128,121,129,121,128,120,127,125,126,123,126,125,125,124,123,124,122,123,117,123,122,122,121,117,120,117,121,117,120,119,119,116,117,118,117,116,115,114,112,114,113,112,111,110,108,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,85,95,83,95,94,83,95,93,94,88,94,93,93,90,88,92,89,91,90,91,89,89,88,90,88,89,82,80,88,82,87,85,86,84,86,85,85,83,84,81,84,83,83,80,81,82,81,80,77,79,78,78,74,77,76,77,74,76,74,75,72,75,74,74,71,72,73,72,71,70,69,67,69,68,67,66,65,63,65,64,63,62,61,59,61,60,59,58,57,55,57,56,55,54,53,51,53,52,51,50,42,48,50,48,49,47,49,48,42,44,48,48,46,47,45,47,46,46,43,45,43,41,45,44,42,43,41,43,42,42,40,41,38,41,40,40,37,38,39,38,37,36,35,33,35,34,33,32,31,29,31,30,29,28,27,25,27,26,25,24,22,23,19,23,22,21,22,13,22,21,19,11,21,13,20,19,21,19,20,14,16,19,14,18,16,17,15,17,16,16,14,15,12,15,14,14,11,12,13,12,11,10,5,8,5,9,8,7,5,6,0,6,5,5,2,0,1,4,3,3,0,1,2,1,0],"vertices":[-0.275,0.165,-0.165,-0.165,-0.165,-0.165,-0.165,0.165,-0.165,-0.275,0.055,-0.165,-0.275,-0.165,-0.165,0.165,0.165,-0.165,-0.275,0.275,-0.165,0.165,0.275,-0.165,0.275,-0.055,-0.165,0.275,0.165,-0.165,0.165,-0.055,-0.165,0.055,-0.055,-0.275,0.165,-0.165,-0.275,0.165,-0.055,-0.275,-0.055,-0.055,-0.275,0.165,-0.275,-0.275,-0.165,-0.055,-0.275,-0.165,-0.275,-0.275,-0.165,-0.165,-0.275,-0.165,0.055,-0.275,-0.055,0.055,-0.275,0.055,0.055,-0.275,0.165,0.055,-0.275,-0.165,0.165,-0.275,0.165,0.165,-0.275,0.055,0.275,-0.055,0.055,0.385,-0.055,-0.165,0.385,-0.055,-0.165,0.275,-0.055,0.055,-0.055,-0.165,0.055,0.055,-0.165,-0.055,0.055,-0.165,-0.055,-0.055,-0.165,-0.165,0.055,0.165,-0.165,0.165,0.165,-0.275,0.165,0.165,-0.275,0.055,0.165,0.165,0.275,0.275,-0.275,0.165,0.275,-0.275,0.275,0.275,0.165,0.165,0.275,-0.275,0.055,0.275,0.165,0.055,0.275,-0.055,0.055,0.275,0.055,0.055,0.275,-0.275,-0.055,0.275,-0.055,-0.055,0.275,-0.275,-0.165,0.275,0.055,-0.055,0.275,0.165,-0.165,0.275,0.165,-0.055,0.275,0.165,-0.055,0.165,0.165,0.165,0.165,0.275,0.165,0.165,0.275,-0.055,0.165,-0.165,-0.275,0.165,-0.165,-0.165,0.165,0.165,-0.165,0.165,0.165,-0.275,0.165,-0.165,0.275,0.165,-0.165,0.385,0.165,0.055,0.385,0.165,0.055,0.275,0.165,-0.275,0.055,0.055,-0.275,0.165,0.055,-0.165,0.165,0.055,-0.165,0.055,0.055,-0.055,-0.055,0.165,-0.055,0.055,0.165,0.055,0.055,0.165,0.055,-0.055,0.165,-0.165,0.165,-0.165,-0.165,0.055,-0.275,-0.165,0.165,-0.275,-0.165,-0.165,-0.165,-0.165,-0.055,-0.275,-0.165,-0.165,-0.275,-0.165,-0.275,-0.275,-0.165,-0.165,0.165,-0.165,-0.275,0.165,-0.275,0.055,0.055,-0.275,-0.165,-0.165,-0.275,0.055,-0.165,-0.275,0.055,0.165,-0.275,-0.165,0.165,-0.275,0.055,0.275,-0.275,-0.165,0.275,-0.275,-0.055,0.275,-0.275,0.165,0.055,-0.275,0.165,-0.165,-0.275,0.275,0.165,-0.275,0.275,-0.055,-0.275,0.275,-0.165,-0.275,0.275,0.275,-0.275,0.165,0.165,-0.275,0.165,0.275,-0.165,0.275,-0.055,-0.165,0.385,-0.055,-0.165,0.385,0.165,-0.165,0.275,0.165,0.055,-0.055,-0.275,0.055,0.055,-0.275,0.055,0.055,-0.165,0.055,-0.055,-0.165,-0.165,0.055,0.055,-0.165,0.165,0.055,-0.165,0.165,0.165,-0.165,0.055,0.165,0.055,-0.055,0.165,0.055,0.055,0.165,0.055,0.055,0.275,0.055,-0.055,0.275,0.275,-0.055,0.165,0.275,0.165,0.165,0.275,0.165,-0.165,0.275,-0.055,-0.165,0.165,0.165,-0.275,0.165,-0.055,-0.165,0.165,0.165,-0.165,0.165,0.055,-0.275,0.165,-0.055,-0.275,0.165,-0.165,0.165,0.165,-0.165,0.275,0.165,-0.055,0.165,0.165,-0.055,0.275,0.165,0.055,0.275,0.165,0.165,0.165,0.165,0.165,0.275,0.165,-0.165,-0.275,0.165,-0.275,0.165,0.165,-0.275,-0.275,0.165,0.275,-0.055,0.165,0.275,0.165,0.165,0.275,0.275,0.165,0.275,-0.165,0.055,0.275,0.165,0.055,0.385,0.165,0.055,0.385,-0.055,0.055,0.275,-0.055,-0.055,-0.055,-0.165,-0.055,0.055,-0.165,-0.055,0.055,-0.275,-0.055,-0.055,-0.275,-0.055,-0.055,0.275,-0.055,0.055,0.275,-0.055,0.055,0.165,-0.055,-0.055,0.165,0.165,0.165,-0.165,0.275,0.165,-0.165,0.165,0.165,0.165,0.275,0.165,0.165,-0.165,0.165,-0.165,0.165,0.165,-0.275,-0.165,0.165,-0.275,-0.165,0.385,-0.055,0.055,0.385,-0.055,-0.165,0.385,0.165,0.055,0.385,0.165,-0.275,0.275,-0.055,-0.165,0.275,-0.055,-0.275,0.275,0.165,-0.165,0.275,0.165,0.165,0.275,-0.165,-0.275,0.275,-0.165,0.165,0.275,-0.055,0.055,0.275,-0.055,0.055,0.275,0.165,0.165,0.275,0.165,-0.275,0.275,0.275,0.165,0.275,0.275,-0.055,-0.055,-0.275,0.055,-0.055,-0.275,-0.055,-0.055,-0.165,0.055,-0.055,-0.165,-0.275,0.055,0.055,-0.165,0.055,0.055,-0.275,0.055,0.165,-0.165,0.055,0.165,-0.055,-0.055,0.165,0.055,-0.055,0.165,-0.055,-0.055,0.275,0.055,-0.055,0.275],"colors":[0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1]},"moon_rock_small_1_optimised":{"faces":[91,90,88,90,89,88,87,86,85,86,83,85,84,83,82,83,80,82,81,80,78,80,79,78,77,76,69,76,74,69,75,74,73,74,71,73,71,72,70,66,71,70,69,68,66,68,67,66,65,64,62,64,63,62,61,60,58,60,59,58,57,56,54,56,55,54,53,52,50,52,51,50,49,48,46,48,47,46,46,45,43,45,44,43,42,41,39,41,40,39,38,37,35,37,36,35,34,33,31,33,32,31,30,29,27,29,28,27,26,25,23,25,24,23,22,21,19,21,20,19,18,17,15,17,16,15,14,13,11,13,12,11,10,9,7,9,8,7,6,1,4,1,5,4,3,2,0,2,1,0],"vertices":[0.375,0.25,-0.25,-0.375,0.25,-0.25,-0.375,0,-0.25,0.375,0,-0.25,0.125,0.5,-0.25,-0.375,0.5,-0.25,0.125,0.25,-0.25,0,0.5,0.125,-0.25,0.5,0.125,-0.25,0.375,0.125,0,0.375,0.125,0.25,0.25,0,0.125,0.25,0,0.125,0.125,0,0.25,0.125,0,-0.375,0.5,0.25,0.125,0.5,0.25,0.125,0,0.25,-0.375,0,0.25,0.125,0.25,0.125,0.375,0.25,0.125,0.375,0,0.125,0.125,0,0.125,-0.25,0.5,-0.125,0,0.5,-0.125,0,0.375,-0.125,-0.25,0.375,-0.125,0.125,0.25,-0.125,0.25,0.25,-0.125,0.25,0.125,-0.125,0.125,0.125,-0.125,-0.375,0.5,-0.25,-0.375,0.5,0.25,-0.375,0,0.25,-0.375,0,-0.25,0,0.5,-0.125,0,0.5,0.125,0,0.375,0.125,0,0.375,-0.125,0.25,0.25,-0.125,0.25,0.25,0,0.25,0.125,0,0.25,0.125,-0.125,0.125,0.5,0.25,0.125,0.5,-0.25,0.125,0.25,-0.25,0.125,0.25,0.25,0.125,0.25,0.125,0.125,0,0.125,0.125,0,0.25,0.375,0.25,0.125,0.375,0.25,-0.25,0.375,0,-0.25,0.375,0,0.125,-0.25,0.5,0.125,-0.25,0.5,-0.125,-0.25,0.375,-0.125,-0.25,0.375,0.125,0.125,0.25,0,0.125,0.25,-0.125,0.125,0.125,-0.125,0.125,0.125,0,-0.25,0.375,-0.125,0,0.375,-0.125,0,0.375,0.125,-0.25,0.375,0.125,-0.375,0.5,-0.125,-0.25,0.5,-0.125,-0.25,0.5,0.125,-0.375,0.5,0.125,-0.375,0.5,-0.25,0.125,0.5,-0.125,0.125,0.5,-0.25,0,0.5,-0.125,0.125,0.5,0.125,0,0.5,0.125,0.125,0.5,0.25,-0.375,0.5,0.25,0.125,0.25,-0.25,0.375,0.25,-0.25,0.375,0.25,-0.125,0.125,0.25,-0.125,0.25,0.25,-0.125,0.375,0.25,0,0.25,0.25,0,0.125,0.25,0,0.375,0.25,0.125,0.125,0.25,0.125,0.125,0.125,-0.125,0.25,0.125,-0.125,0.25,0.125,0,0.125,0.125,0],"colors":[0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6117647,0.6470588,0.627451,1,0.6117647,0.6470588,0.627451,1,0.6117647,0.6470588,0.627451,1,0.6117647,0.6470588,0.627451,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6117647,0.6470588,0.627451,1,0.6117647,0.6470588,0.627451,1,0.6117647,0.6470588,0.627451,1,0.6117647,0.6470588,0.627451,1]},"moon_rock_small_2_optimised":{"faces":[70,69,67,69,68,67,66,65,63,65,64,63,63,62,60,62,61,60,60,59,57,59,58,57,56,55,54,55,52,54,53,52,50,52,51,50,49,48,46,48,47,46,45,44,42,44,43,42,41,40,38,40,39,38,37,36,34,36,35,34,33,32,30,32,31,30,29,28,26,28,27,26,25,24,22,24,23,22,20,21,19,15,20,19,18,17,15,17,16,15,14,13,11,13,12,11,10,9,7,9,8,7,6,1,4,1,5,4,3,2,0,2,1,0],"vertices":[0.375,0.375,-0.375,-0.375,0.375,-0.375,-0.375,0,-0.375,0.375,0,-0.375,0.25,0.5,-0.375,-0.375,0.5,-0.375,0.25,0.375,-0.375,0.25,0.625,-0.125,-0.25,0.625,-0.125,-0.25,0.5,-0.125,0.25,0.5,-0.125,-0.25,0.375,0.375,0.375,0.375,0.375,0.375,0,0.375,-0.25,0,0.375,-0.375,0.375,0.25,-0.25,0.375,0.25,-0.25,0,0.25,-0.375,0,0.25,-0.375,0.5,0.25,0.25,0.375,0.25,0.25,0.5,0.25,-0.25,0.625,0.125,0.25,0.625,0.125,0.25,0.5,0.125,-0.25,0.5,0.125,-0.375,0.5,-0.375,-0.375,0.5,0.25,-0.375,0,0.25,-0.375,0,-0.375,-0.25,0.375,0.25,-0.25,0.375,0.375,-0.25,0,0.375,-0.25,0,0.25,-0.25,0.625,-0.125,-0.25,0.625,0.125,-0.25,0.5,0.125,-0.25,0.5,-0.125,0.375,0.375,0.375,0.375,0.375,-0.375,0.375,0,-0.375,0.375,0,0.375,0.25,0.5,0.25,0.25,0.5,-0.375,0.25,0.375,-0.375,0.25,0.375,0.25,0.25,0.625,0.125,0.25,0.625,-0.125,0.25,0.5,-0.125,0.25,0.5,0.125,0.25,0.375,-0.375,0.375,0.375,-0.375,0.375,0.375,0.25,0.25,0.375,0.25,-0.25,0.375,0.25,0.375,0.375,0.375,-0.25,0.375,0.375,-0.375,0.5,-0.375,0.25,0.5,-0.375,0.25,0.5,-0.125,-0.375,0.5,-0.125,-0.25,0.5,-0.125,-0.25,0.5,0.125,-0.375,0.5,0.125,0.25,0.5,0.125,0.25,0.5,0.25,-0.375,0.5,0.25,-0.25,0.625,-0.125,0.25,0.625,-0.125,0.25,0.625,0.125,-0.25,0.625,0.125],"colors":[0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1]},"moon_rock_small_3_optimised":{"faces":[47,46,39,46,44,39,45,44,43,44,41,43,41,42,40,36,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,30,28,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[0.25,0.5,-0.375,-0.375,0.5,-0.375,-0.375,0,-0.375,0.25,0,-0.375,0.125,0.5,0.125,-0.25,0.5,0.125,-0.25,0.375,0.125,0.125,0.375,0.125,-0.375,0.5,0.25,0.25,0.5,0.25,0.25,0,0.25,-0.375,0,0.25,-0.25,0.5,-0.25,0.125,0.5,-0.25,0.125,0.375,-0.25,-0.25,0.375,-0.25,-0.375,0.5,-0.375,-0.375,0.5,0.25,-0.375,0,0.25,-0.375,0,-0.375,0.125,0.5,-0.25,0.125,0.5,0.125,0.125,0.375,0.125,0.125,0.375,-0.25,0.25,0.5,0.25,0.25,0.5,-0.375,0.25,0,-0.375,0.25,0,0.25,-0.25,0.5,0.125,-0.25,0.5,-0.25,-0.25,0.375,-0.25,-0.25,0.375,0.125,-0.25,0.375,-0.25,0.125,0.375,-0.25,0.125,0.375,0.125,-0.25,0.375,0.125,-0.375,0.5,-0.25,-0.25,0.5,-0.25,-0.25,0.5,0.125,-0.375,0.5,0.125,-0.375,0.5,-0.375,0.25,0.5,-0.25,0.25,0.5,-0.375,0.125,0.5,-0.25,0.25,0.5,0.125,0.125,0.5,0.125,0.25,0.5,0.25,-0.375,0.5,0.25],"colors":[0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6117647,0.6470588,0.627451,1,0.6117647,0.6470588,0.627451,1,0.6117647,0.6470588,0.627451,1,0.6117647,0.6470588,0.627451,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1]},"moon_rollingasteroid_1_fixedmesh_optimised":{"faces":[606,605,603,605,604,603,602,601,599,601,600,599,598,597,595,597,596,595,594,593,591,593,592,591,590,589,587,589,588,587,582,585,586,582,583,585,584,583,581,583,582,581,580,579,577,579,578,577,576,575,573,575,574,573,572,571,569,571,570,569,568,567,565,567,566,565,564,563,561,563,562,561,560,559,557,559,558,557,556,555,553,555,554,553,552,551,549,551,550,549,548,547,545,547,546,545,544,543,541,543,542,541,540,539,537,539,538,537,536,535,533,535,534,533,531,527,532,531,526,527,530,525,529,529,525,528,525,526,528,527,526,525,524,523,521,523,522,521,520,519,517,519,518,517,516,515,513,515,514,513,512,511,509,511,510,509,508,507,505,507,506,505,504,503,501,503,502,501,500,499,497,499,498,497,495,491,496,495,490,491,494,492,493,493,492,489,492,491,489,491,490,489,488,487,485,487,486,485,484,483,481,483,482,481,480,479,477,479,478,477,476,475,473,475,474,473,472,471,469,471,470,469,468,467,465,467,466,465,464,463,461,463,462,461,460,459,458,451,457,453,450,453,457,456,450,448,456,455,454,450,456,454,447,445,455,454,455,445,453,450,454,453,452,451,452,445,451,451,445,446,450,449,448,449,446,448,448,446,447,447,446,445,444,443,441,443,442,441,440,438,436,437,435,439,435,436,438,437,436,435,434,433,430,425,430,433,432,431,426,431,430,426,430,425,426,429,426,428,428,426,427,427,426,425,424,420,419,423,420,424,418,424,419,412,423,424,422,423,412,412,413,422,413,421,422,421,416,420,416,421,413,416,419,420,418,419,417,414,418,417,417,415,414,416,413,415,414,415,413,414,413,412,411,410,408,410,409,408,407,406,404,406,405,404,403,402,400,402,401,400,395,396,399,396,397,398,397,396,395,394,393,391,393,392,391,390,389,387,389,388,387,386,385,383,385,384,383,382,381,379,381,380,379,378,377,375,377,376,375,374,373,371,373,372,371,370,369,367,369,368,367,366,365,363,365,364,363,362,361,359,361,360,359,358,357,355,357,356,355,353,354,352,353,352,350,352,351,350,349,348,346,348,347,346,345,344,342,344,343,342,341,340,338,340,339,338,337,336,328,337,333,336,334,336,333,327,328,336,335,334,330,334,333,330,329,330,333,332,331,329,331,325,329,330,329,326,325,326,329,324,328,327,323,324,327,322,326,325,325,324,322,324,323,322,321,320,318,320,319,318,317,315,314,312,313,316,313,314,315,314,313,312,310,307,311,310,306,307,309,308,306,308,307,306,305,304,302,304,303,302,301,300,298,300,299,298,297,296,294,296,295,294,293,292,290,292,291,290,289,288,286,288,287,286,281,282,285,282,283,284,283,282,281,280,279,277,279,278,277,276,275,273,275,274,273,271,272,269,270,271,269,270,269,265,268,267,265,267,266,265,264,263,261,263,262,261,260,259,257,259,258,257,256,255,253,255,254,253,252,251,249,251,250,249,248,240,246,247,248,246,247,246,244,246,240,241,245,243,244,244,243,242,243,241,242,242,241,240,239,238,236,238,237,236,235,234,232,234,233,232,231,230,228,230,229,228,227,226,224,226,225,224,223,222,220,222,221,220,219,213,209,215,218,214,206,207,218,214,218,207,217,215,216,216,215,212,212,215,214,211,212,214,213,212,209,212,211,209,210,209,211,210,207,209,209,207,208,208,207,206,205,203,204,204,203,200,203,199,200,202,201,199,201,198,199,200,199,198,197,196,194,196,195,194,193,190,188,192,188,191,189,191,188,190,189,188,187,186,184,186,185,184,183,182,180,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,167,166,164,166,165,164,163,162,160,162,161,160,159,158,156,158,157,156,155,154,152,154,153,152,151,150,148,150,149,148,147,146,144,146,145,144,143,142,140,142,141,140,139,138,136,138,137,136,135,134,132,134,133,132,131,130,128,130,129,128,127,126,124,126,125,124,123,122,120,122,121,120,119,118,116,118,117,116,115,114,112,114,113,112,111,110,108,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,96,97,98,97,96,95,94,92,94,93,92,90,85,91,90,84,85,89,87,88,88,87,86,87,85,86,86,85,84,74,83,81,82,81,83,79,82,80,81,82,79,74,81,73,76,79,80,72,79,76,78,77,76,75,76,77,75,72,76,75,74,72,74,73,72,71,70,68,70,69,68,67,56,66,66,56,57,65,59,58,65,62,59,64,63,61,63,62,61,59,62,63,62,60,61,61,60,56,58,56,60,59,57,58,58,57,56,55,54,51,53,51,54,53,52,51,50,48,49,49,48,46,45,46,48,47,46,45,44,43,41,43,42,41,40,39,37,39,38,37,36,35,33,35,34,33,32,31,29,31,30,29,28,27,25,27,26,25,24,23,21,23,22,21,20,19,17,19,18,17,16,15,13,15,14,13,12,5,11,11,5,10,5,6,10,9,8,4,7,4,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[0.4467883,-0.004014593,0.2510219,0.5467883,-0.004014593,0.2510219,0.5467883,0.1959854,0.2510219,0.4467883,0.1959854,0.2510219,0.4467883,-0.3040146,0.3510219,0.4467883,-0.3040146,-0.3489781,0.4467883,-0.4040146,0.3510219,0.4467883,-0.4040146,0.4510219,0.4467883,-0.2040146,0.4510219,0.4467883,-0.2040146,0.3510219,0.4467883,-0.4040146,-0.4489781,0.4467883,-0.2040146,-0.4489781,0.4467883,-0.2040146,-0.3489781,-0.5532117,-0.2040146,-0.3489781,-0.4532117,-0.2040146,-0.3489781,-0.4532117,0.2959854,-0.3489781,-0.5532117,0.2959854,-0.3489781,0.4467883,0.2959854,-0.3489781,0.4467883,-0.2040146,-0.3489781,0.5467883,-0.2040146,-0.3489781,0.5467883,0.2959854,-0.3489781,0.1467883,-0.2040146,-0.4489781,0.1467883,-0.2040146,-0.5489781,0.1467883,-0.004014593,-0.5489781,0.1467883,-0.004014593,-0.4489781,0.5467883,-0.004014593,-0.2489781,0.4467883,-0.004014593,-0.2489781,0.4467883,-0.004014593,-0.0489781,0.5467883,-0.004014593,-0.0489781,-0.1532117,-0.5040146,0.2510219,-0.05321168,-0.5040146,0.2510219,-0.05321168,-0.4040146,0.2510219,-0.1532117,-0.4040146,0.2510219,-0.05321168,0.09598541,-0.4489781,-0.05321168,0.09598541,-0.5489781,-0.05321168,0.1959854,-0.5489781,-0.05321168,0.1959854,-0.4489781,0.5467883,-0.3040146,-0.3489781,0.4467883,-0.3040146,-0.3489781,0.4467883,-0.3040146,0.3510219,0.5467883,-0.3040146,0.3510219,-0.5532117,-0.2040146,0.1510219,-0.4532117,-0.2040146,0.1510219,-0.4532117,-0.1040146,0.1510219,-0.5532117,-0.1040146,0.1510219,0.1467883,-0.2040146,-0.5489781,0.3467883,-0.3040146,-0.5489781,0.3467883,-0.2040146,-0.5489781,-0.05321168,-0.2040146,-0.5489781,-0.3532117,-0.3040146,-0.5489781,-0.3532117,-0.2040146,-0.5489781,-0.3532117,0.4959854,-0.0989781,-0.3532117,0.4959854,0.3510219,-0.3532117,0.3959854,0.3510219,-0.3532117,0.3959854,-0.3489781,-0.3532117,0.4959854,-0.3489781,0.1467883,-0.004014593,-0.5489781,0.3467883,0.2959854,-0.5489781,-0.05321168,0.1959854,-0.5489781,-0.3532117,0.2959854,-0.5489781,-0.05321168,0.09598541,-0.5489781,-0.05321168,-0.004014593,-0.5489781,-0.1532117,0.09598541,-0.5489781,-0.3532117,-0.2040146,-0.5489781,-0.05321168,-0.2040146,-0.5489781,-0.1532117,0.1959854,-0.5489781,0.3467883,-0.2040146,-0.5489781,0.1467883,-0.2040146,-0.5489781,-0.05321168,-0.2040146,-0.5489781,-0.05321168,-0.2040146,-0.4489781,-0.05321168,-0.004014593,-0.4489781,-0.05321168,-0.004014593,-0.5489781,-0.5532117,0.1959854,-0.0489781,-0.5532117,0.1959854,-0.2489781,-0.5532117,0.2959854,-0.3489781,-0.5532117,0.2959854,0.2510219,-0.5532117,-0.1040146,0.1510219,-0.5532117,-0.2040146,0.2510219,-0.5532117,-0.2040146,0.1510219,-0.5532117,-0.004014593,-0.0489781,-0.5532117,-0.1040146,0.0510219,-0.5532117,-0.004014593,-0.2489781,-0.5532117,-0.2040146,0.0510219,-0.5532117,-0.2040146,-0.3489781,0.4467883,-0.4040146,-0.4489781,0.3467883,-0.3040146,-0.4489781,-0.4532117,-0.4040146,-0.4489781,-0.3532117,-0.3040146,-0.4489781,-0.4532117,-0.2040146,-0.4489781,-0.3532117,-0.2040146,-0.4489781,0.4467883,-0.2040146,-0.4489781,0.3467883,-0.2040146,-0.4489781,0.5467883,0.2959854,0.3510219,0.4467883,0.2959854,0.3510219,0.4467883,0.2959854,-0.3489781,0.5467883,0.2959854,-0.3489781,-0.4532117,0.2959854,-0.4489781,0.3467883,0.2959854,-0.4489781,0.4467883,0.2959854,-0.4489781,-0.3532117,0.2959854,-0.4489781,-0.05321168,0.1959854,-0.5489781,-0.1532117,0.1959854,-0.5489781,-0.1532117,0.1959854,-0.4489781,-0.05321168,0.1959854,-0.4489781,0.4467883,0.09598541,-0.2489781,0.4467883,0.09598541,-0.1489781,0.4467883,0.1959854,-0.1489781,0.4467883,0.1959854,-0.2489781,0.1467883,0.1959854,0.4510219,-0.05321168,0.1959854,0.4510219,-0.05321168,0.1959854,0.5510219,0.1467883,0.1959854,0.5510219,0.4467883,0.3959854,0.3510219,-0.3532117,0.3959854,0.3510219,-0.3532117,0.4959854,0.3510219,0.4467883,0.4959854,0.3510219,0.4467883,-0.2040146,-0.4489781,0.4467883,-0.2040146,-0.3489781,0.4467883,0.2959854,-0.3489781,0.4467883,0.2959854,-0.4489781,-0.3532117,0.3959854,-0.3489781,0.4467883,0.3959854,-0.3489781,0.4467883,0.4959854,-0.3489781,-0.3532117,0.4959854,-0.3489781,-0.4532117,-0.2040146,0.1510219,-0.5532117,-0.2040146,0.1510219,-0.5532117,-0.2040146,0.0510219,-0.4532117,-0.2040146,0.0510219,-0.3532117,-0.5040146,0.3510219,-0.3532117,-0.5040146,-0.3489781,-0.3532117,-0.4040146,-0.3489781,-0.3532117,-0.4040146,0.3510219,-0.4532117,-0.004014593,-0.0489781,-0.4532117,-0.004014593,-0.2489781,-0.4532117,0.1959854,-0.2489781,-0.4532117,0.1959854,-0.0489781,-0.4532117,-0.2040146,0.4510219,-0.4532117,-0.2040146,0.2510219,-0.4532117,0.2959854,0.2510219,-0.4532117,0.2959854,0.4510219,-0.05321168,-0.2040146,0.5510219,-0.05321168,-0.2040146,0.4510219,-0.05321168,-0.1040146,0.4510219,-0.05321168,-0.1040146,0.5510219,-0.5532117,-0.3040146,-0.3489781,-0.4532117,-0.3040146,-0.3489781,-0.4532117,-0.2040146,-0.3489781,-0.5532117,-0.2040146,-0.3489781,-0.4532117,0.2959854,0.2510219,-0.4532117,-0.2040146,0.2510219,-0.5532117,-0.2040146,0.2510219,-0.5532117,0.2959854,0.2510219,0.4467883,0.2959854,0.3510219,0.5467883,0.2959854,0.3510219,0.5467883,-0.2040146,0.3510219,0.4467883,-0.2040146,0.3510219,-0.4532117,-0.2040146,-0.3489781,-0.4532117,-0.2040146,-0.4489781,-0.4532117,0.2959854,-0.4489781,-0.4532117,0.2959854,-0.3489781,-0.05321168,-0.5040146,-0.2489781,-0.05321168,-0.5040146,-0.0489781,-0.05321168,-0.4040146,-0.0489781,-0.05321168,-0.4040146,-0.2489781,-0.05321168,0.3959854,-0.0489781,-0.05321168,0.3959854,0.1510219,-0.05321168,0.4959854,0.1510219,-0.05321168,0.4959854,-0.0489781,0.3467883,-0.3040146,0.4510219,0.3467883,-0.3040146,0.5510219,0.3467883,-0.2040146,0.5510219,0.3467883,-0.2040146,0.4510219,0.1467883,-0.2040146,-0.4489781,-0.05321168,-0.2040146,-0.4489781,-0.05321168,-0.2040146,-0.5489781,0.1467883,-0.2040146,-0.5489781,-0.1532117,-0.2040146,0.4510219,-0.1532117,-0.2040146,0.5510219,-0.1532117,-0.1040146,0.5510219,-0.1532117,-0.1040146,0.4510219,0.4467883,0.1959854,0.0510219,0.5467883,0.1959854,0.0510219,0.5467883,-0.004014593,0.0510219,0.4467883,-0.004014593,0.0510219,0.5467883,0.09598541,-0.1489781,0.4467883,0.09598541,-0.1489781,0.4467883,0.09598541,-0.2489781,0.5467883,0.09598541,-0.2489781,0.4467883,0.2959854,0.4510219,-0.4532117,0.2959854,0.4510219,-0.4532117,0.3959854,0.4510219,-0.3532117,0.2959854,0.4510219,0.3467883,0.2959854,0.4510219,0.4467883,0.3959854,0.4510219,0.4467883,-0.3040146,-0.3489781,0.5467883,-0.3040146,-0.3489781,0.5467883,-0.2040146,-0.3489781,0.4467883,-0.2040146,-0.3489781,-0.4532117,0.3959854,-0.4489781,-0.3532117,0.3959854,-0.3489781,-0.4532117,0.3959854,0.4510219,0.4467883,0.3959854,-0.4489781,0.4467883,0.3959854,-0.3489781,-0.3532117,0.3959854,0.3510219,0.4467883,0.3959854,0.4510219,0.4467883,0.3959854,0.3510219,-0.05321168,-0.2040146,0.5510219,0.1467883,-0.004014593,0.5510219,0.3467883,-0.2040146,0.5510219,0.3467883,0.1959854,0.5510219,0.1467883,0.1959854,0.5510219,-0.05321168,0.1959854,0.5510219,-0.3532117,0.1959854,0.5510219,-0.3532117,0.2959854,0.5510219,-0.05321168,-0.004014593,0.5510219,-0.1532117,-0.1040146,0.5510219,-0.3532117,-0.2040146,0.5510219,-0.1532117,-0.2040146,0.5510219,-0.05321168,-0.1040146,0.5510219,0.3467883,0.2959854,0.5510219,-0.05321168,0.09598541,-0.4489781,-0.1532117,0.09598541,-0.4489781,-0.1532117,0.09598541,-0.5489781,-0.05321168,0.09598541,-0.5489781,0.1467883,-0.004014593,0.5510219,-0.05321168,-0.004014593,0.5510219,-0.05321168,-0.004014593,0.4510219,0.1467883,-0.004014593,0.4510219,0.3467883,0.2959854,0.5510219,-0.3532117,0.2959854,0.5510219,-0.3532117,0.2959854,0.4510219,0.3467883,0.2959854,0.4510219,-0.4532117,0.2959854,-0.4489781,0.4467883,0.2959854,-0.4489781,0.4467883,0.3959854,-0.4489781,-0.4532117,0.3959854,-0.4489781,0.1467883,-0.004014593,-0.5489781,-0.05321168,-0.004014593,-0.5489781,-0.05321168,-0.004014593,-0.4489781,0.1467883,-0.004014593,-0.4489781,-0.4532117,-0.4040146,-0.4489781,-0.3532117,-0.4040146,-0.3489781,0.4467883,-0.4040146,-0.4489781,0.3467883,-0.4040146,-0.3489781,0.4467883,-0.4040146,0.3510219,0.3467883,-0.4040146,0.3510219,-0.3532117,-0.4040146,0.3510219,0.4467883,-0.4040146,0.4510219,-0.4532117,-0.4040146,0.4510219,-0.05321168,-0.1040146,0.4510219,-0.1532117,-0.1040146,0.4510219,-0.1532117,-0.1040146,0.5510219,-0.05321168,-0.1040146,0.5510219,-0.3532117,-0.5040146,-0.3489781,0.3467883,-0.5040146,-0.3489781,0.3467883,-0.4040146,-0.3489781,-0.3532117,-0.4040146,-0.3489781,0.3467883,-0.3040146,-0.5489781,-0.3532117,-0.3040146,-0.5489781,-0.3532117,-0.3040146,-0.4489781,0.3467883,-0.3040146,-0.4489781,0.5467883,0.09598541,-0.2489781,0.4467883,0.09598541,-0.2489781,0.4467883,0.1959854,-0.2489781,0.5467883,0.1959854,-0.2489781,0.5467883,0.1959854,-0.2489781,0.4467883,0.1959854,-0.2489781,0.4467883,0.1959854,-0.1489781,0.5467883,0.1959854,-0.1489781,0.5467883,0.1959854,0.0510219,0.5467883,0.1959854,0.2510219,0.4467883,0.1959854,0.2510219,0.4467883,0.1959854,0.0510219,-0.3532117,0.2959854,-0.4489781,-0.3532117,-0.2040146,-0.4489781,-0.3532117,-0.2040146,-0.5489781,-0.3532117,0.2959854,-0.5489781,-0.4532117,-0.1040146,0.0510219,-0.5532117,-0.1040146,0.0510219,-0.5532117,-0.1040146,0.1510219,-0.4532117,-0.1040146,0.1510219,-0.3532117,0.2959854,0.4510219,-0.3532117,0.1959854,0.5510219,-0.3532117,-0.2040146,0.4510219,-0.3532117,-0.2040146,0.5510219,-0.3532117,0.2959854,0.5510219,0.4467883,-0.2040146,0.3510219,0.4467883,-0.2040146,0.4510219,0.4467883,0.2959854,0.4510219,0.4467883,0.2959854,0.3510219,0.4467883,-0.004014593,0.0510219,0.4467883,-0.004014593,0.2510219,0.4467883,0.1959854,0.2510219,0.4467883,0.1959854,0.0510219,-0.4532117,-0.2040146,-0.4489781,-0.3532117,-0.2040146,-0.4489781,-0.3532117,0.2959854,-0.4489781,-0.4532117,0.2959854,-0.4489781,0.2467883,0.3959854,-0.2489781,0.1467883,0.3959854,-0.2489781,0.1467883,0.4959854,-0.2489781,0.2467883,0.4959854,-0.2489781,-0.05321168,-0.004014593,0.4510219,-0.05321168,-0.004014593,0.5510219,-0.05321168,0.1959854,0.5510219,-0.05321168,0.1959854,0.4510219,-0.4532117,0.3959854,-0.4489781,-0.4532117,0.2959854,0.2510219,-0.4532117,0.2959854,-0.3489781,-0.4532117,0.2959854,-0.4489781,-0.4532117,0.3959854,0.4510219,-0.4532117,0.2959854,0.4510219,-0.5532117,-0.2040146,0.1510219,-0.5532117,-0.3040146,0.2510219,-0.5532117,-0.2040146,0.0510219,-0.5532117,-0.3040146,-0.3489781,-0.5532117,-0.2040146,0.2510219,-0.5532117,-0.2040146,-0.3489781,0.4467883,-0.2040146,0.4510219,0.3467883,-0.2040146,0.4510219,0.3467883,0.2959854,0.4510219,0.4467883,0.2959854,0.4510219,0.5467883,0.1959854,-0.2489781,0.5467883,0.1959854,0.2510219,0.5467883,0.2959854,0.3510219,0.5467883,0.2959854,-0.3489781,0.5467883,0.09598541,-0.2489781,0.5467883,-0.004014593,0.2510219,0.5467883,-0.2040146,0.3510219,0.5467883,-0.004014593,-0.2489781,0.5467883,0.09598541,-0.1489781,0.5467883,-0.2040146,-0.3489781,0.5467883,-0.2040146,-0.2489781,0.5467883,-0.004014593,-0.0489781,0.5467883,0.1959854,0.0510219,0.5467883,0.1959854,-0.1489781,0.5467883,-0.004014593,0.0510219,0.5467883,-0.2040146,-0.0489781,0.2467883,0.3959854,-0.1489781,0.2467883,0.3959854,-0.2489781,0.2467883,0.4959854,-0.2489781,0.2467883,0.4959854,-0.1489781,-0.4532117,-0.3040146,0.2510219,-0.5532117,-0.3040146,0.2510219,-0.5532117,-0.2040146,0.2510219,-0.4532117,-0.2040146,0.2510219,0.5467883,-0.2040146,-0.2489781,0.4467883,-0.2040146,-0.2489781,0.4467883,-0.004014593,-0.2489781,0.5467883,-0.004014593,-0.2489781,0.3467883,-0.5040146,0.3510219,-0.3532117,-0.5040146,0.3510219,-0.3532117,-0.4040146,0.3510219,0.3467883,-0.4040146,0.3510219,0.4467883,-0.4040146,0.3510219,-0.1532117,0.09598541,-0.5489781,-0.1532117,0.09598541,-0.4489781,-0.1532117,0.1959854,-0.4489781,-0.1532117,0.1959854,-0.5489781,-0.05321168,-0.2040146,0.4510219,-0.1532117,-0.2040146,0.4510219,-0.1532117,-0.1040146,0.4510219,-0.05321168,-0.1040146,0.4510219,0.1467883,-0.5040146,-0.0489781,0.1467883,-0.5040146,-0.2489781,0.1467883,-0.4040146,-0.2489781,0.1467883,-0.4040146,-0.0489781,0.1467883,-0.004014593,0.5510219,0.1467883,-0.004014593,0.4510219,0.1467883,0.1959854,0.4510219,0.1467883,0.1959854,0.5510219,0.1467883,-0.5040146,-0.2489781,-0.05321168,-0.5040146,-0.2489781,-0.05321168,-0.4040146,-0.2489781,0.1467883,-0.4040146,-0.2489781,-0.05321168,0.3959854,0.1510219,0.1467883,0.3959854,0.1510219,0.1467883,0.4959854,0.1510219,-0.05321168,0.4959854,0.1510219,0.1467883,-0.004014593,0.4510219,-0.05321168,-0.004014593,0.4510219,-0.05321168,0.1959854,0.4510219,0.1467883,0.1959854,0.4510219,0.5467883,-0.3040146,0.3510219,0.4467883,-0.3040146,0.3510219,0.4467883,-0.2040146,0.3510219,0.5467883,-0.2040146,0.3510219,0.3467883,0.2959854,-0.4489781,0.3467883,0.2959854,-0.5489781,0.3467883,-0.2040146,-0.5489781,0.3467883,-0.2040146,-0.4489781,-0.4532117,-0.004014593,-0.0489781,-0.5532117,-0.004014593,-0.0489781,-0.5532117,-0.004014593,-0.2489781,-0.4532117,-0.004014593,-0.2489781,0.3467883,-0.2040146,0.4510219,0.3467883,0.1959854,0.5510219,0.3467883,0.2959854,0.4510219,0.3467883,0.2959854,0.5510219,0.3467883,-0.2040146,0.5510219,-0.3532117,-0.3040146,-0.4489781,-0.3532117,-0.3040146,-0.5489781,-0.3532117,-0.2040146,-0.5489781,-0.3532117,-0.2040146,-0.4489781,0.5467883,-0.004014593,0.2510219,0.4467883,-0.004014593,0.2510219,0.4467883,-0.004014593,0.0510219,0.5467883,-0.004014593,0.0510219,-0.05321168,-0.5040146,0.1510219,-0.1532117,-0.5040146,0.1510219,-0.1532117,-0.4040146,0.1510219,-0.05321168,-0.4040146,0.1510219,0.3467883,-0.5040146,-0.3489781,0.2467883,-0.5040146,0.0510219,0.3467883,-0.5040146,0.3510219,-0.05321168,-0.5040146,0.2510219,-0.05321168,-0.5040146,0.1510219,-0.1532117,-0.5040146,0.2510219,-0.3532117,-0.5040146,0.3510219,-0.1532117,-0.5040146,0.1510219,-0.05321168,-0.5040146,-0.0489781,0.1467883,-0.5040146,-0.0489781,0.1467883,-0.5040146,-0.2489781,-0.05321168,-0.5040146,-0.2489781,-0.3532117,-0.5040146,-0.3489781,0.4467883,0.2959854,0.3510219,0.4467883,0.3959854,-0.3489781,0.4467883,0.2959854,-0.3489781,0.4467883,0.2959854,-0.4489781,0.4467883,0.3959854,-0.4489781,0.4467883,0.3959854,0.3510219,0.4467883,0.4959854,0.3510219,0.4467883,0.4959854,-0.3489781,0.4467883,0.2959854,0.4510219,0.4467883,0.3959854,0.4510219,0.5467883,-0.2040146,-0.0489781,0.5467883,-0.3040146,-0.3489781,0.5467883,-0.3040146,0.3510219,0.5467883,-0.2040146,-0.2489781,0.5467883,-0.2040146,0.3510219,0.5467883,-0.2040146,-0.3489781,-0.1532117,0.09598541,-0.4489781,-0.05321168,0.09598541,-0.4489781,-0.05321168,0.1959854,-0.4489781,-0.1532117,0.1959854,-0.4489781,0.2467883,0.4959854,-0.1489781,0.4467883,0.4959854,0.3510219,0.1467883,0.4959854,0.1510219,-0.05321168,0.4959854,0.1510219,-0.3532117,0.4959854,0.3510219,-0.3532117,0.4959854,-0.0989781,0.4467883,0.4959854,-0.3489781,0.2467883,0.4959854,-0.2489781,0.1467883,0.4959854,-0.2489781,0.1467883,0.4959854,-0.1489781,0.1467883,0.4959854,-0.0489781,-0.05321168,0.4959854,-0.0489781,-0.3532117,0.4959854,-0.3489781,0.5467883,0.1959854,0.0510219,0.5467883,0.1959854,-0.2489781,0.5467883,0.1959854,-0.1489781,-0.05321168,-0.5040146,0.2510219,-0.05321168,-0.5040146,0.1510219,-0.05321168,-0.4040146,0.1510219,-0.05321168,-0.4040146,0.2510219,-0.3532117,-0.3040146,0.5510219,-0.3532117,-0.3040146,0.4510219,-0.3532117,-0.2040146,0.4510219,-0.3532117,-0.2040146,0.5510219,0.4467883,0.09598541,-0.1489781,0.5467883,0.09598541,-0.1489781,0.5467883,0.1959854,-0.1489781,0.4467883,0.1959854,-0.1489781,0.3467883,-0.2040146,-0.4489781,0.4467883,-0.2040146,-0.4489781,0.4467883,0.2959854,-0.4489781,0.3467883,0.2959854,-0.4489781,0.4467883,-0.2040146,-0.2489781,0.4467883,-0.2040146,-0.0489781,0.4467883,-0.004014593,-0.0489781,0.4467883,-0.004014593,-0.2489781,-0.05321168,-0.2040146,-0.4489781,0.1467883,-0.2040146,-0.4489781,0.1467883,-0.004014593,-0.4489781,-0.05321168,-0.004014593,-0.4489781,-0.3532117,-0.2040146,0.4510219,-0.4532117,-0.2040146,0.4510219,-0.4532117,0.2959854,0.4510219,-0.3532117,0.2959854,0.4510219,0.4467883,-0.4040146,0.4510219,-0.4532117,-0.4040146,0.4510219,-0.3532117,-0.3040146,0.4510219,0.3467883,-0.3040146,0.4510219,0.4467883,-0.2040146,0.4510219,0.3467883,-0.2040146,0.4510219,-0.4532117,-0.2040146,0.4510219,-0.3532117,-0.2040146,0.4510219,-0.4532117,-0.004014593,-0.2489781,-0.5532117,-0.004014593,-0.2489781,-0.5532117,0.1959854,-0.2489781,-0.4532117,0.1959854,-0.2489781,-0.4532117,-0.2040146,0.1510219,-0.4532117,-0.2040146,0.0510219,-0.4532117,-0.1040146,0.0510219,-0.4532117,-0.1040146,0.1510219,-0.4532117,-0.3040146,-0.3489781,-0.5532117,-0.3040146,-0.3489781,-0.5532117,-0.3040146,0.2510219,-0.4532117,-0.3040146,0.2510219,0.3467883,0.2959854,-0.4489781,-0.3532117,0.2959854,-0.4489781,-0.3532117,0.2959854,-0.5489781,0.3467883,0.2959854,-0.5489781,-0.4532117,-0.2040146,0.0510219,-0.5532117,-0.2040146,0.0510219,-0.5532117,-0.1040146,0.0510219,-0.4532117,-0.1040146,0.0510219,0.1467883,0.3959854,-0.2489781,0.1467883,0.3959854,-0.1489781,0.1467883,0.4959854,-0.1489781,0.1467883,0.4959854,-0.2489781,0.1467883,0.3959854,0.1510219,-0.05321168,0.3959854,0.1510219,-0.05321168,0.3959854,-0.0489781,0.1467883,0.3959854,-0.0489781,-0.4532117,-0.3040146,0.2510219,-0.4532117,-0.4040146,-0.4489781,-0.4532117,-0.3040146,-0.3489781,-0.4532117,-0.4040146,0.4510219,-0.4532117,-0.2040146,0.4510219,-0.4532117,-0.2040146,0.2510219,-0.4532117,-0.2040146,-0.4489781,-0.4532117,-0.2040146,-0.3489781,-0.05321168,-0.5040146,-0.0489781,0.1467883,-0.5040146,-0.0489781,0.1467883,-0.4040146,-0.0489781,-0.05321168,-0.4040146,-0.0489781,0.1467883,0.3959854,-0.1489781,0.2467883,0.3959854,-0.1489781,0.2467883,0.4959854,-0.1489781,0.1467883,0.4959854,-0.1489781,0.1467883,-0.4040146,-0.2489781,-0.05321168,-0.4040146,-0.2489781,-0.05321168,-0.4040146,-0.0489781,0.1467883,-0.4040146,-0.0489781,0.1467883,0.3959854,-0.0489781,-0.05321168,0.3959854,-0.0489781,-0.05321168,0.4959854,-0.0489781,0.1467883,0.4959854,-0.0489781,-0.05321168,-0.2040146,0.5510219,-0.1532117,-0.2040146,0.5510219,-0.1532117,-0.2040146,0.4510219,-0.05321168,-0.2040146,0.4510219,-0.4532117,0.2959854,0.2510219,-0.5532117,0.2959854,0.2510219,-0.5532117,0.2959854,-0.3489781,-0.4532117,0.2959854,-0.3489781,-0.1532117,-0.5040146,0.1510219,-0.1532117,-0.5040146,0.2510219,-0.1532117,-0.4040146,0.2510219,-0.1532117,-0.4040146,0.1510219,0.4467883,-0.2040146,-0.0489781,0.5467883,-0.2040146,-0.0489781,0.5467883,-0.004014593,-0.0489781,0.4467883,-0.004014593,-0.0489781,0.3467883,-0.3040146,0.4510219,-0.3532117,-0.3040146,0.4510219,-0.3532117,-0.3040146,0.5510219,0.3467883,-0.3040146,0.5510219,0.3467883,-0.3040146,-0.5489781,0.3467883,-0.3040146,-0.4489781,0.3467883,-0.2040146,-0.4489781,0.3467883,-0.2040146,-0.5489781,0.2467883,0.3959854,-0.1489781,0.1467883,0.3959854,-0.1489781,0.1467883,0.3959854,-0.2489781,0.2467883,0.3959854,-0.2489781,-0.05321168,-0.4040146,0.1510219,-0.1532117,-0.4040146,0.1510219,-0.1532117,-0.4040146,0.2510219,-0.05321168,-0.4040146,0.2510219,0.3467883,-0.3040146,0.5510219,-0.3532117,-0.3040146,0.5510219,-0.05321168,-0.2040146,0.5510219,0.3467883,-0.2040146,0.5510219,-0.1532117,-0.2040146,0.5510219,-0.3532117,-0.2040146,0.5510219,0.3467883,-0.5040146,-0.3489781,0.3467883,-0.5040146,0.3510219,0.3467883,-0.4040146,0.3510219,0.3467883,-0.4040146,-0.3489781,0.5467883,-0.2040146,-0.0489781,0.4467883,-0.2040146,-0.0489781,0.4467883,-0.2040146,-0.2489781,0.5467883,-0.2040146,-0.2489781,-0.5532117,-0.004014593,-0.0489781,-0.4532117,-0.004014593,-0.0489781,-0.4532117,0.1959854,-0.0489781,-0.5532117,0.1959854,-0.0489781,0.1467883,0.3959854,0.1510219,0.1467883,0.3959854,-0.0489781,0.1467883,0.4959854,-0.0489781,0.1467883,0.4959854,0.1510219,-0.4532117,0.1959854,-0.2489781,-0.5532117,0.1959854,-0.2489781,-0.5532117,0.1959854,-0.0489781,-0.4532117,0.1959854,-0.0489781],"colors":[0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1]},"moon_rollingasteroid_2_fixedmesh_optimised":{"faces":[626,623,625,625,623,615,620,618,624,622,620,624,623,624,618,615,623,618,620,622,621,620,621,616,619,620,616,619,616,617,618,617,615,617,616,615,613,607,614,613,609,607,612,610,611,611,610,608,610,607,608,609,608,607,606,605,603,605,604,603,602,601,599,601,600,599,598,597,595,597,596,595,594,593,591,593,592,591,590,589,587,589,588,587,586,585,583,585,584,583,582,581,579,581,580,579,578,577,575,577,576,575,574,573,571,573,572,571,570,569,567,569,568,567,566,565,563,565,564,563,562,561,559,561,560,559,558,557,555,557,556,555,554,553,551,553,552,551,550,549,547,549,548,547,546,545,543,545,544,543,542,541,539,541,540,539,538,537,535,537,536,535,534,532,527,532,534,533,530,532,533,533,528,530,532,531,527,531,529,527,528,529,530,529,528,527,526,525,523,525,524,523,522,521,519,521,520,519,518,517,515,517,516,515,514,513,511,513,512,511,510,509,507,509,508,507,506,504,505,499,506,505,501,499,505,504,503,505,504,500,503,500,502,503,502,500,501,501,500,499,498,497,495,497,496,495,494,493,491,493,492,491,490,489,487,489,488,487,486,485,483,485,484,483,482,481,479,481,480,479,478,477,475,477,476,475,474,473,471,473,472,471,470,469,467,469,468,467,465,462,466,465,461,462,464,463,461,463,462,461,460,459,457,459,458,457,456,455,453,455,454,453,452,451,449,451,450,449,448,447,445,447,446,445,444,443,441,443,442,441,440,439,436,439,435,436,438,437,435,437,436,435,434,433,432,431,430,428,430,429,428,427,426,425,424,423,421,423,422,421,420,419,411,419,414,411,418,412,416,416,415,417,416,412,415,412,413,415,413,411,414,413,412,411,410,409,407,409,408,407,406,405,403,405,404,403,402,401,399,401,400,399,398,397,395,397,396,395,394,393,391,390,391,393,392,391,390,389,388,386,388,387,386,385,384,382,384,383,382,381,380,378,380,379,378,377,376,374,376,375,374,373,372,370,372,371,370,369,368,366,368,367,366,365,364,362,364,363,362,361,360,358,360,359,358,357,356,354,356,355,354,353,352,350,352,351,350,349,348,346,348,347,346,345,338,344,344,338,343,338,339,343,342,341,337,340,337,341,340,339,337,339,338,337,336,335,333,335,334,333,328,329,332,329,330,331,330,329,328,327,326,324,326,325,324,323,322,320,322,321,320,319,318,316,318,317,316,315,311,312,313,311,314,311,313,312,310,304,311,309,304,310,309,307,304,308,303,307,303,304,307,306,304,305,305,304,303,302,294,301,301,294,295,300,299,297,299,298,297,296,297,298,297,296,294,293,294,296,295,294,293,292,290,288,291,288,289,290,289,288,287,286,284,286,285,284,283,282,280,282,281,280,279,278,276,278,277,276,275,274,272,274,273,272,271,270,268,270,269,268,267,266,264,266,265,264,263,262,260,262,261,260,259,258,256,258,257,256,255,254,252,254,253,252,251,250,248,250,249,248,247,246,244,246,245,244,243,242,240,242,241,240,239,238,236,238,237,236,235,234,232,234,233,232,231,230,228,230,229,228,227,226,224,226,225,224,223,220,215,219,222,221,214,219,221,220,219,215,216,218,217,215,216,217,216,215,214,213,212,211,210,209,207,209,208,207,206,204,205,197,205,203,205,204,203,202,203,204,202,204,199,196,197,203,195,202,199,201,200,199,198,199,200,198,195,199,198,197,195,197,196,195,194,193,191,193,192,191,190,189,187,189,188,187,186,184,183,185,182,180,184,181,183,181,182,183,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,167,166,164,166,165,164,156,163,162,161,162,163,153,163,156,158,162,160,157,162,158,161,160,162,161,154,160,160,154,159,159,154,152,158,152,157,157,152,155,155,153,156,155,152,153,154,153,152,151,150,148,150,149,148,147,146,144,146,145,144,143,142,140,142,141,140,139,138,136,138,137,136,135,134,132,134,133,132,131,130,128,130,129,128,127,126,124,126,125,124,123,122,120,122,121,120,119,118,116,118,117,116,115,114,112,114,113,112,111,110,107,110,106,107,109,108,106,108,107,106,105,104,102,104,103,102,101,100,98,100,99,98,97,96,94,96,95,94,93,90,91,92,89,90,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,66,73,74,74,73,72,67,73,66,73,71,72,72,71,60,59,60,71,70,59,71,69,59,70,69,70,67,69,67,68,62,69,68,64,62,68,67,65,68,67,66,65,61,65,66,63,65,61,64,63,62,62,63,61,58,62,61,57,58,61,56,60,59,59,58,56,58,57,56,55,54,52,54,53,52,51,48,52,51,50,48,50,49,48,47,41,44,43,46,45,42,43,45,41,42,44,43,42,41,40,39,38,35,38,39,38,35,36,37,36,35,34,33,31,33,32,31,30,29,27,29,28,27,26,19,24,23,26,24,20,25,19,19,25,24,22,23,24,23,22,18,22,21,18,20,18,21,20,19,18,17,16,13,16,12,13,15,14,12,14,13,12,11,10,8,10,11,5,3,10,5,10,9,8,7,8,9,7,6,8,6,7,4,6,4,5,4,3,5,2,3,4,3,2,0,2,1,0],"vertices":[-0.3546308,-0.1985607,-0.5458698,-0.1546308,-0.1985607,-0.5458698,-0.1546308,-0.09856071,-0.5458698,-0.3546308,0.2014393,-0.5458698,-0.05463079,-0.09856071,-0.5458698,0.04536921,0.1014393,-0.5458698,0.04536921,-0.09856071,-0.5458698,-0.05463079,-0.1985607,-0.5458698,0.2453692,-0.09856071,-0.5458698,0.4453692,-0.1985607,-0.5458698,0.4453692,0.2014393,-0.5458698,0.2453692,0.1014393,-0.5458698,0.4453692,0.2014393,-0.3458698,0.5453692,-0.2985607,-0.3458698,0.5453692,0.3014393,-0.3458698,0.4453692,0.3014393,-0.3458698,0.4453692,-0.1985607,-0.3458698,0.4453692,-0.2985607,-0.3458698,-0.3546308,-0.4985607,0.2541302,-0.3546308,-0.4985607,-0.2458698,-0.4546308,-0.4985607,-0.2458698,-0.4546308,-0.4985607,0.4541302,0.4453692,-0.4985607,0.4541302,0.3453692,-0.4985607,0.2541302,0.4453692,-0.4985607,-0.4458698,-0.4546308,-0.4985607,-0.4458698,0.3453692,-0.4985607,-0.2458698,0.4453692,-0.1985607,0.1541302,0.4453692,-0.1985607,0.2541302,0.4453692,-0.09856071,0.2541302,0.4453692,-0.09856071,0.1541302,-0.4546308,0.2014393,-0.2458698,-0.5546308,0.2014393,-0.2458698,-0.5546308,-0.1985607,-0.2458698,-0.4546308,-0.1985607,-0.2458698,-0.3546308,-0.3985607,-0.5458698,-0.1546308,-0.1985607,-0.5458698,-0.3546308,-0.1985607,-0.5458698,-0.05463079,-0.1985607,-0.5458698,0.4453692,-0.3985607,-0.5458698,0.4453692,-0.1985607,-0.5458698,0.4453692,0.3014393,-0.4458698,-0.4546308,0.3014393,-0.4458698,-0.3546308,0.3014393,-0.4458698,-0.4546308,0.5014393,-0.4458698,-0.4546308,0.2014393,-0.4458698,-0.3546308,0.2014393,-0.4458698,0.4453692,0.5014393,-0.4458698,0.5453692,0.2014393,-0.2458698,0.4453692,0.2014393,-0.2458698,0.4453692,0.2014393,-0.1458698,0.5453692,0.2014393,-0.1458698,0.5453692,0.2014393,0.05413016,0.4453692,0.2014393,0.05413016,0.4453692,0.2014393,0.2541302,0.5453692,0.2014393,0.2541302,0.5453692,0.2014393,-0.2458698,0.5453692,0.2014393,0.2541302,0.5453692,0.3014393,0.3541302,0.5453692,0.3014393,-0.3458698,0.5453692,0.1014393,-0.2458698,0.5453692,0.001439297,0.2541302,0.5453692,-0.2985607,0.3541302,0.5453692,-0.09856071,0.2541302,0.5453692,-0.1985607,0.2541302,0.5453692,-0.09856071,0.1541302,0.5453692,0.001439297,0.05413016,0.5453692,-0.1985607,-0.04586984,0.5453692,-0.1985607,0.1541302,0.5453692,-0.2985607,-0.3458698,0.5453692,-0.1985607,-0.2458698,0.5453692,0.001439297,-0.2458698,0.5453692,0.1014393,-0.1458698,0.5453692,0.001439297,-0.04586984,0.5453692,0.2014393,0.05413016,0.5453692,0.2014393,-0.1458698,-0.1546308,-0.09856071,0.4541302,-0.1546308,-0.09856071,0.5541303,-0.1546308,0.001439297,0.5541303,-0.1546308,0.001439297,0.4541302,0.04536921,-0.09856071,0.5541303,-0.1546308,-0.09856071,0.5541303,-0.1546308,-0.09856071,0.4541302,0.04536921,-0.09856071,0.4541302,-0.3546308,0.2014393,-0.5458698,0.4453692,0.2014393,-0.5458698,0.4453692,0.3014393,-0.5458698,-0.3546308,0.3014393,-0.5458698,-0.4546308,-0.4985607,-0.4458698,0.4453692,-0.4985607,-0.4458698,-0.3546308,-0.3985607,-0.4458698,-0.4546308,-0.1985607,-0.4458698,0.4453692,-0.3985607,-0.4458698,-0.3546308,-0.1985607,-0.4458698,0.4453692,-0.1985607,-0.04586984,0.5453692,-0.1985607,-0.04586984,0.5453692,0.001439297,-0.04586984,0.4453692,0.001439297,-0.04586984,0.3453692,-0.5985608,-0.2458698,0.3453692,-0.5985608,0.2541302,0.3453692,-0.4985607,0.2541302,0.3453692,-0.4985607,-0.2458698,0.5453692,0.1014393,-0.2458698,0.4453692,0.1014393,-0.2458698,0.4453692,0.2014393,-0.2458698,0.5453692,0.2014393,-0.2458698,-0.4546308,-0.1985607,0.1541302,-0.4546308,-0.1985607,-0.04586984,-0.4546308,-0.09856071,-0.04586984,-0.4546308,-0.09856071,0.1541302,-0.4546308,-0.2985607,0.1541302,-0.4546308,-0.2985607,-0.04586984,0.1453692,0.5014393,0.05413016,0.1453692,0.5014393,-0.1458698,0.1453692,0.6014393,-0.1458698,0.1453692,0.6014393,0.05413016,-0.3546308,0.2014393,0.4541302,-0.3546308,0.2014393,0.5541303,-0.3546308,-0.1985607,0.5541303,-0.3546308,-0.1985607,0.4541302,0.1453692,0.5014393,0.05413016,-0.1546308,0.5014393,0.05413016,-0.1546308,0.5014393,-0.1458698,0.1453692,0.5014393,-0.1458698,-0.4546308,-0.09856071,-0.04586984,-0.5546308,-0.09856071,-0.04586984,-0.5546308,-0.09856071,0.1541302,-0.4546308,-0.09856071,0.1541302,0.04536921,-0.09856071,0.5541303,0.04536921,-0.09856071,0.4541302,0.04536921,0.001439297,0.4541302,0.04536921,0.001439297,0.5541303,-0.4546308,-0.1985607,-0.4458698,-0.3546308,-0.1985607,-0.4458698,-0.3546308,0.2014393,-0.4458698,-0.4546308,0.2014393,-0.4458698,-0.05463079,-0.5985608,-0.1458698,-0.05463079,-0.5985608,-0.04586984,-0.05463079,-0.4985607,-0.04586984,-0.05463079,-0.4985607,-0.1458698,0.5453692,0.3014393,0.3541302,0.4453692,0.3014393,0.3541302,0.4453692,0.3014393,-0.3458698,0.5453692,0.3014393,-0.3458698,0.5453692,-0.1985607,-0.04586984,0.4453692,-0.1985607,-0.04586984,0.4453692,-0.1985607,-0.2458698,0.5453692,-0.1985607,-0.2458698,-0.1546308,-0.5985608,0.1541302,0.04536921,-0.5985608,0.1541302,0.04536921,-0.4985607,0.1541302,-0.1546308,-0.4985607,0.1541302,0.1453692,-0.5985608,-0.04586984,0.3453692,-0.5985608,0.2541302,0.3453692,-0.5985608,-0.2458698,0.04536921,-0.5985608,0.1541302,-0.1546308,-0.5985608,0.1541302,0.04536921,-0.5985608,0.05413016,-0.05463079,-0.5985608,-0.04586984,0.1453692,-0.5985608,-0.1458698,-0.05463079,-0.5985608,-0.1458698,-0.3546308,-0.5985608,-0.2458698,-0.1546308,-0.5985608,0.05413016,-0.3546308,-0.5985608,0.2541302,-0.4546308,-0.1985607,0.2541302,-0.5546308,-0.1985607,0.2541302,-0.5546308,0.2014393,0.2541302,-0.4546308,0.2014393,0.2541302,-0.05463079,-0.09856071,-0.5458698,-0.1546308,-0.09856071,-0.5458698,-0.1546308,-0.09856071,-0.4458698,-0.05463079,-0.09856071,-0.4458698,0.5453692,0.001439297,0.05413016,0.4453692,0.001439297,0.05413016,0.4453692,0.2014393,0.05413016,0.5453692,0.2014393,0.05413016,-0.4546308,-0.1985607,0.2541302,-0.4546308,-0.3985607,0.2541302,-0.5546308,-0.3985607,0.2541302,-0.5546308,-0.1985607,0.2541302,-0.4546308,0.2014393,0.4541302,-0.4546308,0.4014393,0.4541302,-0.3546308,0.4014393,0.4541302,0.4453692,0.4014393,0.4541302,-0.4546308,0.5014393,0.4541302,-0.3546308,0.2014393,0.4541302,0.4453692,0.5014393,0.4541302,0.04536921,0.001439297,0.4541302,-0.1546308,0.001439297,0.4541302,-0.1546308,0.001439297,0.5541303,0.04536921,0.001439297,0.5541303,0.04536921,-0.5985608,0.1541302,0.04536921,-0.5985608,0.05413016,0.04536921,-0.4985607,0.05413016,0.04536921,-0.4985607,0.1541302,-0.5546308,0.1014393,-0.04586984,-0.5546308,0.1014393,-0.1458698,-0.5546308,0.2014393,-0.2458698,-0.5546308,0.2014393,0.2541302,-0.5546308,-0.09856071,0.1541302,-0.5546308,-0.1985607,0.2541302,-0.5546308,-0.1985607,0.1541302,-0.5546308,0.001439297,-0.04586984,-0.5546308,0.001439297,-0.1458698,-0.5546308,-0.09856071,-0.04586984,-0.5546308,-0.1985607,-0.2458698,-0.5546308,-0.1985607,-0.04586984,0.2453692,0.2014393,0.5541303,0.2453692,0.2014393,0.4541302,0.2453692,0.3014393,0.4541302,0.2453692,0.3014393,0.5541303,0.4453692,0.3014393,0.5541303,0.04536921,0.3014393,0.5541303,-0.3546308,0.3014393,0.5541303,0.04536921,0.3014393,0.5541303,0.4453692,0.3014393,0.5541303,0.2453692,0.3014393,0.5541303,0.4453692,0.2014393,0.5541303,0.2453692,0.2014393,0.5541303,-0.3546308,0.3014393,0.5541303,-0.3546308,0.4014393,0.5541303,0.04536921,0.2014393,0.5541303,-0.3546308,0.2014393,0.5541303,0.4453692,0.4014393,0.5541303,0.4453692,-0.1985607,0.4541302,-0.3546308,-0.1985607,0.4541302,-0.3546308,-0.1985607,0.5541303,0.4453692,-0.1985607,0.5541303,-0.3546308,-0.1985607,0.4541302,-0.4546308,-0.1985607,0.4541302,-0.4546308,0.2014393,0.4541302,-0.3546308,0.2014393,0.4541302,0.4453692,0.1014393,-0.1458698,0.5453692,0.1014393,-0.1458698,0.5453692,0.2014393,-0.1458698,0.4453692,0.2014393,-0.1458698,0.2453692,0.3014393,0.4541302,0.04536921,0.3014393,0.4541302,0.04536921,0.3014393,0.5541303,0.2453692,0.3014393,0.5541303,-0.4546308,0.001439297,-0.04586984,-0.4546308,0.001439297,-0.1458698,-0.4546308,0.1014393,-0.1458698,-0.4546308,0.1014393,-0.04586984,-0.5546308,-0.1985607,-0.2458698,-0.5546308,-0.3985607,-0.2458698,-0.4546308,-0.3985607,-0.2458698,-0.4546308,-0.1985607,-0.2458698,0.5453692,0.1014393,-0.1458698,0.4453692,0.1014393,-0.1458698,0.4453692,0.1014393,-0.2458698,0.5453692,0.1014393,-0.2458698,-0.05463079,-0.1985607,-0.4458698,-0.1546308,-0.1985607,-0.4458698,-0.1546308,-0.1985607,-0.5458698,-0.05463079,-0.1985607,-0.5458698,-0.4546308,-0.2985607,-0.04586984,-0.5546308,-0.2985607,-0.04586984,-0.5546308,-0.1985607,-0.04586984,-0.4546308,-0.1985607,-0.04586984,0.5453692,-0.1985607,-0.2458698,0.4453692,-0.1985607,-0.2458698,0.4453692,0.001439297,-0.2458698,0.5453692,0.001439297,-0.2458698,0.04536921,0.1014393,0.4541302,0.04536921,0.1014393,0.5541303,0.04536921,0.2014393,0.5541303,0.04536921,0.2014393,0.4541302,-0.3546308,-0.3985607,-0.4458698,-0.3546308,-0.3985607,-0.5458698,-0.3546308,-0.1985607,-0.5458698,-0.3546308,-0.1985607,-0.4458698,0.2453692,0.1014393,0.5541303,0.2453692,0.1014393,0.4541302,0.2453692,0.2014393,0.4541302,0.2453692,0.2014393,0.5541303,0.4453692,-0.1985607,-0.2458698,0.4453692,-0.1985607,-0.04586984,0.4453692,0.001439297,-0.04586984,0.4453692,0.001439297,-0.2458698,-0.3546308,-0.1985607,-0.5458698,-0.3546308,0.2014393,-0.5458698,-0.3546308,0.2014393,-0.4458698,-0.3546308,-0.1985607,-0.4458698,0.3453692,0.5014393,-0.2458698,0.3453692,0.5014393,0.2541302,0.3453692,0.6014393,0.2541302,0.3453692,0.6014393,-0.2458698,-0.3546308,-0.1985607,0.4541302,0.4453692,-0.4985607,0.4541302,-0.4546308,-0.4985607,0.4541302,0.4453692,-0.1985607,0.4541302,-0.4546308,-0.1985607,0.4541302,-0.4546308,0.5014393,-0.4458698,-0.4546308,0.3014393,-0.2458698,-0.4546308,0.3014393,-0.4458698,-0.4546308,0.5014393,0.4541302,-0.4546308,0.3014393,0.2541302,-0.4546308,0.4014393,0.4541302,-0.4546308,0.2014393,0.4541302,-0.4546308,0.2014393,0.2541302,-0.4546308,0.2014393,-0.4458698,-0.4546308,0.2014393,-0.2458698,0.4453692,0.3014393,0.5541303,0.4453692,0.3014393,0.3541302,0.4453692,0.2014393,0.5541303,0.4453692,0.2014393,0.3541302,0.4453692,0.4014393,0.4541302,0.4453692,0.4014393,0.5541303,0.4453692,0.5014393,0.4541302,0.4453692,0.5014393,-0.4458698,0.4453692,0.3014393,-0.4458698,0.4453692,0.2014393,-0.5458698,0.4453692,0.2014393,-0.3458698,0.4453692,0.3014393,-0.3458698,0.4453692,0.3014393,-0.5458698,0.04536921,-0.4985607,0.05413016,-0.1546308,-0.4985607,0.05413016,-0.1546308,-0.4985607,0.1541302,0.04536921,-0.4985607,0.1541302,-0.4546308,-0.1985607,-0.2458698,-0.4546308,-0.1985607,-0.4458698,-0.4546308,0.2014393,-0.4458698,-0.4546308,0.2014393,-0.2458698,-0.3546308,-0.5985608,-0.2458698,0.3453692,-0.5985608,-0.2458698,0.3453692,-0.4985607,-0.2458698,-0.3546308,-0.4985607,-0.2458698,-0.3546308,0.4014393,0.4541302,-0.3546308,0.3014393,0.5541303,-0.3546308,0.2014393,0.4541302,-0.3546308,0.2014393,0.5541303,-0.3546308,0.4014393,0.5541303,0.5453692,-0.2985607,-0.3458698,0.4453692,-0.2985607,-0.3458698,0.4453692,-0.2985607,0.3541302,0.5453692,-0.2985607,0.3541302,-0.4546308,-0.3985607,-0.2458698,-0.4546308,-0.3985607,0.2541302,-0.4546308,-0.4985607,-0.2458698,-0.4546308,-0.4985607,-0.4458698,-0.4546308,-0.1985607,-0.4458698,-0.4546308,-0.1985607,-0.2458698,-0.4546308,-0.4985607,0.4541302,-0.4546308,-0.1985607,0.4541302,-0.4546308,-0.1985607,0.2541302,-0.3546308,0.6014393,0.2541302,-0.3546308,0.5014393,0.2541302,-0.3546308,0.5014393,-0.2458698,-0.3546308,0.6014393,-0.2458698,0.5453692,-0.09856071,0.1541302,0.4453692,-0.09856071,0.1541302,0.4453692,-0.09856071,0.2541302,0.5453692,-0.09856071,0.2541302,0.4453692,0.001439297,0.2541302,0.5453692,0.001439297,0.2541302,0.5453692,0.2014393,0.2541302,0.4453692,0.2014393,0.2541302,-0.4546308,0.001439297,-0.04586984,-0.5546308,0.001439297,-0.04586984,-0.5546308,0.001439297,-0.1458698,-0.4546308,0.001439297,-0.1458698,0.5453692,-0.1985607,0.1541302,0.4453692,-0.1985607,0.1541302,0.4453692,-0.09856071,0.1541302,0.5453692,-0.09856071,0.1541302,-0.4546308,-0.2985607,0.1541302,-0.5546308,-0.2985607,0.1541302,-0.5546308,-0.2985607,-0.04586984,-0.4546308,-0.2985607,-0.04586984,0.04536921,-0.09856071,-0.4458698,0.2453692,-0.09856071,-0.4458698,0.2453692,0.1014393,-0.4458698,0.04536921,0.1014393,-0.4458698,-0.3546308,0.2014393,-0.4458698,-0.3546308,0.2014393,-0.5458698,-0.3546308,0.3014393,-0.5458698,-0.3546308,0.3014393,-0.4458698,0.5453692,0.001439297,-0.2458698,0.4453692,0.001439297,-0.2458698,0.4453692,0.001439297,-0.04586984,0.5453692,0.001439297,-0.04586984,0.4453692,0.001439297,0.05413016,0.4453692,0.001439297,0.2541302,0.4453692,0.2014393,0.2541302,0.4453692,0.2014393,0.05413016,0.4453692,-0.1985607,-0.5458698,0.4453692,-0.1985607,-0.3458698,0.4453692,0.2014393,-0.3458698,0.4453692,0.2014393,-0.5458698,0.4453692,0.2014393,0.5541303,0.4453692,-0.1985607,0.4541302,0.4453692,-0.1985607,0.5541303,0.4453692,0.2014393,0.3541302,0.4453692,-0.1985607,0.3541302,-0.05463079,-0.1985607,-0.4458698,-0.05463079,-0.1985607,-0.5458698,-0.05463079,-0.09856071,-0.5458698,-0.05463079,-0.09856071,-0.4458698,0.4453692,-0.3985607,-0.5458698,-0.3546308,-0.3985607,-0.5458698,-0.3546308,-0.3985607,-0.4458698,0.4453692,-0.3985607,-0.4458698,-0.4546308,0.1014393,-0.1458698,-0.5546308,0.1014393,-0.1458698,-0.5546308,0.1014393,-0.04586984,-0.4546308,0.1014393,-0.04586984,0.4453692,0.4014393,0.5541303,-0.3546308,0.4014393,0.5541303,-0.3546308,0.4014393,0.4541302,0.4453692,0.4014393,0.4541302,0.4453692,-0.2985607,0.3541302,0.4453692,-0.2985607,-0.3458698,0.4453692,-0.4985607,-0.4458698,0.4453692,-0.4985607,0.4541302,0.4453692,-0.3985607,-0.4458698,0.4453692,-0.1985607,-0.5458698,0.4453692,-0.3985607,-0.5458698,0.4453692,-0.1985607,-0.3458698,0.4453692,-0.1985607,0.4541302,0.4453692,-0.1985607,0.3541302,0.3453692,-0.5985608,0.2541302,-0.3546308,-0.5985608,0.2541302,-0.3546308,-0.4985607,0.2541302,0.3453692,-0.4985607,0.2541302,0.4453692,0.3014393,-0.4458698,0.4453692,0.3014393,-0.3458698,0.4453692,0.3014393,0.3541302,0.04536921,0.2014393,0.4541302,0.04536921,0.2014393,0.5541303,0.04536921,0.3014393,0.5541303,0.04536921,0.3014393,0.4541302,0.5453692,0.2014393,-0.2458698,0.5453692,0.2014393,0.05413016,0.5453692,0.2014393,0.2541302,0.2453692,0.2014393,0.4541302,0.04536921,0.2014393,0.4541302,0.04536921,0.3014393,0.4541302,0.2453692,0.3014393,0.4541302,0.2453692,0.1014393,0.4541302,0.04536921,0.1014393,0.4541302,-0.5546308,-0.1985607,0.1541302,-0.4546308,-0.1985607,0.1541302,-0.4546308,-0.09856071,0.1541302,-0.5546308,-0.09856071,0.1541302,0.5453692,0.001439297,0.2541302,0.4453692,0.001439297,0.2541302,0.4453692,0.001439297,0.05413016,0.5453692,0.001439297,0.05413016,0.5453692,-0.1985607,0.2541302,0.4453692,-0.1985607,0.2541302,0.4453692,-0.1985607,0.1541302,0.5453692,-0.1985607,0.1541302,-0.1546308,-0.1985607,-0.5458698,-0.1546308,-0.1985607,-0.4458698,-0.1546308,-0.09856071,-0.4458698,-0.1546308,-0.09856071,-0.5458698,-0.4546308,0.001439297,-0.1458698,-0.5546308,0.001439297,-0.1458698,-0.5546308,0.1014393,-0.1458698,-0.4546308,0.1014393,-0.1458698,0.5453692,0.3014393,0.3541302,0.4453692,-0.1985607,0.3541302,0.4453692,0.2014393,0.3541302,0.4453692,0.3014393,0.3541302,0.5453692,-0.2985607,0.3541302,0.4453692,-0.2985607,0.3541302,0.2453692,-0.09856071,-0.4458698,0.2453692,-0.09856071,-0.5458698,0.2453692,0.1014393,-0.5458698,0.2453692,0.1014393,-0.4458698,-0.5546308,0.2014393,0.2541302,-0.5546308,0.2014393,-0.2458698,-0.5546308,0.3014393,-0.2458698,-0.5546308,0.3014393,0.2541302,-0.5546308,0.2014393,-0.2458698,-0.4546308,0.2014393,-0.2458698,-0.4546308,0.3014393,-0.2458698,-0.5546308,0.3014393,-0.2458698,0.4453692,-0.1985607,0.2541302,0.5453692,-0.1985607,0.2541302,0.5453692,-0.09856071,0.2541302,0.4453692,-0.09856071,0.2541302,0.04536921,-0.09856071,-0.5458698,0.04536921,-0.09856071,-0.4458698,0.04536921,0.1014393,-0.4458698,0.04536921,0.1014393,-0.5458698,0.2453692,-0.09856071,-0.4458698,0.04536921,-0.09856071,-0.4458698,0.04536921,-0.09856071,-0.5458698,0.2453692,-0.09856071,-0.5458698,0.4453692,0.1014393,-0.2458698,0.4453692,0.1014393,-0.1458698,0.4453692,0.2014393,-0.1458698,0.4453692,0.2014393,-0.2458698,-0.1546308,-0.1985607,-0.4458698,-0.05463079,-0.1985607,-0.4458698,-0.05463079,-0.09856071,-0.4458698,-0.1546308,-0.09856071,-0.4458698,-0.4546308,0.5014393,-0.4458698,0.4453692,0.5014393,-0.4458698,-0.3546308,0.5014393,-0.2458698,0.3453692,0.5014393,-0.2458698,0.3453692,0.5014393,0.2541302,0.4453692,0.5014393,0.4541302,-0.3546308,0.5014393,0.2541302,-0.4546308,0.5014393,0.4541302,-0.3546308,-0.5985608,0.2541302,-0.3546308,-0.5985608,-0.2458698,-0.3546308,-0.4985607,-0.2458698,-0.3546308,-0.4985607,0.2541302,0.1453692,-0.5985608,-0.04586984,0.1453692,-0.5985608,-0.1458698,0.1453692,-0.4985607,-0.1458698,0.1453692,-0.4985607,-0.04586984,0.2453692,0.1014393,-0.5458698,0.04536921,0.1014393,-0.5458698,0.04536921,0.1014393,-0.4458698,0.2453692,0.1014393,-0.4458698,0.1453692,0.5014393,-0.1458698,-0.1546308,0.5014393,-0.1458698,-0.1546308,0.6014393,-0.1458698,0.1453692,0.6014393,-0.1458698,0.2453692,0.1014393,0.5541303,0.04536921,0.1014393,0.5541303,0.04536921,0.1014393,0.4541302,0.2453692,0.1014393,0.4541302,-0.3546308,0.6014393,-0.2458698,0.3453692,0.6014393,-0.2458698,0.1453692,0.6014393,-0.1458698,0.1453692,0.6014393,0.05413016,-0.1546308,0.6014393,-0.1458698,-0.1546308,0.6014393,0.05413016,0.3453692,0.6014393,0.2541302,-0.3546308,0.6014393,0.2541302,0.1453692,-0.5985608,-0.1458698,-0.05463079,-0.5985608,-0.1458698,-0.05463079,-0.4985607,-0.1458698,0.1453692,-0.4985607,-0.1458698,-0.05463079,-0.5985608,-0.04586984,0.1453692,-0.5985608,-0.04586984,0.1453692,-0.4985607,-0.04586984,-0.05463079,-0.4985607,-0.04586984,-0.1546308,0.5014393,-0.1458698,-0.1546308,0.5014393,0.05413016,-0.1546308,0.6014393,0.05413016,-0.1546308,0.6014393,-0.1458698,-0.5546308,0.001439297,-0.04586984,-0.4546308,0.001439297,-0.04586984,-0.4546308,0.1014393,-0.04586984,-0.5546308,0.1014393,-0.04586984,0.3453692,0.5014393,0.2541302,-0.3546308,0.5014393,0.2541302,-0.3546308,0.6014393,0.2541302,0.3453692,0.6014393,0.2541302,0.4453692,0.3014393,-0.4458698,-0.3546308,0.3014393,-0.4458698,-0.3546308,0.3014393,-0.5458698,0.4453692,0.3014393,-0.5458698,-0.4546308,-0.1985607,-0.04586984,-0.5546308,-0.1985607,-0.04586984,-0.5546308,-0.09856071,-0.04586984,-0.4546308,-0.09856071,-0.04586984,-0.3546308,0.5014393,-0.2458698,0.3453692,0.5014393,-0.2458698,0.3453692,0.6014393,-0.2458698,-0.3546308,0.6014393,-0.2458698,-0.4546308,0.2014393,0.2541302,-0.5546308,0.2014393,0.2541302,-0.5546308,0.3014393,0.2541302,-0.4546308,0.3014393,0.2541302,-0.1546308,-0.5985608,0.05413016,-0.1546308,-0.5985608,0.1541302,-0.1546308,-0.4985607,0.1541302,-0.1546308,-0.4985607,0.05413016,-0.5546308,-0.2985607,0.1541302,-0.4546308,-0.2985607,0.1541302,-0.4546308,-0.1985607,0.1541302,-0.5546308,-0.1985607,0.1541302,-0.1546308,0.5014393,0.05413016,0.1453692,0.5014393,0.05413016,0.1453692,0.6014393,0.05413016,-0.1546308,0.6014393,0.05413016,0.04536921,-0.09856071,0.4541302,-0.1546308,-0.09856071,0.4541302,-0.1546308,0.001439297,0.4541302,0.04536921,0.001439297,0.4541302,0.1453692,-0.4985607,-0.1458698,-0.05463079,-0.4985607,-0.1458698,-0.05463079,-0.4985607,-0.04586984,0.1453692,-0.4985607,-0.04586984,-0.4546308,-0.3985607,-0.2458698,-0.5546308,-0.3985607,-0.2458698,-0.5546308,-0.3985607,0.2541302,-0.4546308,-0.3985607,0.2541302,-0.4546308,-0.1985607,0.4541302,-0.4546308,-0.1985607,0.2541302,-0.4546308,0.2014393,0.2541302,-0.4546308,0.2014393,0.4541302,0.04536921,-0.5985608,0.05413016,-0.1546308,-0.5985608,0.05413016,-0.1546308,-0.4985607,0.05413016,0.04536921,-0.4985607,0.05413016,-0.4546308,0.3014393,0.2541302,-0.5546308,0.3014393,0.2541302,-0.5546308,0.3014393,-0.2458698,-0.4546308,0.3014393,-0.2458698,-0.5546308,-0.2985607,-0.04586984,-0.5546308,-0.3985607,0.2541302,-0.5546308,-0.3985607,-0.2458698,-0.5546308,-0.2985607,0.1541302,-0.5546308,-0.1985607,0.2541302,-0.5546308,-0.1985607,0.1541302,-0.5546308,-0.1985607,-0.2458698,-0.5546308,-0.1985607,-0.04586984,0.4453692,-0.1985607,0.5541303,-0.3546308,-0.1985607,0.5541303,0.04536921,-0.09856071,0.5541303,0.04536921,0.001439297,0.5541303,-0.1546308,-0.09856071,0.5541303,-0.1546308,0.001439297,0.5541303,-0.3546308,0.2014393,0.5541303,0.04536921,0.2014393,0.5541303,0.2453692,0.1014393,0.5541303,0.04536921,0.1014393,0.5541303,0.4453692,0.2014393,0.5541303,0.2453692,0.2014393,0.5541303],"colors":[0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.2784314,0.2784314,0.2784314,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1,0.3921569,0.3921569,0.3921569,1]},"moon_strip_emptyspace_optimised":{"faces":[19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[-12.375,-0.3125,0.625,-12.5,-0.3125,0.625,-12.5,-0.4375,0.625,-12.375,-0.4375,0.625,-12.5,-0.3125,0.75,-12.375,-0.3125,0.75,-12.375,-0.4375,0.75,-12.5,-0.4375,0.75,-12.5,-0.3125,0.625,-12.5,-0.3125,0.75,-12.5,-0.4375,0.75,-12.5,-0.4375,0.625,-12.375,-0.3125,0.75,-12.375,-0.3125,0.625,-12.375,-0.4375,0.625,-12.375,-0.4375,0.75,-12.5,-0.3125,0.625,-12.375,-0.3125,0.625,-12.375,-0.3125,0.75,-12.5,-0.3125,0.75],"colors":[0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1,0.4431373,0.4431373,0.4431373,1]},"moon_strip_ground_1_optimised":{"faces":[487,486,485,486,480,485,484,479,482,479,483,482,481,480,478,480,479,478,477,476,471,476,475,471,473,474,472,468,473,472,471,470,468,470,469,468,467,466,464,466,465,464,463,462,460,462,461,460,459,458,456,458,457,456,455,454,452,454,453,452,451,450,443,450,448,443,449,448,447,448,445,447,445,446,444,440,445,444,443,442,440,442,441,440,439,438,431,438,436,431,437,436,435,436,433,435,433,434,432,428,433,432,431,430,428,430,429,428,426,427,425,421,426,425,424,423,421,423,422,421,420,415,418,415,419,418,417,416,414,416,415,414,413,412,410,412,411,410,409,408,406,408,407,406,405,404,402,404,403,402,401,400,398,400,399,398,397,396,394,396,395,394,393,392,390,392,391,390,389,388,386,388,387,386,385,384,383,384,373,383,383,382,380,382,381,380,380,379,377,379,378,377,377,372,375,372,376,375,374,373,371,373,372,371,370,369,367,369,368,367,366,365,364,365,362,364,363,362,360,362,361,360,359,358,356,358,357,356,356,355,353,355,354,353,352,351,341,351,349,341,350,349,348,349,346,348,347,346,345,346,343,345,343,344,342,338,343,342,341,340,338,340,339,338,337,336,334,336,335,334,333,332,330,332,331,330,329,328,326,328,327,326,325,324,322,324,323,322,321,320,318,320,319,318,317,316,314,316,315,314,313,312,310,312,311,310,309,308,306,308,307,306,306,305,303,305,304,303,302,301,299,301,300,299,298,297,295,297,296,295,294,293,291,293,292,291,290,289,287,289,288,287,286,285,283,285,284,283,282,281,280,281,278,280,279,278,276,278,277,276,275,274,272,274,273,272,271,270,268,270,269,268,267,266,265,266,263,265,264,263,261,263,262,261,260,259,257,259,258,257,256,255,253,255,254,253,252,251,249,251,250,249,248,247,245,247,246,245,244,243,241,243,242,241,240,239,237,239,238,237,236,235,233,235,234,233,232,231,229,231,230,229,228,227,226,227,224,226,225,224,222,224,223,222,221,220,218,220,219,218,217,216,214,216,215,214,213,212,210,212,211,210,209,208,206,208,207,206,205,204,202,204,203,202,201,200,198,200,199,198,198,197,195,197,196,195,194,193,191,193,192,191,190,189,187,189,188,187,186,185,183,185,184,183,183,182,180,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,167,166,164,166,165,164,163,162,160,162,161,160,159,158,156,158,157,156,155,154,152,154,153,152,151,150,148,150,149,148,147,146,144,146,145,144,143,142,140,142,141,140,139,138,136,138,137,136,135,134,132,134,133,132,131,130,128,130,129,128,127,126,124,126,125,124,123,122,120,122,121,120,119,118,117,118,115,117,116,115,113,115,114,113,112,111,109,111,110,109,109,108,106,108,107,106,105,100,103,100,104,103,102,101,99,101,100,99,97,98,96,92,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,70,73,70,74,73,72,71,69,71,70,69,67,68,66,62,67,66,65,64,62,64,63,62,61,60,58,60,59,58,57,56,54,56,55,54,53,52,50,52,51,50,49,48,46,48,47,46,45,44,42,44,43,42,41,40,38,40,39,38,37,36,34,36,35,34,32,33,31,27,32,31,30,29,27,29,28,27,26,21,24,21,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[-4.875,1.125,-0.25,-5.5,1.125,-0.25,-5.5,0.5,-0.25,-4.875,0.5,-0.25,5.625,1.125,-0.25,5,1.125,-0.25,5,0.5,-0.25,5.625,0.5,-0.25,6.25,0.25,-0.5,-6.25,0.25,-0.5,-6.25,-0.25,-0.5,6.25,-0.25,-0.5,-6.875,0,-0.375,-7.5,0,-0.375,-7.5,-0.375,-0.375,-6.875,-0.375,-0.375,7.5,0,-0.375,6.875,0,-0.375,6.875,-0.375,-0.375,7.5,-0.375,-0.375,-7.5,0,-0.25,-7.625,0,-0.25,-7.625,-0.375,-0.25,-7.5,-0.375,-0.25,-7,0.125,-0.25,-7.625,0.125,-0.25,-7,0,-0.25,7.625,0,-0.25,7.5,0,-0.25,7.5,-0.375,-0.25,7.625,-0.375,-0.25,7.625,0.125,-0.25,7,0,-0.25,7,0.125,-0.25,-5,0.875,0.25,-5.375,0.875,0.25,-5.375,0.625,0.25,-5,0.625,0.25,5.5,0.875,0.25,5.125,0.875,0.25,5.125,0.625,0.25,5.5,0.625,0.25,-6.25,0,-0.25,-6.5,0,-0.25,-6.5,-0.25,-0.25,-6.25,-0.25,-0.25,6.5,0,-0.25,6.25,0,-0.25,6.25,-0.25,-0.25,6.5,-0.25,-0.25,-4.75,0.75,0,-4.875,0.75,0,-4.875,0.5,0,-4.75,0.5,0,5,0.75,0,4.875,0.75,0,4.875,0.5,0,5,0.5,0,4.5,0.375,-0.5,-4.5,0.375,-0.5,-4.5,0.25,-0.5,4.5,0.25,-0.5,-4.5,0.375,-0.5,-6,0.375,-0.5,-6,0.25,-0.5,-4.5,0.25,-0.5,-4.5,0.5,-0.5,-5.875,0.375,-0.5,-5.875,0.5,-0.5,6,0.375,-0.5,4.5,0.375,-0.5,4.5,0.25,-0.5,6,0.25,-0.5,5.875,0.5,-0.5,4.5,0.5,-0.5,5.875,0.375,-0.5,-7,0.25,-0.125,-7.5,0.25,-0.125,-7.5,0.125,-0.125,-7,0.125,-0.125,7.5,0.25,-0.125,7,0.25,-0.125,7,0.125,-0.125,7.5,0.125,-0.125,-5,1.125,0.25,-5.375,1.125,0.25,-5.375,1,0.25,-5,1,0.25,5.5,1.125,0.25,5.125,1.125,0.25,5.125,1,0.25,5.5,1,0.25,-7.625,0,0.25,-6.875,0,0.25,-6.875,-0.375,0.25,-7.625,-0.375,0.25,-7.625,0.125,0.25,-7,0,0.25,-7,0.125,0.25,6.875,0,0.25,7.625,0,0.25,7.625,-0.375,0.25,6.875,-0.375,0.25,7,0.125,0.25,7.625,0.125,0.25,7,0,0.25,-5.5,1.125,0.375,-4.875,1.125,0.375,-4.875,0.75,0.375,-5.5,0.75,0.375,-4.75,0.75,0.375,-4.75,0.5,0.375,-5.5,0.5,0.375,5,1.125,0.375,5.625,1.125,0.375,5.625,0.75,0.375,5,0.75,0.375,4.875,0.75,0.375,5.625,0.5,0.375,4.875,0.5,0.375,-6.5,0,0.5,6.5,0,0.5,6.5,-0.25,0.5,-6.5,-0.25,0.5,-6.25,0.25,0.5,6.25,0.25,0.5,6.25,0,0.5,-6.25,0,0.5,-5.875,0.5,0.5,-4.5,0.5,0.5,-4.5,0.25,0.5,-5.875,0.25,0.5,4.5,0.5,0.5,5.875,0.5,0.5,5.875,0.25,0.5,4.5,0.25,0.5,-5.375,0.875,-0.125,-5,0.875,-0.125,-5,0.625,-0.125,-5.375,0.625,-0.125,5.125,0.875,-0.125,5.5,0.875,-0.125,5.5,0.625,-0.125,5.125,0.625,-0.125,-4.5,0.375,0.5,4.5,0.375,0.5,4.5,0.25,0.5,-4.5,0.25,0.5,-5.375,1.125,-0.125,-5,1.125,-0.125,-5,1,-0.125,-5.375,1,-0.125,5.125,1.125,-0.125,5.5,1.125,-0.125,5.5,1,-0.125,5.125,1,-0.125,-7.5,0.25,0.125,-7,0.25,0.125,-7,0.125,0.125,-7.5,0.125,0.125,7,0.25,0.125,7.5,0.25,0.125,7.5,0.125,0.125,7,0.125,0.125,-6,0.375,0.125,-5.875,0.375,0.125,-5.875,0.25,0.125,-6,0.25,0.125,5.875,0.375,0.125,6,0.375,0.125,6,0.25,0.125,5.875,0.25,0.125,-5.5,1.125,-0.25,-5.5,1.125,0.375,-5.5,0.5,0.375,-5.5,0.5,-0.25,6.875,0,-0.375,6.875,0,0.25,6.875,-0.375,0.25,6.875,-0.375,-0.375,5,1.125,-0.25,5,1.125,0.375,5,0.75,0.375,5,0.75,-0.25,5,0.75,0,5,0.5,0,5,0.5,-0.25,-7.625,0.125,-0.25,-7.625,0.125,0.25,-7.625,-0.375,0.25,-7.625,-0.375,-0.25,-7.5,0,-0.375,-7.5,0,-0.25,-7.5,-0.375,-0.25,-7.5,-0.375,-0.375,-6.25,0.25,-0.5,-6.25,0.25,0.5,-6.25,0,0.5,-6.25,0,-0.5,-6.25,0,-0.25,-6.25,-0.25,-0.25,-6.25,-0.25,-0.5,-6.5,0,-0.25,-6.5,0,0.5,-6.5,-0.25,0.5,-6.5,-0.25,-0.25,-5,0.875,-0.125,-5,0.875,0.25,-5,0.625,0.25,-5,0.625,-0.125,5.5,0.875,-0.125,5.5,0.875,0.25,5.5,0.625,0.25,5.5,0.625,-0.125,4.875,0.75,0,4.875,0.75,0.375,4.875,0.5,0.375,4.875,0.5,0,-6,0.375,-0.5,-6,0.375,0.125,-6,0.25,0.125,-6,0.25,-0.5,-5.875,0.5,-0.5,-5.875,0.5,0.5,-5.875,0.375,0.5,-5.875,0.375,-0.5,-5.875,0.375,0.125,-5.875,0.25,0.5,-5.875,0.25,0.125,4.5,0.5,-0.5,4.5,0.5,0.5,4.5,0.375,0.5,4.5,0.375,-0.5,7,0.125,-0.25,7,0.125,0.25,7,0,0.25,7,0,-0.25,-5,1.125,-0.125,-5,1.125,0.25,-5,1,0.25,-5,1,-0.125,5.5,1.125,-0.125,5.5,1.125,0.25,5.5,1,0.25,5.5,1,-0.125,-7.5,0.25,-0.125,-7.5,0.25,0.125,-7.5,0.125,0.125,-7.5,0.125,-0.125,7,0.25,-0.125,7,0.25,0.125,7,0.125,0.125,7,0.125,-0.125,5.625,1.125,0.375,5.625,1.125,-0.25,5.625,0.5,-0.25,5.625,0.5,0.375,-6.875,0,0.25,-6.875,0,-0.375,-6.875,-0.375,-0.375,-6.875,-0.375,0.25,-4.875,1.125,0.375,-4.875,1.125,-0.25,-4.875,0.75,-0.25,-4.875,0.75,0.375,-4.875,0.75,0,-4.875,0.5,-0.25,-4.875,0.5,0,7.625,0.125,0.25,7.625,0.125,-0.25,7.625,-0.375,-0.25,7.625,-0.375,0.25,7.5,0,-0.25,7.5,0,-0.375,7.5,-0.375,-0.375,7.5,-0.375,-0.25,6.25,0.25,0.5,6.25,0.25,-0.5,6.25,0,-0.5,6.25,0,0.5,6.25,0,-0.25,6.25,-0.25,-0.5,6.25,-0.25,-0.25,6.5,0,0.5,6.5,0,-0.25,6.5,-0.25,-0.25,6.5,-0.25,0.5,-5.375,0.875,0.25,-5.375,0.875,-0.125,-5.375,0.625,-0.125,-5.375,0.625,0.25,5.125,0.875,0.25,5.125,0.875,-0.125,5.125,0.625,-0.125,5.125,0.625,0.25,-4.75,0.75,0.375,-4.75,0.75,0,-4.75,0.5,0,-4.75,0.5,0.375,-4.5,0.5,0.5,-4.5,0.5,-0.5,-4.5,0.375,-0.5,-4.5,0.375,0.5,5.875,0.5,0.5,5.875,0.5,-0.5,5.875,0.375,-0.5,5.875,0.375,0.5,5.875,0.375,0.125,5.875,0.25,0.125,5.875,0.25,0.5,6,0.375,0.125,6,0.375,-0.5,6,0.25,-0.5,6,0.25,0.125,-7,0.125,0.25,-7,0.125,-0.25,-7,0,-0.25,-7,0,0.25,-5.375,1.125,0.25,-5.375,1.125,-0.125,-5.375,1,-0.125,-5.375,1,0.25,5.125,1.125,0.25,5.125,1.125,-0.125,5.125,1,-0.125,5.125,1,0.25,-7,0.25,0.125,-7,0.25,-0.125,-7,0.125,-0.125,-7,0.125,0.125,7.5,0.25,0.125,7.5,0.25,-0.125,7.5,0.125,-0.125,7.5,0.125,0.125,-4.5,0.375,-0.5,4.5,0.375,-0.5,4.5,0.375,0.5,-4.5,0.375,0.5,-5.875,0.5,-0.25,-5.5,0.5,-0.25,-5.5,0.5,0.375,-5.875,0.5,0.375,-5.875,0.5,-0.5,-4.5,0.5,-0.25,-4.5,0.5,-0.5,-4.875,0.5,-0.25,-4.5,0.5,0,-4.875,0.5,0,-4.75,0.5,0,-4.5,0.5,0.375,-4.75,0.5,0.375,-4.5,0.5,0.5,-5.875,0.5,0.5,-6.25,0.25,-0.5,-6,0.25,-0.5,-6,0.25,0.125,-6.25,0.25,0.125,-5.875,0.25,0.125,-5.875,0.25,0.5,-6.25,0.25,0.5,6,0.25,-0.5,6.25,0.25,-0.5,6.25,0.25,0.125,6,0.25,0.125,5.875,0.25,0.125,6.25,0.25,0.5,5.875,0.25,0.5,-6.5,0,-0.25,-6.25,0,-0.25,-6.25,0,0.5,-6.5,0,0.5,5.625,0.5,-0.25,5.875,0.5,-0.25,5.875,0.5,0.375,5.625,0.5,0.375,4.5,0.5,-0.5,5.875,0.5,-0.5,4.5,0.5,-0.25,5,0.5,-0.25,5,0.5,0,4.5,0.5,0,4.875,0.5,0,4.875,0.5,0.375,4.5,0.5,0.375,5.875,0.5,0.5,4.5,0.5,0.5,6.25,0,-0.25,6.5,0,-0.25,6.5,0,0.5,6.25,0,0.5,-6,0.375,-0.5,-5.875,0.375,-0.5,-5.875,0.375,0.125,-6,0.375,0.125,5.875,0.375,-0.5,6,0.375,-0.5,6,0.375,0.125,5.875,0.375,0.125,-5.375,0.625,-0.125,-5,0.625,-0.125,-5,0.625,0.25,-5.375,0.625,0.25,-5.375,1,-0.125,-5,1,-0.125,-5,1,0.25,-5.375,1,0.25,5.125,0.625,-0.125,5.5,0.625,-0.125,5.5,0.625,0.25,5.125,0.625,0.25,5.125,1,-0.125,5.5,1,-0.125,5.5,1,0.25,5.125,1,0.25,-7,0,-0.25,-6.875,0,-0.25,-6.875,0,0.25,-7,0,0.25,-7.5,0,-0.375,-6.875,0,-0.375,-7.5,0,-0.25,6.875,0,-0.25,7,0,-0.25,7,0,0.25,6.875,0,0.25,6.875,0,-0.375,7.5,0,-0.25,7.5,0,-0.375,-5.5,1.125,-0.125,-5.375,1.125,-0.125,-5.375,1.125,0.25,-5.5,1.125,0.25,-5.5,1.125,-0.25,-4.875,1.125,-0.125,-4.875,1.125,-0.25,-5,1.125,-0.125,-4.875,1.125,0.25,-5,1.125,0.25,-4.875,1.125,0.375,-5.5,1.125,0.375,5,1.125,-0.125,5.125,1.125,-0.125,5.125,1.125,0.25,5,1.125,0.25,5,1.125,-0.25,5.625,1.125,-0.125,5.625,1.125,-0.25,5.5,1.125,-0.125,5.625,1.125,0.25,5.5,1.125,0.25,5.625,1.125,0.375,5,1.125,0.375,-4.875,0.75,0,-4.75,0.75,0,-4.75,0.75,0.375,-4.875,0.75,0.375,4.875,0.75,0,5,0.75,0,5,0.75,0.375,4.875,0.75,0.375,-7.5,0.25,-0.125,-7,0.25,-0.125,-7,0.25,0.125,-7.5,0.25,0.125,7,0.25,-0.125,7.5,0.25,-0.125,7.5,0.25,0.125,7,0.25,0.125,-7.625,0.125,-0.125,-7.5,0.125,-0.125,-7.5,0.125,0.125,-7.625,0.125,0.125,-7.625,0.125,-0.25,-7,0.125,-0.125,-7,0.125,-0.25,-7,0.125,0.125,-7,0.125,0.25,-7.625,0.125,0.25,7.5,0.125,-0.125,7.625,0.125,-0.125,7.625,0.125,0.125,7.5,0.125,0.125,7,0.125,-0.25,7.625,0.125,-0.25,7,0.125,-0.125,7,0.125,0.125,7.625,0.125,0.25,7,0.125,0.25],"colors":[0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1]},"moon_strip_ground_2_optimised":{"faces":[497,496,494,496,495,494,493,492,490,492,491,490,489,485,488,485,480,488,487,486,484,486,485,484,484,483,481,483,482,481,481,480,478,480,479,478,477,473,476,473,468,476,475,474,472,474,473,472,472,471,469,471,470,469,469,468,466,468,467,466,465,464,457,464,462,457,463,462,461,462,459,461,459,460,458,454,459,458,457,456,454,456,455,454,453,452,451,452,446,451,450,445,448,445,449,448,447,446,444,446,445,444,443,442,435,442,440,435,441,440,439,440,437,439,437,438,436,432,437,436,435,434,432,434,433,432,431,430,425,430,429,425,427,428,426,422,427,426,425,424,422,424,423,422,421,420,413,420,418,413,419,418,417,418,415,417,415,416,414,410,415,414,413,412,410,412,411,410,409,408,406,408,407,406,405,404,402,404,403,402,401,400,398,400,399,398,397,396,394,396,395,394,393,392,390,392,391,390,389,388,386,388,387,386,385,384,383,384,378,383,382,377,380,377,381,380,379,378,376,378,377,376,375,374,372,374,373,372,372,371,369,371,370,369,368,367,366,367,364,366,365,364,362,364,363,362,361,360,355,360,359,355,357,358,356,352,357,356,355,354,352,354,353,352,351,347,332,350,349,348,349,347,348,347,346,332,342,345,323,345,340,323,344,343,342,343,337,342,341,340,335,340,339,335,338,337,336,337,334,336,335,334,333,334,331,333,332,331,330,331,328,330,328,329,327,324,328,327,325,326,324,320,325,324,323,322,320,322,321,320,319,318,316,318,317,316,315,314,312,314,313,312,311,307,310,307,305,310,309,308,300,308,307,300,306,305,304,305,302,304,302,303,301,297,302,301,300,299,297,299,298,297,295,296,291,292,295,291,294,293,292,293,284,292,291,290,288,290,289,288,288,283,286,283,287,286,285,284,282,284,283,282,281,280,278,280,279,278,277,276,274,276,275,274,273,272,270,272,271,270,269,268,266,268,267,266,265,264,262,264,263,262,261,260,258,260,259,258,257,256,254,256,255,254,253,252,250,252,251,250,249,248,246,248,247,246,245,244,242,244,243,242,241,240,238,240,239,238,237,236,234,236,235,234,234,229,232,229,233,232,231,230,228,230,229,228,227,226,224,226,225,224,223,222,220,222,221,220,219,218,216,218,217,216,215,214,212,214,213,212,211,210,208,210,209,208,207,206,204,206,205,204,203,202,200,202,201,200,199,198,196,198,197,196,195,194,192,194,193,192,191,190,188,190,189,188,187,186,184,186,185,184,183,182,180,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,167,166,165,166,163,165,163,164,162,158,163,162,161,160,158,160,159,158,157,156,154,156,155,154,153,152,150,152,151,150,149,148,146,148,147,146,145,144,142,144,143,142,141,140,138,140,139,138,137,136,134,136,135,134,133,132,130,132,131,130,129,128,126,128,127,126,125,124,122,124,123,122,121,116,119,116,120,119,118,117,115,117,116,115,113,114,112,108,113,112,111,110,108,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,91,86,89,86,90,89,88,87,85,87,86,85,83,84,82,78,83,82,81,80,78,80,79,78,77,76,74,76,75,74,73,72,70,72,71,70,69,68,66,68,67,66,65,64,62,64,63,62,61,60,58,60,59,58,57,56,54,56,55,54,53,52,50,52,51,50,49,48,46,48,47,46,45,44,42,44,43,42,41,40,38,40,39,38,37,36,34,36,35,34,33,32,30,32,31,30,29,28,26,28,27,26,25,24,22,24,23,22,21,20,18,20,19,18,16,17,15,11,16,15,14,13,11,13,12,11,10,5,8,5,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[6.375,0.25,-0.5,-6.375,0.25,-0.5,-6.375,-0.25,-0.5,6.375,-0.25,-0.5,-4.75,0.875,-0.25,-5.375,0.875,-0.25,-5.375,0.5,-0.25,-4.75,0.5,-0.25,-4.875,1,-0.25,-5.375,1,-0.25,-4.875,0.875,-0.25,5.375,0.875,-0.25,4.75,0.875,-0.25,4.75,0.5,-0.25,5.375,0.5,-0.25,5.375,1,-0.25,4.875,0.875,-0.25,4.875,1,-0.25,-5.75,0.75,-0.25,-6.25,0.75,-0.25,-6.25,0.25,-0.25,-5.75,0.25,-0.25,6.25,0.75,-0.25,5.75,0.75,-0.25,5.75,0.25,-0.25,6.25,0.25,-0.25,-6.375,0.125,-0.25,-6.5,0.125,-0.25,-6.5,-0.25,-0.25,-6.375,-0.25,-0.25,6.5,0.125,-0.25,6.375,0.125,-0.25,6.375,-0.25,-0.25,6.5,-0.25,-0.25,-4.5,0.5,-0.5,-5.75,0.5,-0.5,-5.75,0.25,-0.5,-4.5,0.25,-0.5,5.75,0.5,-0.5,4.5,0.5,-0.5,4.5,0.25,-0.5,5.75,0.25,-0.5,4.5,0.375,-0.5,-4.5,0.375,-0.5,-4.5,0.25,-0.5,4.5,0.25,-0.5,-4.875,1.125,-0.125,-5.25,1.125,-0.125,-5.25,1,-0.125,-4.875,1,-0.125,5.25,1.125,-0.125,4.875,1.125,-0.125,4.875,1,-0.125,5.25,1,-0.125,-5.875,0.75,0.125,-6.125,0.75,0.125,-6.125,0.625,0.125,-5.875,0.625,0.125,6.125,0.75,0.125,5.875,0.75,0.125,5.875,0.625,0.125,6.125,0.625,0.125,-6.25,0.75,0.25,-5.75,0.75,0.25,-5.75,0.25,0.25,-6.25,0.25,0.25,5.75,0.75,0.25,6.25,0.75,0.25,6.25,0.25,0.25,5.75,0.25,0.25,-5.25,0.875,0.375,-4.75,0.875,0.375,-4.75,0.5,0.375,-5.25,0.5,0.375,4.75,0.875,0.375,5.25,0.875,0.375,5.25,0.5,0.375,4.75,0.5,0.375,-5.375,0.875,0.25,-5.25,0.875,0.25,-5.25,0.5,0.25,-5.375,0.5,0.25,-5.375,1,0.25,-4.875,0.875,0.25,-4.875,1,0.25,5.25,0.875,0.25,5.375,0.875,0.25,5.375,0.5,0.25,5.25,0.5,0.25,4.875,1,0.25,5.375,1,0.25,4.875,0.875,0.25,-6.375,0.25,0.5,6.375,0.25,0.5,6.375,0,0.5,-6.375,0,0.5,-6.25,0,0.5,6.25,0,0.5,6.25,-0.25,0.5,-6.25,-0.25,0.5,-5.75,0.5,0.5,-4.5,0.5,0.5,-4.5,0.25,0.5,-5.75,0.25,0.5,4.5,0.5,0.5,5.75,0.5,0.5,5.75,0.25,0.5,4.5,0.25,0.5,-6.5,0,0.375,-6.25,0,0.375,-6.25,-0.25,0.375,-6.5,-0.25,0.375,-6.5,0.125,0.375,-6.375,0,0.375,-6.375,0.125,0.375,6.25,0,0.375,6.5,0,0.375,6.5,-0.25,0.375,6.25,-0.25,0.375,6.375,0.125,0.375,6.5,0.125,0.375,6.375,0,0.375,-4.5,0.375,0.5,4.5,0.375,0.5,4.5,0.25,0.5,-4.5,0.25,0.5,-5.25,1.125,0.125,-4.875,1.125,0.125,-4.875,1,0.125,-5.25,1,0.125,4.875,1.125,0.125,5.25,1.125,0.125,5.25,1,0.125,4.875,1,0.125,-6.125,0.75,-0.125,-5.875,0.75,-0.125,-5.875,0.625,-0.125,-6.125,0.625,-0.125,5.875,0.75,-0.125,6.125,0.75,-0.125,6.125,0.625,-0.125,5.875,0.625,-0.125,-6.5,0.125,-0.25,-6.5,0.125,0.375,-6.5,-0.25,0.375,-6.5,-0.25,-0.25,4.75,0.875,-0.25,4.75,0.875,0.375,4.75,0.5,0.375,4.75,0.5,-0.25,-6.25,0.75,-0.25,-6.25,0.75,0.25,-6.25,0.25,0.25,-6.25,0.25,-0.25,-5.375,1,-0.25,-5.375,1,0.25,-5.375,0.5,0.25,-5.375,0.5,-0.25,-6.375,0.125,-0.5,-6.375,0.125,-0.25,-6.375,-0.25,-0.25,-6.375,-0.25,-0.5,-6.375,0.25,-0.5,-6.375,0.125,0.5,-6.375,0.25,0.5,-6.375,0.125,0.375,-6.375,0,0.5,-6.375,0,0.375,-5.25,0.875,0.25,-5.25,0.875,0.375,-5.25,0.5,0.375,-5.25,0.5,0.25,5.75,0.75,-0.25,5.75,0.75,0.25,5.75,0.5,0.25,5.75,0.5,-0.25,-5.75,0.5,-0.5,-5.75,0.5,-0.25,-5.75,0.25,-0.25,-5.75,0.25,-0.5,-5.75,0.5,0.25,-5.75,0.5,0.5,-5.75,0.25,0.5,-5.75,0.25,0.25,-6.25,0,0.375,-6.25,0,0.5,-6.25,-0.25,0.5,-6.25,-0.25,0.375,4.5,0.5,-0.5,4.5,0.5,0.5,4.5,0.375,0.5,4.5,0.375,-0.5,4.875,1,-0.25,4.875,1,0.25,4.875,0.875,0.25,4.875,0.875,-0.25,-5.875,0.75,-0.125,-5.875,0.75,0.125,-5.875,0.625,0.125,-5.875,0.625,-0.125,-5.25,1.125,-0.125,-5.25,1.125,0.125,-5.25,1,0.125,-5.25,1,-0.125,4.875,1.125,-0.125,4.875,1.125,0.125,4.875,1,0.125,4.875,1,-0.125,6.125,0.75,-0.125,6.125,0.75,0.125,6.125,0.625,0.125,6.125,0.625,-0.125,-4.75,0.875,0.375,-4.75,0.875,-0.25,-4.75,0.5,-0.25,-4.75,0.5,0.375,6.5,0.125,0.375,6.5,0.125,-0.25,6.5,-0.25,-0.25,6.5,-0.25,0.375,5.375,1,0.25,5.375,1,-0.25,5.375,0.5,-0.25,5.375,0.5,0.25,6.25,0.75,0.25,6.25,0.75,-0.25,6.25,0.25,-0.25,6.25,0.25,0.25,6.375,0.125,-0.25,6.375,0.125,-0.5,6.375,-0.25,-0.5,6.375,-0.25,-0.25,6.375,0.25,0.5,6.375,0.25,-0.5,6.375,0.125,0.5,6.375,0.125,0.375,6.375,0,0.375,6.375,0,0.5,5.25,0.875,0.375,5.25,0.875,0.25,5.25,0.5,0.25,5.25,0.5,0.375,-5.75,0.75,0.25,-5.75,0.75,-0.25,-5.75,0.5,-0.25,-5.75,0.5,0.25,5.75,0.5,-0.25,5.75,0.5,-0.5,5.75,0.25,-0.5,5.75,0.25,-0.25,5.75,0.5,0.5,5.75,0.5,0.25,5.75,0.25,0.25,5.75,0.25,0.5,6.25,0,0.5,6.25,0,0.375,6.25,-0.25,0.375,6.25,-0.25,0.5,-4.5,0.5,0.5,-4.5,0.5,-0.5,-4.5,0.375,-0.5,-4.5,0.375,0.5,-4.875,1,0.25,-4.875,1,-0.25,-4.875,0.875,-0.25,-4.875,0.875,0.25,-6.125,0.75,0.125,-6.125,0.75,-0.125,-6.125,0.625,-0.125,-6.125,0.625,0.125,-4.875,1.125,0.125,-4.875,1.125,-0.125,-4.875,1,-0.125,-4.875,1,0.125,5.25,1.125,0.125,5.25,1.125,-0.125,5.25,1,-0.125,5.25,1,0.125,5.875,0.75,0.125,5.875,0.75,-0.125,5.875,0.625,-0.125,5.875,0.625,0.125,-4.75,0.5,-0.25,-4.5,0.5,-0.25,-4.5,0.5,0.375,-4.75,0.5,0.375,-5.75,0.5,-0.5,-4.5,0.5,-0.5,-5.75,0.5,-0.25,-5.375,0.5,-0.25,-5.375,0.5,0.25,-5.75,0.5,0.25,-5.75,0.5,0.375,-4.5,0.5,0.5,-5.75,0.5,0.5,-5.25,0.5,0.375,-5.25,0.5,0.25,4.5,0.5,-0.25,4.75,0.5,-0.25,4.75,0.5,0.375,4.5,0.5,0.375,4.5,0.5,-0.5,5.75,0.5,-0.25,5.75,0.5,-0.5,5.375,0.5,-0.25,5.75,0.5,0.25,5.375,0.5,0.25,5.75,0.5,0.375,5.75,0.5,0.5,4.5,0.5,0.5,5.25,0.5,0.25,5.25,0.5,0.375,-6.5,0.125,-0.25,-6.375,0.125,-0.25,-6.375,0.125,0.375,-6.5,0.125,0.375,6.375,0.125,-0.25,6.5,0.125,-0.25,6.5,0.125,0.375,6.375,0.125,0.375,-4.5,0.375,-0.125,-1.875,0.375,-0.125,-1.875,0.375,0.25,-4.5,0.375,0.25,-4.5,0.375,-0.375,-2.25,0.375,-0.125,-2.25,0.375,-0.375,-4.5,0.375,-0.5,4.5,0.375,-0.375,4.5,0.375,-0.5,-2,0.375,-0.375,4.5,0.375,-0.25,-2,0.375,-0.25,1.125,0.375,-0.25,4.5,0.375,0,1.125,0.375,0,1.625,0.375,0,4.5,0.375,0.375,1.625,0.375,0.375,1.25,0.375,0,1.25,0.375,0.25,1.125,0.375,0.25,-4.5,0.375,0.375,4.5,0.375,0.5,-4.5,0.375,0.5,1.25,0.375,0.375,0.625,0.375,-0.25,0.625,0.375,-0.125,-1.5,0.375,-0.125,0.625,0.375,0.25,-1.5,0.375,0.25,-2,0.375,-0.125,-6.375,0.25,-0.25,-6.25,0.25,-0.25,-6.25,0.25,0.25,-6.375,0.25,0.25,-6.375,0.25,-0.5,-5.75,0.25,-0.25,-5.75,0.25,-0.5,-5.75,0.25,0.25,-5.75,0.25,0.5,-6.375,0.25,0.5,-4.875,0.875,-0.25,-4.75,0.875,-0.25,-4.75,0.875,0.25,-4.875,0.875,0.25,-5.25,0.875,0.25,-4.75,0.875,0.375,-5.25,0.875,0.375,4.75,0.875,-0.25,4.875,0.875,-0.25,4.875,0.875,0.25,4.75,0.875,0.25,5.25,0.875,0.25,5.25,0.875,0.375,4.75,0.875,0.375,6.25,0.25,-0.25,6.375,0.25,-0.25,6.375,0.25,0.25,6.25,0.25,0.25,5.75,0.25,-0.5,6.375,0.25,-0.5,5.75,0.25,-0.25,5.75,0.25,0.25,6.375,0.25,0.5,5.75,0.25,0.5,-5.25,1.125,-0.125,-4.875,1.125,-0.125,-4.875,1.125,0.125,-5.25,1.125,0.125,4.875,1.125,-0.125,5.25,1.125,-0.125,5.25,1.125,0.125,4.875,1.125,0.125,-2.25,0.375,-0.375,-2,0.375,-0.375,-2,0.375,-0.125,-2.25,0.375,-0.125,-6.125,0.625,-0.125,-5.875,0.625,-0.125,-5.875,0.625,0.125,-6.125,0.625,0.125,0.75,0.375,-0.125,1,0.375,-0.125,1,0.375,0.125,0.75,0.375,0.125,5.875,0.625,-0.125,6.125,0.625,-0.125,6.125,0.625,0.125,5.875,0.625,0.125,-6.25,0.75,-0.125,-6.125,0.75,-0.125,-6.125,0.75,0.125,-6.25,0.75,0.125,-6.25,0.75,-0.25,-5.75,0.75,-0.125,-5.75,0.75,-0.25,-5.875,0.75,-0.125,-5.75,0.75,0.125,-5.875,0.75,0.125,-5.75,0.75,0.25,-6.25,0.75,0.25,-5.375,1,-0.125,-5.25,1,-0.125,-5.25,1,0.125,-5.375,1,0.125,-5.375,1,-0.25,-4.875,1,-0.125,-4.875,1,-0.25,-4.875,1,0.125,-4.875,1,0.25,-5.375,1,0.25,0.625,0.375,-0.125,0.75,0.375,-0.125,0.75,0.375,0.125,0.625,0.375,0.125,0.625,0.375,-0.25,1.125,0.375,-0.125,1.125,0.375,-0.25,1,0.375,-0.125,1.125,0.375,0.125,1,0.375,0.125,1.125,0.375,0.25,0.625,0.375,0.25,5.25,1,-0.125,5.375,1,-0.125,5.375,1,0.125,5.25,1,0.125,4.875,1,-0.25,5.375,1,-0.25,4.875,1,-0.125,4.875,1,0.125,5.375,1,0.25,4.875,1,0.25,5.75,0.75,-0.125,5.875,0.75,-0.125,5.875,0.75,0.125,5.75,0.75,0.125,5.75,0.75,-0.25,6.25,0.75,-0.125,6.25,0.75,-0.25,6.125,0.75,-0.125,6.25,0.75,0.125,6.125,0.75,0.125,6.25,0.75,0.25,5.75,0.75,0.25,-1.875,0.375,-0.125,-1.5,0.375,-0.125,-1.5,0.375,0,-1.875,0.375,0,-1.75,0.375,0,-1.75,0.375,0.125,-1.875,0.375,0.125,-1.5,0.375,0.125,-1.5,0.375,0.25,-1.875,0.375,0.25,-1.625,0.375,0,-1.625,0.375,0.125,1.25,0.375,0,1.625,0.375,0,1.625,0.375,0.125,1.25,0.375,0.125,1.375,0.375,0.125,1.375,0.375,0.25,1.25,0.375,0.25,1.625,0.375,0.25,1.625,0.375,0.375,1.25,0.375,0.375,1.5,0.375,0.125,1.5,0.375,0.25,-1.75,0.375,0,-1.625,0.375,0,-1.625,0.375,0.125,-1.75,0.375,0.125,1.375,0.375,0.125,1.5,0.375,0.125,1.5,0.375,0.25,1.375,0.375,0.25],"colors":[0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7450981,0.7843137,0.7647059,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1,0.8078431,0.8392157,0.8235294,1]},"moon_strip_ground_alt_1_optimised":{"faces":[783,782,780,782,781,780,779,778,776,778,777,776,775,774,772,774,773,772,771,770,768,770,769,768,767,763,766,763,758,766,765,764,762,764,763,762,762,761,759,761,760,759,759,758,756,758,757,756,755,751,754,751,746,754,753,752,750,752,751,750,750,749,747,749,748,747,747,746,744,746,745,744,743,739,742,739,734,742,741,740,738,740,739,738,738,737,735,737,736,735,735,734,732,734,733,732,731,727,730,727,722,730,729,728,726,728,727,726,726,725,723,725,724,723,723,722,720,722,721,720,719,714,717,714,718,717,716,715,713,715,714,713,711,712,710,706,711,710,709,708,706,708,707,706,705,700,703,700,704,703,702,701,699,701,700,699,697,698,696,692,697,696,695,694,692,694,693,692,691,690,688,690,689,688,687,686,684,686,685,684,683,682,680,682,681,680,679,678,676,678,677,676,675,674,672,674,673,672,671,670,668,670,669,668,667,666,659,666,664,659,665,664,663,664,661,663,661,662,660,656,661,660,659,658,656,658,657,656,654,655,633,651,654,633,653,652,651,652,649,651,650,649,645,649,647,645,648,647,646,647,641,646,645,644,642,644,643,642,642,641,640,641,638,640,638,639,637,634,638,637,635,636,634,630,635,634,633,632,630,632,631,630,629,628,621,628,626,621,627,626,625,626,623,625,623,624,622,618,623,622,621,620,618,620,619,618,617,607,616,607,614,616,615,614,613,614,611,613,612,611,610,611,605,610,609,608,603,608,607,603,605,606,604,596,605,604,603,602,595,602,600,595,601,600,599,600,597,599,597,598,596,592,597,596,595,594,592,594,593,592,591,590,588,590,589,588,587,586,584,586,585,584,583,582,580,582,581,580,579,578,576,578,577,576,575,574,572,574,573,572,571,570,568,570,569,568,567,566,564,566,565,564,563,562,560,562,561,560,559,558,557,558,555,557,556,555,554,555,552,554,553,552,550,552,551,550,549,548,546,548,547,546,546,545,543,545,544,543,543,542,540,542,541,540,539,538,536,538,537,536,535,534,532,534,533,532,531,530,528,530,529,528,527,526,524,526,525,524,523,522,520,522,521,520,519,518,516,518,517,516,515,514,512,514,513,512,511,510,508,510,509,508,507,506,504,506,505,504,503,502,500,502,501,500,499,498,496,498,497,496,495,494,492,494,493,492,491,490,488,490,489,488,487,486,484,486,485,484,483,482,477,482,481,477,480,475,478,475,479,478,477,476,474,476,475,474,473,472,470,472,471,470,468,469,467,463,468,467,466,465,463,465,464,463,462,461,460,461,458,460,459,458,456,458,457,456,455,454,452,454,453,452,451,450,448,450,449,448,447,446,444,446,445,444,442,443,441,437,442,441,440,439,437,439,438,437,436,435,433,435,434,433,432,431,429,431,430,429,428,427,425,427,426,425,424,423,421,423,422,421,420,419,417,419,418,417,416,415,413,415,414,413,412,411,409,411,410,409,408,407,405,407,406,405,404,403,401,403,402,401,400,399,397,399,398,397,396,395,393,395,394,393,392,391,389,391,390,389,388,387,385,387,386,385,384,383,381,383,382,381,380,379,377,379,378,377,376,375,373,375,374,373,372,371,369,371,370,369,368,367,365,367,366,365,364,363,361,363,362,361,360,359,357,359,358,357,356,355,353,355,354,353,352,351,349,351,350,349,348,347,345,347,346,345,344,343,342,343,337,342,340,341,339,335,340,339,338,337,335,337,336,335,334,329,332,329,333,332,331,330,328,330,329,328,327,326,324,326,325,324,324,323,321,323,322,321,320,319,317,319,318,317,316,315,313,315,314,313,312,307,310,307,311,310,309,308,306,308,307,306,305,304,302,304,303,302,301,300,298,300,299,298,297,296,294,296,295,294,293,292,290,292,291,290,289,288,286,288,287,286,285,284,282,284,283,282,281,280,278,280,279,278,277,276,274,276,275,274,273,272,270,272,271,270,269,268,266,268,267,266,265,264,262,264,263,262,261,260,258,260,259,258,257,256,254,256,255,254,253,252,250,252,251,250,249,248,246,248,247,246,245,244,242,244,243,242,241,240,238,240,239,238,237,236,234,236,235,234,233,232,230,232,231,230,229,228,226,228,227,226,225,224,222,224,223,222,221,220,218,220,219,218,217,216,214,216,215,214,213,212,210,212,211,210,209,208,206,208,207,206,205,204,203,204,201,203,202,201,199,201,200,199,198,197,195,197,196,195,195,194,192,194,193,192,190,191,189,185,190,189,188,187,185,187,186,185,184,179,182,179,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,168,166,168,167,166,165,164,162,164,163,162,161,160,158,160,159,158,157,156,154,156,155,154,153,152,150,152,151,150,149,148,146,148,147,146,145,144,142,144,143,142,141,140,138,140,139,138,137,136,134,136,135,134,133,132,130,132,131,130,129,128,126,128,127,126,125,124,122,124,123,122,121,120,118,120,119,118,117,116,114,116,115,114,113,112,110,112,111,110,109,108,106,108,107,106,105,104,102,104,103,102,101,100,98,100,99,98,97,96,94,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,73,72,70,72,71,70,69,68,66,68,67,66,65,60,63,60,64,63,62,61,59,61,60,59,57,58,56,52,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,30,28,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[-4.625,1.25,-0.125,-5,1.25,-0.125,-5,0.5,-0.125,-4.625,0.5,-0.125,5,1.25,-0.125,4.625,1.25,-0.125,4.625,0.5,-0.125,5,0.5,-0.125,-5,1,-0.25,-5.625,1,-0.25,-5.625,0.5,-0.25,-5,0.5,-0.25,5.625,1,-0.25,5,1,-0.25,5,0.5,-0.25,5.625,0.5,-0.25,-7.75,0.25,-0.25,-8.25,0.25,-0.25,-8.25,-0.125,-0.25,-7.75,-0.125,-0.25,8.25,0.25,-0.25,7.75,0.25,-0.25,7.75,-0.125,-0.25,8.25,-0.125,-0.25,-5.75,1,-0.125,-6.125,1,-0.125,-6.125,0.5,-0.125,-5.75,0.5,-0.125,6.125,1,-0.125,5.75,1,-0.125,5.75,0.5,-0.125,6.125,0.5,-0.125,6.75,0.125,-0.5,-6.75,0.125,-0.5,-6.75,-0.125,-0.5,6.75,-0.125,-0.5,-4.5,0.5,-0.5,-6.25,0.5,-0.5,-6.25,0.25,-0.5,-4.5,0.25,-0.5,6.25,0.5,-0.5,4.5,0.5,-0.5,4.5,0.25,-0.5,6.25,0.25,-0.5,-8.75,0.125,-0.375,-9.125,0.125,-0.375,-9.125,-0.125,-0.375,-8.75,-0.125,-0.375,9.125,0.125,-0.375,8.75,0.125,-0.375,8.75,-0.125,-0.375,9.125,-0.125,-0.375,-7.625,0.25,-0.125,-7.75,0.25,-0.125,-7.75,0,-0.125,-7.625,0,-0.125,-7.625,0.375,-0.125,-8.125,0.25,-0.125,-8.125,0.375,-0.125,7.75,0.25,-0.125,7.625,0.25,-0.125,7.625,0,-0.125,7.75,0,-0.125,8.125,0.375,-0.125,7.625,0.375,-0.125,8.125,0.25,-0.125,-6.75,0,0.125,-6.875,0,0.125,-6.875,-0.25,0.125,-6.75,-0.25,0.125,6.875,0,0.125,6.75,0,0.125,6.75,-0.25,0.125,6.875,-0.25,0.125,6.875,-0.125,-0.5,-6.875,-0.125,-0.5,-6.875,-0.25,-0.5,6.875,-0.25,-0.5,6.25,0.25,-0.5,-6.25,0.25,-0.5,-6.25,0.125,-0.5,6.25,0.125,-0.5,4.5,0.375,-0.5,-4.5,0.375,-0.5,-4.5,0.25,-0.5,4.5,0.25,-0.5,-6.25,0.25,-0.125,-6.625,0.25,-0.125,-6.625,0.125,-0.125,-6.25,0.125,-0.125,6.625,0.25,-0.125,6.25,0.25,-0.125,6.25,0.125,-0.125,6.625,0.125,-0.125,-5.125,0.75,0.25,-5.5,0.75,0.25,-5.5,0.625,0.25,-5.125,0.625,0.25,-5.125,1,0.25,-5.5,1,0.25,-5.5,0.875,0.25,-5.125,0.875,0.25,5.5,0.75,0.25,5.125,0.75,0.25,5.125,0.625,0.25,5.5,0.625,0.25,5.5,1,0.25,5.125,1,0.25,5.125,0.875,0.25,5.5,0.875,0.25,-8.75,0.25,-0.25,-9,0.25,-0.25,-9,0.125,-0.25,-8.75,0.125,-0.25,9,0.25,-0.25,8.75,0.25,-0.25,8.75,0.125,-0.25,9,0.125,-0.25,-5.875,1,0.125,-6,1,0.125,-6,0.875,0.125,-5.875,0.875,0.125,-4.75,1.25,0.125,-4.875,1.25,0.125,-4.875,1.125,0.125,-4.75,1.125,0.125,4.875,1.25,0.125,4.75,1.25,0.125,4.75,1.125,0.125,4.875,1.125,0.125,6,1,0.125,5.875,1,0.125,5.875,0.875,0.125,6,0.875,0.125,-5,1.25,0.25,-4.625,1.25,0.25,-4.625,0.5,0.25,-5,0.5,0.25,4.625,1.25,0.25,5,1.25,0.25,5,0.5,0.25,4.625,0.5,0.25,-5.625,1,0.375,-5,1,0.375,-5,0.5,0.375,-5.625,0.5,0.375,5,1,0.375,5.625,1,0.375,5.625,0.5,0.375,5,0.5,0.375,-8.125,0.375,0.25,-7.625,0.375,0.25,-7.625,0,0.25,-8.125,0,0.25,-6.125,1,0.25,-5.75,1,0.25,-5.75,0.5,0.25,-6.125,0.5,0.25,5.75,1,0.25,6.125,1,0.25,6.125,0.5,0.25,5.75,0.5,0.25,7.625,0.375,0.25,8.125,0.375,0.25,8.125,0,0.25,7.625,0,0.25,-6.875,0,0.5,6.875,0,0.5,6.875,-0.25,0.5,-6.875,-0.25,0.5,-6.25,0.5,0.5,-4.5,0.5,0.5,-4.5,0.25,0.5,-6.25,0.25,0.5,4.5,0.5,0.5,6.25,0.5,0.5,6.25,0.25,0.5,4.5,0.25,0.5,-9.125,0.125,0,-8.75,0.125,0,-8.75,-0.125,0,-9.125,-0.125,0,-9,0.25,0,-8.75,0.25,0,-9,0.125,0,8.75,0.125,0,9.125,0.125,0,9.125,-0.125,0,8.75,-0.125,0,8.75,0.25,0,9,0.125,0,9,0.25,0,-8.25,0.25,0.125,-8.125,0.25,0.125,-8.125,0,0.125,-8.25,0,0.125,-7.75,0,0.125,-7.75,-0.125,0.125,-8.25,-0.125,0.125,8.125,0.25,0.125,8.25,0.25,0.125,8.25,0,0.125,8.125,0,0.125,7.75,0,0.125,8.25,-0.125,0.125,7.75,-0.125,0.125,-6.75,0.125,0.5,6.75,0.125,0.5,6.75,0,0.5,-6.75,0,0.5,-6.25,0.25,0.5,6.25,0.25,0.5,6.25,0.125,0.5,-6.25,0.125,0.5,-4.5,0.375,0.5,4.5,0.375,0.5,4.5,0.25,0.5,-4.5,0.25,0.5,-5.5,0.75,-0.125,-5.125,0.75,-0.125,-5.125,0.625,-0.125,-5.5,0.625,-0.125,-5.5,1,-0.125,-5.125,1,-0.125,-5.125,0.875,-0.125,-5.5,0.875,-0.125,5.125,0.75,-0.125,5.5,0.75,-0.125,5.5,0.625,-0.125,5.125,0.625,-0.125,5.125,1,-0.125,5.5,1,-0.125,5.5,0.875,-0.125,5.125,0.875,-0.125,-6.625,0.25,0.375,-6.25,0.25,0.375,-6.25,0.125,0.375,-6.625,0.125,0.375,6.25,0.25,0.375,6.625,0.25,0.375,6.625,0.125,0.375,6.25,0.125,0.375,-6.875,-0.125,-0.25,-6.75,-0.125,-0.25,-6.75,-0.25,-0.25,-6.875,-0.25,-0.25,6.75,-0.125,-0.25,6.875,-0.125,-0.25,6.875,-0.25,-0.25,6.75,-0.25,-0.25,-6,1,0,-5.875,1,0,-5.875,0.875,0,-6,0.875,0,-4.875,1.25,0,-4.75,1.25,0,-4.75,1.125,0,-4.875,1.125,0,4.75,1.25,0,4.875,1.25,0,4.875,1.125,0,4.75,1.125,0,5.875,1,0,6,1,0,6,0.875,0,5.875,0.875,0,4.625,1.25,-0.125,4.625,1.25,0.25,4.625,0.5,0.25,4.625,0.5,-0.125,-5.625,1,-0.25,-5.625,1,0.375,-5.625,0.5,0.375,-5.625,0.5,-0.25,-8.25,0.25,-0.25,-8.25,0.25,0.125,-8.25,-0.125,0.125,-8.25,-0.125,-0.25,-6.125,1,-0.125,-6.125,1,0.25,-6.125,0.5,0.25,-6.125,0.5,-0.125,5.75,1,-0.125,5.75,1,0.25,5.75,0.5,0.25,5.75,0.5,-0.125,7.625,0.375,-0.125,7.625,0.375,0.25,7.625,0,0.25,7.625,0,-0.125,5,1,-0.25,5,1,-0.125,5,0.5,-0.125,5,0.5,-0.25,5,1,0.25,5,1,0.375,5,0.5,0.375,5,0.5,0.25,-6.25,0.5,-0.5,-6.25,0.5,0.5,-6.25,0.25,0.5,-6.25,0.25,-0.5,-9.125,0.125,-0.375,-9.125,0.125,0,-9.125,-0.125,0,-9.125,-0.125,-0.375,8.75,0.125,-0.375,8.75,0.125,0,8.75,-0.125,0,8.75,-0.125,-0.375,8.75,0.25,-0.25,8.75,0.25,0,8.75,0.125,-0.25,-5,1.25,-0.125,-5,1.25,0.25,-5,1,0.25,-5,1,-0.125,-6.875,0,0.125,-6.875,0,0.5,-6.875,-0.25,0.5,-6.875,-0.25,0.125,7.75,0.25,-0.25,7.75,0.25,-0.125,7.75,0,-0.125,7.75,0,-0.25,7.75,0,0.125,7.75,-0.125,0.125,7.75,-0.125,-0.25,-8.125,0.25,0.125,-8.125,0.25,0.25,-8.125,0,0.25,-8.125,0,0.125,-8.125,0.375,-0.125,-8.125,0.375,0.25,-8.125,0.25,-0.125,-6.75,0,-0.5,-6.75,0,0.125,-6.75,-0.125,0.125,-6.75,-0.125,-0.5,-6.75,0.125,-0.5,-6.75,0,0.5,-6.75,0.125,0.5,-6.75,-0.125,-0.25,-6.75,-0.25,0.125,-6.75,-0.25,-0.25,4.5,0.5,-0.5,4.5,0.5,0.5,4.5,0.375,0.5,4.5,0.375,-0.5,-6.25,0.25,-0.5,-6.25,0.25,-0.125,-6.25,0.125,-0.125,-6.25,0.125,-0.5,-6.625,0.25,-0.125,-6.625,0.25,0.375,-6.625,0.125,0.375,-6.625,0.125,-0.125,-5.125,0.75,-0.125,-5.125,0.75,0.25,-5.125,0.625,0.25,-5.125,0.625,-0.125,-5.125,1,-0.125,-5.125,1,0.25,-5.125,0.875,0.25,-5.125,0.875,-0.125,5.5,0.75,-0.125,5.5,0.75,0.25,5.5,0.625,0.25,5.5,0.625,-0.125,5.5,1,-0.125,5.5,1,0.25,5.5,0.875,0.25,5.5,0.875,-0.125,-6.875,-0.125,-0.5,-6.875,-0.125,-0.25,-6.875,-0.25,-0.25,-6.875,-0.25,-0.5,-9,0.25,-0.25,-9,0.25,0,-9,0.125,0,-9,0.125,-0.25,-5.875,1,0,-5.875,1,0.125,-5.875,0.875,0.125,-5.875,0.875,0,-4.75,1.25,0,-4.75,1.25,0.125,-4.75,1.125,0.125,-4.75,1.125,0,4.875,1.25,0,4.875,1.25,0.125,4.875,1.125,0.125,4.875,1.125,0,6,1,0,6,1,0.125,6,0.875,0.125,6,0.875,0,-6.25,0.25,0.375,-6.25,0.25,0.5,-6.25,0.125,0.5,-6.25,0.125,0.375,-4.625,1.25,0.25,-4.625,1.25,-0.125,-4.625,0.5,-0.125,-4.625,0.5,0.25,5.625,1,0.375,5.625,1,-0.25,5.625,0.5,-0.25,5.625,0.5,0.375,8.25,0.25,0.125,8.25,0.25,-0.25,8.25,-0.125,-0.25,8.25,-0.125,0.125,-7.625,0.375,0.25,-7.625,0.375,-0.125,-7.625,0,-0.125,-7.625,0,0.25,-5.75,1,0.25,-5.75,1,-0.125,-5.75,0.5,-0.125,-5.75,0.5,0.25,6.125,1,0.25,6.125,1,-0.125,6.125,0.5,-0.125,6.125,0.5,0.25,-5,1,-0.125,-5,1,-0.25,-5,0.5,-0.25,-5,0.5,-0.125,-5,1,0.375,-5,1,0.25,-5,0.5,0.25,-5,0.5,0.375,6.25,0.5,0.5,6.25,0.5,-0.5,6.25,0.25,-0.5,6.25,0.25,0.5,-8.75,0.125,0,-8.75,0.125,-0.375,-8.75,-0.125,-0.375,-8.75,-0.125,0,-8.75,0.25,0,-8.75,0.125,-0.25,-8.75,0.25,-0.25,9.125,0.125,0,9.125,0.125,-0.375,9.125,-0.125,-0.375,9.125,-0.125,0,5,1.25,0.25,5,1.25,-0.125,5,1,-0.125,5,1,0.25,6.875,0,0.5,6.875,0,0.125,6.875,-0.25,0.125,6.875,-0.25,0.5,-7.75,0.25,-0.125,-7.75,0.25,-0.25,-7.75,0,-0.25,-7.75,0,-0.125,-7.75,0,0.125,-7.75,-0.125,-0.25,-7.75,-0.125,0.125,8.125,0.25,0.25,8.125,0.25,0.125,8.125,0,0.125,8.125,0,0.25,8.125,0.375,0.25,8.125,0.25,-0.125,8.125,0.375,-0.125,-4.5,0.5,0.5,-4.5,0.5,-0.5,-4.5,0.375,-0.5,-4.5,0.375,0.5,6.75,0,0.125,6.75,0,-0.5,6.75,-0.125,-0.5,6.75,-0.125,0.125,6.75,0.125,0.5,6.75,0.125,-0.5,6.75,0,0.5,6.75,-0.125,-0.25,6.75,-0.25,-0.25,6.75,-0.25,0.125,6.25,0.25,-0.125,6.25,0.25,-0.5,6.25,0.125,-0.5,6.25,0.125,-0.125,-5.5,0.75,0.25,-5.5,0.75,-0.125,-5.5,0.625,-0.125,-5.5,0.625,0.25,-5.5,1,0.25,-5.5,1,-0.125,-5.5,0.875,-0.125,-5.5,0.875,0.25,5.125,0.75,0.25,5.125,0.75,-0.125,5.125,0.625,-0.125,5.125,0.625,0.25,5.125,1,0.25,5.125,1,-0.125,5.125,0.875,-0.125,5.125,0.875,0.25,6.625,0.25,0.375,6.625,0.25,-0.125,6.625,0.125,-0.125,6.625,0.125,0.375,6.875,-0.125,-0.25,6.875,-0.125,-0.5,6.875,-0.25,-0.5,6.875,-0.25,-0.25,9,0.25,0,9,0.25,-0.25,9,0.125,-0.25,9,0.125,0,-6,1,0.125,-6,1,0,-6,0.875,0,-6,0.875,0.125,-4.875,1.25,0.125,-4.875,1.25,0,-4.875,1.125,0,-4.875,1.125,0.125,4.75,1.25,0.125,4.75,1.25,0,4.75,1.125,0,4.75,1.125,0.125,5.875,1,0.125,5.875,1,0,5.875,0.875,0,5.875,0.875,0.125,6.25,0.25,0.5,6.25,0.25,0.375,6.25,0.125,0.375,6.25,0.125,0.5,-4.5,0.375,-0.5,4.5,0.375,-0.5,4.5,0.375,0.5,-4.5,0.375,0.5,-6.75,0.125,-0.5,-6.25,0.125,-0.5,-6.25,0.125,-0.125,-6.75,0.125,-0.125,-6.625,0.125,-0.125,-6.625,0.125,0.375,-6.75,0.125,0.375,-6.25,0.125,0.375,-6.25,0.125,0.5,-6.75,0.125,0.5,6.25,0.125,-0.5,6.75,0.125,-0.5,6.75,0.125,-0.125,6.25,0.125,-0.125,6.625,0.125,-0.125,6.75,0.125,0.375,6.625,0.125,0.375,6.25,0.125,0.375,6.75,0.125,0.5,6.25,0.125,0.5,-8.125,0.375,-0.125,-7.625,0.375,-0.125,-7.625,0.375,0.25,-8.125,0.375,0.25,-6.625,0.25,-0.125,-6.25,0.25,-0.125,-6.25,0.25,0.375,-6.625,0.25,0.375,-5.5,0.625,-0.125,-5.125,0.625,-0.125,-5.125,0.625,0.25,-5.5,0.625,0.25,-5.5,0.875,-0.125,-5.125,0.875,-0.125,-5.125,0.875,0.25,-5.5,0.875,0.25,5.125,0.625,-0.125,5.5,0.625,-0.125,5.5,0.625,0.25,5.125,0.625,0.25,5.125,0.875,-0.125,5.5,0.875,-0.125,5.5,0.875,0.25,5.125,0.875,0.25,6.25,0.25,-0.125,6.625,0.25,-0.125,6.625,0.25,0.375,6.25,0.25,0.375,7.625,0.375,-0.125,8.125,0.375,-0.125,8.125,0.375,0.25,7.625,0.375,0.25,-6.25,0.5,-0.125,-6.125,0.5,-0.125,-6.125,0.5,0.25,-6.25,0.5,0.25,-6.25,0.5,-0.25,-5.625,0.5,-0.125,-5.625,0.5,-0.25,-5.75,0.5,-0.125,-5.625,0.5,0.25,-5.75,0.5,0.25,-5.625,0.5,0.375,-6.25,0.5,0.375,-6.25,0.5,-0.5,-4.5,0.5,-0.25,-4.5,0.5,-0.5,-4.5,0.5,0.375,-4.5,0.5,0.5,-6.25,0.5,0.5,-5,0.5,-0.25,-4.5,0.5,-0.125,-5,0.5,-0.125,-4.625,0.5,-0.125,-4.5,0.5,0.25,-4.625,0.5,0.25,-5,0.5,0.25,-5,0.5,0.375,-5.625,1,-0.125,-5.5,1,-0.125,-5.5,1,0.25,-5.625,1,0.25,-5.625,1,-0.25,-5,1,-0.125,-5,1,-0.25,-5.125,1,-0.125,-5,1,0.25,-5.125,1,0.25,-5,1,0.375,-5.625,1,0.375,4.5,0.5,-0.125,4.625,0.5,-0.125,4.625,0.5,0.25,4.5,0.5,0.25,4.5,0.5,-0.25,5,0.5,-0.125,5,0.5,-0.25,4.5,0.5,-0.5,6.25,0.5,-0.25,6.25,0.5,-0.5,5.625,0.5,-0.25,6.25,0.5,-0.125,5.625,0.5,-0.125,5.75,0.5,-0.125,5.75,0.5,0.25,5.625,0.5,0.25,6.125,0.5,-0.125,6.25,0.5,0.25,6.125,0.5,0.25,6.25,0.5,0.375,5.625,0.5,0.375,4.5,0.5,0.375,6.25,0.5,0.5,4.5,0.5,0.5,5,0.5,0.375,5,0.5,0.25,5,1,-0.125,5.125,1,-0.125,5.125,1,0.25,5,1,0.25,5,1,-0.25,5.625,1,-0.125,5.625,1,-0.25,5.5,1,-0.125,5.625,1,0.25,5.5,1,0.25,5.625,1,0.375,5,1,0.375,-6.875,0,0.125,-6.75,0,0.125,-6.75,0,0.5,-6.875,0,0.5,6.75,0,0.125,6.875,0,0.125,6.875,0,0.5,6.75,0,0.5,-9,0.25,-0.25,-8.75,0.25,-0.25,-8.75,0.25,0,-9,0.25,0,8.75,0.25,-0.25,9,0.25,-0.25,9,0.25,0,8.75,0.25,0,-6.875,-0.125,-0.5,-6.75,-0.125,-0.5,-6.75,-0.125,-0.25,-6.875,-0.125,-0.25,6.75,-0.125,-0.5,6.875,-0.125,-0.5,6.875,-0.125,-0.25,6.75,-0.125,-0.25,-9.125,0.125,-0.25,-9,0.125,-0.25,-9,0.125,0,-9.125,0.125,0,-9.125,0.125,-0.375,-8.75,0.125,-0.25,-8.75,0.125,-0.375,9,0.125,-0.25,9.125,0.125,-0.25,9.125,0.125,0,9,0.125,0,8.75,0.125,-0.375,9.125,0.125,-0.375,8.75,0.125,-0.25,-8.25,0.25,-0.125,-8.125,0.25,-0.125,-8.125,0.25,0.125,-8.25,0.25,0.125,-8.25,0.25,-0.25,-7.75,0.25,-0.125,-7.75,0.25,-0.25,8.125,0.25,-0.125,8.25,0.25,-0.125,8.25,0.25,0.125,8.125,0.25,0.125,7.75,0.25,-0.25,8.25,0.25,-0.25,7.75,0.25,-0.125,-6.125,1,-0.125,-5.75,1,-0.125,-5.75,1,0,-6.125,1,0,-6,1,0,-6,1,0.125,-6.125,1,0.125,-5.75,1,0.125,-5.75,1,0.25,-6.125,1,0.25,-5.875,1,0,-5.875,1,0.125,-5,1.25,-0.125,-4.625,1.25,-0.125,-4.625,1.25,0,-5,1.25,0,-4.875,1.25,0,-4.875,1.25,0.125,-5,1.25,0.125,-4.625,1.25,0.125,-4.625,1.25,0.25,-5,1.25,0.25,-4.75,1.25,0,-4.75,1.25,0.125,4.625,1.25,-0.125,5,1.25,-0.125,5,1.25,0,4.625,1.25,0,4.75,1.25,0,4.75,1.25,0.125,4.625,1.25,0.125,5,1.25,0.125,5,1.25,0.25,4.625,1.25,0.25,4.875,1.25,0,4.875,1.25,0.125,5.75,1,-0.125,6.125,1,-0.125,6.125,1,0,5.75,1,0,5.875,1,0,5.875,1,0.125,5.75,1,0.125,6.125,1,0.125,6.125,1,0.25,5.75,1,0.25,6,1,0,6,1,0.125,-6,0.875,0,-5.875,0.875,0,-5.875,0.875,0.125,-6,0.875,0.125,-4.875,1.125,0,-4.75,1.125,0,-4.75,1.125,0.125,-4.875,1.125,0.125,4.75,1.125,0,4.875,1.125,0,4.875,1.125,0.125,4.75,1.125,0.125,5.875,0.875,0,6,0.875,0,6,0.875,0.125,5.875,0.875,0.125],"colors":[0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1]},"moon_strip_ground_alt_2_optimised":{"faces":[607,606,604,606,605,604,603,602,600,602,601,600,599,598,596,598,597,596,595,594,592,594,593,592,591,587,590,587,582,590,589,588,586,588,587,586,586,585,583,585,584,583,583,582,580,582,581,580,579,575,578,575,570,578,577,576,574,576,575,574,574,573,571,573,572,571,571,570,568,570,569,568,567,563,566,563,558,566,565,564,562,564,563,562,562,561,559,561,560,559,559,558,556,558,557,556,555,551,554,551,546,554,553,552,550,552,551,550,550,549,547,549,548,547,547,546,544,546,545,544,543,542,535,542,540,535,541,540,539,540,537,539,537,538,536,532,537,536,535,534,532,534,533,532,531,530,528,530,529,528,527,526,525,526,520,525,524,519,522,519,523,522,521,520,518,520,519,518,517,516,509,516,514,509,515,514,513,514,511,513,511,512,510,506,511,510,509,508,506,508,507,506,505,504,497,504,502,497,503,502,501,502,499,501,499,500,498,494,499,498,497,496,494,496,495,494,493,492,487,492,491,487,489,490,488,484,489,488,487,486,484,486,485,484,483,482,480,482,481,480,479,478,476,478,477,476,475,474,472,474,473,472,471,470,468,470,469,468,467,466,464,466,465,464,463,462,460,462,461,460,459,458,456,458,457,456,455,454,452,454,453,452,435,451,450,447,435,450,448,449,447,442,448,447,446,444,432,444,445,432,443,444,442,439,443,442,441,440,439,440,437,439,438,437,436,437,434,436,434,435,433,430,434,433,432,427,430,427,431,430,429,428,426,428,427,426,425,424,423,424,418,423,422,417,420,417,421,420,419,418,416,418,417,416,415,414,412,414,413,412,411,401,410,401,408,410,409,408,407,408,405,407,406,405,404,405,399,404,403,402,397,402,401,397,399,400,398,394,399,398,397,396,394,396,395,394,393,392,390,392,391,390,389,388,383,388,387,383,385,386,384,380,385,384,383,382,380,382,381,380,378,379,377,369,378,377,377,376,374,376,375,374,374,373,368,373,372,368,371,370,369,370,364,369,368,363,366,363,367,366,365,364,362,364,363,362,361,360,358,360,359,358,357,356,354,356,355,354,353,352,350,352,351,350,349,348,346,348,347,346,345,344,342,344,343,342,341,340,338,340,339,338,337,336,334,336,335,334,333,332,330,332,331,330,329,328,323,328,327,323,326,325,324,325,322,324,323,322,320,322,321,320,319,318,316,318,317,316,315,314,312,314,313,312,311,310,308,310,309,308,306,307,305,301,306,305,304,303,301,303,302,301,300,299,297,299,298,297,296,295,293,295,294,293,292,291,289,291,290,289,287,288,286,282,287,286,285,284,282,284,283,282,281,280,278,280,279,278,277,276,274,276,275,274,273,272,270,272,271,270,269,268,266,268,267,266,265,264,262,264,263,262,261,260,258,260,259,258,257,256,254,256,255,254,253,252,250,252,251,250,249,248,246,248,247,246,245,244,242,244,243,242,241,240,238,240,239,238,237,236,234,236,235,234,233,232,231,232,226,231,230,229,227,229,228,227,227,226,224,226,225,224,223,222,220,222,221,220,219,218,216,218,217,216,215,210,213,210,214,213,212,211,209,211,210,209,208,207,205,207,206,205,204,203,201,203,202,201,200,199,197,199,198,197,196,191,194,191,195,194,193,192,190,192,191,190,189,188,186,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,168,166,168,167,166,165,164,162,164,163,162,161,160,158,160,159,158,157,156,154,156,155,154,153,152,150,152,151,150,149,148,146,148,147,146,145,144,142,144,143,142,140,141,139,135,140,139,138,137,135,137,136,135,134,129,132,129,133,132,131,130,128,130,129,128,127,126,124,126,125,124,123,122,120,122,121,120,119,118,116,118,117,116,115,114,112,114,113,112,111,110,108,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,67,66,64,66,65,64,63,62,60,62,61,60,59,58,56,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,30,28,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[-5.5,1.25,-0.125,-5.875,1.25,-0.125,-5.875,0.5,-0.125,-5.5,0.5,-0.125,5.75,1.25,-0.125,5.375,1.25,-0.125,5.375,0.5,-0.125,5.75,0.5,-0.125,6.875,0.125,-0.5,-6.875,0.125,-0.5,-6.875,-0.25,-0.5,6.875,-0.25,-0.5,-4.875,1,-0.25,-5.5,1,-0.25,-5.5,0.5,-0.25,-4.875,0.5,-0.25,5.375,1,-0.25,4.75,1,-0.25,4.75,0.5,-0.25,5.375,0.5,-0.25,-4.5,0.5,-0.5,-6.25,0.5,-0.5,-6.25,0.25,-0.5,-4.5,0.25,-0.5,6.25,0.5,-0.5,4.5,0.5,-0.5,4.5,0.25,-0.5,6.25,0.25,-0.5,-7.5,0,-0.25,-8.25,0,-0.25,-8.25,-0.25,-0.25,-7.5,-0.25,-0.25,8.25,0,-0.25,7.5,0,-0.25,7.5,-0.25,-0.25,8.25,-0.25,-0.25,6.75,0.25,-0.5,-6.75,0.25,-0.5,-6.75,0.125,-0.5,6.75,0.125,-0.5,4.5,0.375,-0.5,-4.5,0.375,-0.5,-4.5,0.25,-0.5,4.5,0.25,-0.5,-7.5,0.125,-0.125,-8.125,0.125,-0.125,-8.125,0,-0.125,-7.5,0,-0.125,8.125,0.125,-0.125,7.5,0.125,-0.125,7.5,0,-0.125,8.125,0,-0.125,-5,0.75,0.25,-5.375,0.75,0.25,-5.375,0.625,0.25,-5,0.625,0.25,-5,1,0.25,-5.375,1,0.25,-5.375,0.875,0.25,-5,0.875,0.25,5.25,0.75,0.25,4.875,0.75,0.25,4.875,0.625,0.25,5.25,0.625,0.25,5.25,1,0.25,4.875,1,0.25,4.875,0.875,0.25,5.25,0.875,0.25,-6.25,0.375,-0.25,-6.5,0.375,-0.25,-6.5,0.25,-0.25,-6.25,0.25,-0.25,6.5,0.375,-0.25,6.25,0.375,-0.25,6.25,0.25,-0.25,6.5,0.25,-0.25,-5.625,1.25,0.125,-5.75,1.25,0.125,-5.75,1.125,0.125,-5.625,1.125,0.125,5.625,1.25,0.125,5.5,1.25,0.125,5.5,1.125,0.125,5.625,1.125,0.125,-5.875,1.25,0.25,-5.5,1.25,0.25,-5.5,0.5,0.25,-5.875,0.5,0.25,5.375,1.25,0.25,5.75,1.25,0.25,5.75,0.5,0.25,5.375,0.5,0.25,-6.75,0.25,0.5,6.75,0.25,0.5,6.75,-0.25,0.5,-6.75,-0.25,0.5,-5.5,1,0.375,-4.875,1,0.375,-4.875,0.5,0.375,-5.5,0.5,0.375,4.75,1,0.375,5.375,1,0.375,5.375,0.5,0.375,4.75,0.5,0.375,-6.875,0.125,0,-6.75,0.125,0,-6.75,-0.25,0,-6.875,-0.25,0,6.75,0.125,0,6.875,0.125,0,6.875,-0.25,0,6.75,-0.25,0,-6.25,0.5,0.5,-4.5,0.5,0.5,-4.5,0.25,0.5,-6.25,0.25,0.5,4.5,0.5,0.5,6.25,0.5,0.5,6.25,0.25,0.5,4.5,0.25,0.5,-8.25,0,0.375,-7.625,0,0.375,-7.625,-0.25,0.375,-8.25,-0.25,0.375,7.625,0,0.375,8.25,0,0.375,8.25,-0.25,0.375,7.625,-0.25,0.375,-7.625,0,0.25,-7.5,0,0.25,-7.5,-0.25,0.25,-7.625,-0.25,0.25,-8.125,0.125,0.25,-7.5,0.125,0.25,-8.125,0,0.25,7.5,0,0.25,7.625,0,0.25,7.625,-0.25,0.25,7.5,-0.25,0.25,7.5,0.125,0.25,8.125,0,0.25,8.125,0.125,0.25,-4.5,0.375,0.5,4.5,0.375,0.5,4.5,0.25,0.5,-4.5,0.25,0.5,-5.375,0.75,-0.125,-5,0.75,-0.125,-5,0.625,-0.125,-5.375,0.625,-0.125,-5.375,1,-0.125,-5,1,-0.125,-5,0.875,-0.125,-5.375,0.875,-0.125,4.875,0.75,-0.125,5.25,0.75,-0.125,5.25,0.625,-0.125,4.875,0.625,-0.125,4.875,1,-0.125,5.25,1,-0.125,5.25,0.875,-0.125,4.875,0.875,-0.125,-6.5,0.375,0.375,-6.25,0.375,0.375,-6.25,0.25,0.375,-6.5,0.25,0.375,6.25,0.375,0.375,6.5,0.375,0.375,6.5,0.25,0.375,6.25,0.25,0.375,-5.75,1.25,0,-5.625,1.25,0,-5.625,1.125,0,-5.75,1.125,0,5.5,1.25,0,5.625,1.25,0,5.625,1.125,0,5.5,1.125,0,-5.875,1.25,-0.125,-5.875,1.25,0.25,-5.875,0.5,0.25,-5.875,0.5,-0.125,4.75,1,-0.25,4.75,1,0.375,4.75,0.5,0.375,4.75,0.5,-0.25,-6.875,0.125,-0.5,-6.875,0.125,0,-6.875,-0.25,0,-6.875,-0.25,-0.5,-6.75,0.125,0,-6.75,0.125,0.5,-6.75,-0.25,0.5,-6.75,-0.25,0,-6.75,0.25,-0.5,-6.75,0.25,0.5,-6.75,0.125,-0.5,-5.5,1,-0.25,-5.5,1,-0.125,-5.5,0.5,-0.125,-5.5,0.5,-0.25,-5.5,1,0.25,-5.5,1,0.375,-5.5,0.5,0.375,-5.5,0.5,0.25,-8.25,0,-0.25,-8.25,0,0.375,-8.25,-0.25,0.375,-8.25,-0.25,-0.25,7.5,0,-0.25,7.5,0,0.25,7.5,-0.25,0.25,7.5,-0.25,-0.25,7.5,0.125,-0.125,7.5,0.125,0.25,7.5,0,-0.125,5.375,1.25,-0.125,5.375,1.25,0.25,5.375,1,0.25,5.375,1,-0.125,7.625,0,0.25,7.625,0,0.375,7.625,-0.25,0.375,7.625,-0.25,0.25,-6.25,0.5,-0.5,-6.25,0.5,0.5,-6.25,0.375,0.5,-6.25,0.375,-0.5,-6.25,0.375,-0.25,-6.25,0.25,-0.25,-6.25,0.25,-0.5,-6.25,0.375,0.375,-6.25,0.25,0.5,-6.25,0.25,0.375,4.5,0.5,-0.5,4.5,0.5,0.5,4.5,0.375,0.5,4.5,0.375,-0.5,-6.5,0.375,-0.25,-6.5,0.375,0.375,-6.5,0.25,0.375,-6.5,0.25,-0.25,-8.125,0.125,-0.125,-8.125,0.125,0.25,-8.125,0,0.25,-8.125,0,-0.125,-5,0.75,-0.125,-5,0.75,0.25,-5,0.625,0.25,-5,0.625,-0.125,-5,1,-0.125,-5,1,0.25,-5,0.875,0.25,-5,0.875,-0.125,5.25,0.75,-0.125,5.25,0.75,0.25,5.25,0.625,0.25,5.25,0.625,-0.125,5.25,1,-0.125,5.25,1,0.25,5.25,0.875,0.25,5.25,0.875,-0.125,-5.625,1.25,0,-5.625,1.25,0.125,-5.625,1.125,0.125,-5.625,1.125,0,5.625,1.25,0,5.625,1.25,0.125,5.625,1.125,0.125,5.625,1.125,0,5.75,1.25,0.25,5.75,1.25,-0.125,5.75,0.5,-0.125,5.75,0.5,0.25,-4.875,1,0.375,-4.875,1,-0.25,-4.875,0.5,-0.25,-4.875,0.5,0.375,6.875,0.125,0,6.875,0.125,-0.5,6.875,-0.25,-0.5,6.875,-0.25,0,6.75,0.125,0.5,6.75,0.125,0,6.75,-0.25,0,6.75,-0.25,0.5,6.75,0.25,0.5,6.75,0.125,-0.5,6.75,0.25,-0.5,5.375,1,-0.125,5.375,1,-0.25,5.375,0.5,-0.25,5.375,0.5,-0.125,5.375,1,0.375,5.375,1,0.25,5.375,0.5,0.25,5.375,0.5,0.375,8.25,0,0.375,8.25,0,-0.25,8.25,-0.25,-0.25,8.25,-0.25,0.375,-7.5,0,0.25,-7.5,0,-0.25,-7.5,-0.25,-0.25,-7.5,-0.25,0.25,-7.5,0.125,0.25,-7.5,0,-0.125,-7.5,0.125,-0.125,-5.5,1.25,0.25,-5.5,1.25,-0.125,-5.5,1,-0.125,-5.5,1,0.25,-7.625,0,0.375,-7.625,0,0.25,-7.625,-0.25,0.25,-7.625,-0.25,0.375,-4.5,0.5,0.5,-4.5,0.5,-0.5,-4.5,0.375,-0.5,-4.5,0.375,0.5,6.25,0.5,0.5,6.25,0.5,-0.5,6.25,0.375,-0.5,6.25,0.375,0.5,6.25,0.375,-0.25,6.25,0.25,-0.5,6.25,0.25,-0.25,6.25,0.375,0.375,6.25,0.25,0.375,6.25,0.25,0.5,6.5,0.375,0.375,6.5,0.375,-0.25,6.5,0.25,-0.25,6.5,0.25,0.375,-5.375,0.75,0.25,-5.375,0.75,-0.125,-5.375,0.625,-0.125,-5.375,0.625,0.25,-5.375,1,0.25,-5.375,1,-0.125,-5.375,0.875,-0.125,-5.375,0.875,0.25,4.875,0.75,0.25,4.875,0.75,-0.125,4.875,0.625,-0.125,4.875,0.625,0.25,4.875,1,0.25,4.875,1,-0.125,4.875,0.875,-0.125,4.875,0.875,0.25,8.125,0.125,0.25,8.125,0.125,-0.125,8.125,0,-0.125,8.125,0,0.25,-5.75,1.25,0.125,-5.75,1.25,0,-5.75,1.125,0,-5.75,1.125,0.125,5.5,1.25,0.125,5.5,1.25,0,5.5,1.125,0,5.5,1.125,0.125,-4.875,0.5,-0.25,-4.5,0.5,-0.25,-4.5,0.5,0.375,-4.875,0.5,0.375,-6.25,0.5,-0.5,-4.5,0.5,-0.5,-6.25,0.5,-0.25,-6.25,0.5,0.375,-4.5,0.5,0.5,-6.25,0.5,0.5,-5.5,0.5,-0.25,-5.5,0.5,-0.125,-6.25,0.5,-0.125,-5.875,0.5,-0.125,-5.875,0.5,0.25,-6.25,0.5,0.25,-5.5,0.5,0.375,-5.5,0.5,0.25,-6.75,0.25,-0.25,-6.5,0.25,-0.25,-6.5,0.25,0.375,-6.75,0.25,0.375,-6.75,0.25,-0.5,-6.25,0.25,-0.25,-6.25,0.25,-0.5,-6.25,0.25,0.375,-6.25,0.25,0.5,-6.75,0.25,0.5,-6.5,0.375,-0.25,-6.25,0.375,-0.25,-6.25,0.375,0.375,-6.5,0.375,0.375,4.5,0.5,-0.25,4.75,0.5,-0.25,4.75,0.5,0.375,4.5,0.5,0.375,4.5,0.5,-0.5,6.25,0.5,-0.25,6.25,0.5,-0.5,6.25,0.5,0.375,6.25,0.5,0.5,4.5,0.5,0.5,5.375,0.5,-0.25,6.25,0.5,-0.125,5.375,0.5,-0.125,5.75,0.5,-0.125,6.25,0.5,0.25,5.75,0.5,0.25,5.375,0.5,0.25,5.375,0.5,0.375,6.25,0.375,-0.25,6.5,0.375,-0.25,6.5,0.375,0.375,6.25,0.375,0.375,6.5,0.25,-0.25,6.75,0.25,-0.25,6.75,0.25,0.375,6.5,0.25,0.375,6.25,0.25,-0.5,6.75,0.25,-0.5,6.25,0.25,-0.25,6.25,0.25,0.375,6.75,0.25,0.5,6.25,0.25,0.5,-3.375,0.375,-0.125,2.75,0.375,-0.125,2.75,0.375,0.25,-3.375,0.375,0.25,-3.875,0.375,-0.25,2.75,0.375,-0.25,-3.875,0.375,-0.125,-3.875,0.375,-0.375,4.5,0.375,-0.25,4.5,0.375,-0.375,3.25,0.375,-0.25,4.5,0.375,0.25,3.25,0.375,0.25,-4.5,0.375,0.25,4.5,0.375,0.5,-4.5,0.375,0.5,-4.5,0.375,0,-3.75,0.375,0.25,-3.75,0.375,0,-3.75,0.375,-0.125,-3.875,0.375,0,-4.5,0.375,-0.375,-4.25,0.375,0,-4.25,0.375,-0.375,-4.5,0.375,-0.5,4.5,0.375,-0.5,-8.125,0.125,-0.125,-7.5,0.125,-0.125,-7.5,0.125,0.25,-8.125,0.125,0.25,7.5,0.125,-0.125,8.125,0.125,-0.125,8.125,0.125,0.25,7.5,0.125,0.25,-5.375,0.625,-0.125,-5,0.625,-0.125,-5,0.625,0.25,-5.375,0.625,0.25,-5.375,0.875,-0.125,-5,0.875,-0.125,-5,0.875,0.25,-5.375,0.875,0.25,4.875,0.625,-0.125,5.25,0.625,-0.125,5.25,0.625,0.25,4.875,0.625,0.25,4.875,0.875,-0.125,5.25,0.875,-0.125,5.25,0.875,0.25,4.875,0.875,0.25,-6.875,0.125,-0.5,-6.75,0.125,-0.5,-6.75,0.125,0,-6.875,0.125,0,6.75,0.125,-0.5,6.875,0.125,-0.5,6.875,0.125,0,6.75,0.125,0,-8.25,0,-0.125,-8.125,0,-0.125,-8.125,0,0.25,-8.25,0,0.25,-8.25,0,-0.25,-7.5,0,-0.125,-7.5,0,-0.25,-7.625,0,0.25,-7.625,0,0.375,-8.25,0,0.375,-5.5,1,-0.125,-5.375,1,-0.125,-5.375,1,0.25,-5.5,1,0.25,-5.5,1,-0.25,-4.875,1,-0.125,-4.875,1,-0.25,-5,1,-0.125,-4.875,1,0.25,-5,1,0.25,-4.875,1,0.375,-5.5,1,0.375,4.75,1,-0.125,4.875,1,-0.125,4.875,1,0.25,4.75,1,0.25,4.75,1,-0.25,5.375,1,-0.125,5.375,1,-0.25,5.25,1,-0.125,5.375,1,0.25,5.25,1,0.25,5.375,1,0.375,4.75,1,0.375,8.125,0,-0.125,8.25,0,-0.125,8.25,0,0.25,8.125,0,0.25,7.5,0,-0.25,8.25,0,-0.25,7.5,0,-0.125,7.625,0,0.25,8.25,0,0.375,7.625,0,0.375,2.875,0.375,-0.125,3.125,0.375,-0.125,3.125,0.375,0.125,2.875,0.375,0.125,2.75,0.375,-0.125,2.875,0.375,-0.125,2.875,0.375,0.125,2.75,0.375,0.125,2.75,0.375,-0.25,3.25,0.375,-0.125,3.25,0.375,-0.25,3.125,0.375,-0.125,3.25,0.375,0.125,3.125,0.375,0.125,3.25,0.375,0.25,2.75,0.375,0.25,-4.25,0.375,-0.375,-3.875,0.375,-0.375,-3.875,0.375,-0.25,-4.25,0.375,-0.25,-4.125,0.375,-0.25,-4.125,0.375,-0.125,-4.25,0.375,-0.125,-3.875,0.375,-0.125,-3.875,0.375,0,-4.25,0.375,0,-4,0.375,-0.25,-4,0.375,-0.125,-5.875,1.25,-0.125,-5.5,1.25,-0.125,-5.5,1.25,0,-5.875,1.25,0,-5.75,1.25,0,-5.75,1.25,0.125,-5.875,1.25,0.125,-5.5,1.25,0.125,-5.5,1.25,0.25,-5.875,1.25,0.25,-5.625,1.25,0,-5.625,1.25,0.125,-3.75,0.375,-0.125,-3.375,0.375,-0.125,-3.375,0.375,0,-3.75,0.375,0,-3.625,0.375,0,-3.625,0.375,0.125,-3.75,0.375,0.125,-3.375,0.375,0.125,-3.375,0.375,0.25,-3.75,0.375,0.25,-3.5,0.375,0,-3.5,0.375,0.125,5.375,1.25,-0.125,5.75,1.25,-0.125,5.75,1.25,0,5.375,1.25,0,5.5,1.25,0,5.5,1.25,0.125,5.375,1.25,0.125,5.75,1.25,0.125,5.75,1.25,0.25,5.375,1.25,0.25,5.625,1.25,0,5.625,1.25,0.125,-4.125,0.375,-0.25,-4,0.375,-0.25,-4,0.375,-0.125,-4.125,0.375,-0.125,-5.75,1.125,0,-5.625,1.125,0,-5.625,1.125,0.125,-5.75,1.125,0.125,-3.625,0.375,0,-3.5,0.375,0,-3.5,0.375,0.125,-3.625,0.375,0.125,5.5,1.125,0,5.625,1.125,0,5.625,1.125,0.125,5.5,1.125,0.125],"colors":[0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.7019608,0.7490196,0.7254902,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.7215686,0.7686275,0.7450981,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.6431373,0.6941177,0.6666667,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.7647059,0.8039216,0.7843137,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1]},"moon_strip_road_1_optimised":{"faces":[259,258,256,258,257,256,255,254,252,254,253,252,250,251,249,238,250,249,248,247,245,247,246,245,245,244,237,244,242,237,243,242,241,242,239,241,239,240,238,234,239,238,237,236,234,236,235,234,233,221,231,221,232,231,230,229,228,229,226,228,227,226,225,226,218,225,225,224,222,224,223,222,222,217,220,217,221,220,219,218,216,218,217,216,215,214,212,214,213,212,212,211,210,211,205,210,209,204,207,204,208,207,206,205,203,205,204,203,202,201,200,201,198,200,199,198,193,198,197,193,195,196,194,190,195,194,193,192,190,192,191,190,189,188,186,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,169,168,166,168,167,166,165,164,162,164,163,162,161,160,158,160,159,158,157,156,154,156,155,154,153,152,150,152,151,150,149,148,146,148,147,146,146,145,143,145,144,143,142,141,139,141,140,139,138,137,135,137,136,135,134,133,131,133,132,131,130,129,127,129,128,127,126,125,123,125,124,123,122,121,119,121,120,119,118,117,115,117,116,115,114,113,111,113,112,111,110,109,108,109,106,108,107,106,104,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,67,66,64,66,65,64,63,62,60,62,61,60,59,58,56,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,30,28,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[-6.125,0.25,-0.375,-6.625,0.25,-0.375,-6.625,0,-0.375,-6.125,0,-0.375,6.625,0.25,-0.375,6.125,0.25,-0.375,6.125,0,-0.375,6.625,0,-0.375,6.875,-0.125,-0.5,-6.875,-0.125,-0.5,-6.875,-0.25,-0.5,6.875,-0.25,-0.5,6.75,0,-0.5,-6.75,0,-0.5,-6.75,-0.125,-0.5,6.75,-0.125,-0.5,6.125,0.125,-0.5,-6.125,0.125,-0.5,-6.125,0,-0.5,6.125,0,-0.5,4.5,0.25,-0.5,-4.5,0.25,-0.5,-4.5,0.125,-0.5,4.5,0.125,-0.5,-4.5,0.25,-0.5,-6.125,0.25,-0.5,-6.125,0.125,-0.5,-4.5,0.125,-0.5,6.125,0.25,-0.5,4.5,0.25,-0.5,4.5,0.125,-0.5,6.125,0.125,-0.5,-6.25,0.25,0.125,-6.5,0.25,0.125,-6.5,0.125,0.125,-6.25,0.125,0.125,6.5,0.25,0.125,6.25,0.25,0.125,6.25,0.125,0.125,6.5,0.125,0.125,-6.5,0,0.5,6.5,0,0.5,6.5,-0.25,0.5,-6.5,-0.25,0.5,-6.625,0.25,0.25,-6.125,0.25,0.25,-6.125,0,0.25,-6.625,0,0.25,6.125,0.25,0.25,6.625,0.25,0.25,6.625,0,0.25,6.125,0,0.25,-6.75,0,0.375,-6.5,0,0.375,-6.5,-0.25,0.375,-6.75,-0.25,0.375,6.5,0,0.375,6.75,0,0.375,6.75,-0.25,0.375,6.5,-0.25,0.375,-6.125,0.125,0.5,6.125,0.125,0.5,6.125,0,0.5,-6.125,0,0.5,-4.5,0.25,0.5,4.5,0.25,0.5,4.5,0.125,0.5,-4.5,0.125,0.5,-6.125,0.25,0.5,-4.5,0.25,0.5,-4.5,0.125,0.5,-6.125,0.125,0.5,4.5,0.25,0.5,6.125,0.25,0.5,6.125,0.125,0.5,4.5,0.125,0.5,-6.5,0.25,-0.25,-6.25,0.25,-0.25,-6.25,0.125,-0.25,-6.5,0.125,-0.25,6.25,0.25,-0.25,6.5,0.25,-0.25,6.5,0.125,-0.25,6.25,0.125,-0.25,-6.875,-0.125,0.25,-6.75,-0.125,0.25,-6.75,-0.25,0.25,-6.875,-0.25,0.25,6.75,-0.125,0.25,6.875,-0.125,0.25,6.875,-0.25,0.25,6.75,-0.25,0.25,-6.625,0.25,-0.375,-6.625,0.25,0.25,-6.625,0,0.25,-6.625,0,-0.375,-6.5,0,0.375,-6.5,0,0.5,-6.5,-0.25,0.5,-6.5,-0.25,0.375,-6.875,-0.125,-0.5,-6.875,-0.125,0.25,-6.875,-0.25,0.25,-6.875,-0.25,-0.5,-6.75,0,-0.5,-6.75,0,0.375,-6.75,-0.125,0.375,-6.75,-0.125,-0.5,-6.75,-0.125,0.25,-6.75,-0.25,0.375,-6.75,-0.25,0.25,-6.25,0.25,-0.25,-6.25,0.25,0.125,-6.25,0.125,0.125,-6.25,0.125,-0.25,6.5,0.25,-0.25,6.5,0.25,0.125,6.5,0.125,0.125,6.5,0.125,-0.25,-6.125,0.125,0.25,-6.125,0.125,0.5,-6.125,0,0.5,-6.125,0,0.25,-6.125,0.25,0.25,-6.125,0.25,0.5,-6.125,0.125,0.5,-6.125,0.125,0.25,-6.125,0.125,-0.5,-6.125,0.125,-0.375,-6.125,0,-0.375,-6.125,0,-0.5,-6.125,0.25,-0.5,-6.125,0.25,-0.375,-6.125,0.125,-0.375,-6.125,0.125,-0.5,6.625,0.25,0.25,6.625,0.25,-0.375,6.625,0,-0.375,6.625,0,0.25,6.5,0,0.5,6.5,0,0.375,6.5,-0.25,0.375,6.5,-0.25,0.5,6.75,0,0.375,6.75,0,-0.5,6.75,-0.125,-0.5,6.75,-0.125,0.375,6.75,-0.125,0.25,6.75,-0.25,0.25,6.75,-0.25,0.375,6.875,-0.125,0.25,6.875,-0.125,-0.5,6.875,-0.25,-0.5,6.875,-0.25,0.25,-6.5,0.25,0.125,-6.5,0.25,-0.25,-6.5,0.125,-0.25,-6.5,0.125,0.125,6.25,0.25,0.125,6.25,0.25,-0.25,6.25,0.125,-0.25,6.25,0.125,0.125,6.125,0.125,0.5,6.125,0.125,0.25,6.125,0,0.25,6.125,0,0.5,6.125,0.25,0.5,6.125,0.25,0.25,6.125,0.125,0.25,6.125,0.125,0.5,6.125,0.125,-0.375,6.125,0.125,-0.5,6.125,0,-0.5,6.125,0,-0.375,6.125,0.25,-0.375,6.125,0.25,-0.5,6.125,0.125,-0.5,6.125,0.125,-0.375,-4.5,0.25,-0.5,4.5,0.25,-0.5,4.5,0.25,0.5,-4.5,0.25,0.5,-6.875,-0.125,-0.5,-6.75,-0.125,-0.5,-6.75,-0.125,0.25,-6.875,-0.125,0.25,6.75,-0.125,-0.5,6.875,-0.125,-0.5,6.875,-0.125,0.25,6.75,-0.125,0.25,-6.75,0,-0.375,-6.625,0,-0.375,-6.625,0,0.25,-6.75,0,0.25,-6.75,0,-0.5,-6.125,0,-0.375,-6.125,0,-0.5,-6.125,0,0.25,-6.125,0,0.375,-6.75,0,0.375,-6.5,0,0.375,-6.125,0,0.5,-6.5,0,0.5,6.625,0,-0.375,6.75,0,-0.375,6.75,0,0.25,6.625,0,0.25,6.125,0,-0.5,6.75,0,-0.5,6.125,0,-0.375,6.125,0,0.25,6.75,0,0.375,6.125,0,0.375,6.5,0,0.375,6.5,0,0.5,6.125,0,0.5,-6.25,0.25,-0.25,-4.5,0.25,-0.25,-4.5,0.25,0.125,-6.25,0.25,0.125,-6.625,0.25,-0.375,-4.5,0.25,-0.375,-6.625,0.25,-0.25,-6.5,0.25,-0.25,-6.5,0.25,0.125,-6.625,0.25,0.125,-4.5,0.25,0.25,-6.625,0.25,0.25,-6.125,0.25,0.25,-4.5,0.25,0.5,-6.125,0.25,0.5,-6.125,0.25,-0.5,-4.5,0.25,-0.5,-6.125,0.25,-0.375,4.5,0.25,-0.25,6.25,0.25,-0.25,6.25,0.25,0.125,4.5,0.25,0.125,4.5,0.25,-0.375,6.625,0.25,-0.25,6.625,0.25,-0.375,6.5,0.25,-0.25,6.625,0.25,0.125,6.5,0.25,0.125,6.625,0.25,0.25,4.5,0.25,0.25,6.125,0.25,0.25,6.125,0.25,0.5,4.5,0.25,0.5,4.5,0.25,-0.5,6.125,0.25,-0.375,6.125,0.25,-0.5,-6.5,0.125,-0.25,-6.25,0.125,-0.25,-6.25,0.125,0.125,-6.5,0.125,0.125,6.25,0.125,-0.25,6.5,0.125,-0.25,6.5,0.125,0.125,6.25,0.125,0.125],"colors":[0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1]},"moon_strip_road_2_optimised":{"faces":[293,292,290,292,291,290,288,289,287,283,288,287,286,285,283,285,284,283,282,277,280,277,281,280,279,278,276,278,277,276,275,265,274,265,272,274,273,272,271,272,269,271,269,270,268,261,269,268,267,266,264,266,265,264,264,263,261,263,262,261,259,260,249,256,259,249,258,257,256,257,254,256,255,254,253,254,251,253,251,252,250,246,251,250,249,248,246,248,247,246,245,244,242,244,243,242,241,240,238,240,239,238,237,236,234,236,235,234,234,233,231,233,232,231,230,229,228,229,226,228,227,226,224,226,225,224,223,218,221,218,222,221,220,219,217,219,218,217,215,216,214,210,215,214,213,212,210,212,211,210,209,208,206,208,207,206,205,204,202,204,203,202,201,200,198,200,199,198,197,196,194,196,195,194,193,192,190,192,191,190,189,188,186,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,172,173,171,167,172,171,170,169,167,169,168,167,165,166,164,160,165,164,163,162,160,162,161,160,159,158,156,158,157,156,155,154,152,154,153,152,151,150,148,150,149,148,147,146,144,146,145,144,143,142,140,142,141,140,139,138,136,138,137,136,135,134,132,134,133,132,131,130,128,130,129,128,127,122,125,122,126,125,124,123,121,123,122,121,120,119,117,119,118,117,116,111,114,111,115,114,113,112,110,112,111,110,109,108,106,108,107,106,105,104,102,104,103,102,101,100,98,100,99,98,97,96,94,96,95,94,93,92,90,92,91,90,89,88,86,88,87,86,85,84,82,84,83,82,81,80,78,80,79,78,77,76,74,76,75,74,73,72,70,72,71,70,69,64,67,64,68,67,66,65,63,65,64,63,61,62,60,56,61,60,59,58,56,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,30,28,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[6.5,0,-0.5,-6.5,0,-0.5,-6.5,-0.25,-0.5,6.5,-0.25,-0.5,-7.875,0,-0.25,-8.375,0,-0.25,-8.375,-0.25,-0.25,-7.875,-0.25,-0.25,8.375,0,-0.25,7.875,0,-0.25,7.875,-0.25,-0.25,8.375,-0.25,-0.25,5.75,0.125,-0.5,-5.75,0.125,-0.5,-5.75,0,-0.5,5.75,0,-0.5,4.5,0.25,-0.5,-4.5,0.25,-0.5,-4.5,0.125,-0.5,4.5,0.125,-0.5,-4.5,0.25,-0.5,-5.75,0.25,-0.5,-5.75,0.125,-0.5,-4.5,0.125,-0.5,5.75,0.25,-0.5,4.5,0.25,-0.5,4.5,0.125,-0.5,5.75,0.125,-0.5,-5.75,0.125,-0.375,-6.375,0.125,-0.375,-6.375,0,-0.375,-5.75,0,-0.375,6.375,0.125,-0.375,5.75,0.125,-0.375,5.75,0,-0.375,6.375,0,-0.375,-5.875,0.25,-0.25,-6.25,0.25,-0.25,-6.25,0.125,-0.25,-5.875,0.125,-0.25,6.25,0.25,-0.25,5.875,0.25,-0.25,5.875,0.125,-0.25,6.25,0.125,-0.25,-8,0.125,-0.125,-8.375,0.125,-0.125,-8.375,0,-0.125,-8,0,-0.125,8.375,0.125,-0.125,8,0.125,-0.125,8,0,-0.125,8.375,0,-0.125,-6.375,0.125,0.5,6.375,0.125,0.5,6.375,-0.25,0.5,-6.375,-0.25,0.5,-8.375,0,0.25,-7.875,0,0.25,-7.875,-0.25,0.25,-8.375,-0.25,0.25,-8.375,0.125,0.25,-8,0,0.25,-8,0.125,0.25,7.875,0,0.25,8.375,0,0.25,8.375,-0.25,0.25,7.875,-0.25,0.25,8,0.125,0.25,8.375,0.125,0.25,8,0,0.25,-6.5,0,0.25,-6.375,0,0.25,-6.375,-0.25,0.25,-6.5,-0.25,0.25,6.375,0,0.25,6.5,0,0.25,6.5,-0.25,0.25,6.375,-0.25,0.25,-4.5,0.25,0.5,4.5,0.25,0.5,4.5,0.125,0.5,-4.5,0.125,0.5,-5.75,0.25,0.5,-4.5,0.25,0.5,-4.5,0.125,0.5,-5.75,0.125,0.5,4.5,0.25,0.5,5.75,0.25,0.5,5.75,0.125,0.5,4.5,0.125,0.5,-6.125,0.25,0.25,-5.875,0.25,0.25,-5.875,0.125,0.25,-6.125,0.125,0.25,5.875,0.25,0.25,6.125,0.25,0.25,6.125,0.125,0.25,5.875,0.125,0.25,-6.25,0.25,0.125,-6.125,0.25,0.125,-6.125,0.125,0.125,-6.25,0.125,0.125,6.125,0.25,0.125,6.25,0.25,0.125,6.25,0.125,0.125,6.125,0.125,0.125,-6.5,0,-0.5,-6.5,0,0.25,-6.5,-0.25,0.25,-6.5,-0.25,-0.5,-8.375,0,-0.25,-8.375,0,0.25,-8.375,-0.25,0.25,-8.375,-0.25,-0.25,-8.375,0.125,-0.125,-8.375,0.125,0.25,-8.375,0,-0.125,7.875,0,-0.25,7.875,0,0.25,7.875,-0.25,0.25,7.875,-0.25,-0.25,-6.375,0,0.25,-6.375,0,0.5,-6.375,-0.25,0.5,-6.375,-0.25,0.25,-6.375,0.125,-0.375,-6.375,0.125,0.5,-6.375,0,-0.375,-5.75,0.25,-0.5,-5.75,0.25,0.5,-5.75,0.125,0.5,-5.75,0.125,-0.5,-6.25,0.25,-0.25,-6.25,0.25,0.125,-6.25,0.125,0.125,-6.25,0.125,-0.25,5.875,0.25,-0.25,5.875,0.25,0.25,5.875,0.125,0.25,5.875,0.125,-0.25,8,0.125,-0.125,8,0.125,0.25,8,0,0.25,8,0,-0.125,-5.75,0.125,-0.5,-5.75,0.125,-0.375,-5.75,0,-0.375,-5.75,0,-0.5,-6.125,0.25,0.125,-6.125,0.25,0.25,-6.125,0.125,0.25,-6.125,0.125,0.125,6.5,0,0.25,6.5,0,-0.5,6.5,-0.25,-0.5,6.5,-0.25,0.25,-7.875,0,0.25,-7.875,0,-0.25,-7.875,-0.25,-0.25,-7.875,-0.25,0.25,8.375,0,0.25,8.375,0,-0.25,8.375,-0.25,-0.25,8.375,-0.25,0.25,8.375,0.125,0.25,8.375,0,-0.125,8.375,0.125,-0.125,6.375,0,0.5,6.375,0,0.25,6.375,-0.25,0.25,6.375,-0.25,0.5,6.375,0.125,0.5,6.375,0,-0.375,6.375,0.125,-0.375,5.75,0.25,0.5,5.75,0.25,-0.5,5.75,0.125,-0.5,5.75,0.125,0.5,-5.875,0.25,0.25,-5.875,0.25,-0.25,-5.875,0.125,-0.25,-5.875,0.125,0.25,6.25,0.25,0.125,6.25,0.25,-0.25,6.25,0.125,-0.25,6.25,0.125,0.125,-8,0.125,0.25,-8,0.125,-0.125,-8,0,-0.125,-8,0,0.25,5.75,0.125,-0.375,5.75,0.125,-0.5,5.75,0,-0.5,5.75,0,-0.375,6.125,0.25,0.25,6.125,0.25,0.125,6.125,0.125,0.125,6.125,0.125,0.25,-4.5,0.25,-0.375,4.5,0.25,-0.375,4.5,0.25,0.5,-4.5,0.25,0.5,-5.75,0.25,-0.5,-4.5,0.25,-0.5,-4.5,0.25,0.5,-5.75,0.25,0.5,4.5,0.25,-0.5,5.75,0.25,-0.5,5.75,0.25,0.5,4.5,0.25,0.5,-6.5,0,-0.375,-6.375,0,-0.375,-6.375,0,0.25,-6.5,0,0.25,-6.5,0,-0.5,-5.75,0,-0.375,-5.75,0,-0.5,6.375,0,-0.375,6.5,0,-0.375,6.5,0,0.25,6.375,0,0.25,5.75,0,-0.5,6.5,0,-0.5,5.75,0,-0.375,-6.25,0.25,-0.25,-5.875,0.25,-0.25,-5.875,0.25,0.125,-6.25,0.25,0.125,-6.125,0.25,0.125,-5.875,0.25,0.25,-6.125,0.25,0.25,5.875,0.25,-0.25,6.25,0.25,-0.25,6.25,0.25,0.125,5.875,0.25,0.125,6.125,0.25,0.125,6.125,0.25,0.25,5.875,0.25,0.25,-8.375,0.125,-0.125,-8,0.125,-0.125,-8,0.125,0.25,-8.375,0.125,0.25,8,0.125,-0.125,8.375,0.125,-0.125,8.375,0.125,0.25,8,0.125,0.25,-6.375,0.125,-0.25,-6.25,0.125,-0.25,-6.25,0.125,0.125,-6.375,0.125,0.125,-6.375,0.125,-0.375,-5.75,0.125,-0.25,-5.75,0.125,-0.375,-5.875,0.125,-0.25,-5.75,0.125,0.25,-5.875,0.125,0.25,-6.375,0.125,0.25,-5.75,0.125,0.5,-6.375,0.125,0.5,-6.125,0.125,0.25,-6.125,0.125,0.125,5.75,0.125,-0.25,5.875,0.125,-0.25,5.875,0.125,0.25,5.75,0.125,0.25,6.375,0.125,0.25,6.375,0.125,0.5,5.75,0.125,0.5,5.75,0.125,-0.375,6.375,0.125,-0.25,6.375,0.125,-0.375,6.25,0.125,-0.25,6.375,0.125,0.125,6.25,0.125,0.125,6.125,0.125,0.125,6.125,0.125,0.25,-8,0,-0.125,-7.875,0,-0.125,-7.875,0,0.25,-8,0,0.25,-8.375,0,-0.25,-7.875,0,-0.25,-8.375,0,-0.125,7.875,0,-0.125,8,0,-0.125,8,0,0.25,7.875,0,0.25,7.875,0,-0.25,8.375,0,-0.125,8.375,0,-0.25,-4.5,0.25,-0.5,4.5,0.25,-0.5,4.5,0.25,-0.375,-4.5,0.25,-0.375],"colors":[0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5215687,0.5372549,0.5215687,1,0.5215687,0.5372549,0.5215687,1,0.5215687,0.5372549,0.5215687,1,0.5215687,0.5372549,0.5215687,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5215687,0.5372549,0.5215687,1,0.5215687,0.5372549,0.5215687,1,0.5215687,0.5372549,0.5215687,1,0.5215687,0.5372549,0.5215687,1]},"moon_strip_road_alt_1_optimised":{"faces":[303,302,300,302,301,300,299,295,298,295,290,298,297,296,294,296,295,294,294,293,291,293,292,291,291,290,288,290,289,288,287,286,279,286,284,279,285,284,283,284,281,283,281,282,280,276,281,280,279,278,276,278,277,276,275,274,272,274,273,272,271,270,268,270,269,268,267,266,264,266,265,264,263,262,260,262,261,260,259,258,257,258,255,257,256,255,253,255,254,253,252,251,249,251,250,249,249,248,246,248,247,246,245,244,242,244,243,242,241,240,238,240,239,238,223,237,236,237,235,236,210,235,233,235,234,233,233,227,231,227,232,231,230,225,228,225,229,228,228,221,226,221,227,226,224,225,223,217,224,223,222,218,220,218,221,220,219,214,217,214,218,217,216,215,213,215,214,213,213,212,210,212,211,210,209,208,206,208,207,206,205,204,202,204,203,202,201,200,199,200,197,199,198,197,195,197,196,195,194,193,191,193,192,191,191,190,188,190,189,188,187,186,184,186,185,184,183,182,180,182,181,180,179,178,176,178,177,176,175,174,172,174,173,172,171,170,168,170,169,168,167,166,164,166,165,164,163,162,160,162,161,160,159,158,156,158,157,156,155,154,152,154,153,152,151,150,148,150,149,148,147,146,144,146,145,144,143,142,140,142,141,140,139,138,136,138,137,136,135,134,132,134,133,132,131,130,128,130,129,128,127,126,124,126,125,124,123,122,120,122,121,120,119,118,116,118,117,116,115,114,112,114,113,112,111,110,108,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,80,79,77,79,78,77,76,75,74,75,72,74,73,72,70,72,71,70,69,68,66,68,67,66,65,64,62,64,63,62,61,60,58,60,59,58,57,56,54,56,55,54,53,52,50,52,51,50,49,48,46,48,47,46,45,44,42,44,43,42,41,36,39,36,40,39,38,37,35,37,36,35,33,34,32,28,33,32,31,30,28,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[6.875,0,-0.5,-6.875,0,-0.5,-6.875,-0.25,-0.5,6.875,-0.25,-0.5,-6.875,0,-0.25,-7,0,-0.25,-7,-0.25,-0.25,-6.875,-0.25,-0.25,7,0,-0.25,6.875,0,-0.25,6.875,-0.25,-0.25,7,-0.25,-0.25,6.375,0.125,-0.5,-6.375,0.125,-0.5,-6.375,0,-0.5,6.375,0,-0.5,4.5,0.25,-0.5,-4.5,0.25,-0.5,-4.5,0.125,-0.5,4.5,0.125,-0.5,-4.5,0.25,-0.5,-6.375,0.25,-0.5,-6.375,0.125,-0.5,-4.5,0.125,-0.5,6.375,0.25,-0.5,4.5,0.25,-0.5,4.5,0.125,-0.5,6.375,0.125,-0.5,-7.875,-0.125,-0.25,-8.625,-0.125,-0.25,-8.625,-0.25,-0.25,-7.875,-0.25,-0.25,-7.875,0,-0.25,-8.5,-0.125,-0.25,-8.5,0,-0.25,8.625,-0.125,-0.25,7.875,-0.125,-0.25,7.875,-0.25,-0.25,8.625,-0.25,-0.25,8.5,0,-0.25,7.875,0,-0.25,8.5,-0.125,-0.25,-6.375,0.125,-0.25,-6.625,0.125,-0.25,-6.625,0,-0.25,-6.375,0,-0.25,6.625,0.125,-0.25,6.375,0.125,-0.25,6.375,0,-0.25,6.625,0,-0.25,-7,0,0.5,7,0,0.5,7,-0.25,0.5,-7,-0.25,0.5,-6.375,0.125,0.5,6.375,0.125,0.5,6.375,0,0.5,-6.375,0,0.5,-4.5,0.25,0.5,4.5,0.25,0.5,4.5,0.125,0.5,-4.5,0.125,0.5,-6.375,0.25,0.5,-4.5,0.25,0.5,-4.5,0.125,0.5,-6.375,0.125,0.5,4.5,0.25,0.5,6.375,0.25,0.5,6.375,0.125,0.5,4.5,0.125,0.5,-8.5,0,0.25,-7.875,0,0.25,-7.875,-0.125,0.25,-8.5,-0.125,0.25,-8,-0.125,0.25,-7.875,-0.25,0.25,-8,-0.25,0.25,7.875,0,0.25,8.5,0,0.25,8.5,-0.125,0.25,7.875,-0.125,0.25,8,-0.125,0.25,8,-0.25,0.25,7.875,-0.25,0.25,-8.625,-0.125,0.375,-8,-0.125,0.375,-8,-0.25,0.375,-8.625,-0.25,0.375,8,-0.125,0.375,8.625,-0.125,0.375,8.625,-0.25,0.375,8,-0.25,0.375,-6.625,0.125,0.375,-6.375,0.125,0.375,-6.375,0,0.375,-6.625,0,0.375,6.375,0.125,0.375,6.625,0.125,0.375,6.625,0,0.375,6.375,0,0.375,-7,0,-0.25,-7,0,0.5,-7,-0.25,0.5,-7,-0.25,-0.25,7.875,0,-0.25,7.875,0,0.25,7.875,-0.25,0.25,7.875,-0.25,-0.25,-6.875,0,-0.5,-6.875,0,-0.25,-6.875,-0.25,-0.25,-6.875,-0.25,-0.5,-6.375,0.25,-0.5,-6.375,0.25,0.5,-6.375,0.125,0.5,-6.375,0.125,-0.5,-8.625,-0.125,-0.25,-8.625,-0.125,0.375,-8.625,-0.25,0.375,-8.625,-0.25,-0.25,-6.625,0.125,-0.25,-6.625,0.125,0.375,-6.625,0,0.375,-6.625,0,-0.25,-8.5,0,-0.25,-8.5,0,0.25,-8.5,-0.125,0.25,-8.5,-0.125,-0.25,-6.375,0.125,-0.5,-6.375,0.125,-0.25,-6.375,0,-0.25,-6.375,0,-0.5,8,-0.125,0.25,8,-0.125,0.375,8,-0.25,0.375,8,-0.25,0.25,-6.375,0.125,0.375,-6.375,0.125,0.5,-6.375,0,0.5,-6.375,0,0.375,7,0,0.5,7,0,-0.25,7,-0.25,-0.25,7,-0.25,0.5,-7.875,0,0.25,-7.875,0,-0.25,-7.875,-0.25,-0.25,-7.875,-0.25,0.25,6.875,0,-0.25,6.875,0,-0.5,6.875,-0.25,-0.5,6.875,-0.25,-0.25,6.375,0.25,0.5,6.375,0.25,-0.5,6.375,0.125,-0.5,6.375,0.125,0.5,6.625,0.125,0.375,6.625,0.125,-0.25,6.625,0,-0.25,6.625,0,0.375,8.625,-0.125,0.375,8.625,-0.125,-0.25,8.625,-0.25,-0.25,8.625,-0.25,0.375,8.5,0,0.25,8.5,0,-0.25,8.5,-0.125,-0.25,8.5,-0.125,0.25,6.375,0.125,-0.25,6.375,0.125,-0.5,6.375,0,-0.5,6.375,0,-0.25,-8,-0.125,0.375,-8,-0.125,0.25,-8,-0.25,0.25,-8,-0.25,0.375,6.375,0.125,0.5,6.375,0.125,0.375,6.375,0,0.375,6.375,0,0.5,-6.375,0.25,-0.5,-4.5,0.25,-0.5,-4.5,0.25,0.5,-6.375,0.25,0.5,4.5,0.25,-0.5,6.375,0.25,-0.5,6.375,0.25,0.5,4.5,0.25,0.5,-7,0,-0.25,-6.625,0,-0.25,-6.625,0,0.375,-7,0,0.375,-6.375,0,0.375,-6.375,0,0.5,-7,0,0.5,6.625,0,-0.25,7,0,-0.25,7,0,0.375,6.625,0,0.375,6.375,0,0.375,7,0,0.5,6.375,0,0.5,-6.625,0.125,-0.25,-6.375,0.125,-0.25,-6.375,0.125,0.375,-6.625,0.125,0.375,6.375,0.125,-0.25,6.625,0.125,-0.25,6.625,0.125,0.375,6.375,0.125,0.375,-4.5,0.25,-0.125,-2.5,0.25,-0.125,-2.5,0.25,0.375,-4.5,0.25,0.375,4.5,0.25,0.375,4.5,0.25,0.5,-4.5,0.25,0.5,-2,0.25,0.25,4.5,0.25,0.25,-2,0.25,0.375,3.125,0.25,-0.125,4.5,0.25,-0.125,3.125,0.25,0.25,-2,0.25,0,2.75,0.25,0.25,2.75,0.25,0,-1.5,0.25,-0.25,4.5,0.25,-0.25,-1.5,0.25,-0.125,2.75,0.25,-0.125,-1.5,0.25,0,-4.5,0.25,-0.5,4.5,0.25,-0.5,-4.5,0.25,-0.25,-1.75,0.25,-0.25,-1.75,0.25,-0.125,-2,0.25,-0.125,-1.75,0.25,0,-8.5,0,-0.25,-7.875,0,-0.25,-7.875,0,0.25,-8.5,0,0.25,7.875,0,-0.25,8.5,0,-0.25,8.5,0,0.25,7.875,0,0.25,-8.625,-0.125,-0.25,-8.5,-0.125,-0.25,-8.5,-0.125,0.25,-8.625,-0.125,0.25,-8,-0.125,0.25,-8,-0.125,0.375,-8.625,-0.125,0.375,8.5,-0.125,-0.25,8.625,-0.125,-0.25,8.625,-0.125,0.25,8.5,-0.125,0.25,8,-0.125,0.25,8.625,-0.125,0.375,8,-0.125,0.375,-6.875,0,-0.5,-6.375,0,-0.5,-6.375,0,-0.25,-6.875,0,-0.25,6.375,0,-0.5,6.875,0,-0.5,6.875,0,-0.25,6.375,0,-0.25,-1.75,0.25,-0.25,-1.5,0.25,-0.25,-1.5,0.25,0,-1.75,0.25,0,-2.375,0.25,0,-2.125,0.25,0,-2.125,0.25,0.25,-2.375,0.25,0.25,-2.5,0.25,0,-2.375,0.25,0,-2.375,0.25,0.25,-2.5,0.25,0.25,-2.5,0.25,-0.125,-2,0.25,0,-2,0.25,-0.125,-2.125,0.25,0,-2,0.25,0.25,-2.125,0.25,0.25,-2,0.25,0.375,-2.5,0.25,0.375,2.75,0.25,-0.125,3.125,0.25,-0.125,3.125,0.25,0,2.75,0.25,0,2.875,0.25,0,2.875,0.25,0.125,2.75,0.25,0.125,3.125,0.25,0.125,3.125,0.25,0.25,2.75,0.25,0.25,3,0.25,0,3,0.25,0.125,2.875,0.25,0,3,0.25,0,3,0.25,0.125,2.875,0.25,0.125],"colors":[0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1]},"moon_strip_road_alt_2_optimised":{"faces":[311,310,308,310,309,308,307,306,304,306,305,304,303,299,302,299,294,302,301,300,298,300,299,298,298,297,295,297,296,295,295,294,292,294,293,292,291,287,290,287,282,290,289,288,286,288,287,286,286,285,283,285,284,283,283,282,280,282,281,280,279,278,276,278,277,276,275,274,267,274,272,267,273,272,271,272,269,271,269,270,268,264,269,268,267,266,264,266,265,264,263,262,255,262,260,255,261,260,259,260,257,259,257,258,256,252,257,256,255,254,252,254,253,252,251,250,248,250,249,248,247,246,244,246,245,244,243,242,240,242,241,240,239,238,236,238,237,236,220,235,234,235,227,234,233,232,231,232,221,231,231,230,228,230,229,228,228,227,225,227,226,225,225,217,223,217,224,223,222,221,220,221,218,220,219,218,216,218,217,216,215,210,213,210,214,213,212,211,209,211,210,209,208,207,205,207,206,205,204,203,201,203,202,201,199,200,198,194,199,198,197,196,194,196,195,194,193,192,190,192,191,190,189,188,186,188,187,186,185,184,182,184,183,182,181,180,178,180,179,178,177,176,174,176,175,174,173,172,170,172,171,170,168,169,167,163,168,167,166,165,163,165,164,163,162,161,159,161,160,159,158,157,155,157,156,155,154,153,151,153,152,151,150,149,147,149,148,147,146,145,143,145,144,143,142,141,139,141,140,139,138,137,135,137,136,135,134,133,131,133,132,131,130,129,127,129,128,127,126,121,124,121,125,124,123,122,120,122,121,120,119,118,116,118,117,116,115,114,112,114,113,112,111,110,108,110,109,108,107,106,104,106,105,104,103,102,100,102,101,100,99,98,96,98,97,96,95,94,92,94,93,92,91,90,88,90,89,88,87,86,84,86,85,84,83,82,80,82,81,80,79,78,76,78,77,76,75,74,72,74,73,72,71,70,68,70,69,68,67,66,64,66,65,64,63,62,60,62,61,60,59,58,56,58,57,56,55,54,52,54,53,52,51,50,48,50,49,48,47,46,44,46,45,44,43,42,40,42,41,40,39,38,36,38,37,36,35,34,32,34,33,32,31,30,28,30,29,28,27,26,24,26,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,11,10,8,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[-7.125,0.125,-0.375,-7.75,0.125,-0.375,-7.75,-0.25,-0.375,-7.125,-0.25,-0.375,7.75,0.125,-0.375,7.125,0.125,-0.375,7.125,-0.25,-0.375,7.75,-0.25,-0.375,6.75,0,-0.5,-6.75,0,-0.5,-6.75,-0.25,-0.5,6.75,-0.25,-0.5,-8.125,0,0,-8.5,0,0,-8.5,-0.25,0,-8.125,-0.25,0,8.5,0,0,8.125,0,0,8.125,-0.25,0,8.5,-0.25,0,6.25,0.125,-0.5,-6.25,0.125,-0.5,-6.25,0,-0.5,6.25,0,-0.5,4.5,0.25,-0.5,-4.5,0.25,-0.5,-4.5,0.125,-0.5,4.5,0.125,-0.5,-4.5,0.25,-0.5,-6.25,0.25,-0.5,-6.25,0.125,-0.5,-4.5,0.125,-0.5,6.25,0.25,-0.5,4.5,0.25,-0.5,4.5,0.125,-0.5,6.25,0.125,-0.5,-7.25,0.125,0.125,-7.625,0.125,0.125,-7.625,0,0.125,-7.25,0,0.125,7.625,0.125,0.125,7.25,0.125,0.125,7.25,0,0.125,7.625,0,0.125,-6.25,0.125,-0.25,-6.5,0.125,-0.25,-6.5,0,-0.25,-6.25,0,-0.25,6.5,0.125,-0.25,6.25,0.125,-0.25,6.25,0,-0.25,6.5,0,-0.25,-6.5,0.125,0.5,6.5,0.125,0.5,6.5,-0.25,0.5,-6.5,-0.25,0.5,-7.75,0.125,0.25,-7.125,0.125,0.25,-7.125,-0.25,0.25,-7.75,-0.25,0.25,7.125,0.125,0.25,7.75,0.125,0.25,7.75,-0.25,0.25,7.125,-0.25,0.25,-8.5,0,0.375,-8.125,0,0.375,-8.125,-0.25,0.375,-8.5,-0.25,0.375,8.125,0,0.375,8.5,0,0.375,8.5,-0.25,0.375,8.125,-0.25,0.375,-6.75,0,0.375,-6.5,0,0.375,-6.5,-0.25,0.375,-6.75,-0.25,0.375,6.5,0,0.375,6.75,0,0.375,6.75,-0.25,0.375,6.5,-0.25,0.375,-4.5,0.25,0.5,4.5,0.25,0.5,4.5,0.125,0.5,-4.5,0.125,0.5,-6.25,0.25,0.5,-4.5,0.25,0.5,-4.5,0.125,0.5,-6.25,0.125,0.5,4.5,0.25,0.5,6.25,0.25,0.5,6.25,0.125,0.5,4.5,0.125,0.5,-7.625,0.125,-0.25,-7.25,0.125,-0.25,-7.25,0,-0.25,-7.625,0,-0.25,7.25,0.125,-0.25,7.625,0.125,-0.25,7.625,0,-0.25,7.25,0,-0.25,-7.75,0.125,-0.375,-7.75,0.125,0.25,-7.75,-0.25,0.25,-7.75,-0.25,-0.375,7.125,0.125,-0.375,7.125,0.125,0.25,7.125,-0.25,0.25,7.125,-0.25,-0.375,-6.75,0,-0.5,-6.75,0,0.375,-6.75,-0.25,0.375,-6.75,-0.25,-0.5,-8.5,0,0,-8.5,0,0.375,-8.5,-0.25,0.375,-8.5,-0.25,0,8.125,0,0,8.125,0,0.375,8.125,-0.25,0.375,8.125,-0.25,0,-6.5,0,0.375,-6.5,0,0.5,-6.5,-0.25,0.5,-6.5,-0.25,0.375,-6.5,0.125,-0.25,-6.5,0.125,0.5,-6.5,0,-0.25,-6.25,0.25,-0.5,-6.25,0.25,0.5,-6.25,0.125,0.5,-6.25,0.125,-0.5,-7.25,0.125,-0.25,-7.25,0.125,0.125,-7.25,0,0.125,-7.25,0,-0.25,7.625,0.125,-0.25,7.625,0.125,0.125,7.625,0,0.125,7.625,0,-0.25,-6.25,0.125,-0.5,-6.25,0.125,-0.25,-6.25,0,-0.25,-6.25,0,-0.5,-7.125,0.125,0.25,-7.125,0.125,-0.375,-7.125,-0.25,-0.375,-7.125,-0.25,0.25,7.75,0.125,0.25,7.75,0.125,-0.375,7.75,-0.25,-0.375,7.75,-0.25,0.25,6.75,0,0.375,6.75,0,-0.5,6.75,-0.25,-0.5,6.75,-0.25,0.375,-8.125,0,0.375,-8.125,0,0,-8.125,-0.25,0,-8.125,-0.25,0.375,8.5,0,0.375,8.5,0,0,8.5,-0.25,0,8.5,-0.25,0.375,6.5,0,0.5,6.5,0,0.375,6.5,-0.25,0.375,6.5,-0.25,0.5,6.5,0.125,0.5,6.5,0,-0.25,6.5,0.125,-0.25,6.25,0.25,0.5,6.25,0.25,-0.5,6.25,0.125,-0.5,6.25,0.125,0.5,-7.625,0.125,0.125,-7.625,0.125,-0.25,-7.625,0,-0.25,-7.625,0,0.125,7.25,0.125,0.125,7.25,0.125,-0.25,7.25,0,-0.25,7.25,0,0.125,6.25,0.125,-0.25,6.25,0.125,-0.5,6.25,0,-0.5,6.25,0,-0.25,-6.25,0.25,-0.5,-4.5,0.25,-0.5,-4.5,0.25,0.5,-6.25,0.25,0.5,4.5,0.25,-0.5,6.25,0.25,-0.5,6.25,0.25,0.5,4.5,0.25,0.5,-6.75,0,-0.25,-6.5,0,-0.25,-6.5,0,0.375,-6.75,0,0.375,-6.75,0,-0.5,-6.25,0,-0.25,-6.25,0,-0.5,-6.5,0.125,-0.25,-6.25,0.125,-0.25,-6.25,0.125,0.5,-6.5,0.125,0.5,6.25,0.125,-0.25,6.5,0.125,-0.25,6.5,0.125,0.5,6.25,0.125,0.5,6.5,0,-0.25,6.75,0,-0.25,6.75,0,0.375,6.5,0,0.375,6.25,0,-0.5,6.75,0,-0.5,6.25,0,-0.25,1.625,0.25,-0.25,4.5,0.25,-0.25,4.5,0.25,0.125,1.625,0.25,0.125,-3.5,0.25,0.125,4.5,0.25,0.375,-3.5,0.25,0.375,-4.5,0.25,-0.375,4.5,0.25,-0.375,-4.5,0.25,-0.25,1.25,0.25,-0.25,1.25,0.25,0,-4.5,0.25,0,-3.875,0.25,0,-3.875,0.25,0.375,-4.5,0.25,0.375,4.5,0.25,0.5,-4.5,0.25,0.5,-3.5,0.25,0,1.25,0.25,0.125,-7.625,0,-0.25,-7.25,0,-0.25,-7.25,0,0.125,-7.625,0,0.125,7.25,0,-0.25,7.625,0,-0.25,7.625,0,0.125,7.25,0,0.125,-8.5,0,0,-8.125,0,0,-8.125,0,0.375,-8.5,0,0.375,8.125,0,0,8.5,0,0,8.5,0,0.375,8.125,0,0.375,-7.75,0.125,-0.25,-7.625,0.125,-0.25,-7.625,0.125,0.125,-7.75,0.125,0.125,-7.75,0.125,-0.375,-7.125,0.125,-0.25,-7.125,0.125,-0.375,-7.25,0.125,-0.25,-7.125,0.125,0.125,-7.25,0.125,0.125,-7.125,0.125,0.25,-7.75,0.125,0.25,7.125,0.125,-0.25,7.25,0.125,-0.25,7.25,0.125,0.125,7.125,0.125,0.125,7.125,0.125,-0.375,7.75,0.125,-0.25,7.75,0.125,-0.375,7.625,0.125,-0.25,7.75,0.125,0.125,7.625,0.125,0.125,7.75,0.125,0.25,7.125,0.125,0.25,-4.5,0.25,-0.5,4.5,0.25,-0.5,4.5,0.25,-0.375,-4.5,0.25,-0.375,1.25,0.25,-0.25,1.625,0.25,-0.25,1.625,0.25,-0.125,1.25,0.25,-0.125,1.375,0.25,-0.125,1.375,0.25,0,1.25,0.25,0,1.625,0.25,0,1.625,0.25,0.125,1.25,0.25,0.125,1.5,0.25,-0.125,1.5,0.25,0,-3.875,0.25,0,-3.5,0.25,0,-3.5,0.25,0.125,-3.875,0.25,0.125,-3.75,0.25,0.125,-3.75,0.25,0.25,-3.875,0.25,0.25,-3.5,0.25,0.25,-3.5,0.25,0.375,-3.875,0.25,0.375,-3.625,0.25,0.125,-3.625,0.25,0.25,1.375,0.25,-0.125,1.5,0.25,-0.125,1.5,0.25,0,1.375,0.25,0,-3.75,0.25,0.125,-3.625,0.25,0.125,-3.625,0.25,0.25,-3.75,0.25,0.25],"colors":[0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5215687,0.5372549,0.5215687,1,0.5215687,0.5372549,0.5215687,1,0.5215687,0.5372549,0.5215687,1,0.5215687,0.5372549,0.5215687,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.5019608,0.5176471,0.5019608,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.4117647,0.4156863,0.4117647,1,0.5215687,0.5372549,0.5215687,1,0.5215687,0.5372549,0.5215687,1,0.5215687,0.5372549,0.5215687,1,0.5215687,0.5372549,0.5215687,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5294118,0.5607843,0.5294118,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1,0.5568628,0.5803922,0.5568628,1]},"spaceexploration_ufo_frame_1_fixedmesh_optimised":{"faces":[732,731,729,731,730,729,728,727,725,727,726,725,724,723,721,723,722,721,720,719,717,719,718,717,716,715,713,715,714,713,712,711,709,711,710,709,708,707,705,707,706,705,704,703,701,703,702,701,700,699,697,699,698,697,696,695,693,695,694,693,692,691,689,691,690,689,688,687,685,687,686,685,684,683,681,683,682,681,680,679,677,679,678,677,676,675,673,675,674,673,670,672,671,666,668,672,672,668,671,669,670,671,670,669,665,669,667,665,668,666,667,667,666,665,664,663,662,663,661,662,661,660,658,660,659,658,657,656,654,656,655,654,653,650,644,652,650,653,651,650,652,649,648,651,648,650,651,650,642,644,649,647,648,648,647,641,646,641,647,646,645,641,645,643,641,644,642,643,643,642,641,640,639,638,637,636,635,634,633,631,633,632,631,630,629,627,629,628,627,626,625,623,625,624,623,622,621,619,621,620,619,618,617,615,617,616,615,614,613,611,613,612,611,610,609,607,609,608,607,606,605,604,603,602,601,600,599,597,599,598,597,596,595,593,595,594,593,592,591,589,591,590,589,588,587,585,587,586,585,584,583,581,583,582,581,580,579,577,579,578,577,576,573,574,575,574,573,572,571,569,571,570,569,568,567,565,567,566,565,564,563,561,563,562,561,560,559,557,559,558,557,556,555,553,555,554,553,552,551,549,551,550,549,548,547,545,547,546,545,544,543,541,543,542,541,540,539,537,539,538,537,536,535,533,535,534,533,532,528,530,529,532,530,526,531,528,528,531,530,527,529,530,529,527,525,528,525,526,527,526,525,524,523,522,524,518,523,523,518,519,523,521,522,522,521,517,521,520,517,520,519,517,519,518,517,515,516,507,512,515,507,514,511,512,513,512,511,511,510,506,510,509,506,508,507,506,503,504,505,499,505,501,504,501,505,500,504,503,503,502,500,502,499,500,501,498,499,500,499,498,497,496,494,496,495,494,493,492,490,492,491,490,489,488,486,488,487,486,485,484,482,484,483,482,481,480,478,480,479,478,477,476,474,476,475,474,473,472,470,472,471,470,469,468,466,468,467,466,465,464,462,464,463,462,461,460,458,460,459,458,457,456,454,456,455,454,453,452,450,452,451,450,447,448,449,444,449,446,448,446,449,448,447,443,447,442,443,446,445,444,445,443,444,444,443,442,441,440,438,440,439,438,437,436,434,436,435,434,428,432,433,431,433,430,433,432,430,429,432,428,427,431,430,426,427,430,429,428,426,428,427,426,425,424,422,424,423,422,421,420,419,420,407,419,412,418,417,415,418,412,418,416,417,411,417,416,409,417,411,413,411,416,414,413,416,412,414,415,412,413,414,413,412,407,412,406,407,411,410,409,410,408,409,409,408,406,408,407,406,405,404,402,404,403,402,401,400,398,400,399,398,397,392,394,397,394,395,395,396,390,394,396,395,391,395,390,392,393,394,393,392,390,392,391,390,389,388,385,388,387,385,386,385,383,385,384,383,382,381,379,381,380,379,378,377,375,377,376,375,364,374,373,370,374,364,373,374,372,369,373,372,363,364,373,371,369,372,370,369,371,368,370,364,368,369,370,369,368,367,368,366,367,363,367,366,365,363,366,360,363,365,364,363,360,362,361,359,361,360,359,358,357,355,357,356,355,354,353,351,353,352,351,350,349,347,349,348,347,346,345,343,345,344,343,342,341,339,341,340,339,338,337,335,337,336,335,334,333,331,333,332,331,330,327,328,326,330,328,324,329,327,329,328,327,325,326,328,323,324,327,326,325,323,325,324,323,322,315,316,320,322,316,321,318,320,321,320,316,318,319,320,319,318,315,318,317,315,317,316,315,314,313,311,313,312,311,310,309,307,309,308,307,306,305,302,305,304,302,303,302,300,302,301,300,299,298,296,298,297,296,295,294,292,294,293,292,291,290,288,290,289,288,287,286,284,286,285,284,283,282,280,282,281,280,279,273,275,272,278,277,276,272,277,276,274,272,273,274,275,274,273,272,271,270,268,270,269,268,260,262,267,262,266,267,267,266,265,266,254,263,266,263,265,258,265,263,264,256,258,264,258,263,263,254,252,262,260,261,261,253,254,259,253,261,259,261,260,260,258,259,257,259,258,256,257,258,257,256,255,256,252,255,255,252,253,254,253,252,251,250,248,250,249,248,247,246,244,246,245,244,243,242,240,242,241,240,239,238,236,238,237,236,235,234,232,234,233,232,231,230,228,230,229,228,227,226,224,226,225,224,223,222,220,222,221,220,219,218,216,218,217,216,215,214,212,214,213,212,201,206,190,210,211,202,201,202,211,206,201,211,211,210,207,194,207,210,209,200,210,194,210,200,199,200,209,204,207,208,207,204,203,206,203,190,205,203,193,205,189,203,204,193,203,189,190,203,202,201,199,201,198,199,200,199,188,199,198,188,198,197,188,197,190,188,196,194,195,194,193,195,194,191,193,193,191,192,191,189,192,191,188,189,190,189,188,187,186,184,186,185,184,183,182,180,182,181,180,179,178,176,178,177,176,175,173,174,173,172,174,172,173,170,171,172,170,171,170,168,170,169,168,167,166,164,166,165,164,159,163,162,161,159,162,161,157,159,160,158,156,157,158,159,158,157,156,155,154,152,154,153,152,151,150,148,150,149,148,147,146,143,146,145,143,144,143,141,143,142,141,140,139,137,139,138,137,136,134,135,134,133,135,133,134,131,132,133,131,132,131,129,131,130,129,128,127,125,127,126,125,124,123,121,123,122,121,120,118,119,116,119,118,118,115,116,117,116,115,113,114,112,109,114,111,114,113,111,107,113,112,110,107,112,108,109,111,110,109,107,109,108,107,106,105,103,105,104,103,102,101,100,99,98,97,98,88,97,91,96,95,95,96,85,94,95,85,90,91,95,87,94,85,93,87,92,92,87,86,91,90,84,90,89,84,88,84,89,88,86,84,85,86,87,86,85,84,83,82,81,82,80,81,80,79,77,79,78,77,76,75,73,75,74,73,72,71,69,71,70,69,67,68,66,63,67,66,65,64,62,64,63,62,61,60,58,60,59,58,57,56,54,56,55,54,53,47,51,47,52,51,50,49,47,49,48,47,46,45,43,45,44,43,42,41,39,41,40,39,32,38,37,34,35,38,35,37,38,37,36,32,36,31,32,35,34,31,34,33,31,33,32,31,30,29,27,29,28,27,25,26,24,21,25,24,23,22,20,22,21,20,19,18,16,18,17,16,15,14,12,14,13,12,8,11,10,9,6,7,6,8,7,6,4,5,2,5,4,3,2,0,2,1,0],"vertices":[-0.5625,1.35,-0.1125,-0.6375,1.35,-0.1125,-0.6375,1.5,-0.1125,-0.5625,1.5,-0.1125,-0.6375,1.5,0.5625,-0.6375,1.5,0.1125,-0.6375,1.5,0.3375,-0.5625,1.35,0.3375,-0.6375,1.35,0.3375,-0.5625,1.5,0.3375,-0.6375,1.35,0.5625,-0.6375,1.35,0.1125,0.4125,1.575,0.4125,-0.4125,1.575,0.4125,-0.4125,1.65,0.4125,0.4125,1.65,0.4125,-0.4125,1.575,-0.4125,0.4125,1.575,-0.4125,0.4125,1.65,-0.4125,-0.4125,1.65,-0.4125,0.6375,1.35,0.5625,0.5625,1.35,0.5625,0.5625,1.35,0.3375,0.6375,1.35,0.3375,0.5625,1.35,0.6375,0.3375,1.35,0.5625,0.3375,1.35,0.6375,-0.1125,1.35,0.5625,-0.1125,1.35,0.6375,-0.1125,1.5,0.6375,-0.1125,1.5,0.5625,-0.2625,0.75,0.4125,-0.4125,0.6,0.4125,-0.4125,0.825,0.4125,0.4875,0.825,0.4125,0.3375,0.75,0.4125,-0.2625,0.675,0.4125,0.3375,0.675,0.4125,0.4875,0.6,0.4125,0.6375,0.825,0.6375,-0.6375,0.825,0.6375,-0.6375,0.975,0.6375,0.6375,0.975,0.6375,-0.6375,1.35,0.1125,-0.5625,1.35,0.1125,-0.5625,1.5,0.1125,-0.6375,1.5,0.1125,-0.5625,1.5,-0.5625,-0.6375,1.5,-0.5625,-0.6375,1.5,-0.3375,-0.5625,1.5,-0.3375,-0.3375,1.5,-0.6375,-0.5625,1.5,-0.6375,-0.3375,1.5,-0.5625,0.4875,0.6,-0.4125,-0.4125,0.6,-0.4125,-0.4125,0.6,0.4125,0.4875,0.6,0.4125,0.5625,1.35,0.5625,0.6375,1.35,0.5625,0.6375,1.5,0.5625,0.5625,1.5,0.5625,0.6375,1.5,-0.5625,0.5625,1.5,-0.5625,0.5625,1.5,-0.3375,0.6375,1.5,-0.3375,0.5625,1.5,-0.6375,0.3375,1.5,-0.5625,0.3375,1.5,-0.6375,0.5625,1.35,0.6375,0.5625,1.35,0.5625,0.5625,1.5,0.5625,0.5625,1.5,0.6375,1.0125,1.2,0.8625,1.0125,1.2,1.0125,1.0125,1.275,1.0125,1.0125,1.275,0.8625,-0.5625,1.5,0.3375,-0.6375,1.5,0.3375,-0.6375,1.5,0.5625,-0.5625,1.5,0.5625,-0.3375,1.5,0.5625,-0.5625,1.5,0.6375,-0.3375,1.5,0.6375,-0.6375,1.275,-0.6375,0.6375,1.275,-0.6375,0.1125,1.35,-0.6375,0.3375,1.35,-0.6375,-0.1125,1.35,-0.6375,-0.5625,1.35,-0.6375,-0.5625,1.5,-0.6375,-0.6375,1.575,-0.6375,0.1125,1.5,-0.6375,0.3375,1.5,-0.6375,0.5625,1.35,-0.6375,0.5625,1.5,-0.6375,0.6375,1.575,-0.6375,-0.3375,1.35,-0.6375,-0.1125,1.5,-0.6375,-0.3375,1.5,-0.6375,-0.5625,1.35,-0.6375,-0.1125,1.35,-0.6375,-0.3375,1.35,-0.6375,0.5625,1.35,0.1125,0.6375,1.35,0.1125,0.6375,1.5,0.1125,0.5625,1.5,0.1125,-0.4125,0.825,-0.4125,0.4875,0.825,-0.4125,0.6375,0.825,-0.6375,-0.6375,0.825,-0.6375,0.4875,0.825,0.4125,-0.6375,0.825,0.6375,-0.4125,0.825,0.4125,0.6375,0.825,0.6375,-0.5625,1.5,-0.6375,0.3375,1.5,-0.6375,0.5625,1.5,-0.6375,-0.3375,1.5,-0.6375,0.1125,1.5,-0.6375,-0.1125,1.5,-0.6375,0.1125,1.35,-0.5625,-0.1125,1.35,-0.5625,-0.1125,1.35,-0.6375,0.1125,1.35,-0.6375,-0.3375,1.35,0.5625,-0.5625,1.35,0.5625,-0.5625,1.5,0.5625,-0.3375,1.5,0.5625,0.3375,1.65,0.3375,0.2625,1.65,0.3375,0.2625,2.1,0.3375,0.3375,2.175,0.3375,-0.3375,2.175,0.3375,-0.2625,2.1,0.3375,-0.3375,1.65,0.3375,-0.2625,1.65,0.3375,-1.0125,1.2,-0.8625,-1.0125,1.2,-1.0125,-1.0125,1.275,-1.0125,-1.0125,1.275,-0.8625,0.6375,1.5,0.3375,0.5625,1.5,0.3375,0.5625,1.5,0.5625,0.6375,1.5,0.5625,0.3375,1.5,0.5625,0.3375,1.5,0.6375,0.5625,1.5,0.6375,-0.8625,1.275,-0.8625,-1.0125,1.275,-0.8625,-1.0125,1.275,-1.0125,-0.8625,1.275,-1.0125,1.1625,0.975,1.1625,-1.1625,0.975,1.1625,-1.1625,1.2,1.1625,1.1625,1.2,1.1625,-0.3375,1.65,-0.3375,-0.3375,2.175,-0.3375,-0.3375,2.1,-0.2625,-0.3375,2.1,0.2625,-0.3375,1.65,-0.2625,-0.3375,2.175,0.3375,-0.3375,1.65,0.3375,-0.3375,1.65,0.2625,0.8625,1.2,-0.8625,0.8625,1.2,-1.0125,0.8625,1.275,-1.0125,0.8625,1.275,-0.8625,0.3375,1.65,-0.3375,0.3375,1.65,-0.2625,0.3375,2.1,-0.2625,0.3375,2.175,-0.3375,0.3375,2.175,0.3375,0.3375,2.1,0.2625,0.3375,1.65,0.3375,0.3375,1.65,0.2625,-0.8625,1.2,-0.8625,-1.0125,1.2,-0.8625,-1.0125,1.275,-0.8625,-0.8625,1.275,-0.8625,0.7125,1.2,0.7125,-0.7125,1.2,0.7125,-0.7125,1.275,0.7125,0.7125,1.275,0.7125,0.6375,1.35,0.3375,0.5625,1.35,0.3375,0.5625,1.5,0.3375,0.6375,1.5,0.3375,-1.0875,1.2,1.0875,-1.0125,1.2,-0.8625,-1.0125,1.2,0.8625,-1.0875,1.2,-1.0875,-1.0125,1.2,-1.0125,-0.8625,1.2,-1.0125,1.0875,1.2,-1.0875,1.0125,1.2,-1.0125,1.0125,1.2,-0.8625,-1.0125,1.2,1.0125,-0.8625,1.2,1.0125,0.8625,1.2,1.0125,1.0875,1.2,1.0875,-0.8625,1.2,0.8625,0.8625,1.2,0.8625,-0.7125,1.2,-0.7125,0.8625,1.2,-1.0125,-0.8625,1.2,-0.8625,-0.7125,1.2,0.7125,0.7125,1.2,-0.7125,0.8625,1.2,-0.8625,1.0125,1.2,1.0125,1.0125,1.2,0.8625,0.7125,1.2,0.7125,0.6375,0.825,-0.6375,0.6375,0.825,0.6375,0.6375,0.975,0.6375,0.6375,0.975,-0.6375,-0.5625,1.35,-0.3375,-0.5625,1.35,-0.5625,-0.5625,1.5,-0.5625,-0.5625,1.5,-0.3375,-0.3375,0.675,0.2625,-0.4125,0.675,0.2625,-0.4125,0.675,-0.2625,-0.3375,0.675,-0.2625,-0.8625,1.2,-1.0125,-0.8625,1.2,-0.8625,-0.8625,1.275,-0.8625,-0.8625,1.275,-1.0125,0.5625,1.35,-0.5625,0.5625,1.35,-0.3375,0.5625,1.5,-0.3375,0.5625,1.5,-0.5625,-0.5625,1.35,0.5625,-0.5625,1.35,0.3375,-0.5625,1.5,0.3375,-0.5625,1.5,0.5625,-0.2625,1.65,-0.3375,0.2625,1.65,-0.3375,0.2625,2.1,-0.3375,-0.2625,2.1,-0.3375,0.3375,0.675,0.4125,-0.2625,0.675,0.4125,-0.2625,0.675,0.3375,0.3375,0.675,0.3375,1.0125,1.2,-1.0125,1.0125,1.2,-0.8625,1.0125,1.275,-0.8625,1.0125,1.275,-1.0125,0.3375,1.35,0.5625,0.3375,1.35,0.6375,0.3375,1.5,0.6375,0.3375,1.5,0.5625,-0.6375,1.275,0.6375,-0.3375,1.35,0.6375,-0.1125,1.35,0.6375,-0.5625,1.35,0.6375,-0.6375,1.575,0.6375,-0.5625,1.5,0.6375,0.5625,1.5,0.6375,-0.3375,1.5,0.6375,0.3375,1.5,0.6375,-0.1125,1.5,0.6375,0.1125,1.5,0.6375,0.6375,1.275,0.6375,0.6375,1.575,0.6375,0.5625,1.35,0.6375,0.1125,1.35,0.6375,0.3375,1.35,0.6375,1.1625,0.975,-1.1625,1.1625,0.975,1.1625,1.1625,1.2,1.1625,1.1625,1.2,-1.1625,-0.2625,2.1,-0.3375,0.2625,2.1,-0.3375,0.3375,2.175,-0.3375,0.3375,1.65,-0.3375,-0.3375,2.175,-0.3375,-0.3375,1.65,-0.3375,-0.2625,1.65,-0.3375,0.2625,1.65,-0.3375,1.0125,1.275,-0.8625,0.8625,1.275,-0.8625,0.8625,1.275,-1.0125,1.0125,1.275,-1.0125,-1.1625,0.975,1.1625,-1.1625,0.975,-1.1625,-1.1625,1.2,-1.1625,-1.1625,1.2,1.1625,-0.6375,1.35,-0.3375,-0.5625,1.35,-0.3375,-0.5625,1.5,-0.3375,-0.6375,1.5,-0.3375,-0.5625,1.35,-0.6375,-0.5625,1.35,-0.5625,-0.5625,1.5,-0.5625,-0.5625,1.5,-0.6375,-0.4125,1.575,0.4125,-0.4125,1.575,-0.4125,-0.4125,1.65,-0.4125,-0.4125,1.65,0.4125,-0.3375,1.35,0.6375,-0.5625,1.35,0.6375,-0.5625,1.35,0.5625,-0.3375,1.35,0.5625,-0.6375,1.35,0.5625,-0.6375,1.35,0.3375,-0.5625,1.35,0.3375,0.2625,2.175,0.2625,-0.2625,2.175,0.2625,-0.2625,2.175,-0.2625,0.2625,2.175,-0.2625,0.4125,0.675,-0.2625,0.4125,0.675,0.2625,0.4125,0.75,0.2625,0.4125,0.75,-0.2625,1.0875,1.2,-1.0875,-1.1625,1.2,-1.1625,1.1625,1.2,-1.1625,1.1625,1.2,1.1625,1.0875,1.2,1.0875,-1.0875,1.2,1.0875,-1.1625,1.2,1.1625,-1.0875,1.2,-1.0875,-0.6375,1.275,0.6375,-0.7125,1.275,0.7125,-0.7125,1.275,-0.7125,-0.6375,1.275,-0.6375,0.6375,1.275,0.6375,0.7125,1.275,-0.7125,0.7125,1.275,0.7125,0.6375,1.275,-0.6375,0.3375,1.65,-0.2625,0.3375,1.65,0.2625,0.3375,2.1,0.2625,0.3375,2.1,-0.2625,-0.5625,1.35,-0.5625,-0.6375,1.35,-0.5625,-0.6375,1.5,-0.5625,-0.5625,1.5,-0.5625,-0.6375,1.35,0.5625,-0.5625,1.35,0.5625,-0.5625,1.5,0.5625,-0.6375,1.5,0.5625,-1.0125,1.2,1.0125,-1.0125,1.2,0.8625,-1.0125,1.275,0.8625,-1.0125,1.275,1.0125,-1.1625,0.975,-1.1625,1.1625,0.975,-1.1625,1.1625,1.2,-1.1625,-1.1625,1.2,-1.1625,0.6375,1.5,-0.1125,0.5625,1.5,-0.1125,0.5625,1.5,0.1125,0.6375,1.5,0.1125,0.4125,1.575,-0.4125,0.4125,1.575,0.4125,0.4125,1.65,0.4125,0.4125,1.65,-0.4125,0.6375,1.35,-0.3375,0.6375,1.35,-0.1125,0.6375,1.5,-0.1125,0.6375,1.5,-0.3375,0.6375,1.275,-0.6375,0.6375,1.35,0.1125,0.6375,1.35,-0.5625,0.6375,1.5,-0.5625,0.6375,1.575,-0.6375,0.6375,1.5,0.1125,0.6375,1.575,0.6375,0.6375,1.5,0.3375,0.6375,1.5,0.5625,0.6375,1.35,0.5625,0.6375,1.275,0.6375,0.6375,1.35,0.3375,-0.3375,1.35,0.6375,-0.3375,1.35,0.5625,-0.3375,1.5,0.5625,-0.3375,1.5,0.6375,0.4875,0.675,0.2625,0.4125,0.675,0.2625,0.4125,0.675,-0.2625,0.4875,0.675,-0.2625,0.6375,1.35,-0.3375,0.5625,1.35,-0.3375,0.5625,1.35,-0.5625,0.6375,1.35,-0.5625,0.3375,1.35,-0.5625,0.3375,1.35,-0.6375,0.5625,1.35,-0.6375,-0.2625,2.175,0.2625,-0.3375,2.175,0.3375,-0.3375,2.175,-0.3375,-0.2625,2.175,-0.2625,0.2625,2.175,-0.2625,0.3375,2.175,0.3375,0.2625,2.175,0.2625,0.3375,2.175,-0.3375,0.3375,0.75,0.3375,-0.2625,0.75,0.3375,-0.2625,0.75,0.4125,0.3375,0.75,0.4125,0.5625,1.35,0.5625,0.3375,1.35,0.5625,0.3375,1.5,0.5625,0.5625,1.5,0.5625,-0.6375,1.275,0.6375,-0.6375,1.35,0.1125,-0.6375,1.35,0.5625,-0.6375,1.575,0.6375,-0.6375,1.5,0.5625,-0.6375,1.5,-0.1125,-0.6375,1.275,-0.6375,-0.6375,1.35,-0.1125,-0.6375,1.35,-0.3375,-0.6375,1.35,-0.5625,-0.6375,1.5,-0.3375,-0.6375,1.575,-0.6375,-0.6375,1.5,-0.5625,-0.6375,1.35,0.3375,-0.6375,1.5,0.1125,-0.6375,1.5,0.3375,1.0125,1.2,1.0125,0.8625,1.2,1.0125,0.8625,1.275,1.0125,1.0125,1.275,1.0125,1.0875,0.975,-1.0875,0.6375,0.975,-0.6375,0.6375,0.975,0.6375,1.0875,0.975,1.0875,-1.0875,0.975,-1.0875,-0.6375,0.975,-0.6375,-1.0875,0.975,1.0875,-0.6375,0.975,0.6375,0.1125,1.35,0.6375,0.1125,1.35,0.5625,0.1125,1.5,0.5625,0.1125,1.5,0.6375,0.7125,1.2,-0.7125,0.7125,1.2,0.7125,0.7125,1.275,0.7125,0.7125,1.275,-0.7125,-0.4125,0.6,0.4125,-0.4125,0.675,0.2625,-0.4125,0.825,0.4125,-0.4125,0.75,0.2625,-0.4125,0.75,-0.2625,-0.4125,0.6,-0.4125,-0.4125,0.675,-0.2625,-0.4125,0.825,-0.4125,0.3375,0.75,-0.4125,-0.3375,0.75,-0.4125,-0.3375,0.75,-0.3375,0.3375,0.75,-0.3375,-0.8625,1.275,1.0125,-1.0125,1.275,1.0125,-1.0125,1.275,0.8625,-0.8625,1.275,0.8625,0.1125,1.5,-0.6375,-0.1125,1.5,-0.6375,-0.1125,1.5,-0.5625,0.1125,1.5,-0.5625,-0.5625,1.35,0.1125,-0.6375,1.35,0.1125,-0.6375,1.35,-0.1125,-0.5625,1.35,-0.1125,-0.3375,0.675,-0.4125,-0.3375,0.675,-0.3375,-0.3375,0.75,-0.3375,-0.3375,0.75,-0.4125,-0.1125,1.35,-0.6375,-0.1125,1.35,-0.5625,-0.1125,1.5,-0.5625,-0.1125,1.5,-0.6375,-0.6375,0.825,0.6375,-0.6375,0.825,-0.6375,-0.6375,0.975,-0.6375,-0.6375,0.975,0.6375,1.0125,1.275,1.0125,0.8625,1.275,1.0125,0.8625,1.275,0.8625,1.0125,1.275,0.8625,0.8625,1.2,0.8625,1.0125,1.2,0.8625,1.0125,1.275,0.8625,0.8625,1.275,0.8625,0.8625,1.2,-1.0125,1.0125,1.2,-1.0125,1.0125,1.275,-1.0125,0.8625,1.275,-1.0125,-0.5625,1.5,-0.1125,-0.6375,1.5,-0.1125,-0.6375,1.5,0.1125,-0.5625,1.5,0.1125,-0.5625,1.35,-0.5625,-0.3375,1.35,-0.5625,-0.3375,1.5,-0.5625,-0.5625,1.5,-0.5625,-0.4125,0.6,-0.4125,-0.3375,0.675,-0.4125,-0.4125,0.825,-0.4125,0.4875,0.6,-0.4125,-0.3375,0.75,-0.4125,0.3375,0.75,-0.4125,0.4875,0.825,-0.4125,0.3375,0.675,-0.4125,0.6375,1.35,-0.5625,0.6375,1.35,-0.1125,0.6375,1.35,-0.3375,0.5625,1.35,-0.5625,0.5625,1.5,-0.5625,0.6375,1.5,-0.5625,0.6375,1.5,-0.1125,0.6375,1.5,0.1125,0.6375,1.5,-0.3375,0.5625,1.5,-0.1125,0.5625,1.35,-0.1125,0.4875,0.6,0.4125,0.4875,0.825,0.4125,0.4875,0.75,0.2625,0.4875,0.675,0.2625,0.4875,0.675,-0.2625,0.4875,0.6,-0.4125,0.4875,0.75,-0.2625,0.4875,0.825,-0.4125,0.4125,1.575,-0.4125,0.6375,1.575,-0.6375,0.6375,1.575,0.6375,-0.4125,1.575,-0.4125,0.4125,1.575,0.4125,-0.6375,1.575,0.6375,-0.6375,1.575,-0.6375,-0.4125,1.575,0.4125,-0.3375,1.35,-0.5625,-0.3375,1.35,-0.6375,-0.3375,1.5,-0.6375,-0.3375,1.5,-0.5625,0.3375,1.35,-0.6375,0.3375,1.35,-0.5625,0.3375,1.5,-0.5625,0.3375,1.5,-0.6375,0.5625,1.35,-0.1125,0.5625,1.35,0.1125,0.5625,1.5,0.1125,0.5625,1.5,-0.1125,-0.1125,1.35,-0.5625,0.1125,1.35,-0.5625,0.1125,1.5,-0.5625,-0.1125,1.5,-0.5625,0.1125,1.35,-0.5625,0.1125,1.35,-0.6375,0.1125,1.5,-0.6375,0.1125,1.5,-0.5625,0.1125,1.5,0.5625,-0.1125,1.5,0.5625,-0.1125,1.5,0.6375,0.1125,1.5,0.6375,0.3375,0.675,0.4125,0.3375,0.675,0.3375,0.3375,0.75,0.3375,0.3375,0.75,0.4125,0.3375,0.675,0.3375,-0.2625,0.675,0.3375,-0.2625,0.75,0.3375,0.3375,0.75,0.3375,-0.5625,1.35,0.1125,-0.5625,1.35,-0.1125,-0.5625,1.5,-0.1125,-0.5625,1.5,0.1125,-0.8625,1.2,1.0125,-1.0125,1.2,1.0125,-1.0125,1.275,1.0125,-0.8625,1.275,1.0125,-0.3375,1.65,-0.2625,-0.3375,1.65,0.3375,-0.3375,1.65,-0.3375,-0.3375,1.65,0.2625,0.6375,1.35,0.1125,0.5625,1.35,0.1125,0.5625,1.35,-0.1125,0.6375,1.35,-0.1125,-0.6375,0.825,-0.6375,0.6375,0.825,-0.6375,0.6375,0.975,-0.6375,-0.6375,0.975,-0.6375,-0.3375,0.675,-0.2625,-0.4125,0.675,-0.2625,-0.4125,0.75,-0.2625,-0.3375,0.75,-0.2625,0.5625,1.35,-0.3375,0.6375,1.35,-0.3375,0.6375,1.5,-0.3375,0.5625,1.5,-0.3375,0.3375,1.35,-0.5625,0.5625,1.35,-0.5625,0.5625,1.5,-0.5625,0.3375,1.5,-0.5625,0.5625,1.35,-0.5625,0.5625,1.35,-0.6375,0.5625,1.5,-0.6375,0.5625,1.5,-0.5625,0.7125,1.2,-0.7125,0.8625,1.2,-0.8625,1.0875,1.2,-1.0875,1.0125,1.2,-0.8625,1.0875,1.2,-1.0875,0.8625,1.2,-0.8625,-0.3375,0.675,0.2625,-0.3375,0.675,-0.2625,-0.3375,0.75,-0.2625,-0.3375,0.75,0.2625,-0.7125,1.2,-0.7125,0.7125,1.2,-0.7125,0.7125,1.275,-0.7125,-0.7125,1.275,-0.7125,-1.0125,1.2,-1.0125,-0.8625,1.2,-1.0125,-0.8625,1.275,-1.0125,-1.0125,1.275,-1.0125,-0.3375,1.65,0.2625,-0.3375,1.65,-0.2625,-0.3375,2.1,-0.2625,-0.3375,2.1,0.2625,-0.5625,1.35,0.5625,-0.5625,1.35,0.6375,-0.5625,1.5,0.6375,-0.5625,1.5,0.5625,0.2625,1.65,0.3375,-0.2625,1.65,0.3375,-0.2625,2.1,0.3375,0.2625,2.1,0.3375,0.5625,1.35,0.3375,0.5625,1.35,0.5625,0.5625,1.5,0.5625,0.5625,1.5,0.3375,-0.8625,1.2,-1.0125,1.0125,1.2,-1.0125,0.8625,1.2,-1.0125,-0.2625,1.65,-0.3375,0.3375,1.65,-0.3375,0.2625,1.65,-0.3375,-0.4125,1.65,0.4125,-0.4125,1.65,-0.4125,-0.3375,1.65,-0.3375,-0.2625,1.65,-0.3375,-0.3375,1.65,0.3375,-0.2625,1.65,0.3375,0.2625,1.65,0.3375,0.4125,1.65,0.4125,0.3375,1.65,0.3375,0.4125,1.65,-0.4125,0.3375,1.65,0.2625,0.3375,1.65,-0.2625,0.3375,1.65,-0.3375,-0.7125,1.2,0.7125,-0.7125,1.2,-0.7125,-0.7125,1.275,-0.7125,-0.7125,1.275,0.7125,-0.5625,1.35,-0.3375,-0.6375,1.35,-0.3375,-0.6375,1.35,-0.5625,-0.5625,1.35,-0.5625,-0.3375,1.35,-0.5625,-0.5625,1.35,-0.6375,-0.3375,1.35,-0.6375,-1.0875,0.975,1.0875,-1.0875,0.975,-1.0875,-1.1625,0.975,1.1625,-1.1625,0.975,-1.1625,1.1625,0.975,1.1625,1.0875,0.975,1.0875,1.1625,0.975,-1.1625,1.0875,0.975,-1.0875,-0.8625,1.2,0.8625,-0.8625,1.2,1.0125,-0.8625,1.275,1.0125,-0.8625,1.275,0.8625,0.4875,0.75,-0.2625,0.4125,0.75,-0.2625,0.4125,0.75,0.2625,0.4875,0.75,0.2625,0.3375,0.675,-0.3375,0.3375,0.675,-0.4125,0.3375,0.75,-0.4125,0.3375,0.75,-0.3375,-0.3375,0.675,-0.3375,0.3375,0.675,-0.3375,0.3375,0.75,-0.3375,-0.3375,0.75,-0.3375,0.1125,1.35,0.5625,-0.1125,1.35,0.5625,-0.1125,1.5,0.5625,0.1125,1.5,0.5625,-0.2625,0.675,0.3375,-0.2625,0.675,0.4125,-0.2625,0.75,0.4125,-0.2625,0.75,0.3375,0.4875,0.675,-0.2625,0.4125,0.675,-0.2625,0.4125,0.75,-0.2625,0.4875,0.75,-0.2625,-0.4125,0.675,0.2625,-0.3375,0.675,0.2625,-0.3375,0.75,0.2625,-0.4125,0.75,0.2625,-0.3375,0.75,-0.2625,-0.4125,0.75,-0.2625,-0.4125,0.75,0.2625,-0.3375,0.75,0.2625,0.1125,1.35,0.6375,-0.1125,1.35,0.6375,-0.1125,1.35,0.5625,0.1125,1.35,0.5625,1.0125,1.2,-0.8625,0.8625,1.2,-0.8625,0.8625,1.275,-0.8625,1.0125,1.275,-0.8625,0.3375,0.675,-0.3375,-0.3375,0.675,-0.3375,-0.3375,0.675,-0.4125,0.3375,0.675,-0.4125,0.8625,1.2,1.0125,0.8625,1.2,0.8625,0.8625,1.275,0.8625,0.8625,1.275,1.0125,0.4125,0.675,0.2625,0.4875,0.675,0.2625,0.4875,0.75,0.2625,0.4125,0.75,0.2625,-1.0125,1.2,0.8625,-0.8625,1.2,0.8625,-0.8625,1.275,0.8625,-1.0125,1.275,0.8625],"colors":[0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.9176471,0.9529412,0.772549,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.6392157,0.5764706,0.6509804,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.3882353,0.3333333,0.4039216,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.4627451,0.4117647,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1,0.7843137,0.9490196,0.4862745,1]},"alien_optimised":{"faces":[348,346,347,347,346,345,344,342,343,343,342,341,340,338,339,339,338,337,336,334,335,335,334,333,332,330,331,331,330,329,324,327,328,327,324,325,326,325,324,319,322,323,322,319,320,321,320,319,318,316,317,317,316,315,311,313,314,313,312,307,313,311,312,307,312,308,310,312,311,309,310,311,310,309,306,302,306,309,306,307,308,307,306,305,302,305,306,305,302,303,304,303,302,301,300,298,300,299,298,297,296,294,296,295,294,293,292,290,292,291,290,289,288,286,288,287,286,285,284,282,284,283,282,281,280,278,280,279,278,277,272,276,275,276,272,273,275,271,272,271,275,275,273,274,268,274,273,273,265,268,272,270,271,267,271,270,270,266,267,266,269,268,268,265,266,267,266,265,264,263,261,263,262,261,257,260,259,259,256,257,258,257,256,253,255,254,254,252,253,250,253,252,252,249,250,251,250,249,245,248,247,247,244,245,246,245,244,240,243,242,242,239,240,241,240,239,236,238,237,237,235,236,234,236,235,235,233,234,232,234,233,233,231,232,229,232,231,231,228,229,230,229,228,227,226,224,226,225,224,223,222,220,222,221,220,219,218,216,218,217,216,215,214,212,214,213,212,211,210,208,210,209,208,207,206,204,206,205,204,203,202,200,202,201,200,194,199,196,197,196,199,198,190,197,196,197,190,196,195,194,190,188,196,195,191,194,193,194,191,191,192,193,189,192,191,191,188,189,190,189,188,184,187,186,186,183,184,185,184,183,180,182,181,181,179,180,177,180,179,179,176,177,178,177,176,172,175,174,174,171,172,173,172,171,167,170,169,169,166,167,168,167,166,162,165,164,164,161,162,163,162,161,160,159,157,159,158,157,156,155,153,155,154,153,152,151,149,151,150,149,148,147,145,147,146,145,144,143,141,143,142,141,140,139,137,139,138,137,136,135,133,135,134,133,132,131,129,131,130,129,128,127,125,127,126,125,122,124,118,119,118,124,117,123,122,118,121,122,122,121,117,116,117,121,120,115,119,118,119,115,115,113,118,114,117,116,116,113,114,115,114,113,112,111,109,111,110,109,108,107,105,107,106,105,104,103,101,103,102,101,98,100,94,95,94,100,93,99,98,94,97,98,98,97,93,92,93,97,96,91,95,94,95,91,91,89,94,90,93,92,92,89,90,91,90,89,88,87,85,87,86,85,81,84,83,83,80,81,82,81,80,54,70,56,70,72,56,78,79,66,75,79,78,68,78,66,78,77,75,76,75,77,77,74,76,58,76,74,75,76,63,64,75,63,74,73,58,60,58,73,72,70,71,69,71,70,70,68,69,67,69,68,68,66,67,65,67,66,66,64,65,62,65,64,64,63,62,57,62,63,62,57,50,61,59,60,58,60,59,59,49,58,57,58,49,49,50,57,54,56,55,55,53,54,52,54,53,53,51,52,49,52,51,51,48,49,50,49,48,47,45,46,43,46,45,45,42,43,44,43,42,41,40,38,40,39,38,37,36,34,36,35,34,33,32,30,32,31,30,29,28,26,28,27,26,25,24,22,24,23,22,21,20,18,20,19,18,14,17,16,16,13,14,15,14,13,12,10,11,8,11,10,10,7,8,9,8,7,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.03125,0.8125,-0.1875,0.28125,0.3125,-0.1875,0.28125,0.8125,-0.1875,-0.28125,0.8125,-0.1875,0.21875,0.3125,-0.1875,-0.28125,0.3125,-0.1875,-0.15625,0.3125,-0.1875,-0.15625,0.3125,-0.125,0.15625,0.1875,-0.125,0.15625,0.3125,-0.125,-0.15625,0.1875,-0.125,0.15625,0.125,-0.125,-0.15625,0.125,-0.125,-0.09375,1.125,-0.125,0.09375,0.9375,-0.125,0.09375,1.125,-0.125,-0.09375,0.9375,-0.125,-0.03125,0.9375,-0.125,0.15625,0.0625,-0.125,0.15625,0.125,-0.125,-0.15625,0.125,-0.125,-0.15625,0.0625,-0.125,0.03125,0.8125,-0.0625,0.03125,0.9375,-0.0625,-0.03125,0.9375,-0.0625,-0.03125,0.8125,-0.0625,-0.15625,0.1875,-0.0625,-0.15625,0.25,-0.0625,-0.21875,0.25,-0.0625,-0.21875,0.1875,-0.0625,-0.09375,0,-0.0625,-0.09375,0.0625,-0.0625,-0.15625,0.0625,-0.0625,-0.15625,0,-0.0625,0.15625,0,-0.0625,0.15625,0.0625,-0.0625,0.09375,0.0625,-0.0625,0.09375,0,-0.0625,0.21875,0.1875,-0.0625,0.21875,0.25,-0.0625,0.15625,0.25,-0.0625,0.15625,0.1875,-0.0625,0.15625,0.3125,0.0625,-0.15625,0.25,0.0625,-0.15625,0.3125,0.0625,0.15625,0.25,0.0625,-0.15625,0.125,0.0625,0.15625,0.125,0.0625,-0.15625,0.4375,0.125,-0.21875,0.3125,0.125,-0.21875,0.4375,0.125,-0.03125,0.4375,0.125,0.28125,0.3125,0.125,0.03125,0.4375,0.125,0.28125,0.4375,0.125,0.15625,0.4375,0.125,0.21875,0.4375,0.125,-0.21875,0.5625,0.125,-0.21875,0.75,0.125,-0.28125,0.3125,0.125,-0.21875,0.8125,0.125,-0.28125,0.8125,0.125,-0.21875,0.5,0.125,-0.03125,0.5625,0.125,0.03125,0.5625,0.125,-0.15625,0.5,0.125,0.21875,0.5625,0.125,-0.03125,0.5,0.125,0.28125,0.5625,0.125,0.03125,0.5,0.125,0.28125,0.5,0.125,0.15625,0.5,0.125,0.21875,0.5,0.125,-0.03125,0.8125,0.125,0.03125,0.8125,0.125,0.03125,0.75,0.125,-0.03125,0.75,0.125,0.28125,0.8125,0.125,0.28125,0.75,0.125,0.21875,0.75,0.125,0.09375,1.125,0.0625,-0.09375,0.9375,0.0625,-0.09375,1.125,0.0625,0.09375,0.9375,0.0625,0.03125,0.9375,0.0625,-0.15625,0.0625,0.0625,-0.15625,0.125,0.0625,0.15625,0.125,0.0625,0.15625,0.0625,0.0625,-0.15625,0.6875,0.1875,-0.21875,0.5625,0.1875,-0.21875,0.6875,0.1875,-0.15625,0.625,0.1875,-0.15625,0.5625,0.1875,-0.09375,0.6875,0.1875,-0.09375,0.75,0.1875,-0.21875,0.75,0.1875,-0.09375,0.625,0.1875,-0.03125,0.625,0.1875,-0.03125,0.5625,0.1875,-0.03125,0.75,0.1875,-0.15625,0.4375,0.125,-0.15625,0.5,0.125,-0.03125,0.5,0.125,-0.03125,0.4375,0.125,-0.03125,0.8125,0,-0.03125,0.9375,0,0.03125,0.9375,0,0.03125,0.8125,0,0.03125,0.4375,0.125,0.03125,0.5,0.125,0.15625,0.5,0.125,0.15625,0.4375,0.125,0.09375,0.6875,0.1875,0.03125,0.5625,0.1875,0.03125,0.6875,0.1875,0.09375,0.625,0.1875,0.09375,0.5625,0.1875,0.15625,0.6875,0.1875,0.15625,0.75,0.1875,0.03125,0.75,0.1875,0.15625,0.625,0.1875,0.21875,0.625,0.1875,0.21875,0.5625,0.1875,0.21875,0.75,0.1875,-0.21875,0.1875,0,-0.21875,0.25,0,-0.15625,0.25,0,-0.15625,0.1875,0,-0.21875,0.4375,0.0625,-0.21875,0.5,0.0625,-0.15625,0.5,0.0625,-0.15625,0.4375,0.0625,-0.15625,0,0,-0.15625,0.0625,0,-0.09375,0.0625,0,-0.09375,0,0,-0.15625,0.625,0.1875,-0.15625,0.6875,0.1875,-0.09375,0.6875,0.1875,-0.09375,0.625,0.1875,-0.03125,0.4375,0.0625,-0.03125,0.5,0.0625,0.03125,0.5,0.0625,0.03125,0.4375,0.0625,0.09375,0,0,0.09375,0.0625,0,0.15625,0.0625,0,0.15625,0,0,0.09375,0.625,0.1875,0.09375,0.6875,0.1875,0.15625,0.6875,0.1875,0.15625,0.625,0.1875,0.15625,0.1875,0,0.15625,0.25,0,0.21875,0.25,0,0.21875,0.1875,0,0.15625,0.4375,0.0625,0.15625,0.5,0.0625,0.21875,0.5,0.0625,0.21875,0.4375,0.0625,-0.28125,0.8125,0.125,-0.28125,0.3125,-0.1875,-0.28125,0.8125,-0.1875,-0.28125,0.3125,0.125,-0.28125,0.3125,0.0625,-0.09375,1.125,0.0625,-0.09375,0.9375,-0.125,-0.09375,1.125,-0.125,-0.09375,0.9375,0.0625,-0.09375,0.9375,0,-0.21875,0.75,0.1875,-0.21875,0.5625,0.125,-0.21875,0.75,0.125,-0.21875,0.6875,0.1875,-0.21875,0.5625,0.1875,-0.15625,0.125,0,-0.15625,0.0625,-0.125,-0.15625,0.125,-0.125,-0.15625,0.125,0.0625,-0.15625,0.0625,-0.0625,-0.15625,0.0625,0.0625,-0.15625,0.0625,0,0.03125,0.75,0.1875,0.03125,0.5625,0.125,0.03125,0.75,0.125,0.03125,0.6875,0.1875,0.03125,0.5625,0.1875,-0.15625,0.1875,-0.0625,-0.15625,0.125,-0.125,-0.15625,0.1875,-0.125,-0.15625,0.1875,0,-0.15625,0.125,0,-0.15625,0.125,0.0625,-0.15625,0.25,0.0625,-0.15625,0.25,0,-0.15625,0.25,-0.0625,-0.15625,0.3125,-0.0625,-0.15625,0.3125,-0.125,-0.15625,0.3125,0.0625,-0.03125,0.8125,-0.0625,-0.03125,0.9375,-0.0625,-0.03125,0.9375,0,-0.03125,0.8125,0,-0.21875,0.1875,-0.0625,-0.21875,0.25,-0.0625,-0.21875,0.25,0,-0.21875,0.1875,0,-0.15625,0,-0.0625,-0.15625,0.0625,-0.0625,-0.15625,0.0625,0,-0.15625,0,0,-0.15625,0.4375,0.0625,-0.15625,0.5,0.0625,-0.15625,0.5,0.125,-0.15625,0.4375,0.125,0.03125,0.4375,0.0625,0.03125,0.5,0.0625,0.03125,0.5,0.125,0.03125,0.4375,0.125,0.09375,0,-0.0625,0.09375,0.0625,-0.0625,0.09375,0.0625,0,0.09375,0,0,0.21875,0.4375,0.0625,0.21875,0.5,0.0625,0.21875,0.5,0.125,0.21875,0.4375,0.125,0.28125,0.8125,-0.0625,0.28125,0.75,0.125,0.28125,0.8125,0.125,0.28125,0.8125,-0.1875,0.28125,0.5625,0.125,0.28125,0.3125,-0.1875,0.28125,0.5,0.125,0.28125,0.3125,0,0.28125,0.4375,0.125,0.28125,0.3125,0.0625,0.28125,0.3125,0.125,0.09375,1.125,-0.125,0.09375,0.9375,0.0625,0.09375,1.125,0.0625,0.09375,0.9375,-0.125,0.09375,0.9375,-0.0625,-0.03125,0.75,0.125,-0.03125,0.625,0.1875,-0.03125,0.75,0.1875,-0.03125,0.5625,0.125,-0.03125,0.5625,0.1875,0.15625,0.125,0,0.15625,0.0625,0.0625,0.15625,0.125,0.0625,0.15625,0.125,-0.125,0.15625,0.0625,0,0.15625,0.0625,-0.125,0.15625,0.0625,-0.0625,0.21875,0.75,0.125,0.21875,0.625,0.1875,0.21875,0.75,0.1875,0.21875,0.5625,0.125,0.21875,0.5625,0.1875,0.03125,0.8125,0,0.03125,0.9375,0,0.03125,0.9375,-0.0625,0.03125,0.8125,-0.0625,0.15625,0.1875,-0.0625,0.15625,0.125,0,0.15625,0.1875,0,0.15625,0.1875,-0.125,0.15625,0.125,-0.125,0.15625,0.125,0.0625,0.15625,0.25,0,0.15625,0.25,0.0625,0.15625,0.25,-0.0625,0.15625,0.3125,-0.125,0.15625,0.3125,-0.0625,0.15625,0.3125,0,0.15625,0.3125,0.0625,-0.21875,0.4375,0.125,-0.21875,0.5,0.125,-0.21875,0.5,0.0625,-0.21875,0.4375,0.0625,-0.09375,0,0,-0.09375,0.0625,0,-0.09375,0.0625,-0.0625,-0.09375,0,-0.0625,-0.03125,0.4375,0.125,-0.03125,0.5,0.125,-0.03125,0.5,0.0625,-0.03125,0.4375,0.0625,0.15625,0,0,0.15625,0.0625,0,0.15625,0.0625,-0.0625,0.15625,0,-0.0625,0.15625,0.4375,0.125,0.15625,0.5,0.125,0.15625,0.5,0.0625,0.15625,0.4375,0.0625,0.21875,0.1875,0,0.21875,0.25,0,0.21875,0.25,-0.0625,0.21875,0.1875,-0.0625,-0.03125,0.8125,-0.1875,-0.28125,0.8125,0.125,-0.28125,0.8125,-0.1875,-0.21875,0.8125,0.125,-0.03125,0.8125,-0.0625,-0.03125,0.8125,0.125,-0.03125,0.8125,0,0.28125,0.8125,-0.1875,0.03125,0.8125,-0.0625,0.28125,0.8125,-0.0625,0.03125,0.8125,0,0.03125,0.8125,0.125,0.28125,0.8125,0.125,-0.09375,1.125,-0.125,0.09375,1.125,-0.125,-0.09375,1.125,0.0625,0.09375,1.125,0.0625,-0.03125,0.75,0.125,-0.21875,0.75,0.1875,-0.21875,0.75,0.125,-0.09375,0.75,0.1875,-0.03125,0.75,0.1875,0.21875,0.75,0.125,0.03125,0.75,0.1875,0.03125,0.75,0.125,0.15625,0.75,0.1875,0.21875,0.75,0.1875,-0.21875,0.25,-0.0625,-0.15625,0.25,-0.0625,-0.21875,0.25,0,-0.15625,0.25,0,-0.21875,0.4375,0.0625,-0.15625,0.4375,0.0625,-0.21875,0.4375,0.125,-0.15625,0.4375,0.125,-0.03125,0.4375,0.0625,0.03125,0.4375,0.0625,-0.03125,0.4375,0.125,0.03125,0.4375,0.125,0.15625,0.25,-0.0625,0.21875,0.25,-0.0625,0.15625,0.25,0,0.21875,0.25,0,0.15625,0.4375,0.0625,0.21875,0.4375,0.0625,0.15625,0.4375,0.125,0.21875,0.4375,0.125],"colors":[0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.2784314,0.1647059,0.1411765,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.2352941,0.5882353,0.1372549,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,0.5333334,0.8117647,0.2901961,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1,0.3372549,0.7490196,0.2235294,1]},"hipster_whale_optimised":{"faces":[1080,1078,1079,1079,1078,1077,1076,1074,1075,1075,1074,1073,1072,1070,1071,1071,1070,1069,1068,1066,1067,1067,1066,1065,1064,1062,1056,1064,1063,1062,1061,1062,1063,1056,1062,1058,1062,1061,1060,1059,1060,1061,1060,1059,1057,1057,1059,1053,1058,1057,1056,1053,1056,1057,1056,1053,1054,1055,1054,1053,1052,1050,1051,1051,1050,1049,1048,1047,1042,1046,1042,1047,1042,1046,1044,1041,1044,1045,1044,1041,1042,1043,1042,1041,1040,1038,1039,1039,1038,1037,1036,1034,1035,1035,1034,1033,1032,1030,1031,1031,1030,1029,1028,1026,1027,1027,1026,1025,1024,1022,1023,1023,1022,1021,1017,1019,1020,1019,1017,1018,1016,1018,1017,1013,1016,1017,1016,1013,1014,1015,1014,1013,1012,1010,1011,1011,1010,1009,1004,1007,1008,1007,1004,1005,1006,1005,1004,1003,1001,1002,1002,1001,1000,999,997,998,998,997,996,995,994,993,992,993,994,993,992,991,988,991,992,990,991,988,988,984,990,989,987,988,984,988,987,986,980,985,985,980,984,979,982,983,982,979,980,981,980,979,978,976,977,977,976,975,974,973,972,969,972,973,972,969,970,971,970,969,960,967,968,958,967,960,966,965,964,962,964,965,964,962,963,963,962,961,958,961,962,961,958,959,960,959,958,957,956,955,952,955,956,955,952,953,954,953,952,947,950,951,950,947,948,949,948,947,946,942,945,945,942,939,944,943,942,937,942,943,942,937,939,941,940,935,939,935,940,935,939,937,936,937,938,937,936,935,932,935,936,935,932,933,934,933,932,931,929,923,931,930,929,928,929,930,923,929,925,929,928,927,926,927,928,927,926,924,924,926,920,925,924,923,920,923,924,923,920,921,922,921,920,919,917,918,918,917,916,915,913,914,914,913,912,911,910,909,902,910,898,898,910,907,902,909,910,909,902,908,904,908,902,905,898,907,906,900,905,898,905,900,902,903,904,903,902,901,898,901,902,901,898,899,900,899,898,897,896,895,894,895,896,895,894,892,890,892,894,893,892,891,890,891,892,891,890,888,884,888,890,889,888,887,884,887,888,887,884,885,886,885,884,883,882,880,882,881,880,879,878,876,878,877,876,687,875,682,874,873,871,873,872,871,870,869,867,869,868,867,866,865,863,865,864,863,862,861,859,861,860,859,858,857,855,857,856,855,854,853,851,853,852,851,850,849,847,849,848,847,843,846,845,845,842,843,844,843,842,840,841,837,835,840,837,836,839,838,838,835,836,837,836,835,834,833,831,833,832,831,830,829,827,829,828,827,826,825,823,825,824,823,819,822,821,821,820,819,817,819,820,819,817,818,815,818,817,817,814,815,816,815,814,813,812,810,812,811,810,805,809,808,803,805,808,807,806,798,806,799,798,805,803,804,794,804,803,803,802,794,793,794,802,801,798,795,800,792,799,798,799,792,792,795,798,797,795,796,793,796,795,795,792,793,794,793,792,791,790,788,790,789,788,787,785,786,783,786,785,785,782,783,784,783,782,778,781,780,780,777,778,779,778,777,776,775,773,775,774,773,772,771,769,771,770,769,767,768,762,765,767,762,763,766,765,765,762,763,764,763,762,759,761,755,760,759,756,755,756,759,758,756,757,753,757,756,756,755,753,754,753,755,753,754,750,752,753,750,752,750,751,748,751,750,750,747,748,749,748,747,746,693,679,742,745,744,744,741,742,743,742,741,740,739,730,739,738,730,737,735,736,734,736,735,735,733,734,731,734,733,733,730,731,732,731,730,729,727,728,725,728,727,727,724,725,726,725,724,719,723,722,718,719,722,718,721,720,720,717,718,719,718,717,716,715,713,715,714,713,709,712,689,689,691,709,702,709,691,711,709,710,708,710,709,709,702,708,703,708,702,708,703,707,699,707,703,694,693,706,706,700,694,703,705,699,698,699,705,705,703,704,690,704,703,703,702,690,691,690,702,701,695,697,696,694,700,696,700,699,699,698,696,697,696,698,696,697,695,695,694,696,695,681,694,693,694,681,681,679,693,692,687,688,691,689,690,686,690,689,689,688,686,686,688,687,684,687,682,687,684,686,685,686,684,683,685,684,684,682,683,680,683,682,682,679,680,681,680,679,672,678,673,678,676,673,645,656,670,648,645,670,677,675,676,673,676,675,675,674,673,671,673,674,652,650,668,673,671,672,670,672,671,671,669,670,648,670,669,669,650,648,669,668,650,668,667,652,667,665,663,663,652,667,666,664,665,663,665,664,664,662,663,661,651,663,651,652,663,661,663,662,662,660,661,657,661,660,660,659,657,658,657,659,658,647,657,647,649,657,656,645,655,653,655,645,654,653,646,645,646,653,650,652,651,651,649,650,648,650,649,649,647,648,645,648,647,647,644,645,646,645,644,643,642,640,642,641,640,639,638,636,638,637,636,635,634,632,634,633,632,631,630,628,630,629,628,627,626,624,626,625,624,623,622,620,622,621,620,619,618,616,618,617,616,615,614,612,614,613,612,611,610,608,610,609,608,607,606,604,606,605,604,602,603,597,600,602,597,598,601,600,600,597,598,599,598,597,596,595,593,595,594,593,592,591,589,591,590,589,588,587,585,587,586,585,582,584,583,583,581,582,578,582,581,578,581,580,580,577,578,579,578,577,574,576,570,575,574,571,570,571,574,570,573,572,572,569,570,571,570,569,565,568,567,567,564,565,566,565,564,563,561,562,559,562,561,561,558,559,560,559,558,554,557,556,556,553,554,555,554,553,552,550,551,548,551,550,550,549,548,548,549,543,546,548,543,544,547,546,546,543,544,545,544,543,541,542,538,536,541,538,537,540,539,539,536,537,538,537,536,535,525,534,531,534,525,533,531,532,525,532,531,530,528,529,527,529,528,528,526,527,524,527,526,526,523,524,525,524,523,520,522,521,521,519,520,517,520,519,519,516,517,518,517,516,515,514,512,514,509,512,510,513,512,512,509,510,511,510,509,508,506,507,504,507,506,506,503,504,505,504,503,499,502,501,501,498,499,500,499,498,497,496,494,496,495,494,493,488,492,491,492,488,488,490,491,490,488,489,474,489,488,488,487,474,487,477,473,473,474,487,486,484,485,483,485,484,484,482,483,481,483,482,482,480,481,479,481,480,480,472,479,472,469,479,478,476,477,477,471,473,471,477,476,476,475,471,468,471,475,472,474,473,473,471,472,469,472,471,471,468,469,470,469,468,467,465,466,463,466,465,465,462,463,464,463,462,461,460,458,460,459,458,457,456,454,456,455,454,453,452,450,452,451,450,449,448,446,448,447,446,445,444,442,444,443,442,441,440,438,440,439,438,437,436,434,436,435,434,433,432,430,432,431,430,429,428,426,428,427,426,425,424,422,424,423,422,421,420,418,420,419,418,415,417,267,267,262,415,416,415,262,414,413,411,413,412,411,408,410,404,405,404,410,403,409,408,404,407,408,408,407,403,402,403,407,406,401,405,404,405,401,401,399,404,400,403,402,402,399,400,401,400,399,398,397,395,397,396,395,394,393,391,393,392,391,390,388,389,386,389,388,388,385,386,387,386,385,377,384,383,383,378,382,383,382,377,378,381,382,376,377,382,381,378,373,380,375,379,378,379,375,375,373,378,374,377,376,376,373,374,375,374,373,372,371,369,371,370,369,368,367,365,367,366,365,357,364,363,363,358,362,363,362,357,358,361,362,356,357,362,361,358,353,360,355,359,358,359,355,355,353,358,354,357,356,356,353,354,355,354,353,352,350,351,348,351,350,350,347,348,349,348,347,346,345,344,345,340,344,343,337,341,337,342,341,340,339,337,339,338,337,336,335,333,335,334,333,332,331,329,331,330,329,328,327,321,327,319,321,316,326,325,325,322,316,324,318,323,322,323,318,318,316,322,321,319,320,317,320,319,319,316,317,318,317,316,312,315,314,314,311,312,313,312,311,310,307,306,309,305,308,307,308,305,305,306,307,306,305,304,305,302,304,304,302,303,300,303,302,302,299,300,301,300,299,298,297,294,297,282,294,292,296,291,295,291,296,296,294,295,293,295,294,294,282,293,285,293,282,289,292,291,291,290,289,288,289,290,287,289,288,288,286,287,280,287,286,286,281,280,285,282,281,284,279,283,282,283,279,279,281,282,279,280,281,280,279,276,279,264,276,274,278,273,277,273,278,278,276,277,275,277,276,276,264,275,266,275,264,271,274,273,273,272,271,270,271,272,269,271,270,270,268,269,267,269,268,268,265,267,262,267,265,266,264,265,262,265,264,264,261,262,263,262,261,260,252,259,258,259,252,252,253,258,257,255,256,245,256,255,255,244,245,251,254,253,253,252,251,248,251,252,251,248,246,250,243,249,248,249,243,243,246,248,244,247,246,246,243,244,245,244,243,242,240,241,238,241,240,240,237,238,239,238,237,233,236,235,235,232,233,234,233,232,231,230,228,230,229,228,227,226,224,226,225,224,223,222,220,222,221,220,219,218,216,218,217,216,209,215,214,214,203,209,212,213,206,206,200,212,197,212,200,211,208,210,207,210,208,205,209,203,209,205,208,208,204,207,205,204,208,202,207,204,207,202,206,202,200,206,205,203,204,202,204,203,203,201,202,200,202,201,201,199,200,197,200,199,199,196,197,198,197,196,195,194,192,194,193,192,191,184,190,184,186,190,187,189,188,188,185,187,182,187,185,186,184,185,182,185,184,184,181,182,183,182,181,180,179,174,179,171,174,173,178,177,172,173,177,176,174,175,172,175,174,174,171,172,173,172,171,170,168,169,166,169,168,168,165,166,167,166,165,164,163,161,163,162,161,160,159,157,159,158,157,156,155,153,155,154,153,152,151,149,151,150,149,148,147,145,147,146,145,144,143,141,143,142,141,140,139,137,139,138,137,136,135,133,135,134,133,132,131,129,131,130,129,126,128,127,127,125,126,123,126,125,125,122,123,124,123,122,121,120,118,120,119,118,117,116,114,116,115,114,113,112,110,112,111,110,109,108,106,108,107,106,105,104,102,104,103,102,101,100,98,100,99,98,97,84,90,96,95,94,95,92,94,94,92,93,89,93,92,92,91,89,90,89,91,89,90,84,84,87,89,85,88,87,87,84,85,86,85,84,80,83,82,82,79,80,81,80,79,78,76,77,76,73,77,73,76,75,75,72,73,74,73,72,71,70,68,70,69,68,67,61,66,61,63,66,65,63,64,62,64,63,63,61,62,60,62,61,61,56,60,59,60,56,56,57,59,58,57,55,57,56,55,52,54,53,53,51,52,49,52,51,51,48,49,50,49,48,42,47,46,41,42,46,45,43,44,41,44,43,43,40,41,42,41,40,39,37,38,36,38,37,37,35,36,33,36,35,35,32,33,34,33,32,29,31,30,30,28,29,27,29,28,28,16,27,25,27,16,26,25,17,16,17,25,22,24,23,23,21,22,19,22,21,21,20,19,18,19,20,19,18,16,18,17,16,9,15,2,12,14,8,14,10,8,3,5,13,13,12,3,8,3,12,11,9,10,8,10,9,0,9,2,9,0,8,3,8,0,7,5,6,4,6,5,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[0.09,0.33,-0.42,0.18,0.21,-0.42,0.18,0.33,-0.42,0,0.33,-0.42,0.18,0.15,-0.42,-0.12,0.33,-0.42,0.18,0.09,-0.42,-0.12,0.09,-0.42,0,0.36,-0.42,0.09,0.36,-0.42,0,0.48,-0.42,0.09,0.48,-0.42,-0.03,0.36,-0.42,-0.12,0.36,-0.42,-0.03,0.48,-0.42,0.18,0.36,-0.42,0.18,0.36,-0.06,0.18,0.51,-0.06,-0.12,0.51,-0.06,-0.12,0.36,-0.06,-0.21,0.51,-0.06,-0.21,0.24,-0.06,-0.12,0.09,-0.06,-0.21,0.18,-0.06,-0.21,0.09,-0.06,0.27,0.24,-0.06,0.27,0.51,-0.06,0.27,0.18,-0.06,0.18,0.18,-0.06,0.27,0.09,-0.06,0.18,0.15,-0.06,0.18,0.09,-0.06,0.06,0.63,0.03,0.18,0.54,0.03,0.18,0.63,0.03,0,0.63,0.03,0.06,0.54,0.03,-0.12,0.63,0.03,0,0.54,0.03,-0.12,0.54,0.03,-0.33,0.24,0.15,-0.24,0.18,0.15,-0.24,0.24,0.15,-0.33,0.18,0.15,-0.24,0.12,0.15,-0.33,0.12,0.15,-0.21,0.18,0.15,-0.21,0.24,0.15,-0.24,0.12,0.27,-0.21,0.09,0.27,-0.21,0.12,0.27,-0.33,0.12,0.27,-0.39,0.09,0.27,-0.42,0.12,0.27,-0.42,0.09,0.27,-0.33,0.12,0.27,-0.33,0.18,0.27,-0.42,0.18,0.27,-0.42,0.12,0.27,-0.42,0.21,0.27,-0.36,0.21,0.27,-0.24,0.18,0.27,-0.33,0.21,0.27,-0.21,0.18,0.27,-0.3,0.21,0.27,-0.21,0.21,0.27,-0.21,0.12,0.27,-0.24,0.12,0.27,0.12,0.06,0.36,0.12,0.09,0.36,-0.06,0.09,0.36,-0.06,0.06,0.36,0.27,0.24,0.03,0.39,0.18,0.03,0.39,0.24,0.03,0.27,0.18,0.03,0.3,0.18,0.03,0.39,0.12,0.03,0.3,0.12,0.03,0.39,0.12,0.15,0.42,0.06,0.15,0.42,0.12,0.15,0.3,0.12,0.15,0.3,0.06,0.15,-0.27,0.24,0.27,-0.21,0.21,0.27,-0.21,0.24,0.27,-0.3,0.24,0.27,-0.3,0.21,0.27,-0.33,0.24,0.27,-0.33,0.27,0.27,-0.36,0.27,0.27,-0.36,0.24,0.27,-0.33,0.21,0.27,-0.36,0.21,0.27,-0.42,0.24,0.27,-0.42,0.21,0.27,-0.27,0.27,0.27,-0.03,0.45,-0.27,-0.03,0.48,-0.27,-0.12,0.48,-0.27,-0.12,0.45,-0.27,-0.03,0.48,-0.24,-0.03,0.51,-0.24,-0.12,0.51,-0.24,-0.12,0.48,-0.24,0,0.51,0.03,0,0.54,0.03,-0.12,0.54,0.03,-0.12,0.51,0.03,0.18,0.51,0.03,0.18,0.54,0.03,0.06,0.54,0.03,0.06,0.51,0.03,0.18,0.45,-0.27,0.18,0.48,-0.27,0.09,0.48,-0.27,0.09,0.45,-0.27,0.18,0.48,-0.24,0.18,0.51,-0.24,0.09,0.51,-0.24,0.09,0.48,-0.24,0.39,0.21,0.15,0.42,0.18,0.15,0.42,0.21,0.15,0.33,0.21,0.15,0.39,0.18,0.15,0.3,0.21,0.15,0.3,0.18,0.15,-0.21,0.36,0.21,-0.21,0.42,0.21,-0.24,0.42,0.21,-0.24,0.36,0.21,0.06,0.51,0.03,0.06,0.54,0.03,0,0.54,0.03,0,0.51,0.03,0.06,0.63,0.12,0.06,0.66,0.12,0,0.66,0.12,0,0.63,0.12,0.3,0.36,0.21,0.3,0.42,0.21,0.27,0.42,0.21,0.27,0.36,0.21,0.39,0.18,0.24,0.39,0.21,0.24,0.33,0.21,0.24,0.33,0.18,0.24,0.42,0.12,0.15,0.42,0.18,0.15,0.39,0.18,0.15,0.39,0.12,0.15,-0.39,0.24,0.3,-0.39,0.27,0.3,-0.42,0.27,0.3,-0.42,0.24,0.3,-0.3,0.21,0.27,-0.3,0.24,0.27,-0.33,0.24,0.27,-0.33,0.21,0.27,0.27,0.24,0.27,0.27,0.27,0.27,0.24,0.27,0.27,0.24,0.24,0.27,0,0.63,0.27,-0.12,0.54,0.27,-0.12,0.63,0.27,0.06,0.63,0.27,0.18,0.54,0.27,0.18,0.63,0.27,0.12,0.15,0.39,-0.06,0.09,0.39,-0.06,0.15,0.39,0.12,0.09,0.39,-0.06,0.06,0.39,0.12,0.06,0.39,-0.12,0.09,0.39,-0.12,0.15,0.39,0.18,0.15,0.39,0.18,0.09,0.39,0.27,0.18,0.36,-0.21,0.15,0.36,-0.21,0.18,0.36,0.27,0.15,0.36,-0.12,0.15,0.36,0.18,0.15,0.36,-0.21,0.12,0.36,-0.12,0.09,0.36,-0.21,0.09,0.36,0.18,0.09,0.36,0.27,0.09,0.36,-0.21,0.18,0.36,-0.21,0.21,0.36,0.27,0.21,0.36,0.27,0.18,0.36,-0.12,0.51,0.33,-0.21,0.48,0.33,-0.21,0.51,0.33,0.18,0.51,0.33,-0.18,0.48,0.33,0.27,0.51,0.33,0,0.48,0.33,0.27,0.48,0.33,0.06,0.48,0.33,0.24,0.48,0.33,-0.18,0.45,0.33,0,0.45,0.33,0.06,0.45,0.33,0.24,0.45,0.33,0,0.42,0.33,0.06,0.42,0.33,-0.21,0.42,0.33,-0.18,0.42,0.33,0.27,0.42,0.33,0.24,0.42,0.33,-0.18,0.21,0.27,-0.18,0.24,0.27,0.24,0.24,0.27,0.24,0.21,0.27,-0.12,0.51,0.36,-0.12,0.54,0.36,0.18,0.54,0.36,0.18,0.51,0.36,-0.03,0.36,-0.3,-0.03,0.45,-0.3,0.09,0.45,-0.3,0.09,0.36,-0.3,-0.42,0.12,0.36,-0.42,0.21,0.36,-0.36,0.21,0.36,-0.36,0.12,0.36,-0.21,0.24,0.24,-0.33,0.18,0.24,-0.33,0.24,0.24,-0.21,0.18,0.24,-0.24,0.18,0.24,-0.21,0.21,0.36,-0.27,0.12,0.36,-0.27,0.21,0.36,-0.21,0.18,0.36,-0.21,0.12,0.36,-0.21,0.15,0.36,0,0.3,0.33,-0.18,0.27,0.33,-0.18,0.3,0.33,0,0.27,0.33,-0.12,0.27,0.33,0.06,0.3,0.33,0.06,0.39,0.33,0,0.39,0.33,0.06,0.27,0.33,0.24,0.3,0.33,0.24,0.27,0.33,0.18,0.27,0.33,-0.21,0.27,0.33,-0.18,0.39,0.33,-0.21,0.39,0.33,0.27,0.27,0.33,0.27,0.39,0.33,0.24,0.39,0.33,0,0.45,0.36,-0.18,0.42,0.36,-0.18,0.45,0.36,0,0.42,0.36,-0.15,0.42,0.36,-0.03,0.42,0.36,-0.18,0.39,0.36,-0.15,0.39,0.36,-0.18,0.3,0.36,-0.15,0.33,0.36,-0.15,0.3,0.36,-0.09,0.33,0.36,-0.03,0.33,0.36,-0.03,0.3,0.36,-0.03,0.39,0.36,0,0.39,0.36,-0.03,0.36,0.36,0,0.3,0.36,0.06,0.42,0.36,0.06,0.39,0.36,0.09,0.42,0.36,0.24,0.42,0.36,0.24,0.45,0.36,0.06,0.45,0.36,0.21,0.42,0.36,0.09,0.39,0.36,0.06,0.3,0.36,0.09,0.33,0.36,0.09,0.3,0.36,0.15,0.33,0.36,0.21,0.33,0.36,0.21,0.3,0.36,0.21,0.39,0.36,0.24,0.39,0.36,0.21,0.36,0.36,0.24,0.3,0.36,0.3,0.42,0.36,0.3,0.39,0.36,-0.03,0.51,-0.21,-0.12,0.48,-0.21,-0.12,0.51,-0.21,-0.03,0.48,-0.21,-0.12,0.45,-0.21,-0.03,0.45,-0.21,0.09,0.48,-0.21,0.09,0.45,-0.21,0.18,0.48,-0.21,0.18,0.51,-0.21,0.09,0.51,-0.21,0.18,0.45,-0.21,0.39,0.24,0.12,0.27,0.18,0.12,0.27,0.24,0.12,0.39,0.18,0.12,0.3,0.18,0.12,0.36,0.18,0.27,0.3,0.12,0.27,0.3,0.18,0.27,0.36,0.12,0.27,0.3,0.06,0.27,0.36,0.06,0.27,0.39,0.21,0.27,0.33,0.21,0.27,0.3,0.21,0.27,0.42,0.21,0.27,0.42,0.18,0.27,0.42,0.12,0.27,0.42,0.06,0.27,-0.36,0.09,0.39,-0.36,0.12,0.39,-0.27,0.12,0.39,-0.27,0.09,0.39,-0.36,0.21,0.39,-0.36,0.24,0.39,-0.27,0.24,0.39,-0.27,0.21,0.39,-0.36,0.24,0.36,-0.36,0.27,0.36,-0.27,0.27,0.36,-0.27,0.24,0.36,-0.42,0.21,0.36,-0.42,0.24,0.36,-0.36,0.21,0.36,-0.27,0.21,0.36,-0.21,0.24,0.36,-0.21,0.21,0.36,-0.18,0.27,0.33,-0.21,0.24,0.33,-0.21,0.27,0.33,-0.12,0.27,0.33,-0.18,0.24,0.33,-0.12,0.24,0.33,-0.09,0.39,0.36,-0.15,0.33,0.36,-0.15,0.39,0.36,-0.09,0.36,0.36,-0.09,0.33,0.36,-0.03,0.39,0.36,-0.03,0.42,0.36,-0.15,0.42,0.36,-0.06,0.39,0.36,-0.06,0.36,0.36,-0.03,0.36,0.36,-0.03,0.33,0.36,-0.12,0.24,0.36,-0.12,0.27,0.36,0,0.27,0.36,0,0.24,0.36,0.06,0.24,0.36,0.06,0.27,0.36,0.18,0.27,0.36,0.18,0.24,0.36,0.15,0.39,0.36,0.09,0.33,0.36,0.09,0.39,0.36,0.15,0.36,0.36,0.15,0.33,0.36,0.21,0.39,0.36,0.21,0.42,0.36,0.09,0.42,0.36,0.18,0.39,0.36,0.18,0.36,0.36,0.21,0.36,0.36,0.21,0.33,0.36,0.24,0.27,0.33,0.18,0.24,0.33,0.18,0.27,0.33,0.27,0.27,0.33,0.24,0.24,0.33,0.27,0.24,0.33,0.36,0.12,0.27,0.36,0.18,0.27,0.42,0.18,0.27,0.42,0.12,0.27,-0.42,0.09,0.36,-0.42,0.12,0.36,-0.36,0.12,0.36,-0.36,0.09,0.36,-0.33,0.18,0.42,-0.36,0.12,0.42,-0.36,0.18,0.42,-0.33,0.15,0.42,-0.33,0.12,0.42,-0.3,0.18,0.42,-0.3,0.21,0.42,-0.36,0.21,0.42,-0.3,0.15,0.42,-0.27,0.15,0.42,-0.27,0.12,0.42,-0.27,0.21,0.42,-0.27,0.09,0.36,-0.27,0.12,0.36,-0.21,0.12,0.36,-0.21,0.09,0.36,-0.24,0.39,0.36,-0.24,0.42,0.36,-0.21,0.39,0.36,0,0.24,0.33,0,0.27,0.33,0.06,0.27,0.33,0.06,0.24,0.33,0,0.63,0.18,0,0.66,0.18,0.06,0.66,0.18,0.06,0.63,0.18,0.24,0.21,0.24,0.24,0.27,0.24,0.27,0.27,0.24,0.27,0.21,0.24,0.33,0.18,0.18,0.33,0.21,0.18,0.39,0.21,0.18,0.39,0.18,0.18,-0.42,0.24,0.33,-0.42,0.27,0.33,-0.39,0.27,0.33,-0.39,0.24,0.33,-0.33,0.15,0.39,-0.33,0.18,0.39,-0.3,0.18,0.39,-0.3,0.15,0.39,-0.24,0.36,0.24,-0.24,0.39,0.24,-0.21,0.39,0.24,-0.21,0.36,0.24,-0.21,0.21,0.27,-0.21,0.24,0.27,-0.18,0.24,0.27,-0.18,0.21,0.27,-0.09,0.36,0.36,-0.09,0.39,0.36,-0.06,0.39,0.36,-0.06,0.36,0.36,0.15,0.36,0.36,0.15,0.39,0.36,0.18,0.39,0.36,0.18,0.36,0.36,0.27,0.36,0.24,0.27,0.39,0.24,0.3,0.39,0.24,0.3,0.36,0.24,-0.12,0.36,-0.18,-0.12,0.33,-0.42,-0.12,0.36,-0.42,-0.12,0.36,-0.06,-0.12,0.09,-0.42,-0.12,0.09,-0.06,-0.21,0.51,0.18,-0.21,0.24,-0.06,-0.21,0.51,-0.06,-0.21,0.42,0.18,-0.21,0.24,0.15,-0.21,0.36,0.18,-0.21,0.24,0.18,-0.21,0.51,0.33,-0.21,0.48,0.33,-0.21,0.42,0.21,-0.21,0.42,0.33,-0.21,0.18,-0.06,-0.21,0.18,0.15,-0.21,0.09,-0.06,-0.21,0.18,0.24,-0.21,0.09,0.18,-0.21,0.18,0.27,-0.21,0.09,0.27,-0.21,0.12,0.27,-0.21,0.36,0.21,-0.21,0.36,0.24,-0.21,0.24,0.24,-0.21,0.27,0.24,-0.21,0.27,0.33,-0.21,0.39,0.33,-0.21,0.39,0.24,-0.12,0.54,0.03,-0.12,0.63,0.03,-0.12,0.63,0.27,-0.12,0.54,0.27,-0.42,0.21,0.36,-0.42,0.18,0.27,-0.42,0.21,0.27,-0.42,0.12,0.36,-0.42,0.12,0.27,-0.12,0.54,0.27,-0.12,0.51,0.03,-0.12,0.54,0.03,-0.12,0.54,0.36,-0.12,0.51,0.33,-0.12,0.51,0.36,-0.03,0.48,-0.3,-0.03,0.36,-0.42,-0.03,0.48,-0.42,-0.03,0.45,-0.3,-0.03,0.36,-0.3,-0.03,0.48,-0.27,-0.03,0.45,-0.27,0.3,0.18,0.12,0.3,0.12,0.03,0.3,0.18,0.03,0.3,0.18,0.15,0.3,0.12,0.15,0.3,0.18,0.18,0.3,0.12,0.18,-0.36,0.24,0.39,-0.36,0.21,0.36,-0.36,0.24,0.36,-0.36,0.21,0.39,-0.36,0.12,0.36,-0.36,0.12,0.39,-0.36,0.09,0.36,-0.36,0.09,0.39,-0.36,0.24,0.27,-0.36,0.27,0.36,-0.36,0.27,0.27,-0.36,0.24,0.3,-0.36,0.24,0.33,-0.33,0.18,0.24,-0.33,0.12,0.15,-0.33,0.18,0.15,-0.33,0.18,0.27,-0.33,0.12,0.27,-0.33,0.24,0.24,-0.33,0.24,0.15,0.3,0.12,0.18,0.3,0.06,0.15,0.3,0.12,0.15,0.3,0.12,0.27,0.3,0.06,0.27,0.3,0.18,0.27,0.3,0.18,0.18,0.3,0.18,0.15,0.3,0.21,0.27,0.3,0.21,0.15,-0.42,0.12,0.36,-0.42,0.09,0.27,-0.42,0.12,0.27,-0.42,0.09,0.36,-0.42,0.09,0.33,-0.42,0.24,0.3,-0.42,0.21,0.27,-0.42,0.24,0.27,-0.42,0.24,0.33,-0.42,0.21,0.36,-0.42,0.24,0.36,-0.36,0.21,0.42,-0.36,0.12,0.39,-0.36,0.21,0.39,-0.36,0.18,0.42,-0.36,0.12,0.42,-0.24,0.42,0.33,-0.24,0.39,0.24,-0.24,0.42,0.24,-0.24,0.42,0.36,-0.24,0.39,0.36,-0.24,0.36,0.21,-0.24,0.42,0.21,-0.24,0.36,0.24,-0.21,0.27,0.33,-0.21,0.24,0.24,-0.21,0.27,0.24,-0.21,0.24,0.33,-0.21,0.24,0.27,-0.21,0.18,0.24,-0.21,0.21,0.27,-0.21,0.18,0.27,-0.18,0.3,0.33,-0.18,0.39,0.33,-0.18,0.39,0.36,-0.18,0.3,0.36,0.06,0.3,0.33,0.06,0.39,0.33,0.06,0.39,0.36,0.06,0.3,0.36,-0.12,0.09,0.36,-0.12,0.15,0.36,-0.12,0.15,0.39,-0.12,0.09,0.39,-0.12,0.48,-0.24,-0.12,0.45,-0.27,-0.12,0.48,-0.27,-0.12,0.48,-0.21,-0.12,0.45,-0.21,-0.12,0.51,-0.21,-0.12,0.51,-0.24,0,0.63,0.12,0,0.66,0.12,0,0.66,0.18,0,0.63,0.18,0.39,0.18,0.18,0.39,0.21,0.18,0.39,0.21,0.24,0.39,0.18,0.24,-0.42,0.24,0.3,-0.42,0.27,0.3,-0.42,0.27,0.33,-0.42,0.24,0.33,-0.3,0.15,0.39,-0.3,0.18,0.39,-0.3,0.18,0.42,-0.3,0.15,0.42,-0.18,0.42,0.33,-0.18,0.45,0.33,-0.18,0.45,0.36,-0.18,0.42,0.36,-0.12,0.24,0.33,-0.12,0.27,0.33,-0.12,0.27,0.36,-0.12,0.24,0.36,-0.06,0.06,0.36,-0.06,0.09,0.36,-0.06,0.09,0.39,-0.06,0.06,0.39,0.06,0.24,0.33,0.06,0.27,0.33,0.06,0.27,0.36,0.06,0.24,0.36,0.06,0.42,0.33,0.06,0.45,0.33,0.06,0.45,0.36,0.06,0.42,0.36,0.09,0.48,-0.24,0.09,0.51,-0.24,0.09,0.51,-0.21,0.09,0.48,-0.21,0.27,0.51,-0.06,0.27,0.42,0.18,0.27,0.51,0.18,0.27,0.24,-0.06,0.27,0.36,0.18,0.27,0.24,0.03,0.27,0.3,0.18,0.27,0.24,0.12,0.27,0.24,0.18,0.27,0.48,0.33,0.27,0.51,0.33,0.27,0.42,0.33,0.27,0.42,0.21,0.27,0.18,0.03,0.27,0.18,-0.06,0.27,0.09,-0.06,0.27,0.09,0.18,0.27,0.18,0.12,0.27,0.09,0.36,0.27,0.18,0.18,0.27,0.15,0.36,0.27,0.18,0.21,0.27,0.18,0.36,0.27,0.21,0.21,0.27,0.27,0.21,0.27,0.3,0.21,0.27,0.36,0.21,0.27,0.3,0.3,0.27,0.36,0.24,0.27,0.36,0.3,0.27,0.27,0.3,0.27,0.27,0.33,0.27,0.39,0.3,0.27,0.39,0.33,0.27,0.39,0.24,0.18,0.15,-0.24,0.18,0.09,-0.06,0.18,0.15,-0.06,0.18,0.15,-0.27,0.18,0.09,-0.42,0.18,0.15,-0.3,0.18,0.15,-0.42,0.18,0.21,-0.42,0.18,0.18,-0.3,0.18,0.21,-0.33,0.18,0.3,-0.33,0.18,0.33,-0.42,0.18,0.33,-0.33,0.18,0.21,-0.3,0.18,0.18,-0.21,0.18,0.18,-0.09,0.18,0.18,-0.06,0.18,0.21,-0.09,0.18,0.36,-0.09,0.18,0.36,-0.18,0.18,0.3,-0.18,0.18,0.21,-0.18,0.18,0.36,-0.06,0.18,0.33,-0.27,0.18,0.33,-0.24,0.18,0.36,-0.42,0.18,0.36,-0.24,0.18,0.21,-0.21,0.18,0.3,-0.21,0.18,0.3,-0.24,0.18,0.3,-0.27,0.18,0.27,-0.24,0.18,0.27,-0.27,0.18,0.3,-0.3,0.18,0.54,0.27,0.18,0.63,0.27,0.18,0.63,0.03,0.18,0.54,0.03,0.09,0.48,-0.42,0.09,0.45,-0.3,0.09,0.48,-0.3,0.09,0.36,-0.42,0.09,0.36,-0.3,0.09,0.45,-0.27,0.09,0.48,-0.27,0.18,0.54,0.27,0.18,0.51,0.36,0.18,0.54,0.36,0.18,0.54,0.03,0.18,0.51,0.33,0.18,0.51,0.03,-0.27,0.24,0.36,-0.27,0.21,0.39,-0.27,0.24,0.39,-0.27,0.21,0.36,-0.27,0.12,0.39,-0.27,0.12,0.36,-0.27,0.09,0.39,-0.27,0.09,0.36,-0.27,0.27,0.36,-0.27,0.27,0.27,-0.27,0.24,0.27,-0.24,0.18,0.24,-0.24,0.12,0.27,-0.24,0.18,0.27,-0.24,0.18,0.15,-0.24,0.12,0.15,0.18,0.18,-0.24,0.27,0.21,0.33,0.27,0.18,0.36,0.27,0.21,0.36,0.27,0.21,0.24,0.27,0.18,0.21,0.27,0.21,0.21,0.27,0.27,0.21,0.27,0.27,0.24,0.27,0.27,0.27,0.27,0.27,0.3,0.27,0.3,0.21,0.27,0.3,0.3,0.27,0.24,0.33,0.27,0.27,0.33,0.27,0.24,0.27,0.39,0.18,0.12,0.39,0.12,0.15,0.39,0.18,0.15,0.39,0.18,0.03,0.39,0.12,0.03,0.39,0.24,0.03,0.39,0.24,0.12,0.42,0.06,0.27,0.42,0.12,0.27,0.42,0.12,0.15,0.42,0.06,0.15,0.42,0.12,0.27,0.42,0.18,0.27,0.42,0.18,0.15,0.42,0.12,0.15,-0.27,0.21,0.39,-0.27,0.15,0.42,-0.27,0.21,0.42,-0.27,0.12,0.39,-0.27,0.12,0.42,-0.21,0.24,0.33,-0.21,0.21,0.36,-0.21,0.24,0.36,-0.21,0.24,0.27,-0.21,0.21,0.33,-0.21,0.21,0.27,0,0.3,0.36,0,0.39,0.36,0,0.39,0.33,0,0.3,0.33,0.18,0.27,-0.27,0.18,0.18,-0.24,0.18,0.27,-0.24,0.18,0.18,-0.27,0.18,0.15,-0.24,0.18,0.15,-0.27,0.18,0.21,-0.3,0.18,0.3,-0.3,0.18,0.3,-0.27,0.18,0.18,-0.3,0.18,0.18,-0.21,0.18,0.21,-0.21,0.18,0.3,-0.24,0.18,0.3,-0.21,0.18,0.3,-0.33,0.18,0.21,-0.33,0.18,0.21,-0.18,0.18,0.3,-0.18,0.24,0.3,0.36,0.24,0.39,0.36,0.24,0.39,0.33,0.24,0.3,0.33,0.3,0.42,0.33,0.3,0.39,0.36,0.3,0.42,0.36,0.3,0.42,0.24,0.3,0.39,0.33,0.3,0.39,0.24,0.3,0.42,0.21,0.3,0.36,0.21,0.3,0.36,0.24,0.42,0.18,0.27,0.42,0.21,0.27,0.42,0.21,0.15,0.42,0.18,0.15,0.06,0.63,0.18,0.06,0.66,0.18,0.06,0.66,0.12,0.06,0.63,0.12,0.18,0.09,0.39,0.18,0.15,0.39,0.18,0.15,0.36,0.18,0.09,0.36,0.18,0.48,-0.24,0.18,0.45,-0.21,0.18,0.48,-0.21,0.18,0.48,-0.27,0.18,0.45,-0.27,0.18,0.51,-0.24,0.18,0.51,-0.21,0.24,0.27,0.24,0.24,0.24,0.27,0.24,0.27,0.27,0.24,0.21,0.24,0.24,0.21,0.27,0.33,0.18,0.24,0.33,0.21,0.24,0.33,0.21,0.18,0.33,0.18,0.18,-0.39,0.24,0.33,-0.39,0.27,0.33,-0.39,0.27,0.3,-0.39,0.24,0.3,-0.33,0.15,0.42,-0.33,0.18,0.42,-0.33,0.18,0.39,-0.33,0.15,0.39,-0.03,0.48,-0.21,-0.03,0.51,-0.21,-0.03,0.51,-0.24,-0.03,0.48,-0.24,0,0.24,0.36,0,0.27,0.36,0,0.27,0.33,0,0.24,0.33,0,0.42,0.36,0,0.45,0.36,0,0.45,0.33,0,0.42,0.33,0.12,0.06,0.39,0.12,0.09,0.39,0.12,0.09,0.36,0.12,0.06,0.36,0.18,0.18,-0.27,0.18,0.24,0.36,0.18,0.27,0.36,0.18,0.27,0.33,0.18,0.24,0.33,0.24,0.42,0.36,0.24,0.45,0.36,0.24,0.45,0.33,0.24,0.42,0.33,-0.12,0.51,-0.06,-0.21,0.51,0.18,-0.21,0.51,-0.06,-0.21,0.51,0.33,-0.12,0.51,0.03,-0.12,0.51,0.33,0.18,0.51,-0.06,0,0.51,0.03,0.18,0.51,0.03,0.06,0.51,0.03,0.27,0.51,-0.06,0.18,0.51,0.33,0.27,0.51,0.18,0.27,0.51,0.33,-0.03,0.36,-0.18,-0.12,0.36,-0.06,-0.12,0.36,-0.18,0.18,0.36,-0.06,0.09,0.36,-0.18,0.18,0.36,-0.09,0.18,0.36,-0.18,-0.03,0.36,-0.42,-0.12,0.36,-0.42,-0.03,0.36,-0.3,0.18,0.36,-0.24,0.18,0.36,-0.42,0.09,0.36,-0.3,0.09,0.36,-0.42,-0.12,0.54,0.27,0.18,0.54,0.27,-0.12,0.54,0.36,0.18,0.54,0.36,-0.18,0.21,0.27,0.24,0.21,0.27,-0.18,0.21,0.33,0.24,0.21,0.33,0,0.63,0.03,-0.12,0.63,0.27,-0.12,0.63,0.03,0,0.63,0.27,0,0.63,0.12,0,0.63,0.18,0.06,0.63,0.03,0.06,0.63,0.12,0.18,0.63,0.03,0.06,0.63,0.18,0.18,0.63,0.27,0.06,0.63,0.27,0,0.48,-0.42,-0.03,0.48,-0.3,-0.03,0.48,-0.42,-0.03,0.48,-0.27,0.09,0.48,-0.42,0.09,0.48,-0.27,0.09,0.48,-0.3,-0.03,0.48,-0.24,-0.12,0.48,-0.24,-0.12,0.48,-0.27,0.09,0.48,-0.24,0.18,0.48,-0.27,0.18,0.48,-0.24,-0.03,0.48,-0.21,0.09,0.48,-0.21,-0.33,0.27,0.27,-0.36,0.27,0.36,-0.36,0.27,0.27,-0.27,0.27,0.36,-0.27,0.27,0.27,-0.24,0.24,0.15,-0.33,0.24,0.24,-0.33,0.24,0.15,-0.21,0.24,0.24,-0.21,0.24,0.15,-0.21,0.24,0.18,-0.18,0.21,0.33,-0.21,0.21,0.36,-0.21,0.21,0.33,0.27,0.21,0.36,0.24,0.21,0.33,0.27,0.21,0.33,0.27,0.21,0.24,0.24,0.21,0.27,0.24,0.21,0.24,-0.18,0.21,0.27,-0.21,0.21,0.27,0.18,0.15,0.36,-0.12,0.15,0.39,-0.12,0.15,0.36,-0.06,0.15,0.39,0.18,0.15,0.39,0.12,0.15,0.39,0.27,0.24,0.03,0.39,0.24,0.03,0.27,0.24,0.12,0.39,0.24,0.12,-0.21,0.24,0.27,-0.27,0.24,0.36,-0.27,0.24,0.27,-0.21,0.24,0.36,-0.21,0.24,0.33,-0.36,0.24,0.36,-0.36,0.24,0.39,-0.27,0.24,0.39,-0.42,0.24,0.36,-0.39,0.24,0.33,-0.42,0.24,0.33,-0.36,0.24,0.33,-0.36,0.24,0.3,-0.39,0.24,0.3,-0.36,0.24,0.27,-0.42,0.24,0.3,-0.42,0.24,0.27,-0.18,0.45,0.33,0,0.45,0.33,-0.18,0.45,0.36,0,0.45,0.36,0.06,0.45,0.33,0.24,0.45,0.33,0.06,0.45,0.36,0.24,0.45,0.36,-0.27,0.21,0.39,-0.36,0.21,0.42,-0.36,0.21,0.39,-0.3,0.21,0.42,-0.27,0.21,0.42,-0.33,0.18,0.24,-0.24,0.18,0.24,-0.33,0.18,0.27,-0.24,0.18,0.27,-0.21,0.42,0.21,-0.24,0.42,0.24,-0.24,0.42,0.21,-0.24,0.42,0.33,-0.21,0.42,0.33,-0.24,0.42,0.36,-0.18,0.42,0.36,-0.18,0.42,0.33,-0.12,0.27,0.33,0,0.27,0.33,-0.12,0.27,0.36,0,0.27,0.36,-0.12,0.51,-0.24,-0.03,0.51,-0.24,-0.12,0.51,-0.21,-0.03,0.51,-0.21,0,0.66,0.12,0.06,0.66,0.12,0,0.66,0.18,0.06,0.66,0.18,0.06,0.27,0.33,0.18,0.27,0.33,0.06,0.27,0.36,0.18,0.27,0.36,0.09,0.51,-0.24,0.18,0.51,-0.24,0.09,0.51,-0.21,0.18,0.51,-0.21,0.3,0.42,0.21,0.27,0.42,0.33,0.27,0.42,0.21,0.3,0.42,0.33,0.3,0.42,0.24,0.3,0.42,0.36,0.24,0.42,0.36,0.24,0.42,0.33,0.3,0.18,0.12,0.39,0.18,0.12,0.3,0.18,0.15,0.39,0.18,0.15,0.33,0.21,0.15,0.3,0.21,0.27,0.3,0.21,0.15,0.33,0.21,0.27,0.33,0.21,0.18,0.33,0.21,0.24,0.39,0.21,0.15,0.39,0.21,0.18,0.42,0.21,0.15,0.39,0.21,0.24,0.42,0.21,0.27,0.39,0.21,0.27,0.33,0.18,0.18,0.39,0.18,0.18,0.33,0.18,0.24,0.39,0.18,0.24,0,0.42,0.33,0.06,0.42,0.33,0,0.42,0.36,0.06,0.42,0.36,-0.42,0.27,0.3,-0.39,0.27,0.3,-0.42,0.27,0.33,-0.39,0.27,0.33,-0.33,0.15,0.39,-0.3,0.15,0.39,-0.33,0.15,0.42,-0.3,0.15,0.42],"colors":[0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.7254902,0.5843138,0.3960784,1,0.7254902,0.5843138,0.3960784,1,0.7254902,0.5843138,0.3960784,1,0.7254902,0.5843138,0.3960784,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.1529412,0.1294118,0.1137255,1,0.1529412,0.1294118,0.1137255,1,0.1529412,0.1294118,0.1137255,1,0.1529412,0.1294118,0.1137255,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.08235294,0.1960784,0.3294118,1,0.08235294,0.1960784,0.3294118,1,0.08235294,0.1960784,0.3294118,1,0.08235294,0.1960784,0.3294118,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.1529412,0.1294118,0.1137255,1,0.1529412,0.1294118,0.1137255,1,0.1529412,0.1294118,0.1137255,1,0.1529412,0.1294118,0.1137255,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.08235294,0.1960784,0.3294118,1,0.08235294,0.1960784,0.3294118,1,0.08235294,0.1960784,0.3294118,1,0.08235294,0.1960784,0.3294118,1,0.08235294,0.1960784,0.3294118,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2313726,0.5647059,0.7764706,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.08235294,0.1960784,0.3294118,1,0.08235294,0.1960784,0.3294118,1,0.08235294,0.1960784,0.3294118,1,0.08235294,0.1960784,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.1607843,0.4509804,0.6313726,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.9058824,0.8078431,0.7098039,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.4117647,0.2862745,0.2,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,0.2313726,0.5647059,0.7764706,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.6901961,0.5215687,0.3294118,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.7882353,0.7019608,0.6156863,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1,0.2588235,0.2313726,0.2117647,1]},"spaceexploration_lunarlander_optimised":{"faces":[1716,1714,1715,1715,1714,1713,1712,1710,1711,1711,1710,1709,1443,1423,1445,1445,1423,1421,1708,1706,1707,1707,1706,1705,1704,1516,1703,1703,1516,1512,1698,1701,1702,1701,1698,1699,1700,1699,1698,1697,1695,1696,1696,1695,1694,1693,1692,1518,1506,1518,1692,1691,1689,1690,1690,1689,1688,1687,1685,1686,1686,1685,1684,1683,1681,1682,1682,1681,1680,1679,1677,1678,1678,1677,1676,1675,1673,1674,1674,1673,1672,1671,1664,1670,1671,1670,1669,1670,1664,1665,1667,1669,1670,1669,1667,1668,1666,1668,1667,1667,1663,1666,1666,1663,1661,1665,1664,1663,1660,1663,1664,1663,1660,1661,1662,1661,1660,1659,1652,1658,1659,1658,1657,1658,1652,1653,1655,1657,1658,1657,1655,1656,1654,1656,1655,1655,1651,1654,1654,1651,1649,1653,1652,1651,1648,1651,1652,1651,1648,1649,1650,1649,1648,1647,1640,1646,1647,1646,1645,1646,1640,1641,1643,1645,1646,1645,1643,1644,1642,1644,1643,1643,1639,1642,1642,1639,1637,1641,1640,1639,1636,1639,1640,1639,1636,1637,1638,1637,1636,1635,1628,1634,1635,1634,1633,1634,1628,1629,1631,1633,1634,1633,1631,1632,1630,1632,1631,1631,1627,1630,1630,1627,1625,1629,1628,1627,1624,1627,1628,1627,1624,1625,1626,1625,1624,1623,1616,1622,1623,1622,1621,1622,1616,1617,1619,1621,1622,1621,1619,1620,1618,1620,1619,1619,1615,1618,1618,1615,1613,1617,1616,1615,1612,1615,1616,1615,1612,1613,1614,1613,1612,1611,1610,1609,1607,1609,1610,1609,1607,1608,1475,1608,1607,1606,1604,1605,1605,1604,1603,1602,1600,1601,1601,1600,1599,1598,1597,1594,1596,1594,1597,1594,1596,1595,1595,1593,1594,1594,1593,1592,1588,1590,1591,1590,1588,1589,1587,1589,1588,1588,1586,1587,1587,1586,1585,1584,1582,1583,1583,1582,1581,1580,1579,1578,1574,1578,1579,1578,1574,1575,1577,1575,1576,1576,1575,1574,1571,1568,1573,1572,1567,1571,1568,1571,1567,1570,1568,1569,1569,1568,1567,1566,1564,1565,1565,1564,1563,1562,1560,1561,1561,1560,1559,1558,1556,1557,1557,1556,1555,1549,1553,1554,1550,1553,1549,1552,1545,1551,1551,1545,1546,1550,1549,1548,1542,1548,1549,1548,1542,1547,1541,1547,1542,1546,1545,1540,1543,1540,1545,1544,1539,1543,1540,1543,1539,1542,1540,1541,1541,1540,1539,1538,1536,1537,1537,1536,1535,1534,1530,1531,1533,1532,1529,1531,1529,1532,1529,1531,1530,1530,1528,1529,1529,1528,1525,1528,1515,1525,1527,1526,1514,1525,1514,1526,1514,1525,1515,1524,1520,1521,1523,1522,1519,1521,1519,1522,1519,1521,1520,1520,1518,1519,1519,1518,1517,1518,1506,1517,1505,1517,1506,1516,1513,1512,1515,1511,1514,1514,1511,1513,1511,1512,1513,1512,1511,1504,1507,1504,1511,1510,1509,1508,1503,1508,1509,1508,1503,1507,1504,1507,1503,1506,1504,1505,1505,1504,1503,1502,1501,1500,1498,1500,1501,1500,1498,1499,1496,1499,1498,1497,1495,1496,1496,1495,1492,1495,1491,1492,1494,1493,1490,1492,1490,1493,1490,1492,1491,1491,1489,1490,1490,1489,1481,1488,1486,1487,1487,1486,1484,1486,1485,1484,1483,1484,1485,1484,1483,1482,1481,1482,1483,1482,1481,1480,1478,1480,1481,1480,1478,1469,1479,1469,1478,1477,1476,1473,1471,1473,1476,1475,1473,1474,1474,1473,1472,1473,1471,1472,1470,1472,1471,1471,1469,1470,1470,1469,1468,1467,1465,1466,1466,1465,1464,1463,1461,1462,1462,1461,1460,1441,1459,1446,1424,1440,1456,1455,1456,1440,1446,1459,1458,1454,1458,1459,1458,1454,1455,1457,1456,1453,1455,1453,1456,1453,1455,1454,1454,1452,1453,1453,1452,1449,1452,1448,1449,1451,1450,1447,1449,1447,1450,1447,1449,1448,1448,1437,1447,1447,1437,1435,1446,1440,1441,1445,1444,1443,1442,1443,1444,1443,1442,1439,1441,1439,1442,1439,1441,1440,1440,1424,1439,1425,1439,1424,1438,1430,1436,1436,1437,1438,1437,1436,1435,1436,1430,1431,1432,1435,1436,1435,1432,1434,1433,1434,1432,1433,1432,1420,1426,1420,1432,1431,1430,1426,1428,1426,1430,1429,1427,1428,1426,1428,1427,1427,1422,1426,1420,1426,1422,1425,1424,1423,1420,1423,1424,1423,1420,1421,1422,1421,1420,1419,1418,1417,1416,1417,1418,1417,1416,1415,1412,1415,1416,1415,1412,1413,1414,1413,1412,1409,1408,1411,1403,1411,1408,1411,1403,1410,1402,1410,1403,1409,1406,1408,1408,1406,1407,1407,1406,1401,1404,1401,1406,1405,1400,1404,1401,1404,1400,1403,1401,1402,1402,1401,1400,1399,1398,1396,1398,1397,1396,1395,1394,1392,1394,1393,1392,1391,1390,1388,1390,1389,1388,1387,1386,1384,1386,1385,1384,1383,1382,1380,1382,1381,1380,1379,1377,1378,1377,1374,1378,1374,1377,1376,1376,1373,1374,1375,1374,1373,1369,1372,1371,1371,1368,1369,1370,1369,1368,1367,1366,1364,1366,1365,1364,1360,1363,1362,1362,1359,1360,1361,1360,1359,1358,1357,1355,1357,1356,1355,1354,1352,1353,1350,1353,1352,1352,1349,1350,1351,1350,1349,1348,1346,1347,1344,1347,1346,1346,1343,1344,1345,1344,1343,1342,1340,1341,1339,1341,1340,1340,1338,1339,1336,1339,1338,1338,1335,1336,1337,1336,1335,1334,1332,1333,1330,1333,1332,1332,1329,1330,1331,1330,1329,1328,1326,1327,1324,1327,1326,1326,1323,1324,1325,1324,1323,1322,1321,1319,1321,1320,1319,1318,1317,1315,1317,1316,1315,1314,1313,1311,1313,1312,1311,1310,1308,1309,1305,1309,1308,1307,1308,1299,1308,1307,1305,1297,1307,1299,1306,1305,1307,1305,1306,1300,1302,1305,1300,1304,1302,1303,1301,1303,1302,1302,1300,1301,1298,1301,1300,1300,1297,1298,1299,1298,1297,1296,1295,1293,1295,1294,1293,1292,1291,1289,1291,1290,1289,1288,1287,1285,1287,1286,1285,1284,1273,1283,1273,1271,1283,1282,1280,1281,1279,1281,1280,1278,1280,1269,1280,1278,1279,1277,1279,1278,1267,1278,1269,1278,1276,1277,1275,1277,1276,1275,1276,1270,1272,1275,1270,1274,1272,1273,1271,1273,1272,1272,1270,1271,1268,1271,1270,1270,1267,1268,1269,1268,1267,1266,1264,1265,1263,1265,1264,1264,1262,1263,1260,1263,1262,1262,1259,1260,1261,1260,1259,1258,1256,1257,1255,1257,1256,1256,1254,1255,1252,1255,1254,1254,1251,1252,1253,1252,1251,1250,1249,1247,1249,1248,1247,1246,1245,1243,1245,1244,1243,1242,1240,1241,1238,1241,1240,1240,1237,1238,1239,1238,1237,1236,1235,1233,1235,1234,1233,1232,1231,1229,1231,1230,1229,1228,1227,1225,1227,1226,1225,1224,1223,1221,1223,1222,1221,1220,1218,1219,1216,1219,1218,1218,1215,1216,1217,1216,1215,1214,1212,1213,1210,1213,1212,1212,1209,1210,1211,1210,1209,1208,1206,1207,1205,1207,1206,1206,1204,1205,1203,1205,1204,1204,1202,1203,1201,1203,1202,1202,1200,1201,1198,1201,1200,1200,1197,1198,1199,1198,1197,1196,1188,1195,1194,1195,1188,1188,1186,1194,1193,1191,1192,1190,1192,1191,1191,1189,1190,1187,1190,1189,1189,1186,1187,1188,1187,1186,1185,1183,1184,1181,1184,1183,1183,1180,1181,1182,1181,1180,1179,1178,1176,1178,1177,1176,1175,1174,1172,1174,1173,1172,1171,1170,1168,1170,1169,1168,1167,1166,1164,1166,1165,1164,1163,1162,1160,1162,1161,1160,1159,1157,1158,1150,1158,1157,1157,1156,1150,1156,1157,1155,1149,1150,1156,1154,1156,1155,1155,1153,1154,1148,1154,1153,1153,1152,1148,1151,1148,1152,1151,1150,1148,1150,1149,1148,1147,1146,1144,1146,1145,1144,1143,1142,1140,1142,1141,1140,1138,1139,1130,1128,1138,1130,1135,1137,1136,1136,1133,1135,1134,1135,1133,1132,1134,1133,1133,1131,1132,1129,1132,1131,1131,1128,1129,1130,1129,1128,1126,1127,1114,1117,1126,1114,1123,1125,1122,1124,1123,1120,1122,1120,1123,1120,1122,1121,1121,1119,1120,1118,1120,1119,1119,1117,1118,1115,1118,1117,1117,1114,1115,1116,1115,1114,1113,1110,1112,1102,1112,1110,1104,1111,1103,1110,1109,1102,1110,1108,1109,1101,1102,1109,1106,1109,1108,1108,1107,1106,1107,1105,1106,1100,1106,1105,1105,1104,1100,1103,1100,1104,1103,1102,1100,1102,1101,1100,1099,1097,1098,1096,1098,1097,1097,1095,1096,1093,1096,1095,1095,1092,1093,1094,1093,1092,1091,1090,1088,1090,1089,1088,1085,1087,1086,1086,1084,1085,1083,1085,1084,1084,1082,1083,1080,1083,1082,1082,1079,1080,1081,1080,1079,1076,1078,1077,1077,1075,1076,1074,1076,1075,1075,1073,1074,1071,1074,1073,1073,1070,1071,1072,1071,1070,1069,1068,1066,1068,1067,1066,1063,1065,1064,1064,1062,1063,1060,1063,1062,1062,1059,1060,1061,1060,1059,1056,1058,1057,1057,1055,1056,1053,1056,1055,1055,1052,1053,1054,1053,1052,1051,1050,1048,1050,1049,1048,1047,1046,1044,1046,1045,1044,1043,1042,1040,1042,1041,1040,1039,1038,1036,1038,1037,1036,1035,1034,1032,1034,1033,1032,1031,1030,1028,1030,1029,1028,1027,1026,1024,1026,1025,1024,1023,1020,1022,1020,1021,1022,1018,1021,1020,1020,1017,1018,1019,1018,1017,1016,1015,1013,1015,1014,1013,1012,1010,1011,1008,1011,1010,1010,1007,1008,1009,1008,1007,1006,1004,1005,1002,1005,1004,1004,1001,1002,1003,1002,1001,1000,998,999,997,999,998,998,996,997,994,997,996,996,993,994,995,994,993,992,990,991,988,991,990,990,987,988,989,988,987,986,984,985,982,985,984,984,981,982,983,982,981,980,979,977,979,978,977,976,975,973,975,974,973,972,971,969,971,970,969,965,968,958,968,965,963,967,964,966,965,966,964,960,965,958,964,963,965,963,964,957,955,963,957,962,960,961,959,961,960,960,958,959,956,959,958,958,955,956,957,956,955,954,952,953,950,953,952,952,949,950,951,950,949,948,947,945,947,946,945,944,943,941,943,942,941,940,939,937,939,938,937,936,925,935,925,923,935,924,934,922,934,933,922,934,932,933,927,933,932,932,929,927,931,928,930,929,930,928,928,927,929,927,928,921,919,927,921,926,924,925,923,925,924,924,922,923,920,923,922,922,919,920,921,920,919,918,917,915,917,916,915,914,913,911,913,912,911,910,908,909,906,909,908,908,905,906,907,906,905,904,902,903,901,903,902,902,900,901,898,901,900,900,897,898,899,898,897,896,894,895,893,895,894,894,892,893,890,893,892,892,889,890,891,890,889,888,887,885,887,886,885,884,883,881,883,882,881,880,879,877,879,878,877,876,875,873,875,874,873,872,870,871,869,871,870,870,868,869,866,869,868,868,865,866,867,866,865,864,863,861,863,862,861,860,859,857,859,858,857,856,854,855,846,855,854,854,848,846,853,851,852,850,852,851,851,849,850,847,850,849,849,846,847,848,847,846,845,843,844,841,844,843,843,840,841,842,841,840,839,838,836,838,837,836,835,834,832,834,833,832,831,821,830,828,830,821,829,828,822,828,829,825,821,822,828,827,828,825,827,825,826,824,826,825,825,823,824,820,824,823,823,822,820,822,821,820,819,818,816,818,817,816,815,814,812,814,813,812,810,811,800,798,810,800,807,809,808,808,806,807,804,807,806,804,806,805,805,803,804,802,804,803,803,801,802,799,802,801,801,798,799,800,799,798,797,786,796,793,796,786,791,795,792,794,793,787,793,794,790,786,787,793,792,793,790,792,790,791,789,791,790,790,788,789,785,789,788,788,787,785,787,786,785,784,782,783,781,783,782,782,780,781,778,781,780,780,777,778,779,778,777,776,775,773,775,774,773,771,772,765,767,771,765,768,770,769,769,767,768,766,768,767,767,765,766,763,766,765,765,762,763,764,763,762,759,761,760,760,758,759,757,759,758,758,756,757,754,757,756,756,753,754,755,754,753,750,752,751,751,749,750,748,750,749,749,747,748,745,748,747,747,744,745,746,745,744,743,742,740,742,741,740,737,739,738,738,736,737,734,737,736,736,733,734,735,734,733,730,732,731,731,729,730,727,730,729,729,726,727,728,727,726,725,724,722,724,723,722,721,720,718,720,719,718,717,716,714,716,715,714,713,712,710,712,711,710,709,708,706,708,707,706,705,704,702,704,703,702,701,700,698,700,699,698,697,696,694,696,695,694,693,690,692,690,691,692,688,691,690,690,687,688,689,688,687,686,683,685,683,684,685,681,684,683,683,680,681,682,681,680,679,678,676,678,677,676,675,674,672,674,673,672,671,670,668,670,669,668,667,666,664,666,665,664,663,662,660,662,661,660,659,658,656,658,657,656,655,654,652,654,653,652,651,650,648,650,649,648,647,646,644,646,645,644,643,642,640,642,641,640,639,638,636,638,637,636,635,634,632,634,633,632,631,630,628,630,629,628,627,626,624,626,625,624,623,621,622,620,622,621,621,619,620,617,620,619,619,616,617,618,617,616,615,614,612,614,613,612,611,582,566,611,566,564,564,608,611,609,611,608,610,609,607,609,608,607,606,604,605,603,605,604,604,595,603,602,603,595,593,602,594,589,594,602,602,595,589,601,599,600,598,600,599,599,597,598,596,598,597,597,590,596,595,596,590,590,589,595,575,580,591,594,585,593,592,593,585,585,591,592,579,591,580,591,585,575,590,588,589,586,589,588,588,587,586,587,576,586,585,586,576,576,575,585,584,583,582,581,582,583,583,578,581,582,581,566,569,581,578,579,580,571,578,579,571,578,571,569,577,573,574,575,576,574,572,575,574,572,574,573,573,570,572,571,572,570,570,569,571,569,570,568,567,569,568,568,563,567,566,567,563,563,564,566,565,564,562,564,563,562,559,561,560,560,558,559,555,559,558,558,557,555,557,556,555,551,554,553,553,550,551,552,551,550,546,549,548,548,545,546,547,546,545,544,543,541,543,542,541,540,527,539,535,539,527,538,533,537,532,537,533,536,535,528,536,531,535,527,528,535,534,535,531,531,533,534,533,531,532,530,532,531,531,529,530,526,530,529,529,528,526,528,527,526,525,524,522,524,523,522,521,520,518,520,519,518,517,516,514,516,515,514,513,512,510,512,511,510,509,508,506,508,507,506,502,505,504,504,501,502,503,502,501,500,499,497,499,498,497,493,496,495,495,492,493,494,493,492,491,490,488,490,489,488,486,487,476,479,486,476,483,485,481,484,483,482,481,482,483,480,482,481,481,479,480,477,480,479,479,476,477,478,477,476,474,475,466,464,474,466,471,473,472,472,468,471,465,471,468,468,470,469,469,467,468,465,468,467,467,464,465,466,465,464,463,462,460,462,461,460,456,459,458,458,455,456,457,456,455,452,454,451,453,452,450,451,450,452,451,449,450,449,448,450,449,447,448,445,448,447,447,444,445,446,445,444,443,442,440,442,441,440,439,438,436,438,437,436,435,433,434,433,432,434,433,431,432,430,432,431,431,429,430,428,430,429,429,427,428,425,428,427,427,424,425,426,425,424,423,421,422,415,422,421,421,417,415,420,418,419,416,419,418,418,415,416,417,416,415,414,408,413,412,413,408,408,406,412,411,409,410,407,410,409,409,406,407,408,407,406,403,405,392,404,403,389,392,389,403,400,402,401,401,394,400,399,400,394,399,394,388,398,396,397,395,397,396,396,390,395,394,395,390,390,388,394,393,391,392,389,392,391,391,388,389,390,389,388,387,385,386,383,386,385,385,382,383,384,383,382,381,379,380,377,380,379,379,376,377,378,377,376,375,374,372,374,373,372,371,370,368,370,369,368,367,366,364,366,365,364,363,361,362,359,362,361,361,358,359,360,359,358,357,356,354,356,355,354,353,352,350,352,351,350,349,348,346,348,347,346,345,344,342,344,343,342,341,340,338,340,339,338,337,336,334,336,335,334,333,332,330,332,331,330,329,327,328,327,324,328,324,327,326,326,323,324,325,324,323,322,320,321,320,317,321,317,320,319,319,316,317,318,317,316,315,314,312,314,313,312,311,310,308,310,309,308,307,306,304,306,305,304,303,302,300,302,301,300,299,298,296,298,297,296,295,294,292,294,293,292,291,290,288,290,289,288,287,286,284,286,285,284,283,282,280,282,281,280,279,187,185,278,277,275,277,276,275,274,273,271,273,272,271,270,268,269,265,269,268,267,268,261,268,267,265,259,267,261,266,265,267,265,266,262,264,265,262,264,262,263,260,263,262,262,259,260,261,260,259,258,257,255,257,256,255,254,245,253,245,243,253,252,250,251,247,251,250,249,250,241,250,249,247,239,249,241,248,247,249,247,248,242,244,247,242,246,244,245,243,245,244,244,242,243,240,243,242,242,239,240,241,240,239,238,237,235,237,236,235,234,233,231,233,232,231,230,229,227,229,228,227,226,225,223,225,224,223,191,211,192,199,192,211,221,222,217,216,221,217,219,220,215,218,219,215,213,218,214,209,214,218,218,215,209,217,210,216,215,216,210,210,209,215,214,205,213,212,213,205,205,211,212,211,205,199,210,208,209,206,209,208,208,207,206,207,200,206,205,206,200,200,199,205,204,183,203,183,202,203,202,183,184,184,195,202,194,202,195,201,197,198,199,200,198,196,199,198,196,198,197,197,193,196,190,196,193,195,189,194,189,193,194,193,189,190,191,192,190,188,191,190,188,190,189,189,186,188,187,188,186,186,185,187,185,186,184,182,185,184,182,184,183,183,179,182,180,182,179,181,180,178,180,179,178,177,175,176,168,176,175,175,174,168,174,175,173,167,168,174,172,174,173,173,171,172,166,172,171,171,170,166,169,166,170,169,168,166,168,167,166,165,163,164,156,164,163,163,162,156,162,163,161,155,156,162,160,162,161,161,159,160,154,160,159,159,158,154,157,154,158,157,156,154,156,155,154,153,152,150,152,151,150,149,148,146,148,147,146,142,145,144,144,141,142,143,142,141,137,140,139,139,136,137,138,137,136,135,134,132,134,133,132,128,131,130,130,127,128,129,128,127,126,125,123,125,124,123,119,122,121,121,118,119,120,119,118,117,116,114,116,115,114,113,112,110,112,111,110,109,108,106,108,107,106,105,104,102,104,103,102,101,100,98,100,99,98,96,97,88,86,96,88,93,95,94,94,90,93,87,93,90,90,92,91,91,89,90,87,90,89,89,86,87,88,87,86,84,85,74,77,84,74,81,83,79,82,81,80,79,80,81,78,80,79,79,77,78,75,78,77,77,74,75,76,75,74,70,73,72,72,69,70,71,70,69,43,66,45,58,45,66,68,59,67,65,67,59,66,65,58,66,64,65,59,58,65,63,65,64,64,62,63,60,63,62,62,61,60,61,50,60,51,60,50,59,57,58,56,58,57,57,54,56,55,56,54,54,53,55,54,52,53,49,53,52,52,51,49,50,49,51,50,48,49,47,49,48,48,46,47,44,47,46,46,43,44,45,44,43,39,42,41,41,38,39,40,39,38,37,35,36,33,36,35,35,32,33,34,33,32,31,29,30,27,30,29,29,26,27,28,27,26,25,24,22,24,23,22,21,15,20,8,20,15,19,17,18,16,18,17,17,14,16,15,16,14,15,14,8,10,8,14,13,11,12,9,12,11,11,8,9,10,9,8,7,6,4,6,5,4,3,2,0,2,1,0],"vertices":[-0.3825,0.675,-0.1575,-0.3825,0.9,-0.1575,-0.4725,0.9,-0.1575,-0.4725,0.675,-0.1575,0.4725,0.675,-0.1575,0.4725,0.9,-0.1575,0.3825,0.9,-0.1575,0.3825,0.675,-0.1575,-0.3825,0.405,-0.3375,-0.3375,0.27,-0.3375,-0.3375,0.405,-0.3375,-0.3825,0.045,-0.3375,-0.3375,0.225,-0.3375,-0.3375,0.045,-0.3375,0.3375,0.405,-0.3375,0.3825,0.405,-0.3375,0.3825,0.045,-0.3375,0.3375,0.27,-0.3375,0.3375,0.045,-0.3375,0.3375,0.225,-0.3375,-0.3825,0.45,-0.3375,0.3825,0.45,-0.3375,0.2475,1.08,-0.2475,0.2475,1.305,-0.2475,0.2025,1.305,-0.2475,0.2025,1.08,-0.2475,-0.3825,0.9,-0.1575,-0.3375,0.855,-0.1575,-0.3375,0.9,-0.1575,-0.3825,0.675,-0.1575,-0.3375,0.72,-0.1575,-0.3375,0.675,-0.1575,0.3375,0.9,-0.1575,0.3825,0.675,-0.1575,0.3825,0.9,-0.1575,0.3375,0.855,-0.1575,0.3375,0.675,-0.1575,0.3375,0.72,-0.1575,-0.2925,0.225,-0.2925,-0.1575,0.18,-0.2925,-0.1575,0.225,-0.2925,-0.2925,0.09,-0.2925,-0.1575,0.09,-0.2925,-0.0675,0.855,-0.2925,0.0675,0.8100001,-0.2925,0.0675,0.855,-0.2925,-0.0675,0.8100001,-0.2925,0.0675,0.72,-0.2925,-0.0675,0.72,-0.2925,0.0675,0.675,-0.2925,-0.0675,0.675,-0.2925,-0.2925,0.63,-0.2925,0.2925,0.63,-0.2925,0.2475,0.675,-0.2925,0.2925,0.675,-0.2925,0.2475,0.72,-0.2925,0.2475,0.8100001,-0.2925,0.2925,0.72,-0.2925,0.2475,0.855,-0.2925,0.2925,0.855,-0.2925,-0.2925,0.675,-0.2925,-0.2475,0.675,-0.2925,-0.2475,0.72,-0.2925,-0.2925,0.72,-0.2925,-0.2475,0.8100001,-0.2925,-0.2925,0.855,-0.2925,-0.2475,0.855,-0.2925,-0.2925,0.9,-0.2925,0.2925,0.9,-0.2925,0.1575,0.225,-0.2925,0.2925,0.09,-0.2925,0.2925,0.225,-0.2925,0.1575,0.18,-0.2925,0.1575,0.09,-0.2925,-0.2475,0.315,0.1575,-0.2025,0.27,0.1575,-0.2025,0.315,0.1575,-0.2925,0.315,0.1575,-0.2025,0.225,0.1575,-0.2925,0.18,0.1575,-0.2025,0.18,0.1575,-0.1575,0.09,0.1575,-0.1575,0.18,0.1575,-0.2925,0.09,0.1575,-0.2925,0.36,0.1575,-0.2475,0.36,0.1575,0.2475,0.315,0.1575,0.2925,0.18,0.1575,0.2925,0.315,0.1575,0.2025,0.315,0.1575,0.2025,0.18,0.1575,0.2025,0.27,0.1575,0.2025,0.225,0.1575,0.2925,0.09,0.1575,0.1575,0.18,0.1575,0.1575,0.09,0.1575,0.2475,0.36,0.1575,0.2925,0.36,0.1575,-0.2925,0.72,-0.1125,-0.2925,0.855,-0.1125,-0.3375,0.855,-0.1125,-0.3375,0.72,-0.1125,0.3375,0.72,-0.1125,0.3375,0.855,-0.1125,0.2925,0.855,-0.1125,0.2925,0.72,-0.1125,-0.2025,1.035,0.1575,-0.2025,1.17,0.1575,-0.2475,1.17,0.1575,-0.2475,1.035,0.1575,0.2475,1.08,0.1575,0.2475,1.26,0.1575,0.2025,1.26,0.1575,0.2025,1.08,0.1575,-0.3375,0.045,0.2925,-0.3375,0.225,0.2925,-0.3825,0.225,0.2925,-0.3825,0.045,0.2925,-0.3825,0.45,0.2925,-0.3375,0.405,0.2925,-0.3375,0.45,0.2925,-0.3825,0.27,0.2925,-0.3375,0.27,0.2925,0.3825,0.045,0.2925,0.3825,0.225,0.2925,0.3375,0.225,0.2925,0.3375,0.045,0.2925,0.3375,0.45,0.2925,0.3825,0.27,0.2925,0.3825,0.45,0.2925,0.3375,0.405,0.2925,0.3375,0.27,0.2925,0.2925,0.9450001,-0.2925,0.2925,1.035,-0.2925,-0.2925,1.035,-0.2925,-0.2925,0.9450001,-0.2925,-0.2925,0.36,-0.2925,-0.1575,0.315,-0.2925,-0.1575,0.36,-0.2925,-0.2925,0.27,-0.2925,-0.1575,0.27,-0.2925,0.1575,0.36,-0.2925,0.2925,0.27,-0.2925,0.2925,0.36,-0.2925,0.1575,0.315,-0.2925,0.1575,0.27,-0.2925,-0.1125,0.72,-0.2925,-0.1125,0.8100001,-0.2925,-0.2025,0.8100001,-0.2925,-0.2025,0.72,-0.2925,0.2025,0.72,-0.2925,0.2025,0.8100001,-0.2925,0.1125,0.8100001,-0.2925,0.1125,0.72,-0.2925,-0.2025,0.72,-0.2925,-0.2025,0.8100001,-0.2925,-0.2475,0.8100001,-0.2925,-0.2475,0.72,-0.2925,-0.2475,0.675,-0.2925,-0.0675,0.675,-0.2925,-0.1125,0.72,-0.2925,-0.0675,0.72,-0.2925,-0.1125,0.8100001,-0.2925,-0.0675,0.8100001,-0.2925,-0.2475,0.855,-0.2925,-0.0675,0.855,-0.2925,0.1125,0.72,-0.2925,0.1125,0.8100001,-0.2925,0.0675,0.8100001,-0.2925,0.0675,0.72,-0.2925,0.0675,0.675,-0.2925,0.2475,0.675,-0.2925,0.2025,0.72,-0.2925,0.2475,0.72,-0.2925,0.2025,0.8100001,-0.2925,0.2475,0.8100001,-0.2925,0.0675,0.855,-0.2925,0.2475,0.855,-0.2925,-0.0675,0,0.2925,-0.0675,0.09,0.2925,-0.1125,0.09,0.2925,-0.1125,0,0.2925,-0.1125,0.135,0.2925,0.0675,0.09,0.2925,-0.0675,0.135,0.2925,-0.1125,0.225,0.2925,-0.0675,0.225,0.2925,-0.1575,0.27,0.2925,-0.1125,0.27,0.2925,0.0675,0.225,0.2925,-0.0675,0.27,0.2925,-0.1125,0.36,0.2925,-0.0675,0.36,0.2925,0.1125,0.225,0.2925,0.1125,0.135,0.2925,0.0675,0.135,0.2925,0.0675,0.27,0.2925,0.1575,0.225,0.2925,0.1125,0.27,0.2925,0.0675,0.36,0.2925,0.1125,0.36,0.2925,0.1575,0.27,0.2925,0.1125,0.09,0.2925,0.1125,0,0.2925,0.0675,0,0.2925,-0.0675,0.405,0.2925,0.0675,0.405,0.2925,0.1125,0.405,0.2925,0.1125,0.45,0.2925,0.0675,0.495,0.2925,0.1125,0.495,0.2925,-0.1125,0.405,0.2925,-0.1125,0.45,0.2925,-0.1125,0.495,0.2925,-0.0675,0.495,0.2925,-0.0675,0.54,0.2925,0.0675,0.54,0.2925,0.1125,0.54,0.2925,-0.1125,0.54,0.2925,-0.1125,0.585,0.2925,-0.0675,0.585,0.2925,0.0675,0.585,0.2925,0.1125,0.585,0.2925,0.3375,0.225,-0.3375,0.3375,0.27,-0.3375,-0.3375,0.27,-0.3375,-0.3375,0.225,-0.3375,0.2925,0.54,-0.2925,0.2925,0.585,-0.2925,-0.2925,0.585,-0.2925,-0.2925,0.54,-0.2925,0.2925,0.585,-0.2925,0.2925,0.63,-0.2925,-0.2925,0.63,-0.2925,-0.2925,0.585,-0.2925,0.2925,0.9,-0.2925,0.2925,0.9450001,-0.2925,-0.2925,0.9450001,-0.2925,-0.2925,0.9,-0.2925,0.0225,0.405,-0.2475,0.2475,0.36,-0.2475,0.2475,0.405,-0.2475,-0.0225,0.405,-0.2475,0.1575,0.36,-0.2475,-0.2475,0.405,-0.2475,-0.1575,0.36,-0.2475,-0.2475,0.36,-0.2475,-0.2475,0.45,-0.2475,-0.0225,0.45,-0.2475,0.0225,0.45,-0.2475,0.2475,0.45,-0.2475,-0.2475,0.495,-0.2475,0.2475,0.495,-0.2475,0.1575,0.315,-0.2475,-0.1575,0.315,-0.2475,0.2025,0.495,-0.2025,0.2025,0.54,-0.2025,-0.2025,0.54,-0.2025,-0.2025,0.495,-0.2025,0.0225,0.225,-0.2025,0.1575,0.18,-0.2025,0.1575,0.225,-0.2025,-0.0225,0.225,-0.2025,-0.1575,0.18,-0.2025,-0.1575,0.225,-0.2025,-0.1575,0.27,-0.2025,-0.0225,0.27,-0.2025,0.0225,0.27,-0.2025,0.1575,0.27,-0.2025,-0.1575,0.315,-0.2025,0.1575,0.315,-0.2025,0.1575,1.035,-0.2025,0.1575,1.08,-0.2025,-0.1575,1.08,-0.2025,-0.1575,1.035,-0.2025,0.1125,0.135,-0.1125,0.1125,0.18,-0.1125,-0.1125,0.18,-0.1125,-0.1125,0.135,-0.1125,-0.1575,0.225,0.2925,-0.2925,0,-0.3825,-0.2925,0.045,-0.3825,-0.4275,0.045,-0.3825,-0.4275,0,-0.3825,0.4275,0,-0.3825,0.4275,0.045,-0.3825,0.2925,0.045,-0.3825,0.2925,0,-0.3825,-0.2025,0.225,-0.0225,-0.2025,0.27,-0.0225,-0.3375,0.27,-0.0225,-0.3375,0.225,-0.0225,0.3375,0.225,-0.0225,0.3375,0.27,-0.0225,0.2025,0.27,-0.0225,0.2025,0.225,-0.0225,-0.1575,1.17,0.1125,-0.1575,1.215,0.1125,-0.2925,1.215,0.1125,-0.2925,1.17,0.1125,-0.2925,0,0.2475,-0.2925,0.045,0.2475,-0.4275,0.045,0.2475,-0.4275,0,0.2475,0.4275,0,0.2475,0.4275,0.045,0.2475,0.2925,0.045,0.2475,0.2925,0,0.2475,-0.1125,0.405,0.2925,-0.1125,0.45,0.2925,-0.2925,0.45,0.2925,-0.2925,0.405,0.2925,0.2925,0.405,0.2925,0.2925,0.45,0.2925,0.1125,0.45,0.2925,0.1125,0.405,0.2925,0.1125,1.125,-0.1125,0.2025,1.08,-0.1125,0.2025,1.125,-0.1125,0.1125,1.08,-0.1125,0.1575,1.08,-0.1125,0.2025,1.035,-0.1125,0.1575,1.035,-0.1125,0.1125,1.125,0.0225,0.2025,1.08,0.0225,0.2025,1.125,0.0225,0.1125,1.08,0.0225,0.1575,1.08,0.0225,0.2025,1.035,0.0225,0.1575,1.035,0.0225,0.2475,1.035,-0.2475,0.2475,1.08,-0.2475,0.2025,1.08,-0.2475,0.2025,1.035,-0.2475,-0.2475,0.405,-0.0225,-0.2475,0.45,-0.0225,-0.2925,0.45,-0.0225,-0.2925,0.405,-0.0225,0.2925,0.405,-0.0225,0.2925,0.45,-0.0225,0.2475,0.45,-0.0225,0.2475,0.405,-0.0225,-0.2025,1.215,0.1575,-0.2025,1.26,0.1575,-0.2475,1.26,0.1575,-0.2475,1.215,0.1575,0.2475,1.035,0.1575,0.2475,1.08,0.1575,0.2025,1.08,0.1575,0.2025,1.035,0.1575,-0.2925,0.225,0.2925,-0.2925,0.27,0.2925,-0.3375,0.27,0.2925,-0.3375,0.225,0.2925,0.3375,0.225,0.2925,0.3375,0.27,0.2925,0.2925,0.27,0.2925,0.2925,0.225,0.2925,-0.1575,0.9,0.2475,-0.2925,0.855,0.2475,-0.2925,0.9,0.2475,-0.1575,0.63,0.2475,-0.2925,0.72,0.2475,-0.2925,0.63,0.2475,-0.4725,0.675,0.1125,-0.4725,0.9,0.1125,-0.3825,0.9,0.1125,-0.3825,0.675,0.1125,0.3825,0.675,0.1125,0.3825,0.9,0.1125,0.4725,0.9,0.1125,0.4725,0.675,0.1125,0.2025,1.08,-0.2025,0.2025,1.305,-0.2025,0.2475,1.305,-0.2025,0.2475,1.08,-0.2025,-0.3375,0.9,0.1125,-0.3825,0.675,0.1125,-0.3825,0.9,0.1125,-0.3375,0.855,0.1125,-0.3375,0.675,0.1125,-0.3375,0.72,0.1125,0.3825,0.9,0.1125,0.3375,0.855,0.1125,0.3375,0.9,0.1125,0.3825,0.675,0.1125,0.3375,0.72,0.1125,0.3375,0.675,0.1125,-0.1125,0.9,0.2475,-0.1575,0.63,0.2475,-0.1575,0.9,0.2475,-0.1125,0.855,0.2475,-0.1125,0.63,0.2475,-0.1125,0.72,0.2475,0.1575,0.9,0.2475,0.2925,0.9,0.2475,-0.2925,0.9,0.2475,0.2925,0.9450001,0.2475,-0.2925,0.9450001,0.2475,0.1125,0.9,0.2475,0.1125,0.855,0.2475,0.1575,0.765,0.2475,0.1125,0.765,0.2475,-0.2925,0.585,0.2475,-0.2925,0.63,0.2475,-0.1125,0.585,0.2475,-0.3375,0.405,0.3375,-0.3825,0.045,0.3375,-0.3825,0.405,0.3375,-0.3375,0.27,0.3375,-0.3375,0.045,0.3375,-0.3375,0.225,0.3375,-0.1125,0.405,0.3375,-0.1125,0.45,0.3375,-0.3825,0.45,0.3375,0.3825,0.405,0.3375,0.3375,0.27,0.3375,0.3375,0.405,0.3375,0.3825,0.045,0.3375,0.3375,0.225,0.3375,0.3375,0.045,0.3375,0.1125,0.405,0.3375,0.3825,0.45,0.3375,0.1125,0.45,0.3375,0.2475,0.495,0.2475,-0.2475,0.45,0.2475,-0.2475,0.495,0.2475,0.2475,0.45,0.2475,-0.2475,0.405,0.2475,0.2475,0.405,0.2475,-0.2475,0.36,0.2475,0.2475,0.36,0.2475,-0.1575,0.36,0.2475,0.1575,0.36,0.2475,-0.1575,0.315,0.2475,0.1575,0.315,0.2475,-0.1575,0.18,0.2025,-0.1575,0.315,0.2025,0.1125,0.315,0.2025,0.1125,0.18,0.2025,-0.0675,0.72,0.2475,-0.0675,0.855,0.2475,0.0675,0.855,0.2475,0.0675,0.72,0.2475,0.2925,0.9,0.2475,0.1575,0.765,0.2475,0.1575,0.9,0.2475,0.2925,0.855,0.2475,0.2025,0.765,0.2475,0.2925,0.765,0.2475,0.2025,0.72,0.2475,0.2925,0.72,0.2475,0.1575,0.63,0.2475,0.1575,0.72,0.2475,0.2925,0.63,0.2475,-0.1575,0.225,0.2925,-0.2925,0.09,0.2925,-0.2925,0.225,0.2925,-0.1575,0.18,0.2925,-0.1575,0.09,0.2925,0.1575,0.09,0.2925,0.1575,0.225,0.2925,0.2925,0.225,0.2925,0.2925,0.09,0.2925,-0.2475,0.315,-0.1575,-0.2925,0.18,-0.1575,-0.2925,0.315,-0.1575,-0.2025,0.315,-0.1575,-0.2025,0.18,-0.1575,-0.2025,0.27,-0.1575,-0.2025,0.225,-0.1575,-0.2925,0.09,-0.1575,-0.1575,0.18,-0.1575,-0.1575,0.09,-0.1575,-0.2475,0.36,-0.1575,-0.2925,0.36,-0.1575,0.2475,0.315,-0.1575,0.2025,0.27,-0.1575,0.2025,0.315,-0.1575,0.2925,0.315,-0.1575,0.2025,0.225,-0.1575,0.2925,0.18,-0.1575,0.2025,0.18,-0.1575,0.1575,0.09,-0.1575,0.1575,0.18,-0.1575,0.2925,0.09,-0.1575,0.2925,0.36,-0.1575,0.2475,0.36,-0.1575,-0.3825,0.045,-0.2925,-0.3825,0.225,-0.2925,-0.3375,0.225,-0.2925,-0.3375,0.045,-0.2925,-0.3375,0.45,-0.2925,-0.3825,0.27,-0.2925,-0.3825,0.45,-0.2925,-0.3375,0.405,-0.2925,-0.3375,0.27,-0.2925,0.3375,0.045,-0.2925,0.3375,0.225,-0.2925,0.3825,0.225,-0.2925,0.3825,0.045,-0.2925,0.3825,0.45,-0.2925,0.3375,0.405,-0.2925,0.3375,0.45,-0.2925,0.3825,0.27,-0.2925,0.3375,0.27,-0.2925,-0.3375,0.72,0.0675,-0.3375,0.855,0.0675,-0.2925,0.855,0.0675,-0.2925,0.72,0.0675,0.2925,0.72,0.0675,0.2925,0.855,0.0675,0.3375,0.855,0.0675,0.3375,0.72,0.0675,0.1125,0.18,0.1575,0.1125,0.315,0.1575,0.1575,0.315,0.1575,0.1575,0.18,0.1575,-0.2475,1.035,0.2025,-0.2475,1.17,0.2025,-0.2025,1.17,0.2025,-0.2025,1.035,0.2025,0.2025,1.08,0.2025,0.2025,1.26,0.2025,0.2475,1.26,0.2025,0.2475,1.08,0.2025,-0.1125,0.72,0.2475,-0.1125,0.855,0.2475,-0.0675,0.855,0.2475,-0.0675,0.72,0.2475,-0.1125,0.63,0.2475,0.0675,0.72,0.2475,-0.0675,0.63,0.2475,0.1125,0.72,0.2475,0.1125,0.765,0.2475,0.1125,0.855,0.2475,0.0675,0.855,0.2475,0.0675,0.63,0.2475,0.1125,0.63,0.2475,0.1125,0.9,0.2475,-0.1125,0.9,0.2475,-0.2925,0.9450001,0.2475,-0.2925,1.035,0.2475,0.2925,1.035,0.2475,0.2925,0.9450001,0.2475,-0.1575,0.36,0.2925,-0.2925,0.27,0.2925,-0.2925,0.36,0.2925,-0.1575,0.315,0.2925,-0.1575,0.27,0.2925,0.2925,0.36,0.2925,0.1575,0.315,0.2925,0.1575,0.36,0.2925,0.2925,0.27,0.2925,0.1575,0.27,0.2925,0.1125,0.63,0.2475,0.1125,0.72,0.2475,0.1575,0.72,0.2475,0.1575,0.63,0.2475,0.1125,0.585,0.2475,0.2925,0.63,0.2475,0.2925,0.585,0.2475,-0.1125,0,0.3375,-0.1125,0.09,0.3375,-0.0675,0.09,0.3375,-0.0675,0,0.3375,0.0675,0.135,0.3375,-0.0675,0.135,0.3375,-0.1125,0.135,0.3375,-0.0675,0.225,0.3375,-0.1125,0.225,0.3375,0.0675,0.27,0.3375,-0.0675,0.27,0.3375,-0.3375,0.225,0.3375,-0.1125,0.27,0.3375,-0.0675,0.36,0.3375,-0.1125,0.36,0.3375,-0.3375,0.27,0.3375,0.1125,0.27,0.3375,0.1125,0.36,0.3375,0.0675,0.36,0.3375,0.0675,0.225,0.3375,0.1125,0.225,0.3375,0.3375,0.27,0.3375,0.3375,0.225,0.3375,0.0675,0.405,0.3375,-0.0675,0.405,0.3375,-0.1125,0.405,0.3375,-0.1125,0.45,0.3375,-0.0675,0.495,0.3375,-0.1125,0.495,0.3375,0.1125,0.405,0.3375,0.1125,0.45,0.3375,0.1125,0.495,0.3375,0.0675,0.495,0.3375,0.0675,0.54,0.3375,-0.0675,0.54,0.3375,-0.1125,0.54,0.3375,-0.0675,0.585,0.3375,-0.1125,0.585,0.3375,-0.0675,0.63,0.3375,-0.1125,0.63,0.3375,0.1125,0.54,0.3375,0.1125,0.585,0.3375,0.0675,0.585,0.3375,0.1125,0.63,0.3375,0.0675,0.63,0.3375,0.0675,0,0.3375,0.0675,0.09,0.3375,0.1125,0.09,0.3375,0.1125,0,0.3375,0.1125,0.135,0.3375,-0.2025,0.495,0.2025,-0.2025,0.54,0.2025,0.2025,0.54,0.2025,0.2025,0.495,0.2025,-0.1125,0.585,0.2475,-0.2925,0.54,0.2475,-0.2925,0.585,0.2475,-0.0675,0.585,0.2475,0.2925,0.54,0.2475,0.0675,0.585,0.2475,0.2925,0.585,0.2475,0.1125,0.585,0.2475,-0.2925,0.405,-0.2925,-0.2925,0.45,-0.2925,-0.0225,0.45,-0.2925,-0.0225,0.405,-0.2925,0.0225,0.405,-0.2925,0.0225,0.45,-0.2925,0.2925,0.45,-0.2925,0.2925,0.405,-0.2925,-0.1125,0.135,0.1125,-0.1125,0.18,0.1125,0.1125,0.18,0.1125,0.1125,0.135,0.1125,-0.1575,1.035,0.1575,-0.1575,1.08,0.1575,0.1575,1.08,0.1575,0.1575,1.035,0.1575,-0.1575,0.225,-0.2925,-0.1575,0.27,-0.2925,-0.0225,0.27,-0.2925,-0.0225,0.225,-0.2925,0.0225,0.225,-0.2925,0.0225,0.27,-0.2925,0.1575,0.27,-0.2925,0.1575,0.225,-0.2925,-0.4275,0,-0.2475,-0.4275,0.045,-0.2475,-0.2925,0.045,-0.2475,-0.2925,0,-0.2475,0.2925,0,-0.2475,0.2925,0.045,-0.2475,0.4275,0.045,-0.2475,0.4275,0,-0.2475,-0.3375,0.225,0.0225,-0.3375,0.27,0.0225,-0.2025,0.27,0.0225,-0.2025,0.225,0.0225,0.2025,0.225,0.0225,0.2025,0.27,0.0225,0.3375,0.27,0.0225,0.3375,0.225,0.0225,-0.2925,1.17,0.2475,-0.2925,1.215,0.2475,-0.1575,1.215,0.2475,-0.1575,1.17,0.2475,-0.0675,0.585,0.2475,-0.0675,0.63,0.2475,0.0675,0.63,0.2475,0.0675,0.585,0.2475,-0.4275,0,0.3825,-0.4275,0.045,0.3825,-0.2925,0.045,0.3825,-0.2925,0,0.3825,0.2925,0,0.3825,0.2925,0.045,0.3825,0.4275,0.045,0.3825,0.4275,0,0.3825,0.2025,1.125,-0.0675,0.1125,1.08,-0.0675,0.1125,1.125,-0.0675,0.2025,1.08,-0.0675,0.1575,1.08,-0.0675,0.1575,1.035,-0.0675,0.2025,1.035,-0.0675,0.2025,1.125,0.0675,0.1125,1.08,0.0675,0.1125,1.125,0.0675,0.2025,1.08,0.0675,0.1575,1.08,0.0675,0.1575,1.035,0.0675,0.2025,1.035,0.0675,0.1125,0.72,0.2925,0.1125,0.765,0.2925,0.2025,0.765,0.2925,0.2025,0.72,0.2925,-0.3375,0.225,-0.2925,-0.3375,0.27,-0.2925,-0.2925,0.27,-0.2925,-0.2925,0.225,-0.2925,0.2925,0.225,-0.2925,0.2925,0.27,-0.2925,0.3375,0.27,-0.2925,0.3375,0.225,-0.2925,0.2025,1.035,-0.2025,0.2025,1.08,-0.2025,0.2475,1.08,-0.2025,0.2475,1.035,-0.2025,-0.2925,0.405,0.0225,-0.2925,0.45,0.0225,-0.2475,0.45,0.0225,-0.2475,0.405,0.0225,0.2475,0.405,0.0225,0.2475,0.45,0.0225,0.2925,0.45,0.0225,0.2925,0.405,0.0225,-0.2475,1.215,0.2025,-0.2475,1.26,0.2025,-0.2025,1.26,0.2025,-0.2025,1.215,0.2025,0.2025,1.035,0.2025,0.2025,1.08,0.2025,0.2475,1.08,0.2025,0.2475,1.035,0.2025,-0.3825,0.45,-0.2925,-0.3825,0.405,-0.3375,-0.3825,0.45,-0.3375,-0.3825,0.27,-0.2925,-0.3825,0.045,-0.3375,-0.3825,0.225,-0.2925,-0.3825,0.045,-0.2925,-0.3825,0.45,0.3375,-0.3825,0.27,0.2925,-0.3825,0.45,0.2925,-0.3825,0.405,0.3375,-0.3825,0.225,0.2925,-0.3825,0.045,0.3375,-0.3825,0.045,0.2925,-0.4725,0.675,-0.1575,-0.4725,0.9,-0.1575,-0.4725,0.9,0.1125,-0.4725,0.675,0.1125,-0.2925,0.36,-0.2475,-0.2925,0.27,-0.2925,-0.2925,0.36,-0.2925,-0.2925,0.36,-0.1575,-0.2925,0.225,-0.2925,-0.2925,0.315,-0.1575,-0.2925,0.09,-0.2925,-0.2925,0.18,-0.1575,-0.2925,0.09,-0.1575,-0.2925,0.36,0.2475,-0.2925,0.315,0.1575,-0.2925,0.36,0.1575,-0.2925,0.36,0.2925,-0.2925,0.18,0.1575,-0.2925,0.27,0.2925,-0.2925,0.09,0.1575,-0.2925,0.225,0.2925,-0.2925,0.09,0.2925,0.1575,0.315,0.2025,0.1575,0.18,0.1575,0.1575,0.315,0.1575,0.1575,0.315,0.2475,0.1575,0.09,0.1575,0.1575,0.315,0.2925,0.1575,0.09,0.2925,0.1575,0.27,0.2925,0.1575,0.225,0.2925,0.1575,0.36,0.2925,0.1575,0.36,0.2475,0.2025,1.08,-0.2475,0.2025,1.305,-0.2475,0.2025,1.305,-0.2025,0.2025,1.08,-0.2025,-0.1125,0.225,0.3375,-0.1125,0.135,0.2925,-0.1125,0.225,0.2925,-0.1125,0.135,0.3375,-0.1125,0.09,0.2925,-0.1125,0.09,0.3375,-0.1125,0,0.2925,-0.1125,0,0.3375,-0.2925,0.72,-0.2925,-0.2925,0.855,-0.2925,-0.2925,0.855,-0.1125,-0.2925,0.72,-0.1125,-0.2925,0.675,-0.2925,-0.2925,0.72,0.0675,-0.2925,0.63,-0.2925,-0.2925,0.72,0.2475,-0.2925,0.855,0.2475,-0.2925,0.855,0.0675,-0.2925,0.63,0.2475,-0.2925,0.9,0.2475,-0.2925,0.9,-0.2925,0.1575,0.315,-0.2475,0.1575,0.27,-0.2925,0.1575,0.315,-0.2925,0.1575,0.315,-0.2025,0.1575,0.225,-0.2925,0.1575,0.27,-0.2025,0.1575,0.18,-0.2925,0.1575,0.225,-0.2025,0.1575,0.18,-0.2025,0.1575,0.09,-0.2925,0.1575,0.18,-0.1575,0.1575,0.09,-0.1575,0.1575,0.36,-0.2475,0.1575,0.36,-0.2925,0.3375,0.045,-0.3375,0.3375,0.225,-0.3375,0.3375,0.225,-0.2925,0.3375,0.045,-0.2925,0.3375,0.27,-0.3375,0.3375,0.405,-0.3375,0.3375,0.405,-0.2925,0.3375,0.27,-0.2925,0.3375,0.72,-0.1575,0.3375,0.855,-0.1575,0.3375,0.855,-0.1125,0.3375,0.72,-0.1125,0.3375,0.675,-0.1575,0.3375,0.72,0.0675,0.3375,0.675,0.1125,0.3375,0.72,0.1125,0.3375,0.855,0.1125,0.3375,0.855,0.0675,0.3375,0.9,0.1125,0.3375,0.9,-0.1575,-0.2475,1.035,0.1575,-0.2475,1.17,0.1575,-0.2475,1.17,0.2025,-0.2475,1.035,0.2025,0.2025,1.08,0.1575,0.2025,1.26,0.1575,0.2025,1.26,0.2025,0.2025,1.08,0.2025,-0.1125,0.405,0.3375,-0.1125,0.36,0.2925,-0.1125,0.405,0.2925,-0.1125,0.36,0.3375,-0.1125,0.27,0.2925,-0.1125,0.27,0.3375,-0.1125,0.585,0.3375,-0.1125,0.54,0.2925,-0.1125,0.585,0.2925,-0.1125,0.54,0.3375,-0.1125,0.495,0.2925,-0.1125,0.495,0.3375,-0.1125,0.45,0.2925,-0.1125,0.45,0.3375,-0.1125,0.585,0.2475,-0.1125,0.63,0.3375,-0.1125,0.63,0.2475,0.3375,0.045,0.2925,0.3375,0.225,0.2925,0.3375,0.225,0.3375,0.3375,0.045,0.3375,0.3375,0.27,0.2925,0.3375,0.405,0.2925,0.3375,0.405,0.3375,0.3375,0.27,0.3375,-0.2925,1.035,-0.2475,-0.2925,0.9450001,-0.2925,-0.2925,1.035,-0.2925,-0.2925,1.035,-0.2025,-0.2925,0.9450001,0.2475,-0.2925,1.035,0.1575,-0.2925,1.035,0.2475,-0.2925,1.035,0.2025,0.0675,0,0.2925,0.0675,0.09,0.2925,0.0675,0.09,0.3375,0.0675,0,0.3375,0.0675,0.135,0.2925,0.0675,0.225,0.2925,0.0675,0.225,0.3375,0.0675,0.135,0.3375,0.0675,0.27,0.2925,0.0675,0.36,0.2925,0.0675,0.36,0.3375,0.0675,0.27,0.3375,0.0675,0.405,0.2925,0.0675,0.495,0.2925,0.0675,0.495,0.3375,0.0675,0.405,0.3375,-0.3825,0.27,-0.0225,-0.3825,0.225,-0.2925,-0.3825,0.27,-0.2925,-0.3825,0.27,0.0225,-0.3825,0.225,-0.0225,-0.3825,0.27,0.2925,-0.3825,0.225,0.0225,-0.3825,0.225,0.2925,-0.3375,0.45,-0.0225,-0.3375,0.405,-0.2925,-0.3375,0.45,-0.2925,-0.3375,0.45,0.0225,-0.3375,0.405,-0.0225,-0.3375,0.45,0.2925,-0.3375,0.405,0.0225,-0.3375,0.405,0.2925,-0.2925,0.585,0.2475,-0.2925,0.54,-0.2925,-0.2925,0.585,-0.2925,-0.2925,0.54,0.2475,-0.2925,0.54,-0.2025,-0.2925,0.54,0.2025,-0.2925,0.585,-0.2925,-0.2925,0.63,-0.2925,-0.2925,0.63,0.2475,-0.2925,0.585,0.2475,-0.2925,0.9,-0.2925,-0.2925,0.9450001,-0.2925,-0.2925,0.9450001,0.2475,-0.2925,0.9,0.2475,-0.2475,0.405,-0.0225,-0.2475,0.36,-0.2475,-0.2475,0.405,-0.2475,-0.2475,0.405,0.0225,-0.2475,0.36,-0.1575,-0.2475,0.405,0.2475,-0.2475,0.36,0.1575,-0.2475,0.36,0.2475,-0.2475,0.45,-0.0225,-0.2475,0.45,-0.2475,-0.2475,0.495,0.2025,-0.2475,0.495,-0.2025,-0.2475,0.495,-0.2475,-0.2475,0.495,0.2475,-0.2475,0.45,0.0225,-0.2475,0.45,0.2475,-0.2475,0.315,-0.1575,-0.2475,0.315,0.1575,-0.2025,0.495,-0.2025,-0.2025,0.54,-0.2025,-0.2025,0.54,0.2025,-0.2025,0.495,0.2025,0.2925,0.405,-0.2925,0.2925,0.45,-0.2925,0.2925,0.45,-0.0225,0.2925,0.405,-0.0225,0.3375,0.225,-0.2925,0.3375,0.27,-0.2925,0.3375,0.27,-0.0225,0.3375,0.225,-0.0225,-0.1575,1.08,-0.1575,-0.1575,1.035,-0.2025,-0.1575,1.08,-0.2025,-0.1575,1.08,0.1125,-0.1575,1.035,0.1575,-0.1575,1.08,0.1575,-0.2025,0.225,-0.0225,-0.2025,0.18,-0.1575,-0.2025,0.225,-0.1575,-0.2025,0.225,0.0225,-0.2025,0.18,-0.1125,-0.2025,0.225,0.1575,-0.2025,0.18,0.1125,-0.2025,0.18,0.1575,-0.2025,0.27,-0.0225,-0.2025,0.27,-0.1575,-0.2025,0.27,0.1575,-0.2025,0.315,0.1575,-0.2025,0.315,-0.1575,-0.2025,0.27,0.0225,-0.1125,0.135,-0.1125,-0.1125,0.18,-0.1125,-0.1125,0.18,0.1125,-0.1125,0.135,0.1125,0.2925,0.405,0.0225,0.2925,0.45,0.0225,0.2925,0.45,0.2925,0.2925,0.405,0.2925,0.3375,0.225,0.0225,0.3375,0.27,0.0225,0.3375,0.27,0.2925,0.3375,0.225,0.2925,-0.4275,0.045,-0.3375,-0.4275,0,-0.3825,-0.4275,0.045,-0.3825,-0.4275,0.045,-0.2925,-0.4275,0,-0.2475,-0.4275,0.045,-0.2475,0.2925,0.045,-0.3375,0.2925,0,-0.3825,0.2925,0.045,-0.3825,0.2925,0.045,-0.2925,0.2925,0,-0.2475,0.2925,0.045,-0.2475,-0.2925,1.215,0.1575,-0.2925,1.17,0.1125,-0.2925,1.215,0.1125,-0.2925,1.215,0.2025,-0.2925,1.17,0.1575,-0.2925,1.215,0.2475,-0.2925,1.17,0.2025,-0.2925,1.17,0.2475,-0.4275,0.045,0.2925,-0.4275,0,0.2475,-0.4275,0.045,0.2475,-0.4275,0.045,0.3375,-0.4275,0,0.3825,-0.4275,0.045,0.3825,0.2925,0.045,0.2925,0.2925,0,0.2475,0.2925,0.045,0.2475,0.2925,0.045,0.3375,0.2925,0,0.3825,0.2925,0.045,0.3825,-0.0225,0.225,-0.2925,-0.0225,0.27,-0.2925,-0.0225,0.27,-0.2025,-0.0225,0.225,-0.2025,0.0675,0.63,0.3375,0.0675,0.585,0.2475,0.0675,0.63,0.2475,0.0675,0.585,0.3375,0.0675,0.585,0.2925,0.0675,0.54,0.2925,0.0675,0.54,0.3375,-0.0225,0.405,-0.2925,-0.0225,0.45,-0.2925,-0.0225,0.45,-0.2475,-0.0225,0.405,-0.2475,0.2025,1.035,-0.2475,0.2025,1.08,-0.2475,0.2025,1.08,-0.2025,0.2025,1.035,-0.2025,0.1125,1.08,-0.1125,0.1125,1.125,-0.1125,0.1125,1.125,-0.0675,0.1125,1.08,-0.0675,0.1125,1.08,0.0225,0.1125,1.125,0.0225,0.1125,1.125,0.0675,0.1125,1.08,0.0675,-0.2475,1.215,0.1575,-0.2475,1.26,0.1575,-0.2475,1.26,0.2025,-0.2475,1.215,0.2025,0.2025,1.035,0.1575,0.2025,1.08,0.1575,0.2025,1.08,0.2025,0.2025,1.035,0.2025,0.1125,0.72,0.2475,0.1125,0.765,0.2475,0.1125,0.765,0.2925,0.1125,0.72,0.2925,0.3825,0.45,-0.3375,0.3825,0.27,-0.2925,0.3825,0.45,-0.2925,0.3825,0.405,-0.3375,0.3825,0.225,-0.2925,0.3825,0.045,-0.3375,0.3825,0.045,-0.2925,0.3825,0.45,0.2925,0.3825,0.405,0.3375,0.3825,0.45,0.3375,0.3825,0.27,0.2925,0.3825,0.045,0.3375,0.3825,0.225,0.2925,0.3825,0.045,0.2925,0.4725,0.675,0.1125,0.4725,0.9,0.1125,0.4725,0.9,-0.1575,0.4725,0.675,-0.1575,0.2925,0.36,-0.2475,0.2925,0.315,-0.1575,0.2925,0.36,-0.1575,0.2925,0.36,-0.2925,0.2925,0.18,-0.1575,0.2925,0.27,-0.2925,0.2925,0.09,-0.1575,0.2925,0.225,-0.2925,0.2925,0.09,-0.2925,0.2925,0.36,0.2475,0.2925,0.27,0.2925,0.2925,0.36,0.2925,0.2925,0.36,0.1575,0.2925,0.225,0.2925,0.2925,0.315,0.1575,0.2925,0.09,0.2925,0.2925,0.18,0.1575,0.2925,0.09,0.1575,0.2475,1.08,-0.2025,0.2475,1.305,-0.2025,0.2475,1.305,-0.2475,0.2475,1.08,-0.2475,0.1125,0.225,0.2925,0.1125,0.135,0.3375,0.1125,0.225,0.3375,0.1125,0.135,0.2925,0.1125,0.09,0.3375,0.1125,0.09,0.2925,0.1125,0,0.3375,0.1125,0,0.2925,0.2925,0.72,-0.1125,0.2925,0.855,-0.1125,0.2925,0.855,-0.2925,0.2925,0.72,-0.2925,0.2925,0.63,-0.2925,0.2925,0.63,0.2475,0.2925,0.72,0.0675,0.2925,0.72,0.2475,0.2925,0.765,0.2475,0.2925,0.855,0.0675,0.2925,0.855,0.2475,0.2925,0.675,-0.2925,0.2925,0.9,-0.2925,0.2925,0.9,0.2475,-0.1575,0.315,-0.2475,-0.1575,0.27,-0.2025,-0.1575,0.315,-0.2025,-0.1575,0.315,-0.2925,-0.1575,0.225,-0.2025,-0.1575,0.27,-0.2925,-0.1575,0.18,-0.2025,-0.1575,0.225,-0.2925,-0.1575,0.18,-0.2925,-0.1575,0.09,-0.1575,-0.1575,0.18,-0.1575,-0.1575,0.09,-0.2925,-0.1575,0.36,-0.2925,-0.1575,0.36,-0.2475,-0.1575,0.315,0.2475,-0.1575,0.27,0.2925,-0.1575,0.315,0.2925,-0.1575,0.315,0.2025,-0.1575,0.225,0.2925,-0.1575,0.18,0.2025,-0.1575,0.18,0.2925,-0.1575,0.09,0.2925,-0.1575,0.18,0.1575,-0.1575,0.09,0.1575,-0.1575,0.36,0.2475,-0.1575,0.36,0.2925,-0.3375,0.045,-0.2925,-0.3375,0.225,-0.2925,-0.3375,0.225,-0.3375,-0.3375,0.045,-0.3375,-0.3375,0.27,-0.2925,-0.3375,0.405,-0.2925,-0.3375,0.405,-0.3375,-0.3375,0.27,-0.3375,-0.3375,0.72,-0.1125,-0.3375,0.855,-0.1125,-0.3375,0.855,-0.1575,-0.3375,0.72,-0.1575,-0.3375,0.675,-0.1575,-0.3375,0.675,0.1125,-0.3375,0.72,0.0675,-0.3375,0.72,0.1125,-0.3375,0.855,0.0675,-0.3375,0.855,0.1125,-0.3375,0.9,-0.1575,-0.3375,0.9,0.1125,-0.2025,1.035,0.2025,-0.2025,1.17,0.2025,-0.2025,1.17,0.1575,-0.2025,1.035,0.1575,0.1125,0.18,0.2025,0.1125,0.315,0.2025,0.1125,0.315,0.1575,0.1125,0.18,0.1575,0.2475,1.08,0.2025,0.2475,1.26,0.2025,0.2475,1.26,0.1575,0.2475,1.08,0.1575,-0.3375,0.045,0.3375,-0.3375,0.225,0.3375,-0.3375,0.225,0.2925,-0.3375,0.045,0.2925,-0.3375,0.27,0.3375,-0.3375,0.405,0.3375,-0.3375,0.405,0.2925,-0.3375,0.27,0.2925,0.1125,0.405,0.2925,0.1125,0.36,0.3375,0.1125,0.405,0.3375,0.1125,0.36,0.2925,0.1125,0.27,0.3375,0.1125,0.27,0.2925,0.1125,0.585,0.2925,0.1125,0.54,0.3375,0.1125,0.585,0.3375,0.1125,0.54,0.2925,0.1125,0.495,0.3375,0.1125,0.495,0.2925,0.1125,0.45,0.3375,0.1125,0.45,0.2925,0.1125,0.585,0.2475,0.1125,0.63,0.2475,0.1125,0.63,0.3375,0.2925,1.035,0.2025,0.2925,0.9450001,0.2475,0.2925,1.035,0.2475,0.2925,1.035,0.1575,0.2925,0.9450001,-0.2925,0.2925,1.035,0.0675,0.2925,1.035,-0.2925,0.2925,1.035,0.0225,0.2925,1.035,-0.2475,0.2925,1.035,-0.0675,0.2925,1.035,-0.2025,0.2925,1.035,-0.1125,0.2025,1.125,-0.1125,0.2025,1.08,-0.0675,0.2025,1.125,-0.0675,0.2025,1.08,-0.1125,0.2025,1.035,-0.0675,0.2025,1.035,-0.1125,0.2025,1.125,0.0225,0.2025,1.08,0.0675,0.2025,1.125,0.0675,0.2025,1.08,0.0225,0.2025,1.035,0.0675,0.2025,1.035,0.0225,-0.0675,0,0.3375,-0.0675,0.09,0.3375,-0.0675,0.09,0.2925,-0.0675,0,0.2925,-0.0675,0.135,0.3375,-0.0675,0.225,0.3375,-0.0675,0.225,0.2925,-0.0675,0.135,0.2925,-0.0675,0.27,0.3375,-0.0675,0.36,0.3375,-0.0675,0.36,0.2925,-0.0675,0.27,0.2925,-0.0675,0.405,0.3375,-0.0675,0.495,0.3375,-0.0675,0.495,0.2925,-0.0675,0.405,0.2925,0.2925,0.585,-0.2925,0.2925,0.54,0.2475,0.2925,0.585,0.2475,0.2925,0.54,-0.2925,0.2925,0.54,0.2025,0.2925,0.54,-0.2025,0.2925,0.585,0.2475,0.2925,0.63,0.2475,0.2925,0.63,-0.2925,0.2925,0.585,-0.2925,0.2925,0.9,0.2475,0.2925,0.9450001,0.2475,0.2925,0.9450001,-0.2925,0.2925,0.9,-0.2925,0.3375,0.45,0.0225,0.3375,0.405,0.2925,0.3375,0.45,0.2925,0.3375,0.45,-0.0225,0.3375,0.405,0.0225,0.3375,0.45,-0.2925,0.3375,0.405,-0.0225,0.3375,0.405,-0.2925,0.3825,0.27,0.0225,0.3825,0.225,0.2925,0.3825,0.27,0.2925,0.3825,0.27,-0.0225,0.3825,0.225,0.0225,0.3825,0.27,-0.2925,0.3825,0.225,-0.0225,0.3825,0.225,-0.2925,0.2475,0.405,0.0225,0.2475,0.36,0.2475,0.2475,0.405,0.2475,0.2475,0.405,-0.0225,0.2475,0.36,0.1575,0.2475,0.405,-0.2475,0.2475,0.36,-0.1575,0.2475,0.36,-0.2475,0.2475,0.45,-0.2475,0.2475,0.45,-0.0225,0.2475,0.495,-0.2475,0.2475,0.45,0.0225,0.2475,0.495,-0.2025,0.2475,0.45,0.2475,0.2475,0.495,0.2025,0.2475,0.495,0.2475,0.2475,0.315,0.1575,0.2475,0.315,-0.1575,0.2025,0.495,0.2025,0.2025,0.54,0.2025,0.2025,0.54,-0.2025,0.2025,0.495,-0.2025,-0.3375,0.225,-0.0225,-0.3375,0.27,-0.0225,-0.3375,0.27,-0.2925,-0.3375,0.225,-0.2925,-0.2925,0.405,-0.0225,-0.2925,0.45,-0.0225,-0.2925,0.45,-0.2925,-0.2925,0.405,-0.2925,0.2025,0.225,0.0225,0.2025,0.18,0.1575,0.2025,0.225,0.1575,0.2025,0.225,-0.0225,0.2025,0.18,0.1125,0.2025,0.225,-0.1575,0.2025,0.18,-0.1125,0.2025,0.18,-0.1575,0.2025,0.27,-0.1575,0.2025,0.27,-0.0225,0.2025,0.27,0.0225,0.2025,0.27,0.1575,0.2025,0.315,-0.1575,0.2025,0.315,0.1575,0.1125,0.135,0.1125,0.1125,0.18,0.1125,0.1125,0.18,-0.1125,0.1125,0.135,-0.1125,-0.3375,0.225,0.2925,-0.3375,0.27,0.2925,-0.3375,0.27,0.0225,-0.3375,0.225,0.0225,-0.2925,0.405,0.2925,-0.2925,0.45,0.2925,-0.2925,0.45,0.0225,-0.2925,0.405,0.0225,-0.2925,0.045,-0.2925,-0.2925,0,-0.2475,-0.2925,0.045,-0.2475,-0.2925,0.045,-0.3375,-0.2925,0,-0.3825,-0.2925,0.045,-0.3825,0.4275,0.045,-0.2925,0.4275,0,-0.2475,0.4275,0.045,-0.2475,0.4275,0.045,-0.3375,0.4275,0,-0.3825,0.4275,0.045,-0.3825,-0.1575,1.215,0.2025,-0.1575,1.17,0.2475,-0.1575,1.215,0.2475,-0.1575,1.215,0.1575,-0.1575,1.17,0.2025,-0.1575,1.215,0.1125,-0.1575,1.17,0.1575,-0.1575,1.17,0.1125,-0.2925,0.045,0.3375,-0.2925,0,0.3825,-0.2925,0.045,0.3825,-0.2925,0.045,0.2925,-0.2925,0,0.2475,-0.2925,0.045,0.2475,0.4275,0.045,0.3375,0.4275,0,0.3825,0.4275,0.045,0.3825,0.4275,0.045,0.2925,0.4275,0,0.2475,0.4275,0.045,0.2475,0.0225,0.225,-0.2025,0.0225,0.27,-0.2025,0.0225,0.27,-0.2925,0.0225,0.225,-0.2925,0.1575,1.08,-0.1575,0.1575,1.035,-0.1125,0.1575,1.08,-0.1125,0.1575,1.08,-0.2025,0.1575,1.035,-0.2025,0.1575,1.035,0.0225,0.1575,1.08,0.0225,0.1575,1.08,-0.0675,0.1575,1.035,-0.0675,0.1575,1.08,0.1125,0.1575,1.035,0.1575,0.1575,1.08,0.1575,0.1575,1.08,0.0675,0.1575,1.035,0.0675,-0.0675,0.63,0.2475,-0.0675,0.585,0.3375,-0.0675,0.63,0.3375,-0.0675,0.585,0.2475,-0.0675,0.585,0.2925,-0.0675,0.54,0.3375,-0.0675,0.54,0.2925,0.0225,0.405,-0.2475,0.0225,0.45,-0.2475,0.0225,0.45,-0.2925,0.0225,0.405,-0.2925,0.2475,1.035,-0.2025,0.2475,1.08,-0.2025,0.2475,1.08,-0.2475,0.2475,1.035,-0.2475,-0.2025,1.215,0.2025,-0.2025,1.26,0.2025,-0.2025,1.26,0.1575,-0.2025,1.215,0.1575,0.2475,1.035,0.2025,0.2475,1.08,0.2025,0.2475,1.08,0.1575,0.2475,1.035,0.1575,0.2025,0.72,0.2925,0.2025,0.765,0.2925,0.2025,0.765,0.2475,0.2025,0.72,0.2475,-0.2475,0.495,-0.2025,-0.2025,0.495,-0.2025,-0.2475,0.495,0.2025,-0.2025,0.495,0.2025,0.2475,0.495,-0.2475,-0.2475,0.495,-0.2475,0.2475,0.495,-0.2025,0.2025,0.495,-0.2025,0.2025,0.495,0.2025,0.2475,0.495,0.2025,-0.2475,0.495,0.2475,0.2475,0.495,0.2475,0.1125,1.08,-0.1575,-0.1125,1.08,0.1125,-0.1125,1.08,-0.1575,0.1125,1.08,0.1125,0.1125,1.08,-0.1125,0.1125,1.08,0.0675,0.1125,1.08,-0.0675,0.1125,1.08,0.0225,-0.1575,1.035,-0.2025,-0.2925,1.035,0.1575,-0.2925,1.035,-0.2025,-0.2475,1.035,0.1575,-0.1575,1.035,0.1575,-0.2025,1.035,0.1575,0.2025,1.035,-0.2475,-0.2925,1.035,-0.2475,0.2925,1.035,-0.2925,-0.2925,1.035,-0.2925,0.2925,1.035,-0.2475,0.2475,1.035,-0.2475,0.2025,1.035,-0.2025,0.1575,1.035,-0.2025,0.1575,1.035,-0.1125,0.2025,1.035,-0.1125,0.2475,1.035,-0.2025,0.2925,1.035,-0.1125,0.2925,1.035,-0.2025,-0.2025,1.035,0.2025,0.2025,1.035,0.2025,0.2925,1.035,0.2025,0.2925,1.035,0.2475,-0.2475,1.035,0.2025,-0.2925,1.035,0.2475,-0.2925,1.035,0.2025,0.2475,1.035,0.2025,0.2025,1.035,-0.0675,0.2925,1.035,-0.0675,0.2025,1.035,0.0225,0.1575,1.035,0.0225,0.1575,1.035,-0.0675,0.2925,1.035,0.0225,0.2025,1.035,0.0675,0.2925,1.035,0.0675,0.2025,1.035,0.1575,0.1575,1.035,0.1575,0.1575,1.035,0.0675,0.2475,1.035,0.1575,0.2925,1.035,0.1575,-0.4725,0.9,-0.1575,-0.3825,0.9,-0.1575,-0.4725,0.9,0.1125,-0.3825,0.9,0.1125,0.3825,0.9,-0.1575,0.4725,0.9,-0.1575,0.3825,0.9,0.1125,0.4725,0.9,0.1125,-0.3825,0.27,-0.2925,-0.3375,0.27,-0.2925,-0.3825,0.27,-0.0225,-0.3375,0.27,-0.0225,-0.3825,0.27,0.0225,-0.3375,0.27,0.0225,-0.3825,0.27,0.2925,-0.3375,0.27,0.2925,-0.2025,0.27,-0.0225,-0.2025,0.27,0.0225,0.3375,0.27,-0.3375,-0.3375,0.27,-0.3375,-0.2925,0.27,-0.2925,0.3375,0.27,-0.2925,-0.1575,0.27,-0.2925,0.2925,0.27,-0.2925,-0.0225,0.27,-0.2925,0.1575,0.27,-0.2925,0.0225,0.27,-0.2925,-0.0225,0.27,-0.2025,0.0225,0.27,-0.2025,0.3825,0.27,-0.2925,0.3375,0.27,-0.0225,0.3825,0.27,-0.0225,0.3375,0.27,0.0225,0.2025,0.27,0.0225,0.2025,0.27,-0.0225,0.3825,0.27,0.0225,0.3375,0.27,0.2925,0.3825,0.27,0.2925,0.3375,0.27,0.3375,0.2925,0.27,0.2925,0.1575,0.27,0.2925,0.1125,0.27,0.3375,0.1125,0.27,0.2925,-0.3375,0.45,-0.2925,-0.2925,0.45,-0.2925,-0.3375,0.45,-0.0225,-0.2925,0.45,-0.0225,0.3825,0.45,-0.2925,0.3825,0.45,-0.3375,-0.3825,0.45,-0.2925,-0.3825,0.45,-0.3375,0.3375,0.45,-0.2925,-0.0225,0.45,-0.2925,0.2925,0.45,-0.2925,0.2925,0.45,-0.0225,0.3375,0.45,-0.0225,0.0225,0.45,-0.2925,-0.3375,0.45,0.0225,-0.2925,0.45,0.0225,-0.3375,0.45,0.2925,-0.2925,0.45,0.2925,-0.1125,0.45,0.3375,-0.3825,0.45,0.3375,-0.3825,0.45,0.2925,-0.1125,0.45,0.2925,0.2925,0.45,0.0225,0.2475,0.45,0.0225,0.2475,0.45,-0.0225,0.3375,0.45,0.0225,0.2925,0.45,0.2925,0.3375,0.45,0.2925,0.3825,0.45,0.3375,0.1125,0.45,0.3375,0.1125,0.45,0.2925,0.3825,0.45,0.2925,-0.3825,0.9,-0.1575,-0.3375,0.9,-0.1575,-0.3825,0.9,0.1125,-0.3375,0.9,0.1125,-0.1575,1.08,-0.1575,-0.1125,1.08,-0.1575,-0.1575,1.08,0.1125,-0.1125,1.08,0.1125,0.1575,1.08,-0.2025,-0.1575,1.08,-0.2025,0.1575,1.08,-0.1575,0.1125,1.08,-0.1575,-0.1575,1.08,0.1575,0.1575,1.08,0.1575,0.1125,1.08,0.1125,0.1575,1.08,0.1125,0.1125,1.08,-0.1125,0.1575,1.08,-0.1125,0.1575,1.08,0.0675,0.1125,1.08,0.0675,0.3375,0.9,-0.1575,0.3825,0.9,-0.1575,0.3375,0.9,0.1125,0.3825,0.9,0.1125,-0.3375,0.855,-0.1125,-0.2925,0.855,-0.1125,-0.3375,0.855,0.0675,-0.2925,0.855,0.0675,0.2925,0.855,-0.1125,0.3375,0.855,-0.1125,0.2925,0.855,0.0675,0.3375,0.855,0.0675,-0.2925,0.36,-0.2475,-0.2475,0.36,-0.2475,-0.2925,0.36,-0.1575,-0.2475,0.36,-0.1575,-0.1575,0.36,-0.2925,-0.2925,0.36,-0.2925,-0.1575,0.36,-0.2475,0.2475,0.36,-0.2475,0.2925,0.36,-0.2475,0.2475,0.36,-0.1575,0.2925,0.36,-0.1575,0.2925,0.36,-0.2925,0.1575,0.36,-0.2475,0.1575,0.36,-0.2925,0.1125,1.08,-0.0675,0.1575,1.08,-0.0675,0.1125,1.08,0.0225,0.1575,1.08,0.0225,-0.2925,0.36,0.1575,-0.2475,0.36,0.1575,-0.2925,0.36,0.2475,-0.2475,0.36,0.2475,-0.2925,0.36,0.2925,-0.1575,0.36,0.2925,-0.1575,0.36,0.2475,0.2475,0.36,0.1575,0.2925,0.36,0.1575,0.2475,0.36,0.2475,0.2925,0.36,0.2475,0.2925,0.36,0.2925,0.1575,0.36,0.2925,0.1575,0.36,0.2475,-0.1125,0.63,0.2475,-0.0675,0.63,0.2475,-0.1125,0.63,0.3375,-0.0675,0.63,0.3375,0.0675,0.63,0.2475,0.1125,0.63,0.2475,0.0675,0.63,0.3375,0.1125,0.63,0.3375,-0.2925,0.27,0.2925,-0.3375,0.27,0.3375,-0.1125,0.27,0.3375,-0.1575,0.27,0.2925,-0.1125,0.27,0.2925,-0.2925,0.045,-0.3825,-0.4275,0.045,-0.3375,-0.4275,0.045,-0.3825,-0.3825,0.045,-0.3375,-0.2925,0.045,-0.3375,-0.3375,0.045,-0.3375,-0.4275,0.045,-0.2925,-0.3825,0.045,-0.2925,-0.4275,0.045,-0.2475,-0.2925,0.045,-0.2475,-0.3375,0.045,-0.2925,-0.2925,0.045,-0.2925,0.4275,0.045,-0.3825,0.2925,0.045,-0.3375,0.2925,0.045,-0.3825,0.3375,0.045,-0.3375,0.4275,0.045,-0.3375,0.3825,0.045,-0.3375,0.2925,0.045,-0.2925,0.3375,0.045,-0.2925,0.2925,0.045,-0.2475,0.4275,0.045,-0.2475,0.3825,0.045,-0.2925,0.4275,0.045,-0.2925,-0.1575,1.215,0.1125,-0.2925,1.215,0.1575,-0.2925,1.215,0.1125,-0.2475,1.215,0.1575,-0.1575,1.215,0.1575,-0.2025,1.215,0.1575,-0.2925,1.215,0.2025,-0.2475,1.215,0.2025,-0.2925,1.215,0.2475,-0.1575,1.215,0.2475,-0.2025,1.215,0.2025,-0.1575,1.215,0.2025,-0.2925,0.045,0.2475,-0.4275,0.045,0.2925,-0.4275,0.045,0.2475,-0.3825,0.045,0.2925,-0.2925,0.045,0.2925,-0.3375,0.045,0.2925,-0.4275,0.045,0.3375,-0.3825,0.045,0.3375,-0.4275,0.045,0.3825,-0.2925,0.045,0.3825,-0.3375,0.045,0.3375,-0.2925,0.045,0.3375,0.4275,0.045,0.2475,0.2925,0.045,0.2925,0.2925,0.045,0.2475,0.3375,0.045,0.2925,0.4275,0.045,0.2925,0.3825,0.045,0.2925,0.2925,0.045,0.3375,0.3375,0.045,0.3375,0.2925,0.045,0.3825,0.4275,0.045,0.3825,0.3825,0.045,0.3375,0.4275,0.045,0.3375,-0.0675,0.135,0.2925,0.0675,0.135,0.2925,-0.0675,0.135,0.3375,0.0675,0.135,0.3375,-0.0675,0.27,0.2925,0.0675,0.27,0.2925,-0.0675,0.27,0.3375,0.0675,0.27,0.3375,-0.0675,0.405,0.2925,0.0675,0.405,0.2925,-0.0675,0.405,0.3375,0.0675,0.405,0.3375,-0.0675,0.54,0.2925,0.0675,0.54,0.2925,-0.0675,0.54,0.3375,0.0675,0.54,0.3375,0.1125,1.125,-0.1125,0.2025,1.125,-0.1125,0.1125,1.125,-0.0675,0.2025,1.125,-0.0675,-0.2475,0.45,-0.0225,-0.2475,0.45,0.0225,0.1125,1.125,0.0225,0.2025,1.125,0.0225,0.1125,1.125,0.0675,0.2025,1.125,0.0675,0.1575,0.765,0.2475,0.1125,0.765,0.2925,0.1125,0.765,0.2475,0.2025,0.765,0.2925,0.2025,0.765,0.2475,-0.0225,0.45,-0.2475,0.0225,0.45,-0.2475,0.2025,1.305,-0.2475,0.2475,1.305,-0.2475,0.2025,1.305,-0.2025,0.2475,1.305,-0.2025,-0.2475,1.26,0.1575,-0.2025,1.26,0.1575,-0.2475,1.26,0.2025,-0.2025,1.26,0.2025,0.2025,1.26,0.1575,0.2475,1.26,0.1575,0.2025,1.26,0.2025,0.2475,1.26,0.2025],"colors":[0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8313726,0.7921569,0.7686275,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.8862745,0.8745098,0.8588235,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.7568628,0.6431373,0.2980392,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.7764706,0.7568628,0.7372549,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.7058824,0.6745098,0.6392157,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5019608,0.5019608,0.5019608,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.4352941,0.4352941,0.4352941,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1,0.5686275,0.4627451,0.2666667,1]},"spaceexploration_robodog_pickup_optimised":{"faces":[261,259,260,260,259,258,257,255,256,256,255,254,253,251,252,252,251,250,249,247,248,248,247,246,245,243,244,244,243,242,241,239,240,240,239,238,235,234,237,229,237,234,237,229,236,228,236,229,235,232,234,234,232,233,233,232,227,230,227,232,231,226,230,227,230,226,229,227,228,228,227,226,225,223,224,224,223,222,221,220,218,220,219,218,217,216,214,216,215,214,213,211,212,209,212,211,211,208,209,210,209,208,207,206,204,206,205,204,203,202,200,202,201,200,199,198,196,198,197,196,180,195,182,195,191,182,191,195,190,194,192,193,189,193,192,192,191,189,190,189,191,189,190,183,185,189,183,186,188,187,187,185,186,184,186,185,185,183,184,181,184,183,183,180,181,182,181,180,179,177,178,175,178,177,177,174,175,176,175,174,171,173,172,172,170,171,169,171,170,170,168,169,166,169,168,168,165,166,167,166,165,164,163,161,163,162,161,160,159,157,159,158,157,156,155,153,155,154,153,152,151,149,151,150,149,148,146,147,144,147,146,146,143,144,145,144,143,142,141,139,141,140,139,128,138,126,138,137,126,138,136,137,131,137,136,136,133,131,135,132,134,133,134,132,132,131,133,131,132,125,123,131,125,130,128,129,127,129,128,128,126,127,124,127,126,126,123,124,125,124,123,122,120,121,118,121,120,120,117,118,119,118,117,116,114,115,113,115,114,114,112,113,110,113,112,112,109,110,111,110,109,108,107,105,107,106,105,104,103,101,103,102,101,99,100,94,97,99,94,95,98,97,97,94,95,96,95,94,92,93,89,87,92,89,88,91,90,90,87,88,89,88,87,83,86,78,86,83,81,85,82,84,83,84,82,80,83,78,82,81,83,81,82,77,75,81,77,80,78,79,76,79,78,78,75,76,77,76,75,74,73,71,73,72,71,70,69,67,69,68,67,66,54,65,62,65,54,64,61,60,63,62,55,63,58,62,54,55,62,61,62,58,58,60,61,60,58,59,57,59,58,58,56,57,53,57,56,56,55,53,55,54,53,52,50,51,48,51,50,50,47,48,49,48,47,46,45,43,45,44,43,41,42,38,36,41,38,37,40,39,39,36,37,38,37,36,34,35,29,32,34,29,30,33,32,32,29,30,31,30,29,28,27,25,27,26,25,24,23,21,23,22,21,20,19,17,19,18,17,16,10,15,10,7,15,14,11,13,11,12,13,10,12,11,11,9,10,7,10,9,9,6,7,8,7,6,5,3,4,1,4,3,3,0,1,2,1,0],"vertices":[-0.125,0.65,-0.125,0.125,0.55,-0.125,0.125,0.65,-0.125,-0.125,0.4,-0.125,0.125,0.5,-0.125,0.125,0.4,-0.125,-0.125,0.35,-0.125,0.125,0.2,-0.125,0.125,0.35,-0.125,-0.125,0.25,-0.125,0.075,0.2,-0.125,-0.125,0.2,-0.125,-0.075,0.2,-0.125,-0.075,0.1,-0.125,-0.125,0.1,-0.125,0.125,0.1,-0.125,0.075,0.1,-0.125,0.075,0.1,-0.175,0.075,0.2,-0.175,-0.075,0.2,-0.175,-0.075,0.1,-0.175,-0.025,0,-0.025,-0.025,0.1,-0.025,-0.075,0.1,-0.025,-0.075,0,-0.025,0.075,0,-0.025,0.075,0.1,-0.025,0.025,0.1,-0.025,0.025,0,-0.025,-0.175,0.25,-0.025,-0.125,0.2,-0.025,-0.125,0.25,-0.025,-0.225,0.25,-0.025,-0.225,0.2,-0.025,-0.225,0.3,-0.025,-0.175,0.3,-0.025,0.175,0.55,-0.025,0.225,0.5,-0.025,0.225,0.55,-0.025,0.125,0.55,-0.025,0.125,0.5,-0.025,0.175,0.6,-0.025,0.225,0.6,-0.025,0.025,0.35,-0.075,0.025,0.4,-0.075,-0.025,0.4,-0.075,-0.025,0.35,-0.075,0.125,0.35,0.125,-0.125,0.25,0.125,-0.125,0.35,0.125,0.125,0.1,0.125,-0.125,0.2,0.125,-0.125,0.1,0.125,-0.125,0.45,0.125,-0.125,0.6,0.125,-0.075,0.6,0.125,-0.075,0.45,0.125,-0.125,0.4,0.125,0.075,0.45,0.125,0.125,0.4,0.125,0.125,0.45,0.125,0.125,0.55,0.125,0.125,0.6,0.125,0.075,0.6,0.125,0.125,0.5,0.125,0.125,0.65,0.125,-0.125,0.65,0.125,-0.075,0,0.025,-0.075,0.1,0.025,-0.025,0.1,0.025,-0.025,0,0.025,0.025,0,0.025,0.025,0.1,0.025,0.075,0.1,0.025,0.075,0,0.025,-0.025,0.5,0.175,-0.075,0.45,0.175,-0.075,0.5,0.175,0.025,0.5,0.175,0.075,0.45,0.175,0.075,0.5,0.175,-0.025,0.55,0.175,-0.075,0.55,0.175,0.075,0.55,0.175,0.075,0.6,0.175,-0.075,0.6,0.175,0.025,0.55,0.175,-0.175,0.25,0.025,-0.225,0.2,0.025,-0.225,0.25,0.025,-0.125,0.25,0.025,-0.125,0.2,0.025,-0.175,0.3,0.025,-0.225,0.3,0.025,0.175,0.55,0.025,0.125,0.5,0.025,0.125,0.55,0.025,0.225,0.55,0.025,0.225,0.5,0.025,0.225,0.6,0.025,0.175,0.6,0.025,-0.025,0.35,0.075,-0.025,0.4,0.075,0.025,0.4,0.075,0.025,0.35,0.075,-0.025,0.5,0.175,-0.025,0.55,0.175,0.025,0.55,0.175,0.025,0.5,0.175,-0.125,0.65,0.125,-0.125,0.4,-0.125,-0.125,0.65,-0.125,-0.125,0.6,0.125,-0.125,0.4,-0.075,-0.125,0.45,0.125,-0.125,0.4,0.075,-0.125,0.4,0.125,-0.075,0.6,0.175,-0.075,0.45,0.125,-0.075,0.6,0.125,-0.075,0.55,0.175,-0.075,0.45,0.175,-0.075,0.5,0.175,-0.125,0.2,-0.025,-0.125,0.1,-0.125,-0.125,0.2,-0.125,-0.125,0.2,0.025,-0.125,0.1,-0.025,-0.125,0.2,0.125,-0.125,0.1,0.025,-0.125,0.1,0.125,-0.125,0.25,-0.025,-0.125,0.25,-0.125,-0.125,0.35,0.075,-0.125,0.35,-0.075,-0.125,0.35,-0.125,-0.125,0.35,0.125,-0.125,0.25,0.025,-0.125,0.25,0.125,-0.075,0.1,-0.175,-0.075,0.2,-0.175,-0.075,0.2,-0.125,-0.075,0.1,-0.125,-0.225,0.3,0.025,-0.225,0.25,-0.025,-0.225,0.3,-0.025,-0.225,0.25,0.025,-0.225,0.2,-0.025,-0.225,0.2,0.025,-0.075,0,-0.025,-0.075,0.1,-0.025,-0.075,0.1,0.025,-0.075,0,0.025,0.025,0,-0.025,0.025,0.1,-0.025,0.025,0.1,0.025,0.025,0,0.025,-0.025,0.35,-0.075,-0.025,0.4,-0.075,-0.025,0.4,0.075,-0.025,0.35,0.075,0.175,0.55,-0.025,0.175,0.6,-0.025,0.175,0.6,0.025,0.175,0.55,0.025,0.125,0.35,0.075,0.125,0.1,0.125,0.125,0.35,0.125,0.125,0.35,-0.075,0.125,0.1,0.025,0.125,0.35,-0.125,0.125,0.1,-0.025,0.125,0.2,-0.125,0.125,0.1,-0.125,0.075,0.6,0.125,0.075,0.55,0.175,0.075,0.6,0.175,0.075,0.45,0.125,0.075,0.5,0.175,0.075,0.45,0.175,0.125,0.5,0.025,0.125,0.45,0.125,0.125,0.5,0.125,0.125,0.5,-0.025,0.125,0.4,0.125,0.125,0.5,-0.125,0.125,0.4,0.075,0.125,0.4,-0.125,0.125,0.4,-0.075,0.125,0.55,-0.125,0.125,0.55,-0.025,0.125,0.55,0.125,0.125,0.6,0.125,0.125,0.65,-0.125,0.125,0.65,0.125,0.125,0.55,0.025,0.075,0.1,-0.125,0.075,0.2,-0.125,0.075,0.2,-0.175,0.075,0.1,-0.175,-0.025,0,0.025,-0.025,0.1,0.025,-0.025,0.1,-0.025,-0.025,0,-0.025,0.075,0,0.025,0.075,0.1,0.025,0.075,0.1,-0.025,0.075,0,-0.025,0.225,0.6,-0.025,0.225,0.55,0.025,0.225,0.6,0.025,0.225,0.55,-0.025,0.225,0.5,0.025,0.225,0.5,-0.025,0.025,0.35,0.075,0.025,0.4,0.075,0.025,0.4,-0.075,0.025,0.35,-0.075,-0.175,0.25,0.025,-0.175,0.3,0.025,-0.175,0.3,-0.025,-0.175,0.25,-0.025,-0.125,0.65,-0.125,0.125,0.65,-0.125,-0.125,0.65,0.125,0.125,0.65,0.125,-0.125,0.35,-0.075,-0.025,0.35,-0.075,-0.125,0.35,0.075,-0.025,0.35,0.075,0.125,0.35,-0.125,-0.125,0.35,-0.125,0.125,0.35,-0.075,0.025,0.35,-0.075,0.025,0.35,0.075,0.125,0.35,0.075,-0.125,0.35,0.125,0.125,0.35,0.125,-0.075,0.2,-0.175,0.075,0.2,-0.175,-0.075,0.2,-0.125,0.075,0.2,-0.125,-0.075,0.6,0.125,0.075,0.6,0.125,-0.075,0.6,0.175,0.075,0.6,0.175,-0.225,0.3,-0.025,-0.175,0.3,-0.025,-0.225,0.3,0.025,-0.175,0.3,0.025,-0.175,0.25,-0.025,-0.125,0.25,-0.025,-0.175,0.25,0.025,-0.125,0.25,0.025,0.125,0.55,-0.025,0.175,0.55,-0.025,0.125,0.55,0.025,0.175,0.55,0.025,0.175,0.6,-0.025,0.225,0.6,-0.025,0.175,0.6,0.025,0.225,0.6,0.025],"colors":[0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.3411765,0.1764706,0.01960784,1,0.3411765,0.1764706,0.01960784,1,0.3411765,0.1764706,0.01960784,1,0.3411765,0.1764706,0.01960784,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.945098,0.8509804,0.3882353,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9333333,0.9333333,0.9333333,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1,0.9960784,0.627451,0.2784314,1]}}} \ No newline at end of file diff --git a/crossyroad/plain-audio/splashintro.mp4 b/crossyroad/plain-audio/splashintro.mp4 new file mode 100644 index 00000000..9915262a Binary files /dev/null and b/crossyroad/plain-audio/splashintro.mp4 differ diff --git a/crossyroad/poki-sdk-core-v2.234.2.js b/crossyroad/poki-sdk-core-v2.234.2.js new file mode 100644 index 00000000..320e0c4a --- /dev/null +++ b/crossyroad/poki-sdk-core-v2.234.2.js @@ -0,0 +1,4129 @@ +(() => { + var e = { + 564: (e, t, i) => { + var n, r, a; + ! function(i, o) { + if (i) { + var s = {}, + d = i.TraceKit, + A = [].slice, + c = "?", + l = /^(?:[Uu]ncaught (?:exception: )?)?(?:((?:Eval|Internal|Range|Reference|Syntax|Type|URI|)Error): )?(.*)$/; + s.noConflict = function() { + return i.TraceKit = d, s + }, s.wrap = function(e) { + return function() { + try { + return e.apply(this, arguments) + } catch (e) { + throw s.report(e), e + } + } + }, s.report = function() { + var e, t, n, r, a = [], + o = null, + d = null; + + function A(e, t, i) { + var n = null; + if (!t || s.collectWindowErrors) { + for (var r in a) + if (p(a, r)) try { + a[r](e, t, i) + } catch (e) { + n = e + } + if (n) throw n + } + } + + function c(t, i, n, r, a) { + if (d) s.computeStackTrace.augmentStackTraceWithInitialElement(d, i, n, t), h(); + else if (a) A(s.computeStackTrace(a), !0, a); + else { + var o, c = { + url: i, + line: n, + column: r + }, + p = t; + if ("[object String]" === {}.toString.call(t)) { + var u = t.match(l); + u && (o = u[1], p = u[2]) + } + c.func = s.computeStackTrace.guessFunctionName(c.url, c.line), c.context = s.computeStackTrace.gatherContext(c.url, c.line), A({ + name: o, + message: p, + mode: "onerror", + stack: [c] + }, !0, null) + } + return !!e && e.apply(this, arguments) + } + + function u(e) { + A(s.computeStackTrace(e.reason), !0, e.reason) + } + + function h() { + var e = d, + t = o; + d = null, o = null, A(e, !1, t) + } + + function m(e) { + if (d) { + if (o === e) return; + h() + } + var t = s.computeStackTrace(e); + throw d = t, o = e, setTimeout((function() { + o === e && h() + }), t.incomplete ? 2e3 : 0), e + } + return m.subscribe = function(o) { + ! function() { + if (!0 === t) return; + e = i.onerror, i.onerror = c, t = !0 + }(), + function() { + if (!0 === r) return; + n = i.onunhandledrejection, i.onunhandledrejection = u, r = !0 + }(), a.push(o) + }, m.unsubscribe = function(o) { + for (var s = a.length - 1; s >= 0; --s) a[s] === o && a.splice(s, 1); + 0 === a.length && (t && (i.onerror = e, t = !1), r && (i.onunhandledrejection = n, r = !1)) + }, m + }(), s.computeStackTrace = function() { + var e = !1, + t = {}; + + function n(e) { + if ("string" != typeof e) return []; + if (!p(t, e)) { + var n = "", + r = ""; + try { + r = i.document.domain + } catch (e) {} + var a = /(.*)\:\/\/([^:\/]+)([:\d]*)\/{0,1}([\s\S]*)/.exec(e); + a && a[2] === r && (n = function(e) { + if (!s.remoteFetching) return ""; + try { + var t = function() { + try { + return new i.XMLHttpRequest + } catch (e) { + return new i.ActiveXObject("Microsoft.XMLHTTP") + } + }(); + return t.open("GET", e, !1), t.send(""), t.responseText + } catch (e) { + return "" + } + }(e)), t[e] = n ? n.split("\n") : [] + } + return t[e] + } + + function r(e, t) { + var i, r = /function ([^(]*)\(([^)]*)\)/, + a = /['"]?([0-9A-Za-z$_]+)['"]?\s*[:=]\s*(function|eval|new Function)/, + o = "", + s = n(e); + if (!s.length) return c; + for (var d = 0; d < 10; ++d) + if (!u(o = s[t - d] + o)) { + if (i = a.exec(o)) return i[1]; + if (i = r.exec(o)) return i[1] + } return c + } + + function a(e, t) { + var i = n(e); + if (!i.length) return null; + var r = [], + a = Math.floor(s.linesOfContext / 2), + o = a + s.linesOfContext % 2, + d = Math.max(0, t - a - 1), + A = Math.min(i.length, t + o - 1); + t -= 1; + for (var c = d; c < A; ++c) u(i[c]) || r.push(i[c]); + return r.length > 0 ? r : null + } + + function o(e) { + return e.replace(/[\-\[\]{}()*+?.,\\\^$|#]/g, "\\$&") + } + + function d(e) { + return o(e).replace("<", "(?:<|<)").replace(">", "(?:>|>)").replace("&", "(?:&|&)").replace('"', '(?:"|")').replace(/\s+/g, "\\s+") + } + + function A(e, t) { + for (var i, r, a = 0, o = t.length; a < o; ++a) + if ((i = n(t[a])).length && (i = i.join("\n"), r = e.exec(i))) return { + url: t[a], + line: i.substring(0, r.index).split("\n").length, + column: r.index - i.lastIndexOf("\n", r.index) - 1 + }; + return null + } + + function l(e, t, i) { + var r, a = n(t), + s = new RegExp("\\b" + o(e) + "\\b"); + return i -= 1, a && a.length > i && (r = s.exec(a[i])) ? r.index : null + } + + function h(e) { + if (!u(i && i.document)) { + for (var t, n, r, a, s = [i.location.href], c = i.document.getElementsByTagName("script"), l = "" + e, p = 0; p < c.length; ++p) { + var h = c[p]; + h.src && s.push(h.src) + } + if (r = /^function(?:\s+([\w$]+))?\s*\(([\w\s,]*)\)\s*\{\s*(\S[\s\S]*\S)\s*\}\s*$/.exec(l)) { + var m = r[1] ? "\\s+" + r[1] : "", + g = r[2].split(",").join("\\s*,\\s*"); + t = o(r[3]).replace(/;$/, ";?"), n = new RegExp("function" + m + "\\s*\\(\\s*" + g + "\\s*\\)\\s*{\\s*" + t + "\\s*}") + } else n = new RegExp(o(l).replace(/\s+/g, "\\s+")); + if (a = A(n, s)) return a; + if (r = /^function on([\w$]+)\s*\(event\)\s*\{\s*(\S[\s\S]*\S)\s*\}\s*$/.exec(l)) { + var v = r[1]; + if (t = d(r[2]), a = A(n = new RegExp("on" + v + "=[\\'\"]\\s*" + t + "\\s*[\\'\"]", "i"), s[0])) return a; + if (a = A(n = new RegExp(t), s)) return a + } + return null + } + } + + function m(e) { + if (!e.stack) return null; + for (var t, i, n, o = /^\s*at (.*?) ?\(((?:file|https?|blob|chrome-extension|native|eval|webpack||\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i, s = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)((?:file|https?|blob|chrome|webpack|resource|\[native).*?|[^@]*bundle)(?::(\d+))?(?::(\d+))?\s*$/i, d = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i, A = /(\S+) line (\d+)(?: > eval line \d+)* > eval/i, p = /\((\S*)(?::(\d+))(?::(\d+))\)/, h = e.stack.split("\n"), m = [], g = /^(.*) is undefined$/.exec(e.message), v = 0, f = h.length; v < f; ++v) { + if (i = o.exec(h[v])) { + var b = i[2] && 0 === i[2].indexOf("native"); + i[2] && 0 === i[2].indexOf("eval") && (t = p.exec(i[2])) && (i[2] = t[1], i[3] = t[2], i[4] = t[3]), n = { + url: b ? null : i[2], + func: i[1] || c, + args: b ? [i[2]] : [], + line: i[3] ? +i[3] : null, + column: i[4] ? +i[4] : null + } + } else if (i = d.exec(h[v])) n = { + url: i[2], + func: i[1] || c, + args: [], + line: +i[3], + column: i[4] ? +i[4] : null + }; + else { + if (!(i = s.exec(h[v]))) continue; + i[3] && i[3].indexOf(" > eval") > -1 && (t = A.exec(i[3])) ? (i[3] = t[1], i[4] = t[2], i[5] = null) : 0 !== v || i[5] || u(e.columnNumber) || (m[0].column = e.columnNumber + 1), n = { + url: i[3], + func: i[1] || c, + args: i[2] ? i[2].split(",") : [], + line: i[4] ? +i[4] : null, + column: i[5] ? +i[5] : null + } + }!n.func && n.line && (n.func = r(n.url, n.line)), n.context = n.line ? a(n.url, n.line) : null, m.push(n) + } + return m.length ? (m[0] && m[0].line && !m[0].column && g && (m[0].column = l(g[1], m[0].url, m[0].line)), { + mode: "stack", + name: e.name, + message: e.message, + stack: m + }) : null + } + + function g(e, t, i, n) { + var o = { + url: t, + line: i + }; + if (o.url && o.line) { + e.incomplete = !1, o.func || (o.func = r(o.url, o.line)), o.context || (o.context = a(o.url, o.line)); + var s = / '([^']+)' /.exec(n); + if (s && (o.column = l(s[1], o.url, o.line)), e.stack.length > 0 && e.stack[0].url === o.url) { + if (e.stack[0].line === o.line) return !1; + if (!e.stack[0].line && e.stack[0].func === o.func) return e.stack[0].line = o.line, e.stack[0].context = o.context, !1 + } + return e.stack.unshift(o), e.partial = !0, !0 + } + return e.incomplete = !0, !1 + } + + function v(e, t) { + for (var i, n, a, o = /function\s+([_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*)?\s*\(/i, d = [], A = {}, p = !1, u = v.caller; u && !p; u = u.caller) + if (u !== f && u !== s.report) { + if (n = { + url: null, + func: c, + args: [], + line: null, + column: null + }, u.name ? n.func = u.name : (i = o.exec(u.toString())) && (n.func = i[1]), void 0 === n.func) try { + n.func = i.input.substring(0, i.input.indexOf("{")) + } catch (e) {} + if (a = h(u)) { + n.url = a.url, n.line = a.line, n.func === c && (n.func = r(n.url, n.line)); + var m = / '([^']+)' /.exec(e.message || e.description); + m && (n.column = l(m[1], a.url, a.line)) + } + A["" + u] ? p = !0 : A["" + u] = !0, d.push(n) + } t && d.splice(0, t); + var b = { + mode: "callers", + name: e.name, + message: e.message, + stack: d + }; + return g(b, e.sourceURL || e.fileName, e.line || e.lineNumber, e.message || e.description), b + } + + function f(t, o) { + var s = null; + o = null == o ? 0 : +o; + try { + if (s = function(e) { + var t = e.stacktrace; + if (t) { + for (var i, n = / line (\d+).*script (?:in )?(\S+)(?:: in function (\S+))?$/i, o = / line (\d+), column (\d+)\s*(?:in (?:]+)>|([^\)]+))\((.*)\))? in (.*):\s*$/i, s = t.split("\n"), d = [], A = 0; A < s.length; A += 2) { + var c = null; + if ((i = n.exec(s[A])) ? c = { + url: i[2], + line: +i[1], + column: null, + func: i[3], + args: [] + } : (i = o.exec(s[A])) && (c = { + url: i[6], + line: +i[1], + column: +i[2], + func: i[3] || i[4], + args: i[5] ? i[5].split(",") : [] + }), c) { + if (!c.func && c.line && (c.func = r(c.url, c.line)), c.line) try { + c.context = a(c.url, c.line) + } catch (e) {} + c.context || (c.context = [s[A + 1]]), d.push(c) + } + } + return d.length ? { + mode: "stacktrace", + name: e.name, + message: e.message, + stack: d + } : null + } + }(t), s) return s + } catch (t) { + e + } + try { + if (s = m(t)) return s + } catch (t) { + e + } + try { + if (s = function(e) { + var t = e.message.split("\n"); + if (t.length < 4) return null; + var o, s = /^\s*Line (\d+) of linked script ((?:file|https?|blob)\S+)(?:: in function (\S+))?\s*$/i, + c = /^\s*Line (\d+) of inline#(\d+) script in ((?:file|https?|blob)\S+)(?:: in function (\S+))?\s*$/i, + l = /^\s*Line (\d+) of function script\s*$/i, + u = [], + h = i && i.document && i.document.getElementsByTagName("script"), + m = []; + for (var g in h) p(h, g) && !h[g].src && m.push(h[g]); + for (var v = 2; v < t.length; v += 2) { + var f = null; + if (o = s.exec(t[v])) f = { + url: o[2], + func: o[3], + args: [], + line: +o[1], + column: null + }; + else if (o = c.exec(t[v])) { + f = { + url: o[3], + func: o[4], + args: [], + line: +o[1], + column: null + }; + var b = +o[1], + y = m[o[2] - 1]; + if (y) { + var k = n(f.url); + if (k) { + var w = (k = k.join("\n")).indexOf(y.innerText); + w >= 0 && (f.line = b + k.substring(0, w).split("\n").length) + } + } + } else if (o = l.exec(t[v])) { + var I = i.location.href.replace(/#.*$/, ""), + S = A(new RegExp(d(t[v + 1])), [I]); + f = { + url: I, + func: "", + args: [], + line: S ? S.line : o[1], + column: null + } + } + if (f) { + f.func || (f.func = r(f.url, f.line)); + var E = a(f.url, f.line), + _ = E ? E[Math.floor(E.length / 2)] : null; + E && _.replace(/^\s*/, "") === t[v + 1].replace(/^\s*/, "") ? f.context = E : f.context = [t[v + 1]], u.push(f) + } + } + return u.length ? { + mode: "multiline", + name: e.name, + message: t[0], + stack: u + } : null + }(t), s) return s + } catch (t) { + e + } + try { + if (s = v(t, o + 1)) return s + } catch (t) { + e + } + return { + name: t.name, + message: t.message, + mode: "failed" + } + } + return f.augmentStackTraceWithInitialElement = g, f.computeStackTraceFromStackProp = m, f.guessFunctionName = r, f.gatherContext = a, f.ofCaller = function(e) { + e = 1 + (null == e ? 0 : +e); + try { + throw new Error + } catch (t) { + return f(t, e + 1) + } + }, f.getSource = n, f + }(), s.extendToAsynchronousCallbacks = function() { + var e = function(e) { + var t = i[e]; + i[e] = function() { + var e = A.call(arguments), + i = e[0]; + return "function" == typeof i && (e[0] = s.wrap(i)), t.apply ? t.apply(this, e) : t(e[0], e[1]) + } + }; + e("setTimeout"), e("setInterval") + }, s.remoteFetching || (s.remoteFetching = !0), s.collectWindowErrors || (s.collectWindowErrors = !0), (!s.linesOfContext || s.linesOfContext < 1) && (s.linesOfContext = 11), r = [], void 0 === (a = "function" == typeof(n = s) ? n.apply(t, r) : n) || (e.exports = a) + } + + function p(e, t) { + return Object.prototype.hasOwnProperty.call(e, t) + } + + function u(e) { + return void 0 === e + } + }("undefined" != typeof window ? window : i.g) + } + }, + t = {}; + + function i(n) { + if (t[n]) return t[n].exports; + var r = t[n] = { + exports: {} + }; + return e[n](r, r.exports, i), r.exports + } + i.n = e => { + var t = e && e.__esModule ? () => e.default : () => e; + return i.d(t, { + a: t + }), t + }, i.d = (e, t) => { + for (var n in t) i.o(t, n) && !i.o(e, n) && Object.defineProperty(e, n, { + enumerable: !0, + get: t[n] + }) + }, i.g = function() { + if ("object" == typeof globalThis) return globalThis; + try { + return this || new Function("return this")() + } catch (e) { + if ("object" == typeof window) return window + } + }(), i.o = (e, t) => Object.prototype.hasOwnProperty.call(e, t), (() => { + "use strict"; + var e = i(564), + t = i.n(e); + const n = { + ready: "pokiAppReady", + adblocked: "pokiAppAdblocked", + ads: { + completed: "pokiAdsCompleted", + error: "pokiAdsError", + impression: "pokiAdsImpression", + durationChange: "pokiAdsDurationChange", + limit: "pokiAdsLimit", + ready: "pokiAdsReady", + requested: "pokiAdsRequested", + prebidRequested: "pokiAdsPrebidRequested", + skipped: "pokiAdsSkipped", + started: "pokiAdsStarted", + stopped: "pokiAdsStopped", + busy: "pokiAdsBusy", + position: { + preroll: "PP", + midroll: "PM", + rewarded: "PR", + display: "DP" + }, + video: { + clicked: "pokiVideoAdsClicked", + firstQuartile: "pokiVideoAdsFirstQuartile", + midPoint: "pokiVideoAdsMidPoint", + thirdQuartile: "pokiVideoAdsThirdQuartile", + error: "pokiVideoAdsError", + loaderError: "pokiVideoAdsLoaderError", + paused: "pokiVideoAdsPauseTriggered", + resumed: "pokiVideoAdsResumedTriggered", + progress: "pokiVideoAdsProgress", + buffering: "pokiVideoAdsBuffering" + } + }, + info: { + messages: { + timeLimit: "The ad-request was not processed, because of a time constraint", + prerollLimit: "The ad-request was cancelled, because we're not allowed to show a preroll" + } + }, + message: { + event: "pokiMessageEvent", + sdkDetails: "pokiMessageSdkDetails", + toggleProgrammaticAds: "pokiMessageToggleProgrammaticAds" + }, + tracking: { + custom: "pokiTrackingCustom", + togglePlayerAdvertisingConsent: "pokiTrackingTogglePlayerAdvertisingConsent", + debugTrueInProduction: "pokiMessageDebugTrueProduction", + screen: { + gameplayStart: "pokiTrackingScreenGameplayStart", + gameplayStop: "pokiTrackingScreenGameplayStop", + gameLoadingStarted: "pokiTrackingScreenGameLoadingStarted", + gameLoadingProgress: "pokiTrackingScreenGameLoadingProgress", + gameLoadingFinished: "pokiTrackingScreenGameLoadingFinished", + commercialBreak: "pokiTrackingScreenCommercialBreak", + rewardedBreak: "pokiTrackingScreenRewardedBreak", + happyTime: "pokiTrackingScreenHappyTime", + firstRound: "pokiTrackingScreenFirstRound", + roundStart: "pokiTrackingScreenRoundStart", + roundEnd: "pokiTrackingScreenRoundEnd", + gameInteractive: "pokiTrackingScreenGameInteractive", + displayAd: "pokiTrackingScreenDisplayAdRequest", + destroyAd: "pokiTrackingScreenDisplayAdDestroy" + }, + sdk: { + status: { + initialized: "pokiTrackingSdkStatusInitialized", + failed: "pokiTrackingSdkStatusFailed" + } + }, + ads: { + status: { + busy: "pokiTrackingAdsStatusBusy", + completed: "pokiTrackingAdsStatusCompleted", + error: "pokiTrackingAdsStatusError", + displayError: "pokiTrackingAdsStatusDisplayError", + impression: "pokiTrackingAdsStatusImpression", + limit: "pokiTrackingAdsStatusLimit", + ready: "pokiTrackingAdsStatusReady", + requested: "pokiTrackingAdsStatusRequested", + prebidRequested: "pokiTrackingAdsStatusPrebidRequested", + skipped: "pokiTrackingAdsStatusSkipped", + started: "pokiTrackingAdsStatusStarted", + buffering: "pokiTrackingAdsStatusBuffering" + }, + video: { + clicked: "pokiTrackingAdsVideoClicked", + error: "pokiTrackingAdsVideoError", + loaderError: "pokiTrackingAdsVideoLoaderError", + progress: "pokiTrackingAdsVideoProgress", + paused: "pokiTrackingAdsVideoPaused", + resumed: "pokiTrackingAdsVideoResumed" + }, + display: { + requested: "pokiTrackingScreenDisplayAdRequested", + impression: "pokiTrackingScreenDisplayAdImpression", + viewable: "pokiTrackingScreenDisplayAdViewable" + } + } + } + }; + const r = function() { + function e() {} + return e.debug = !1, e.log = !1, e + }(); + var a = function() { + return a = Object.assign || function(e) { + for (var t, i = 1, n = arguments.length; i < n; i++) + for (var r in t = arguments[i]) Object.prototype.hasOwnProperty.call(t, r) && (e[r] = t[r]); + return e + }, a.apply(this, arguments) + }; + const o = function() { + function e() {} + return e.clearEventListeners = function() { + this.listeners = {} + }, e.removeEventListener = function(e, t) { + if (Object.prototype.hasOwnProperty.call(this.listeners, e)) { + var i = this.listeners[e].indexOf(t); - 1 !== i && this.listeners[e].splice(i, 1) + } + }, e.addEventListener = function(e, t, i) { + var n = this; + if (void 0 === i && (i = !1), i = !!i, Object.prototype.hasOwnProperty.call(this.listeners, e) || (this.listeners[e] = []), i) { + var r = function(i) { + n.removeEventListener.bind(n)(e, r), t(i) + }; + this.listeners[e].push(r) + } else this.listeners[e].push(t) + }, e.dispatchEvent = function(e, t) { + void 0 === t && (t = {}), !r.debug || window.process && window.process.env && "test" === window.process.env.NODE_ENV || console.info(e, t); + for (var i = Object.keys(this.listeners), n = 0; n < i.length; n++) { + var o = i[n]; + if (e === o) + for (var s = this.listeners[o], d = 0; d < s.length; d++) s[d](a(a({}, this.dataAnnotations), t)) + } + }, e.setDataAnnotations = function(e) { + this.dataAnnotations = a(a({}, this.dataAnnotations), e) + }, e.getDataAnnotations = function() { + return this.dataAnnotations + }, e.clearAnnotations = function() { + this.dataAnnotations = {} + }, e.listeners = {}, e.dataAnnotations = {}, e + }(); + const s = function(e, t) { + var i = !1; + return Object.keys(t).forEach((function(n) { + t[n] === e && (i = !0) + })), i + }; + + function d() { + var e, t = (null === (e = null === window || void 0 === window ? void 0 : window.location) || void 0 === e ? void 0 : e.hostname) || ""; + return "game-cdn.poki.com" === t || t.endsWith(".poki-gdn.com"), !1 + } + var A = { + adTagUrl: "", + adTiming: { + preroll: !1, + timeBetweenAds: 12e4, + timePerTry: 7e3, + startAdsAfter: 12e4 + }, + waterfallRetries: d() ? 1 : 2 + }, + c = { + AE: { + video: { + amazon: .7, + appnexus: .76 + } + }, + AL: { + video: { + amazon: .75 + } + }, + AT: { + video: { + appnexus: .6, + onetag: .81, + pubmatic: .82 + } + }, + AU: { + video: { + pubmatic: .43, + rubicon: .38 + } + }, + AZ: { + video: { + amazon: .72, + onetag: .84 + } + }, + BE: { + video: { + amazon: .83, + appnexus: .79 + } + }, + BG: { + video: { + appnexus: .72 + } + }, + BO: { + video: { + ix: .84 + } + }, + CA: { + video: { + amazon: .84, + pubmatic: .81 + } + }, + CL: { + video: { + amazon: .78 + } + }, + CO: { + video: { + amazon: .85 + } + }, + CZ: { + video: { + appnexus: .77 + } + }, + DE: { + video: { + appnexus: .21, + onetag: .81 + } + }, + DO: { + video: { + onetag: .84 + } + }, + DZ: { + video: { + amazon: .41 + } + }, + EG: { + video: { + amazon: .15, + rubicon: .63 + } + }, + ES: { + video: { + appnexus: .66, + ix: .84, + onetag: .82, + openx: .84, + pubmatic: .79 + } + }, + FI: { + video: { + appnexus: .43 + } + }, + FR: { + video: { + appnexus: .26, + ix: .53, + onetag: .81 + } + }, + GB: { + video: { + districtm: .83, + onetag: .8 + } + }, + GT: { + video: { + amazon: .74 + } + }, + HU: { + video: { + amazon: .55, + appnexus: .65 + } + }, + IE: { + video: { + onetag: .66 + } + }, + IN: { + video: { + appnexus: .72 + } + }, + IT: { + video: { + appnexus: .46, + onetag: .46 + } + }, + JP: { + video: { + onetag: .84 + } + }, + KE: { + video: { + onetag: .84 + } + }, + KW: { + video: { + onetag: .83 + } + }, + KZ: { + video: { + onetag: .8 + } + }, + LU: { + video: { + onetag: .82 + } + }, + MA: { + video: { + amazon: .68 + } + }, + MD: { + video: { + onetag: .7 + } + }, + MX: { + video: { + amazon: .47, + pubmatic: .75 + } + }, + NL: { + video: { + ix: .39, + onetag: .81, + openx: .71, + richaudience: .72 + } + }, + NZ: { + video: { + amazon: .76, + openx: .83 + } + }, + OM: { + video: { + onetag: .84 + } + }, + PE: { + video: { + amazon: .82 + } + }, + PL: { + video: { + appnexus: .84, + districtm: .71, + onetag: .73 + } + }, + PR: { + video: { + amazon: .83 + } + }, + RU: { + video: { + amazon: .78, + onetag: .84 + } + }, + SA: { + video: { + amazon: .83, + appnexus: .74 + } + }, + SK: { + video: { + appnexus: .79 + } + }, + TN: { + video: { + amazon: .61 + } + }, + UA: { + video: { + onetag: .8 + } + }, + US: { + video: { + pubmatic: .01 + } + }, + VE: { + video: { + onetag: .8 + } + }, + VN: { + video: { + appnexus: .81 + } + } + }; + const l = A; + const p = function(e) { + return e instanceof Array ? e : [e] + }; + const u = function() { + function e(e) { + void 0 === e && (e = {}), this.setTimings(e), this.timingIdx = { + timePerTry: 0 + }, this.timers = { + timePerTry: void 0, + timeBetweenAds: void 0, + startAdsAfter: void 0 + }, o.addEventListener(n.ads.requested, this.startTimeBetweenAdsTimer.bind(this)), o.addEventListener(n.ads.completed, this.startTimeBetweenAdsTimer.bind(this)), o.addEventListener(n.ads.stopped, this.startTimeBetweenAdsTimer.bind(this)) + } + return e.prototype.setTimings = function(e) { + var t = l.adTiming, + i = e.preroll, + n = void 0 === i ? t.preroll : i, + r = e.timePerTry, + a = void 0 === r ? t.timePerTry : r, + o = e.timeBetweenAds, + s = void 0 === o ? t.timeBetweenAds : o, + d = e.startAdsAfter, + A = void 0 === d ? t.startAdsAfter : d; + this.timings = { + preroll: !1 !== n, + timePerTry: p(a), + timeBetweenAds: s, + startAdsAfter: A + } + }, e.prototype.startTimeBetweenAdsTimer = function() { + this.startTimer("timeBetweenAds") + }, e.prototype.startStartAdsAfterTimer = function() { + this.startTimer("startAdsAfter") + }, e.prototype.requestPossible = function() { + return !this.timers.timeBetweenAds && !this.timers.startAdsAfter + }, e.prototype.startWaterfallTimer = function(e) { + this.startTimer("timePerTry", e) + }, e.prototype.stopWaterfallTimer = function() { + this.stopTimer("timePerTry") + }, e.prototype.nextWaterfallTimer = function() { + this.nextTiming("timePerTry") + }, e.prototype.resetWaterfallTimerIdx = function() { + this.resetTimingIdx("timePerTry") + }, e.prototype.stopTimer = function(e) { + this.timers[e] && (clearTimeout(this.timers[e]), this.timers[e] = void 0) + }, e.prototype.startTimer = function(e, t) { + var i = this; + void 0 === t && (t = function() {}), this.getTiming(e) <= 0 ? t() : (this.timers[e] && clearTimeout(this.timers[e]), this.timers[e] = window.setTimeout((function() { + i.stopTimer(e), t() + }), this.getTiming(e))) + }, e.prototype.getTiming = function(e) { + var t = this.timings[e]; + return t instanceof Array ? t[this.timingIdx[e]] : t + }, e.prototype.nextTiming = function(e) { + if (void 0 === this.timingIdx[e]) throw new Error("AdTimings Error: " + e + " does not have multiple timers"); + this.timingIdx[e] = (this.timingIdx[e] + 1) % this.timings[e].length + }, e.prototype.resetTimingIdx = function(e) { + if (void 0 === this.timingIdx[e]) throw new Error("AdTimings Error: " + e + " does not have multiple timers"); + this.timingIdx[e] = 0 + }, e.prototype.prerollPossible = function() { + return this.timings.preroll + }, e + }(); + var h = document.location.hostname; + + function m(e) { + var t = new RegExp(e + "=([^;]+)(?:;|$)").exec(document.cookie); + return t ? t[1] : "" + } + + function g(e, t) { + document.cookie = e + "=" + t + "; path=/; samesite=none; secure; max-age=15552000; domain=" + h + } + h.endsWith("poki-gdn.com") && (h = "poki-gdn.com"); + var v = function(e, t, i, n) { + return new(i || (i = Promise))((function(r, a) { + function o(e) { + try { + d(n.next(e)) + } catch (e) { + a(e) + } + } + + function s(e) { + try { + d(n.throw(e)) + } catch (e) { + a(e) + } + } + + function d(e) { + var t; + e.done ? r(e.value) : (t = e.value, t instanceof i ? t : new i((function(e) { + e(t) + }))).then(o, s) + } + d((n = n.apply(e, t || [])).next()) + })) + }, + f = function(e, t) { + var i, n, r, a, o = { + label: 0, + sent: function() { + if (1 & r[0]) throw r[1]; + return r[1] + }, + trys: [], + ops: [] + }; + return a = { + next: s(0), + throw: s(1), + return: s(2) + }, "function" == typeof Symbol && (a[Symbol.iterator] = function() { + return this + }), a; + + function s(a) { + return function(s) { + return function(a) { + if (i) throw new TypeError("Generator is already executing."); + for (; o;) try { + if (i = 1, n && (r = 2 & a[0] ? n.return : a[0] ? n.throw || ((r = n.return) && r.call(n), 0) : n.next) && !(r = r.call(n, a[1])).done) return r; + switch (n = 0, r && (a = [2 & a[0], r.value]), a[0]) { + case 0: + case 1: + r = a; + break; + case 4: + return o.label++, { + value: a[1], + done: !1 + }; + case 5: + o.label++, n = a[1], a = [0]; + continue; + case 7: + a = o.ops.pop(), o.trys.pop(); + continue; + default: + if (!(r = o.trys, (r = r.length > 0 && r[r.length - 1]) || 6 !== a[0] && 2 !== a[0])) { + o = 0; + continue + } + if (3 === a[0] && (!r || a[1] > r[0] && a[1] < r[3])) { + o.label = a[1]; + break + } + if (6 === a[0] && o.label < r[1]) { + o.label = r[1], r = a; + break + } + if (r && o.label < r[2]) { + o.label = r[2], o.ops.push(a); + break + } + r[2] && o.ops.pop(), o.trys.pop(); + continue + } + a = t.call(e, o) + } catch (e) { + a = [6, e], n = 0 + } finally { + i = r = 0 + } + if (5 & a[0]) throw a[1]; + return { + value: a[0] ? a[1] : void 0, + done: !0 + } + }([a, s]) + } + } + }, + b = function(e, t, i) { + if (i || 2 === arguments.length) + for (var n, r = 0, a = t.length; r < a; r++) !n && r in t || (n || (n = Array.prototype.slice.call(t, 0, r)), n[r] = t[r]); + return e.concat(n || Array.prototype.slice.call(t)) + }, + y = "poki_gcuid", + k = m(y); + const w = function() { + function e() {} + return e.collectAndLog = function() { + return v(this, void 0, void 0, (function() { + var e, t, i, n, r; + return f(this, (function(a) { + switch (a.label) { + case 0: + return a.trys.push([0, 5, , 6]), [4, window.cookieStore.getAll()]; + case 1: + return e = a.sent(), window.indexedDB.databases ? [4, window.indexedDB.databases()] : [3, 3]; + case 2: + return i = a.sent(), [3, 4]; + case 3: + i = [], a.label = 4; + case 4: + return t = i, n = b(b(b([], e.map((function(e) { + return { + name: e.name, + expire_seconds: Math.round((e.expires - Date.now()) / 1e3), + type: "cookie" + } + })), !0), Object.keys(window.localStorage).map((function(e) { + return { + name: e, + expire_seconds: 15552e3, + type: "localStorage" + } + })), !0), t.map((function(e) { + return { + name: e.name, + expire_seconds: 0, + type: "idb" + } + })), !0), r = { + cookies: n, + p4d_game_id: tt.gameId, + user_id: k + }, window.fetch("https://t.poki.io/game-cookies", { + method: "post", + body: JSON.stringify(r) + }).catch(), [3, 6]; + case 5: + return a.sent(), [3, 6]; + case 6: + return [2] + } + })) + })) + }, e.trackSavegames = function() { + window.cookieStore && window.cookieStore.getAll && tt.gameId && (Math.random() > .01 || (k || (k = Math.random().toString(36).substr(2, 9), g(y, k)), e.collectAndLog(), setInterval(e.collectAndLog, 12e4))) + }, e + }(), + I = function() { + return window.location.href + }, + S = function() { + return "undefined" != typeof navigator && /(?:phone|windows\s+phone|ipod|blackberry|(?:android|bb\d+|meego|silk|googlebot) .+? mobile|palm|windows\s+ce|opera\smini|avantgo|mobilesafari|docomo)/i.test(navigator.userAgent) + }, + E = function() { + return "undefined" != typeof navigator && /(?:ipad|playbook|(?:android|bb\d+|meego|silk)(?! .+? mobile))/i.test(navigator.userAgent) + }, + _ = function(e, t) { + var i; + if ("undefined" == typeof window && !t) return ""; + e = e.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); + var n = new RegExp("(?:[\\?&]|^)" + e + "=([^&#]*)").exec(t || (null === (i = null === window || void 0 === window ? void 0 : window.location) || void 0 === i ? void 0 : i.search) || ""); + return null === n ? "" : decodeURIComponent(n[1].replace(/\+/g, " ")) + }, + x = function() { + return "undefined" != typeof navigator && /MSIE \\d|Trident.*rv:/i.test(navigator.userAgent) + }; + var C = { + 1: "eNjDw1AVTr", + 2: "HkuQJaWnBa", + 3: "AfRKClvdYk", + 4: "Db7uYbsnlW", + 5: "UprdYKe74r", + 6: "tBCJC9E6Y4", + 7: "AfRKClvdYk", + 8: "tJ44vpLpuM", + 9: "mF5ASaga4A", + 10: "rKV8rMwiwk", + 11: "SvK8BH5qS5", + 12: "SpfIMxnWTS", + 13: "ysxIcmt3tW", + 14: "gLmtGS4aUq", + 15: "RU6ebIFLw9", + 16: "r9G4tVMYw7", + 17: "SgcDa5B8s1", + 18: "AfRKClvdYk", + 19: "DNZX8XdJXV", + 20: "39o4YUyZTX", + 21: "5sb2HFpz5a", + 22: "pgXzCJZipE", + 23: "Oani8EAGI9", + 24: "IzCeh7d7vW", + 25: "I5vRNtjoMr", + 26: "KpySvG7luq", + 27: "dK42J4rI14", + 28: "HuYorw3fRg", + 29: "mf84cGYc1h", + 30: "9ALgxEyGXU", + 31: "lBzSdVGY8F", + 32: "hKYgk9Wb8q", + 33: "xPBr8E54eE", + 34: "ZvIK2WKC7G", + 35: "7kiYi3zlIX", + 36: "VpygYMTDgm", + 37: "mis9Mt4np4", + 38: "AfRKClvdYk", + 41: "Fqmjp9Hit3", + 42: "lS2XGg058L", + 43: "AfRKClvdYk", + 46: "AfRKClvdYk", + 47: "21OybbiIdc", + 48: "AfRKClvdYk", + 49: "CMVoMvvEmu", + 50: "IoQrhRb3wU", + 52: "AfRKClvdYk", + 53: "AfRKClvdYk" + }; + const T = function(e) { + return 15 === e ? "MP_gIE1VDieUi" : C[e] || "" + }; + var B = ["AU", "CA", "IE", "NZ", "US", "GB"], + P = ["AT", "BE", "DK", "FI", "FR", "DE", "JA", "NO", "NL", "SA", "ES", "SE", "CH", "AE", "IT"], + D = ["BR", "CL", "CZ", "HU", "PL", "PT", "RU", "SK", "TH"], + M = ["AR", "BG", "CO", "EC", "GR", "IN", "MX", "PE", "PH", "RO", "TR", "UY"]; + + function R(e) { + return B.includes(e) ? .13 : P.includes(e) ? .07 : D.includes(e) ? .04 : .02 + } + + function L(e) { + return "US" === e ? 1.5 : B.includes(e) ? .5 : P.includes(e) ? .15 : D.includes(e) ? .08 : M.includes(e) ? .03 : .02 + } + const z = function(e) { + r.debug ? console.log(e) : fetch("https://t.poki.io/adserver", { + method: "POST", + mode: "no-cors", + body: JSON.stringify(e) + }) + }; + var O = ["https://a.poki.com/houseads/duo_survival_3.xml", "https://a.poki.com/houseads/like_a_king.xml", "https://a.poki.com/houseads/merge_cyber_racers.xml", "https://a.poki.com/houseads/subway_surfers.xml", "https://a.poki.com/houseads/tower_crush_compressed.xml"]; + + function G() { + return (e = O)[Math.floor(Math.random() * e.length)]; + var e + } + var j = { + v_k0treo: 2.5, + v_qr1wxs: 7.5, + v_9diccg: 19, + v_13q0xkw: .25, + v_dn33ls: 1, + v_z07u2o: 1.5, + v_1400iyo: 2.25, + v_9w8kxs: 3, + v_ufej9c: 3.5, + v_10960ao: 4.25, + v_1ksbym8: 4.75, + v_1ag9340: 5.25, + v_1tbhh4w: 5.75, + v_jjcgzk: 6.5, + v_brnu9s: 7, + v_1wscef4: 7.75, + v_q22xhc: 8.5, + v_f8irk0: 9, + v_1rik45c: 9.75, + v_lxhyww: 10.5, + v_a9z0u8: 11, + v_1yhiww0: 11.75, + v_10mwg74: 12.25, + v_1ji4u80: 12.75, + v_wm2c5c: 13.5, + v_2na6tc: 14, + v_1myzri8: 14.75, + v_3pzm68: 6, + v_16kerr4: 6.25, + v_1mdrmkg: 6.75, + v_1ga0k5c: 7.25, + v_5iwz5s: 8, + v_12tk934: 8.25, + v_1hsybr4: 8.75, + v_1cj61hc: 9.25, + v_y3r5kw: 9.5, + v_94ow0: 10, + v_15woqgw: 10.25, + v_1orx4hs: 10.75, + v_1d4e6f4: 11.25, + v_t57ev4: 11.5, + v_783hmo: 12, + v_m7hkao: 12.5, + v_hmo9hc: 13, + v_19djnr4: 13.25, + v_1twpm2o: 13.75, + v_17zlou8: 14.25, + v_ign1mo: 14.5, + v_ccvz7k: 15, + v_1f7b4sg: 15.25, + v_snq4g0: 15.5, + v_5wnf28: 16, + v_137aozk: 16.25, + v_1j0njsw: 16.75, + v_1b8yx34: 17.25, + v_yhhlhc: 17.5, + v_25swe8: 18, + v_15081z4: 18.25, + v_1pje0ao: 18.75, + v_1eptudc: 19.25, + v_1xl28e8: 19.75, + v_gfliio: 21, + v_3y3sao: 22, + v_ixhuyo: 22.5, + v_ro52io: 23.5, + v_qa73ls: 24.5, + v_emo5j4: 25, + v_yq5fk: 26, + v_aobxts: 27, + v_6shmgw: 28, + v_natgqo: 28.5, + v_x0f94w: 29.5, + v_d2hfr4: 31, + v_dch14w: 33, + v_1jyadc: 34, + v_8p5tz4: 36, + v_fwv9xc: 37, + v_c60r9c: 39, + v_58awow: 40, + v_bbcow: 42, + v_a0x534: 43, + v_hdmdq8: 45, + v_2e8b28: 46, + v_5nljb4: 48, + v_1wr0n4: 50, + v_pam1og: .5, + v_1ipf08w: .75, + v_1axqdj4: 1.25, + v_1qr38cg: 1.75, + v_15ldds: 2, + v_1q248w0: 2.75, + v_1eelatc: 3.25, + v_1x9tou8: 3.75, + v_8iam0w: 4, + v_nhooow: 4.5, + v_fq01z4: 5, + v_w0u77k: 5.5, + v_1vi5a0w: 15.75, + v_orvt34: 16.5, + v_dybn5s: 17, + v_1q8czr4: 17.75, + v_l11af4: 18.5, + v_uqn2tc: 19.5, + v_7zkdfk: 20, + v_o7a58g: 20.5, + v_vezl6o: 21.5, + v_b5t88w: 23, + v_4x2d4w: 24, + v_xhwjk0: 25.5, + v_lhw3r4: 26.5, + v_tjkbuo: 27.5, + v_h72ebk: 29, + v_31n3sw: 30, + v_64rl6o: 32, + v_9lmigw: 35, + v_3fdjpc: 38, + v_fapfcw: 41, + v_7o0lc0: 44, + v_clbdvk: 47, + v_ee8qv4: 49 + }; + var U = function() { + return U = Object.assign || function(e) { + for (var t, i = 1, n = arguments.length; i < n; i++) + for (var r in t = arguments[i]) Object.prototype.hasOwnProperty.call(t, r) && (e[r] = t[r]); + return e + }, U.apply(this, arguments) + }, + N = function(e, t, i) { + if (i || 2 === arguments.length) + for (var n, r = 0, a = t.length; r < a; r++) !n && r in t || (n || (n = Array.prototype.slice.call(t, 0, r)), n[r] = t[r]); + return e.concat(n || Array.prototype.slice.call(t)) + }, + Q = parseInt(_("site_id"), 10) || 0, + F = "desktop"; + S() && (F = "mobile"), E() && (F = "tablet"); + var X = "rewarded", + Z = "video", + K = { + "728x90": "/21682198607/" + F + "_ingame_728x90/" + Q + "_" + F + "_ingame_728x90", + "300x250": "/21682198607/" + F + "_ingame_300x250/" + Q + "_" + F + "_ingame_300x250", + "970x250": "/21682198607/" + F + "_ingame_970x250/" + Q + "_" + F + "_ingame_970x250", + "160x600": "/21682198607/" + F + "_ingame_160x600/" + Q + "_" + F + "_ingame_160x600", + "320x50": "/21682198607/" + F + "_ingame_320x50/" + Q + "_" + F + "_ingame_320x50", + "728x90_external": "/21682198607/external_" + F + "_display_ingame/external_" + F + "_ingame_728x90", + "300x250_external": "/21682198607/external_" + F + "_display_ingame/external_" + F + "_ingame_300x250", + "970x250_external": "/21682198607/external_" + F + "_display_ingame/external_" + F + "_ingame_970x250", + "160x600_external": "/21682198607/external_" + F + "_display_ingame/external_" + F + "_ingame_160x600", + "320x50_external": "/21682198607/external_" + F + "_display_ingame/external_" + F + "_ingame_320x50" + }, + H = parseInt(_("site_id"), 10) || 0, + W = function(e) { + var t = x() || S() || E() ? ["video/mp4", "application/javascript"] : ["video/mp4", "video/webm", "video/ogg", "application/javascript"], + i = U(U({ + mimes: t, + minduration: 0, + maxduration: 15, + protocols: [2, 3, 5, 6, 7, 8], + w: 640, + h: 480, + placement: 1, + linearity: 1 + }, e ? {} : { + skip: 1, + skipafter: 5 + }), { + boxingallowed: 1, + pos: 1, + api: [2] + }); + return { + bids: [{ + bidder: "appnexus", + params: { + placementId: 13184250, + supplyType: "web" + } + }, { + bidder: "openx", + params: { + delDomain: "poki-d.openx.net", + unit: "540105196" + } + }, { + bidder: "spotx", + params: { + channel_id: "265590", + ad_unit: "instream", + secure: !0, + hide_skin: !0 + } + }, { + bidder: "ix", + params: { + siteId: "436284", + video: U({}, i) + } + }, { + bidder: "richaudience", + params: { + pid: T(H), + supplyType: "site" + } + }, { + bidder: "onetag", + params: { + pubId: "6da09f566a9dc06" + } + }, { + bidder: "onetag", + params: { + pubId: "6da09f566a9dc06", + ext: { + override_maxduration: 3600, + enforce_skip: !0 + } + } + }, { + bidder: "rubicon", + params: { + accountId: "18608", + siteId: "266914", + zoneId: "1322034", + position: "atf", + video: { + size_id: 204 + } + } + }, { + bidder: "pubmatic", + params: { + publisherId: "156838", + adSlot: "3607869@640x360" + } + }, { + bidder: "districtm", + params: { + placementId: 12906789 + } + }], + mediaTypes: { + video: U({ + context: "instream", + playerSize: [640, 480] + }, i) + } + } + }, + V = W(!0), + q = W(!1), + J = [{ + code: Z, + mediaTypes: q.mediaTypes, + bids: N([], q.bids, !0) + }, { + code: X, + mediaTypes: V.mediaTypes, + bids: N([], V.bids, !0) + }, { + code: K["728x90"], + mediaTypes: { + banner: { + sizes: [ + [728, 90] + ] + } + }, + bids: [{ + bidder: "districtm", + params: { + placementId: "12906789" + } + }, { + bidder: "appnexus", + params: { + placementId: "12940427" + } + }, { + bidder: "openx", + params: { + unit: "539859872", + delDomain: "poki-d.openx.net" + } + }, { + bidder: "ix", + params: { + siteId: "268177", + size: [728, 90] + } + }, { + bidder: "pubmatic", + params: { + publisherId: "156838", + adSlot: "1374895@728x90" + } + }, { + bidder: "emx_digital", + params: { + tagid: "80117" + } + }, { + bidder: "conversant", + params: { + site_id: "117477", + secure: 1, + position: 1 + } + }, { + bidder: "rubicon", + params: { + accountId: "18608", + siteId: "204596", + zoneId: "1008080" + } + }, { + bidder: "onetag", + params: { + pubId: "6da09f566a9dc06" + } + }, { + bidder: "richaudience", + params: { + pid: 15 === H ? "MP_gIE1VDieUi" : "1V6a2fgLvX", + supplyType: "site" + } + }] + }, { + code: K["300x250"], + mediaTypes: { + banner: { + sizes: [ + [300, 250] + ] + } + }, + bids: [{ + bidder: "districtm", + params: { + placementId: "12906789" + } + }, { + bidder: "appnexus", + params: { + placementId: "12935252" + } + }, { + bidder: "openx", + params: { + unit: "539859873", + delDomain: "poki-d.openx.net" + } + }, { + bidder: "ix", + params: { + siteId: "268178", + size: [300, 250] + } + }, { + bidder: "pubmatic", + params: { + publisherId: "156838", + adSlot: "1374896@300x250" + } + }, { + bidder: "emx_digital", + params: { + tagid: "80118" + } + }, { + bidder: "conversant", + params: { + site_id: "117477", + secure: 1, + position: 1 + } + }, { + bidder: "rubicon", + params: { + accountId: "18608", + siteId: "204596", + zoneId: "1008080" + } + }, { + bidder: "onetag", + params: { + pubId: "6da09f566a9dc06" + } + }, { + bidder: "richaudience", + params: { + pid: 15 === H ? "MP_gIE1VDieUi" : "pKqNt5LyvF", + supplyType: "site" + } + }] + }, { + code: K["970x250"], + mediaTypes: { + banner: { + sizes: [ + [970, 250] + ] + } + }, + bids: [{ + bidder: "districtm", + params: { + placementId: "12906789" + } + }, { + bidder: "appnexus", + params: { + placementId: "20595278" + } + }, { + bidder: "openx", + params: { + unit: "543540497", + delDomain: "poki-d.openx.net" + } + }, { + bidder: "ix", + params: { + siteId: "597527", + size: [970, 250] + } + }, { + bidder: "pubmatic", + params: { + publisherId: "156838", + adSlot: "3344351@970x250" + } + }, { + bidder: "emx_digital", + params: { + tagid: "123738" + } + }, { + bidder: "conversant", + params: { + site_id: "117477", + secure: 1, + position: 1 + } + }, { + bidder: "onetag", + params: { + pubId: "6da09f566a9dc06" + } + }, { + bidder: "richaudience", + params: { + pid: 15 === H ? "MP_gIE1VDieUi" : "yYyae7vnIh", + supplyType: "site" + } + }] + }, { + code: K["160x600"], + mediaTypes: { + banner: { + sizes: [ + [160, 600] + ] + } + }, + bids: [{ + bidder: "districtm", + params: { + placementId: "12906789" + } + }, { + bidder: "appnexus", + params: { + placementId: "12940425" + } + }, { + bidder: "openx", + params: { + unit: "539859871", + delDomain: "poki-d.openx.net" + } + }, { + bidder: "ix", + params: { + siteId: "268175", + size: [160, 600] + } + }, { + bidder: "pubmatic", + params: { + publisherId: "156838", + adSlot: "1374893@160x600" + } + }, { + bidder: "emx_digital", + params: { + tagid: "80119" + } + }, { + bidder: "conversant", + params: { + site_id: "117477", + secure: 1, + position: 1 + } + }, { + bidder: "rubicon", + params: { + accountId: "18608", + siteId: "204596", + zoneId: "1008080" + } + }, { + bidder: "onetag", + params: { + pubId: "6da09f566a9dc06" + } + }, { + bidder: "richaudience", + params: { + pid: 15 === H ? "MP_gIE1VDieUi" : "rAEnPimPzC", + supplyType: "site" + } + }] + }, { + code: K["320x50"], + mediaTypes: { + banner: { + sizes: [ + [320, 50] + ] + } + }, + bids: [{ + bidder: "districtm", + params: { + placementId: "12906789" + } + }, { + bidder: "appnexus", + params: { + placementId: "20595224" + } + }, { + bidder: "openx", + params: { + unit: "543540495", + delDomain: "poki-d.openx.net" + } + }, { + bidder: "ix", + params: { + siteId: "597529", + size: [320, 50] + } + }, { + bidder: "pubmatic", + params: { + publisherId: "156838", + adSlot: "3344350@320x50" + } + }, { + bidder: "conversant", + params: { + site_id: "117477", + secure: 1, + position: 1 + } + }, { + bidder: "rubicon", + params: { + accountId: "18608", + siteId: "204596", + zoneId: "1008080" + } + }, { + bidder: "emx_digital", + params: { + tagid: "123737" + } + }, { + bidder: "onetag", + params: { + pubId: "6da09f566a9dc06" + } + }, { + bidder: "richaudience", + params: { + pid: 15 === H ? "MP_gIE1VDieUi" : "1DP5EtcOip", + supplyType: "site" + } + }] + }, { + code: K["728x90_external"], + mediaTypes: { + banner: { + sizes: [ + [728, 90] + ] + } + }, + bids: [{ + bidder: "districtm", + params: { + placementId: "12906789" + } + }, { + bidder: "appnexus", + params: { + placementId: "20973406" + } + }, { + bidder: "openx", + params: { + unit: "543885656", + delDomain: "poki-d.openx.net" + } + }, { + bidder: "ix", + params: { + siteId: "268177", + placementId: "625562", + size: [728, 90] + } + }, { + bidder: "pubmatic", + params: { + publisherId: "156838", + adSlot: "3457872" + } + }, { + bidder: "emx_digital", + params: { + tagid: "132973" + } + }, { + bidder: "conversant", + params: { + site_id: "117477", + tag_id: "96373699", + secure: 1, + position: 1 + } + }, { + bidder: "rubicon", + params: { + accountId: "18608", + siteId: "362566", + zoneId: "1962680-2" + } + }, { + bidder: "onetag", + params: { + pubId: "6da09f566a9dc06" + } + }, { + bidder: "richaudience", + params: { + pid: 15 === H ? "MP_gIE1VDieUi" : "1V6a2fgLvX", + supplyType: "site" + } + }] + }, { + code: K["300x250_external"], + mediaTypes: { + banner: { + sizes: [ + [300, 250] + ] + } + }, + bids: [{ + bidder: "districtm", + params: { + placementId: "12906789" + } + }, { + bidder: "appnexus", + params: { + placementId: "20973408" + } + }, { + bidder: "openx", + params: { + unit: "543885657", + delDomain: "poki-d.openx.net" + } + }, { + bidder: "ix", + params: { + siteId: "625564", + size: [300, 250] + } + }, { + bidder: "pubmatic", + params: { + publisherId: "156838", + adSlot: "3457874" + } + }, { + bidder: "emx_digital", + params: { + tagid: "132975" + } + }, { + bidder: "conversant", + params: { + site_id: "117477", + tag_id: "94f55c24", + secure: 1, + position: 1 + } + }, { + bidder: "rubicon", + params: { + accountId: "18608", + siteId: "362566", + zoneId: "1962680-15" + } + }, { + bidder: "onetag", + params: { + pubId: "6da09f566a9dc06" + } + }, { + bidder: "richaudience", + params: { + pid: 15 === H ? "MP_gIE1VDieUi" : "pKqNt5LyvF", + supplyType: "site" + } + }] + }, { + code: K["970x250_external"], + mediaTypes: { + banner: { + sizes: [ + [970, 250] + ] + } + }, + bids: [{ + bidder: "districtm", + params: { + placementId: "12906789" + } + }, { + bidder: "appnexus", + params: { + placementId: "20973415" + } + }, { + bidder: "openx", + params: { + unit: "543885650", + delDomain: "poki-d.openx.net" + } + }, { + bidder: "ix", + params: { + siteId: "625560", + size: [970, 250] + } + }, { + bidder: "pubmatic", + params: { + publisherId: "156838", + adSlot: "3457879" + } + }, { + bidder: "emx_digital", + params: { + tagid: "132979" + } + }, { + bidder: "conversant", + params: { + site_id: "117477", + tag_id: "62235ccb", + secure: 1, + position: 1 + } + }, { + bidder: "rubicon", + params: { + accountId: "18608", + siteId: "362566", + zoneId: "1962680-57" + } + }, { + bidder: "onetag", + params: { + pubId: "6da09f566a9dc06" + } + }, { + bidder: "richaudience", + params: { + pid: 15 === H ? "MP_gIE1VDieUi" : "yYyae7vnIh", + supplyType: "site" + } + }] + }, { + code: K["160x600_external"], + mediaTypes: { + banner: { + sizes: [ + [160, 600] + ] + } + }, + bids: [{ + bidder: "districtm", + params: { + placementId: "12906789" + } + }, { + bidder: "appnexus", + params: { + placementId: "20973407" + } + }, { + bidder: "openx", + params: { + unit: "543885653", + delDomain: "poki-d.openx.net" + } + }, { + bidder: "ix", + params: { + siteId: "625563", + size: [160, 600] + } + }, { + bidder: "pubmatic", + params: { + publisherId: "156838", + adSlot: "3457877" + } + }, { + bidder: "emx_digital", + params: { + tagid: "132974" + } + }, { + bidder: "conversant", + params: { + site_id: "117477", + tag_id: "9960183e", + secure: 1, + position: 1 + } + }, { + bidder: "rubicon", + params: { + accountId: "18608", + siteId: "362566", + zoneId: "1962680-9" + } + }, { + bidder: "onetag", + params: { + pubId: "6da09f566a9dc06" + } + }, { + bidder: "richaudience", + params: { + pid: 15 === H ? "MP_gIE1VDieUi" : "rAEnPimPzC", + supplyType: "site" + } + }] + }, { + code: K["320x50_external"], + mediaTypes: { + banner: { + sizes: [ + [320, 50] + ] + } + }, + bids: [{ + bidder: "districtm", + params: { + placementId: "12906789" + } + }, { + bidder: "appnexus", + params: { + placementId: "20973413" + } + }, { + bidder: "openx", + params: { + unit: "543885649", + delDomain: "poki-d.openx.net" + } + }, { + bidder: "ix", + params: { + siteId: "625559", + size: [320, 50] + } + }, { + bidder: "pubmatic", + params: { + publisherId: "156838", + adSlot: "3457875" + } + }, { + bidder: "conversant", + params: { + site_id: "117477", + tag_id: "402db827", + secure: 1, + position: 1 + } + }, { + bidder: "rubicon", + params: { + accountId: "18608", + siteId: "362566", + zoneId: "1962680-43" + } + }, { + bidder: "emx_digital", + params: { + tagid: "132978" + } + }, { + bidder: "onetag", + params: { + pubId: "6da09f566a9dc06" + } + }, { + bidder: "richaudience", + params: { + pid: 15 === H ? "MP_gIE1VDieUi" : "1DP5EtcOip", + supplyType: "site" + } + }] + }], + Y = { + debug: !1, + enableSendAllBids: !0, + usePrebidCache: !0, + bidderTimeout: 1500, + priceGranularity: { + buckets: [{ + precision: 2, + min: .01, + max: 3, + increment: .01 + }, { + precision: 2, + min: 3, + max: 8, + increment: .05 + }, { + precision: 2, + min: 8, + max: 20, + increment: .5 + }, { + precision: 2, + min: 20, + max: 45, + increment: 1 + }] + }, + currency: { + adServerCurrency: "EUR", + defaultRates: { + EUR: { + EUR: 1, + GBP: .86408, + USD: 1.2212 + }, + GBP: { + EUR: 1.157300249976854, + GBP: 1, + USD: 1.4132950652717342 + }, + USD: { + EUR: .8188666885031116, + GBP: .7075663282017687, + USD: 1 + } + } + }, + cache: { + url: "https://prebid.adnxs.com/pbc/v1/cache" + }, + targetingControls: { + allowTargetingKeys: ["BIDDER", "AD_ID", "PRICE_BUCKET", "SIZE", "DEAL", "SOURCE", "FORMAT", "UUID", "CACHE_ID", "CACHE_HOST", "ADOMAIN"], + allowSendAllBidsTargetingKeys: ["BIDDER", "AD_ID", "PRICE_BUCKET", "SIZE", "DEAL", "SOURCE", "FORMAT", "UUID", "CACHE_ID", "CACHE_HOST", "ADOMAIN"] + }, + userSync: { + filterSettings: { + all: { + bidders: "*", + filter: "include" + } + }, + syncsPerBidder: 1e3, + syncDelay: 100, + userIds: [{ + name: "pubCommonId", + storage: { + type: "cookie", + name: "poki_pubcid", + expires: 180 + } + }] + } + }, + $ = function(e, t) { + window.pbjs = window.pbjs || {}, window.pbjs.que = window.pbjs.que || [], window.pbjs.que.push((function() { + window.pbjs.aliasBidder("appnexus", "districtm"); + var i = U(U({ + floors: { + data: { + currency: "EUR", + schema: { + fields: ["mediaType"] + }, + values: { + banner: R(t), + video: L(t) + } + } + } + }, Y), e.config); + window.pbjs.addAdUnits(function(e, t, i) { + var n, r, a = t[i = i.toUpperCase()]; + if (!a) return e; + for (var o = Math.random(), s = 0; s <= e.length; s++) + for (var d = e[s], A = a[(null === (n = null == d ? void 0 : d.mediaTypes) || void 0 === n ? void 0 : n.video) ? "video" : "display"] || {}, c = (null === (r = null == d ? void 0 : d.bids) || void 0 === r ? void 0 : r.length) - 1; c >= 0; c--) { + var l = d.bids[c]; + A[l.bidder] && o > A[l.bidder] && e[s].bids.splice(c, 1) + } + return e + }(e.adUnits || J, c, t)), window.pbjs.setConfig(i), window.pbjs.bidderSettings = { + districtm: { + bidCpmAdjustment: function(e) { + return .85 * e + } + } + } + })) + }, + ee = !1, + te = function(e, t, i) { + (function(e, t) { + var i, n, r = null === (n = null === (i = e[t = t.toUpperCase()]) || void 0 === i ? void 0 : i.video) || void 0 === n ? void 0 : n.amazon; + return !!r && Math.random() > r + })(c, t) || window.apstag && window.apstag.init(e.settings || U({ + pubID: "e32f1423-28bc-43ed-8ab0-5ae6b4449cf8", + adServer: "", + videoAdServer: "GAM" + }, i ? { + gdpr: { + cmpTimeout: 1e4 + } + } : {}), (function() { + ee = !0, e.callback && e.callback() + })) + }, + ie = function() { + ! function() { + if (!window.__tcfapi) { + var e = window.top, + t = {}; + window.__tcfapi = function(i, n, r, a) { + var o = "" + Math.random(), + s = { + __tcfapiCall: { + command: i, + parameter: a, + version: n, + callId: o + } + }; + t[o] = r, e.postMessage(s, "*") + }, window.addEventListener("message", (function(e) { + var i = {}; + try { + i = "string" == typeof e.data ? JSON.parse(e.data) : e.data + } catch (e) {} + var n = i.__tcfapiReturn; + n && "function" == typeof t[n.callId] && (t[n.callId](n.returnValue, n.success), t[n.callId] = null) + }), !1) + } + }(), window.pbjs.que.push((function() { + window.pbjs.setConfig({ + consentManagement: { + gdpr: { + cmpApi: "iab", + timeout: 8e3, + defaultGdprScope: !0 + } + } + }) + })) + }, + ne = function() { + ! function() { + if (!window.__uspapi) { + var e = window.top, + t = {}; + window.__uspapi = function(i, n, r) { + var a = "" + Math.random(), + o = { + __uspapiCall: { + command: i, + version: n, + callId: a + } + }; + t[a] = r, e.postMessage(o, "*") + }, window.addEventListener("message", (function(e) { + var i = e && e.data && e.data.__uspapiReturn; + i && i.callId && "function" == typeof t[i.callId] && (t[i.callId](i.returnValue, i.success), t[i.callId] = null) + }), !1) + } + }(), window.pbjs.que.push((function() { + window.pbjs.setConfig({ + consentManagement: { + usp: { + cmpApi: "iab", + timeout: 8e3 + } + } + }) + })) + }; + + function re(e, t, i, r, a) { + var s = d(), + A = s ? "nope" : t; + if (window.pbjs && window.pbjs.que && window.pbjs.getConfig) { + var c, l = I().split("?"), + p = encodeURIComponent(l[0]), + u = r ? X : Z, + h = o.getDataAnnotations(), + m = 1, + g = function() { + if (!(--m > 0)) try { + o.dispatchEvent(n.ads.prebidRequested); + var d = window.pbjs.adUnits.filter((function(e) { + return e.code === u + }))[0]; + if ("undefined" === d) return console.error("Video-ad-unit not found, did you give it the adunit.code='video' value?"), void e.requestAd(A); + var l = window.pbjs.adServers.dfp.buildVideoUrl({ + adUnit: d, + params: { + iu: _("iu", t), + sz: "640x360|640x480", + output: "vast", + cust_params: i, + description_url: p + } + }), + g = window.pbjs.getHighestCpmBids(u); + window.pbjs.markWinningBidAsUsed({ + adUnitCode: u + }), c && (l = l.replace("cust_params=", "cust_params=" + c + "%26")); + var v = !1; + if (s) { + var f = void 0; + if (g.length > 0 && (f = g[0]), c) { + var b = function(e) { + var t = decodeURIComponent(e), + i = _("amznbid", t); + if (!i) return null; + var n = j[i]; + return n ? { + bid: n, + vast: "https://aax.amazon-adsystem.com/e/dtb/vast?b=" + _("amzniid", t) + "&rnd=" + Math.round(1e10 * Math.random()) + "&pp=" + i + } : null + }(c); + b && (!f || !f.videoCacheKey || f.cpm < b.bid) && (f = { + cpm: b.bid, + vast: b.vast, + bidder: "amazon", + videoCacheKey: "amazon" + }) + } + if ((!f || !f.videoCacheKey || f.cpm < L(a)) && (r || Math.random() > .5)) { + var y = void 0; + y = function(e) { + return "US" === e ? 6.1 : B.includes(e) ? .5 : P.includes(e) ? .15 : D.includes(e) ? .08 : M.includes(e) ? .03 : .02 + }(a), f = { + cpm: 2 * y, + vast: G(), + bidder: "poki", + videoCacheKey: "poki" + } + } + if (!f || !f.videoCacheKey) return void o.dispatchEvent(n.ads.completed); + switch (f.bidder) { + case "onetag": + l = "https://onetag-sys.com/invocation/?key=" + f.videoCacheKey; + break; + case "rubicon": + l = "https://prebid-server.rubiconproject.com/cache?uuid=" + f.videoCacheKey; + break; + case "spotx": + l = "https://search.spotxchange.com/ad/vast.html?key=" + f.videoCacheKey; + break; + case "amazon": + case "poki": + l = f.vast; + break; + default: + l = "https://prebid.adnxs.com/pbc/v1/cache?uuid=" + f.videoCacheKey + } + z({ + event: "video-ready", + size: "640x360v", + opportunityId: null == h ? void 0 : h.opportunityId, + adUnitPath: null == h ? void 0 : h.adUnitPath, + p4d_game_id: tt.gameId, + p4d_version_id: tt.versionId, + bidder: null == f ? void 0 : f.bidder, + bid: null == f ? void 0 : f.cpm + }), v = !0, o.setDataAnnotations({ + p4d_game_id: tt.gameId, + p4d_version_id: tt.versionId, + bidder: null == f ? void 0 : f.bidder, + bid: null == f ? void 0 : f.cpm + }) + } + if (o.setDataAnnotations({ + vhbOnlyMode: v, + adTagUrl: l + }), g.length > 0) { + f = g[0]; + o.setDataAnnotations({ + prebidBidder: null == f ? void 0 : f.bidder, + prebidBid: null == f ? void 0 : f.cpm + }) + } else o.setDataAnnotations({ + prebidBidder: void 0, + prebidBid: void 0 + }); + e.requestAd(l) + } catch (t) { + e.requestAd(A) + } + }; + ee && (m++, window.apstag.fetchBids({ + slots: [{ + slotID: r ? "Rewarded" : "Midroll", + mediaType: "video" + }], + timeout: Y.bidderTimeout + }, (function(e) { + e.length > 0 && (c = e[0].encodedQsParams), g() + }))), s && z({ + event: "video-request", + size: "640x360v", + opportunityId: null == h ? void 0 : h.opportunityId, + adUnitPath: null == h ? void 0 : h.adUnitPath, + p4d_game_id: tt.gameId, + p4d_version_id: tt.versionId + }), window.pbjs.que.push((function() { + window.pbjs.requestBids({ + adUnitCodes: [u], + bidsBackHandler: function() { + g() + } + }) + })) + } else e.requestAd(A) + } + var ae = function() { + function e(e, t) { + void 0 === t && (t = {}), this.retries = 0, this.running = !1, this.ima = e, this.siteID = t.siteID || 3, this.country = t.country || "ZZ", this.totalRetries = t.totalRetries || l.waterfallRetries || 1, this.timing = t.timing || new u(l.adTiming), d() && (this.totalRetries = 1), o.addEventListener(n.ads.video.error, this.moveThroughWaterfall.bind(this)), o.addEventListener(n.ads.video.loaderError, this.moveThroughWaterfall.bind(this)), o.addEventListener(n.ads.ready, this.timing.stopWaterfallTimer.bind(this.timing)), o.addEventListener(n.ads.started, this.stopWaterfall.bind(this)) + } + return e.prototype.moveThroughWaterfall = function() { + if (!1 !== this.running) { + if (this.timing.stopWaterfallTimer(), this.retries < this.totalRetries) return this.timing.nextWaterfallTimer(), void this.requestAd(); + this.running = !1, this.timing.resetWaterfallTimerIdx(), o.dispatchEvent(n.ads.error, { + message: "No ads" + }) + } + }, e.prototype.cutOffWaterfall = function() { + this.ima.tearDown(), this.moveThroughWaterfall() + }, e.prototype.buildAdUnitPaths = function(e) { + if (r.debug) { + var t = "/21682198607/debug-video/"; + return e === n.ads.position.rewarded ? [t + "debug-video-rewarded"] : e === n.ads.position.preroll ? [t + "debug-video-preroll"] : [t + "debug-video-midroll"] + } + var i = "desktop", + a = "midroll"; + S() ? i = "mobile" : E() && (i = "tablet"), e === n.ads.position.rewarded && (a = "rewarded"); + var o = "/21682198607/"; + return nt.GetIsPokiIFrame() ? ["" + o + i + "_ingame_" + a + "_1/" + this.siteID + "_" + i + "_ingame_" + a + "_1", "" + o + i + "_ingame_" + a + "_2/" + this.siteID + "_" + i + "_ingame_" + a + "_2"] : [o + "external_" + i + "_video_1/external_" + i + "_ingame_" + a + "_1", o + "external_" + i + "_video_2/external_" + i + "_ingame_" + a + "_2"] + }, e.prototype.start = function(e, t) { + void 0 === e && (e = {}), this.running = !0, this.retries = 0, this.criteria = e, this.timing.resetWaterfallTimerIdx(), this.rewarded = t === n.ads.position.rewarded, this.adUnitPaths = this.buildAdUnitPaths(t), this.requestAd() + }, e.prototype.requestAd = function() { + this.timing.startWaterfallTimer(this.cutOffWaterfall.bind(this)), this.retries++, this.criteria.waterfall = this.retries; + var e = (this.retries - 1) % this.adUnitPaths.length, + t = this.adUnitPaths[e], + i = "https://securepubads.g.doubleclick.net/gampad/ads?sz=640x360|640x480&iu=" + t + "&ciu_szs&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&url={url}&description_url={descriptionUrl}&correlator={timestamp}"; + nt.consentString && nt.consentString.length > 0 && (this.criteria.consent_string = nt.consentString); + var r = Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0) > 970; + this.criteria.billboards_fit = r ? "yes" : "no"; + var a, s, A = function(e) { + var t = I().split("?"), + i = encodeURIComponent(t[0]); + return (e = e.split("{descriptionUrl}").join(i)).split("{timestamp}").join((new Date).getTime().toString()) + }(i) + (a = this.criteria, s = "", Object.keys(a).forEach((function(e) { + if (Object.prototype.hasOwnProperty.call(a, e)) { + var t = a[e]; + Array.isArray(t) && (t = t.join()), s += e + "=" + t + "&" + } + })), "&cust_params=" + (s = encodeURIComponent(s)) + "&"); + nt.childDirected && (A += "&tfcd=1"), nt.nonPersonalized && (A += "&npa=1"), o.setDataAnnotations({ + adUnitPath: t, + adTagUrl: A, + waterfall: this.retries + }), o.dispatchEvent(n.ads.requested), d() || 1 === this.retries && !S() && !E() ? (console.debug("adRequest started with Prebid Video enabled"), re(this.ima, A, this.criteria, this.rewarded, this.country)) : (console.debug("adRequest started in plain mode"), this.ima.requestAd(A)) + }, e.prototype.isRunning = function() { + return this.running + }, e.prototype.stopWaterfall = function() { + this.running = !1, this.timing.stopWaterfallTimer(), this.timing.resetWaterfallTimerIdx() + }, e + }(); + const oe = ae; + var se = "pokiSdkContainer", + de = "pokiSdkFixed", + Ae = "pokiSdkOverlay", + ce = "pokiSdkHidden", + le = "pokiSdkInsideContainer", + pe = "pokiSdkPauseButton", + ue = "pokiSdkPauseButtonBG", + he = "pokiSdkStartAdButton", + me = "pokiSdkProgressBar", + ge = "pokiSdkProgressContainer", + ve = "pokiSdkSpinnerContainer", + fe = "pokiSdkVideoContainer", + be = "pokiSdkVisible", + ye = "pokiSDKAdContainer"; + var ke = function(e, t, i) { + if (i || 2 === arguments.length) + for (var n, r = 0, a = t.length; r < a; r++) !n && r in t || (n || (n = Array.prototype.slice.call(t, 0, r)), n[r] = t[r]); + return e.concat(n || Array.prototype.slice.call(t)) + }; + const we = function() { + function e(e) { + var t = this; + if (this.hideElement = function(e) { + e.classList.add(ce), e.classList.remove(be) + }, this.showElement = function(e) { + e.classList.add(be), e.classList.remove(ce) + }, this.wrapper = e.wrapper, this.progressFaker = new Ie((function(e) { + return t.updateProgressBar(e) + })), this.progressFaker.queueFakeProgress(10, 1e3, n.ads.prebidRequested), this.progressFaker.queueFakeProgress(20, 2e3, n.ads.started), this.wrapper instanceof HTMLElement || (console.error("POKI-SDK: wrapper is not a HTMLElement, falling back to document.body"), this.wrapper = document.body), this.createElements(), "undefined" != typeof window && document) { + var i = document.createElement("style"); + i.innerHTML = "\n.pokiSdkContainer {\n\toverflow: hidden;\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n\twidth: 100%;\n\theight: 100%;\n\tz-index: 1000;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n.pokiSdkContainer.pokiSdkFixed {\n\tposition: fixed;\n}\n\n.pokiSdkContainer.pokiSdkVisible {\n\tdisplay: block;\n}\n\n.pokiSdkContainer.pokiSdkHidden,\n.pokiSdkSpinnerContainer.pokiSdkHidden {\n\tdisplay: none;\n}\n\n.pokiSdkContainer.pokiSdkHidden,\n.pokiSdkSpinnerContainer {\n\tpointer-events: none;\n}\n\n.pokiSdkSpinnerContainer {\n\tz-index: 10;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n\tbackground: url('https://a.poki.com/images/thumb_anim_2x.gif') 50% 50% no-repeat;\n\tuser-select: none;\n}\n\n.pokiSdkInsideContainer {\n\tbackground: #000;\n\tposition: relative;\n\tz-index: 1;\n\twidth: 100%;\n\theight: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\n\topacity: 0;\n\t-webkit-transition: opacity 0.5s ease-in-out;\n\t-moz-transition: opacity 0.5s ease-in-out;\n\t-ms-transition: opacity 0.5s ease-in-out;\n\t-o-transition: opacity 0.5s ease-in-out;\n\ttransition: opacity 0.5s ease-in-out;\n}\n\n.pokiSdkContainer.pokiSdkVisible .pokiSdkInsideContainer {\n\topacity: 1;\n}\n\n.pokiSDKAdContainer, .pokiSdkVideoContainer {\n\tposition: absolute;\n\twidth: 100%;\n\theight: 100%;\n}\n\n.pokiSdkStartAdButton {\n\tposition: absolute;\n\tz-index: 9999;\n\ttop: 0;\n\n\tpadding-top: 10%;\n\twidth: 100%;\n\theight: 100%;\n\ttext-align: center;\n\tcolor: #FFF;\n\n\tfont: 700 15pt 'Arial', sans-serif;\n\tfont-weight: bold;\n\tletter-spacing: 1px;\n\ttransition: 0.1s ease-in-out;\n\tline-height: 1em;\n}\n\n.pokiSdkPauseButton {\n\tcursor:pointer;\n position: absolute;\n top: 50%;\n left: 50%;\n z-index: 1;\n}\n\n.pokiSdkPauseButton:before {\n\tcontent: '';\n\tposition: absolute;\n\twidth: 100px;\n\theight: 100px;\n\tdisplay: block;\n\tborder: 2px solid #fff;\n\tborder-radius: 50%;\n\tuser-select: none;\n\tbackground-color: rgba(0, 0, 0, 0.6);\n\ttransition: background-color 0.5s ease;\n\tanimation: 1s linear infinite pulse;\n}\n\n.pokiSdkPauseButton:after {\n\tcontent: '';\n\tposition: absolute;\n\tdisplay: block;\n\tbox-sizing: border-box;\n\tborder-color: transparent transparent transparent #fff;\n\tborder-style: solid;\n\tborder-width: 26px 0 26px 40px;\n\tpointer-events: none;\n\tanimation: 1s linear infinite pulse;\n\tleft: 6px;\n}\n.pokiSdkPauseButtonBG {\n position: fixed;\n top: 0;\n left: 0;\n display: block;\n content: '';\n background: rgba(0, 43, 80, 0.5);\n width: 100%;\n height: 100%;\n}\n\n.pokiSdkPauseButtonBG:hover{\n\tbackground: rgba(0, 43, 80, 0.7);\n}\n\n@keyframes pulse {\n\t0% {\n\t\ttransform: translate(-50%, -50%) scale(0.95);\n\t}\n\t70% {\n\t\ttransform: translate(-50%, -50%) scale(1.1);\n\t}\n\t100% {\n\t\ttransform: translate(-50%, -50%) scale(0.95);\n\t}\n}\n\n.pokiSdkProgressContainer {\n\tbackground: #B8C7DD;\n\twidth: 100%;\n\theight: 5px;\n\tposition: absolute;\n\tbottom: 0;\n\tz-index: 9999;\n}\n\n.pokiSdkProgressBar {\n\tposition:relative;\n\tbottom:0px;\n\tbackground: #FFDC00;\n\theight: 100%;\n\twidth: 0%;\n\ttransition: width 0.5s;\n\ttransition-timing-function: linear;\n}\n\n.pokiSdkProgressBar.pokiSdkVisible, .pokiSdkPauseButton.pokiSdkVisible, .pokiSdkStartAdButton.pokiSdkVisible {\n\tdisplay: block;\n\tpointer-events: auto;\n}\n\n.pokiSdkProgressBar.pokiSdkHidden, .pokiSdkPauseButton.pokiSdkHidden, .pokiSdkStartAdButton.pokiSdkHidden {\n\tdisplay: none;\n\tpointer-events: none;\n}\n", document.head.appendChild(i) + } + } + return e.prototype.updateProgressBar = function(e) { + this.progressBar.style.width = e + "%" + }, e.prototype.setupEvents = function(e) { + this.internalSDK = e + }, e.prototype.hide = function() { + this.hideElement(this.containerDiv), this.hideElement(this.progressContainer), this.hidePauseButton(), this.hideElement(this.startAdButton), this.containerDiv.classList.remove(Ae), this.progressBar.style.width = "0%", this.progressFaker.reset() + }, e.prototype.hideSpinner = function() { + this.hideElement(this.spinnerContainer) + }, e.prototype.show = function() { + this.containerDiv.classList.add(Ae), this.showElement(this.containerDiv), this.showElement(this.spinnerContainer), this.showElement(this.progressContainer), this.progressFaker.start() + }, e.prototype.getVideoBounds = function() { + return this.adContainer.getBoundingClientRect() + }, e.prototype.getAdContainer = function() { + return this.adContainer + }, e.prototype.getVideoContainer = function() { + return this.videoContainer + }, e.prototype.showPauseButton = function() { + this.showElement(this.pauseButton), this.internalSDK && this.pauseButton.addEventListener("click", this.internalSDK.resumeAd.bind(this.internalSDK)) + }, e.prototype.hidePauseButton = function() { + this.hideElement(this.pauseButton), this.internalSDK && this.pauseButton.removeEventListener("click", this.internalSDK.resumeAd.bind(this.internalSDK)) + }, e.prototype.showStartAdButton = function() { + this.showElement(this.startAdButton), this.internalSDK && this.startAdButton.addEventListener("click", this.internalSDK.startAdClicked.bind(this.internalSDK)) + }, e.prototype.hideStartAdButton = function() { + this.hideElement(this.startAdButton), this.internalSDK && this.startAdButton.removeEventListener("click", this.internalSDK.startAdClicked.bind(this.internalSDK)) + }, e.prototype.createElements = function() { + if (this.containerDiv = document.createElement("div"), this.insideContainer = document.createElement("div"), this.pauseButton = document.createElement("div"), this.pauseButtonBG = document.createElement("div"), this.startAdButton = document.createElement("div"), this.progressBar = document.createElement("div"), this.progressContainer = document.createElement("div"), this.spinnerContainer = document.createElement("div"), this.adContainer = document.createElement("div"), this.videoContainer = document.createElement("video"), this.adContainer.id = "pokiSDKAdContainer", this.videoContainer.id = "pokiSDKVideoContainer", this.containerDiv.className = se, this.insideContainer.className = le, this.pauseButton.className = pe, this.pauseButtonBG.className = ue, this.pauseButton.appendChild(this.pauseButtonBG), this.startAdButton.className = he, this.startAdButton.innerHTML = "Tap anywhere to play ad", this.progressBar.className = me, this.progressContainer.className = ge, this.spinnerContainer.className = ve, this.adContainer.className = ye, this.videoContainer.className = fe, this.hide(), this.videoContainer.setAttribute("playsinline", "playsinline"), this.videoContainer.setAttribute("muted", "muted"), this.containerDiv.appendChild(this.insideContainer), this.containerDiv.appendChild(this.spinnerContainer), this.insideContainer.appendChild(this.progressContainer), this.insideContainer.appendChild(this.videoContainer), this.insideContainer.appendChild(this.adContainer), this.containerDiv.appendChild(this.pauseButton), this.containerDiv.appendChild(this.startAdButton), this.progressContainer.appendChild(this.progressBar), this.wrapper.appendChild(this.containerDiv), this.wrapper === document.body) this.containerDiv.classList.add(de); + else { + var e = window.getComputedStyle(this.wrapper).position; + e && -1 !== ["absolute", "fixed", "relative"].indexOf(e) || (this.wrapper.style.position = "relative") + } + }, e + }(); + var Ie = function() { + function e(e) { + var t = this; + this.storedQueue = [], this.progressCallback = e, this.reset(), o.addEventListener(n.ads.video.progress, (function(e) { + var i = 100 - t.currentProgress, + n = e.currentTime / e.duration * i; + n < i && t.progressCallback(t.currentProgress + n) + })), this.initializeNoProgressFix() + } + return e.prototype.queueFakeProgress = function(e, t, i) { + var n = this; + this.storedQueue.push({ + progressToFake: e, + duration: t, + stopEvent: i + }), o.addEventListener(i, (function() { + n.eventWatcher[i] = !0, n.currentProgress = n.startProgress + e, n.startProgress = n.currentProgress, n.progressCallback(n.currentProgress), n.activeQueue.shift(), n.activeQueue.length > 0 ? n.continue() : n.pause() + })) + }, e.prototype.fakeProgress = function(e, t, i) { + this.activeQueue.push({ + progressToFake: e, + duration: t, + stopEvent: i + }), this.fakeProgressEvents = !0, this.continue() + }, e.prototype.start = function() { + this.activeQueue.length > 0 || (this.activeQueue = ke([], this.storedQueue, !0), this.active = !0, this.continue()) + }, e.prototype.continue = function() { + if (this.activeQueue.length > 0 && !this.tickInterval) { + this.startTime = Date.now(); + this.tickInterval = window.setInterval(this.tick.bind(this), 50), this.active = !0 + } + }, e.prototype.pause = function() { + this.clearInterval() + }, e.prototype.tick = function() { + var e = this.activeQueue[0], + t = Date.now() - this.startTime, + i = Math.min(t / e.duration, 1); + this.currentProgress = this.startProgress + e.progressToFake * i, this.fakeProgressEvents && o.dispatchEvent(n.ads.video.progress, { + duration: e.duration / 1e3, + currentTime: t / 1e3 + }), this.progressCallback(this.currentProgress), (this.eventWatcher[e.stopEvent] || 1 === i) && this.pause() + }, e.prototype.clearInterval = function() { + this.tickInterval && (clearInterval(this.tickInterval), this.tickInterval = 0) + }, e.prototype.initializeNoProgressFix = function() { + var e = this; + o.addEventListener(n.ads.started, (function(t) { + e.progressWatcherTimeout = window.setTimeout((function() { + if (e.active) { + var i = 100 - e.currentProgress, + r = 1e3 * t.duration - 1e3; + e.fakeProgress(i, r, n.ads.completed) + } + }), 1e3) + })), o.addEventListener(n.ads.video.progress, (function() { + e.progressWatcherTimeout && (clearTimeout(e.progressWatcherTimeout), e.progressWatcherTimeout = 0) + })) + }, e.prototype.reset = function() { + this.eventWatcher = {}, this.startProgress = 0, this.startTime = 0, this.currentProgress = 0, this.activeQueue = [], this.active = !1, this.fakeProgressEvents = !1, this.clearInterval() + }, e + }(), + Se = !0, + Ee = {}; + + function _e() { + if (document.body && document.body.appendChild) { + var e = document.createElement("iframe"); + if (e.style.display = "none", document.body.appendChild(e), e.contentWindow && (window.pokiKeysChanged = new Map, e.contentWindow.document.open(), e.contentWindow.document.write("