diff --git a/common/HTMLElement.js b/common/HTMLElement.js deleted file mode 100644 index 8b473ac..0000000 --- a/common/HTMLElement.js +++ /dev/null @@ -1,32 +0,0 @@ -HTMLElement.prototype.removeClass || (HTMLElement.prototype.removeClass = function(remove) { - var newClassName = ""; - var i; - var classes = this.className.split(" "); - for(i = 0; i < classes.length; i++) { - if(classes[i] !== remove) { - newClassName += classes[i] + " "; - } - } - this.className = newClassName; -}); - -HTMLElement.prototype.hasClass || (HTMLElement.prototype.hasClass = function(cls) { - return (' ' + this.className + ' ').indexOf(' ' + cls + ' ') > -1; -}); - -HTMLElement.prototype.addClass || (HTMLElement.prototype.addClass = function(add) { - if(this.hasClass(add)) return; - this.className += ' ' + add; -}); - -HTMLElement.prototype.toggleClass || (HTMLElement.prototype.toggleClass = function(clazz) { - if(this.hasClass(clazz)) { - this.removeClass(clazz); - } else { - this.addClass(clazz); - } -}); - -HTMLElement.prototype.remove || (HTMLElement.prototype.remove = function() { - this.parentElement.removeChild(this); -}); diff --git a/common/Object.js b/common/Object.js deleted file mode 100644 index a2921e6..0000000 --- a/common/Object.js +++ /dev/null @@ -1,37 +0,0 @@ -'use strict'; - -Object.isUndefined = Object.isUndefined || function(v) { - return typeof v === typeof undefined; -} - -Object.isDefined = Object.isDefined || function(v) { - return !Object.isUndefined(v); -} - -Object.isBoolean = Object.isBoolean || function(v) { - return Object.isDefined(v) && typeof v === 'boolean'; -} - -Object.merge = Object.merge || function(left_most, right_most) { - let d = {}; - var left_keys = Object.keys(left_most); - for(var i = 0 ; i < left_keys.length; i++) { - var k = left_keys[i]; - if(typeof right_most[k] !== typeof undefined) continue; - d[k] = left_most[k]; - } - - var right_keys = Object.keys(right_most); - for(var i = 0; i < right_keys.length; i++) { - var k = right_keys[i]; - d[k] = right_most[k]; - } - - return d; -} - -Object.extendClass = Object.extendClass || function(super_class,new_methods) { - return Object.assign(Object.assign({}, super_class), new_methods); -} - -module.exports = Object; diff --git a/package.json b/package.json index d286098..45871e6 100644 --- a/package.json +++ b/package.json @@ -23,34 +23,7 @@ }, "homepage": "https://github.com/YourWishes/domsPlaceNew#readme", "dependencies": { - "@fortawesome/fontawesome": "^1.1.3", - "@fortawesome/fontawesome-free-solid": "^5.0.6", - "@fortawesome/react-fontawesome": "0.0.17", - "express": "^4.16.2", - "file-loader": "^1.1.9", - "mysql-promise": "^4.1.0", - "normalize.css": "^8.0.0", - "npm": "^5.7.1", - "react": "^16.2.0", - "react-dom": "^16.2.0", - "react-redux": "^5.0.7", - "react-router": "^4.2.0", - "react-router-dom": "^4.2.2", - "redux": "^3.7.2" }, "devDependencies": { - "babel-cli": "^6.26.0", - "babel-loader": "^7.1.2", - "babel-polyfill": "^6.26.0", - "babel-preset-env": "^1.6.1", - "babel-preset-react": "^6.24.1", - "css-loader": "^0.28.10", - "html-webpack-plugin": "^2.30.1", - "jest": "^22.4.0", - "node-sass": "^4.7.2", - "sass-loader": "^6.0.6", - "style-loader": "^0.20.2", - "webpack": "^3.11.0", - "webpack-dev-server": "^2.11.1" } } diff --git a/public/3d/models/phone.json b/public/3d/models/phone.json deleted file mode 100644 index 44b4175..0000000 --- a/public/3d/models/phone.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "vertices": [-0.447217,0.209972,0.061595,-0.334375,0.209972,0.062628,-0.447217,0.578722,0.061595,-0.334375,0.578722,0.062628,-0.180334,-0.427053,0.004973,-0.161108,-0.420497,0.004973,-0.171021,-0.396562,-0.002166,-0.187598,-0.396646,-0.002166,-0.187891,-0.396623,0.012427,-0.171313,-0.396538,0.012427,-0.176746,-0.434512,0.013331,-0.15752,-0.427956,0.013331,0.138104,-0.567143,0.521536,0.12626,-0.553945,0.503403,0.142706,-0.468908,0.524518,0.156666,-0.464706,0.545264,0.182803,-0.309555,0.579606,0.160523,-0.382448,0.548301,0.172162,-0.29341,0.563199,0.147008,-0.375884,0.527861,0.284663,-0.255496,0.732278,0.265755,-0.249023,0.703374,0.26569,-0.223675,0.702694,0.284597,-0.230147,0.731598,0.219493,-0.2592,0.633542,0.213621,-0.236393,0.624141,-0.032194,-0.62829,0.265285,-0.028331,-0.603798,0.270595,0.036121,-0.641015,0.369641,0.038177,-0.66602,0.373328,0.094268,-0.614159,0.456932,0.101892,-0.635158,0.468929,-0.168834,-0.46745,0.052788,-0.177893,-0.487004,0.039427,0.338171,-0.22029,0.756414,0.341296,-0.236027,0.761692,0.324077,-0.240758,0.746139,0.324126,-0.222016,0.745572,0.365626,-0.196281,0.807263,0.369539,-0.211267,0.813711,0.326535,-0.24243,0.734925,0.326584,-0.223689,0.734358,0.307611,-0.243169,0.730814,0.30766,-0.224427,0.730247,0.297345,-0.224038,0.742221,0.297296,-0.242779,0.742788,0.181903,-0.463041,0.543442,0.162291,-0.574084,0.518414,0.158515,-0.372979,0.505454,0.18512,-0.285664,0.542827,0.153984,-0.471445,0.501949,0.138609,-0.547688,0.482158,0.302897,-0.21775,0.71917,0.228987,-0.22528,0.607307,0.283989,-0.211277,0.690266,0.303028,-0.268447,0.72053,0.28412,-0.261975,0.691626,0.24073,-0.270895,0.626109,0.206401,-0.317954,0.575641,0.185531,-0.386109,0.546313,0.354946,-0.168372,0.865374,0.347856,-0.160691,0.854355,-0.164043,-0.497089,0.020731,-0.158221,-0.470648,0.024751,-0.151482,-0.456099,0.034476,-0.145925,-0.457982,0.047452,-0.166798,-0.461292,0.012595,-0.147823,-0.451002,0.013272,0.057523,-0.678801,0.363063,-0.015777,-0.640818,0.250567,0.123992,-0.645958,0.462774,0.108745,-0.60396,0.438779,0.053419,-0.628791,0.355699,-0.008043,-0.591833,0.261197,0.193181,-0.465578,0.520873,0.179222,-0.46978,0.500126,0.17464,-0.567827,0.497169,0.162796,-0.55463,0.479036,0.208712,-0.294063,0.538852,0.18353,-0.37664,0.503476,0.197039,-0.383204,0.523906,0.219352,-0.310208,0.555259,0.321262,-0.230701,0.707422,0.302354,-0.224229,0.678518,0.321327,-0.25605,0.708102,0.302419,-0.249577,0.679197,0.256096,-0.259782,0.609275,0.250225,-0.236974,0.599873,0.377311,-0.211602,0.803311,0.373398,-0.196616,0.796863,0.350933,-0.236298,0.753571,0.347815,-0.22056,0.748303,0.074821,-0.666577,0.349121,0.072765,-0.641572,0.345434,0.00451,-0.628854,0.241169,0.008374,-0.604361,0.246479,0.138476,-0.635759,0.444631,0.130852,-0.61476,0.432634,-0.141135,-0.48762,0.015395,-0.132069,-0.468066,0.028766,-0.140588,-0.453666,0.023283,-0.147327,-0.468215,0.013559,0.365549,-0.168603,0.858662,0.358459,-0.160922,0.847644,-0.17129,-0.455795,0.005536,-0.152315,-0.445505,0.006213,0.320165,-0.093563,0.876183,0.328855,-0.093289,0.889357,0.331278,-0.093765,0.870465,0.339969,-0.093491,0.883639,-0.434998,0.497472,0.074152,-0.415186,0.497472,0.074249,-0.434998,0.516222,0.074152,-0.415186,0.516222,0.074249,-0.365149,0.497472,0.075166,-0.345337,0.497472,0.075262,-0.365149,0.516222,0.075166,-0.345337,0.516222,0.075262,-0.434998,0.384972,0.074152,-0.415186,0.384972,0.074249,-0.434998,0.403722,0.074152,-0.415186,0.403722,0.074249,-0.434998,0.272472,0.074152,-0.415186,0.272472,0.074249,-0.434998,0.291222,0.074152,-0.415186,0.291222,0.074249,-0.365149,0.384972,0.075166,-0.345337,0.384972,0.075262,-0.365149,0.403722,0.075166,-0.345337,0.403722,0.075262,-0.365149,0.272472,0.075166,-0.345337,0.272472,0.075262,-0.365149,0.291222,0.075166,-0.345337,0.291222,0.075262,-0.415125,0.497472,0.061926,-0.415125,0.516222,0.061926,-0.434937,0.497472,0.061734,-0.434937,0.516222,0.061734,-0.345264,0.497472,0.062763,-0.345264,0.516222,0.062763,-0.365088,0.516222,0.062666,-0.365088,0.497472,0.062666,-0.415125,0.272472,0.061926,-0.415125,0.291222,0.061926,-0.415125,0.384972,0.061926,-0.415125,0.403722,0.061926,-0.434937,0.403722,0.061734,-0.434937,0.384972,0.061734,-0.434937,0.272472,0.061734,-0.434937,0.291222,0.061734,-0.365088,0.384972,0.062666,-0.345264,0.384972,0.062763,-0.345264,0.403722,0.062763,-0.365088,0.403722,0.062666,-0.345264,0.272472,0.062763,-0.345264,0.291222,0.062763,-0.365088,0.291222,0.062666,-0.365088,0.272472,0.062666,-0.2052,0.103722,0.074899,-0.1677,0.103722,0.074732,-0.2052,0.153722,0.074899,-0.1677,0.153722,0.074732,-0.275916,0.103722,0.07486,-0.238416,0.103722,0.074693,-0.275916,0.153722,0.07486,-0.238416,0.153722,0.074693,-0.417419,0.103722,0.07464,-0.379919,0.103722,0.074473,-0.417419,0.153722,0.07464,-0.379919,0.153722,0.074473,-0.34668,0.103722,0.074823,-0.30918,0.103722,0.074656,-0.34668,0.153722,0.074823,-0.30918,0.153722,0.074656,-0.2052,0.028722,0.074899,-0.1677,0.028722,0.074732,-0.2052,0.078722,0.074899,-0.1677,0.078722,0.074732,-0.2052,-0.046278,0.074899,-0.1677,-0.046278,0.074732,-0.2052,0.003722,0.074899,-0.1677,0.003722,0.074732,-0.275916,0.028722,0.07486,-0.238416,0.028722,0.074693,-0.275916,0.078722,0.07486,-0.238416,0.078722,0.074693,-0.275916,-0.046278,0.07486,-0.238416,-0.046278,0.074693,-0.275916,0.003722,0.07486,-0.238416,0.003722,0.074693,-0.417419,0.028722,0.07464,-0.379919,0.028722,0.074473,-0.417419,0.078722,0.07464,-0.379919,0.078722,0.074473,-0.417419,-0.046278,0.07464,-0.379919,-0.046278,0.074473,-0.417419,0.003722,0.07464,-0.379919,0.003722,0.074473,-0.34668,-0.046278,0.074823,-0.30918,-0.046278,0.074656,-0.34668,0.003722,0.074823,-0.30918,0.003722,0.074656,-0.34668,0.028722,0.074823,-0.30918,0.028722,0.074656,-0.34668,0.078722,0.074823,-0.30918,0.078722,0.074656,-0.205261,0.153722,0.062399,-0.205261,0.103722,0.062399,-0.167761,0.103722,0.062232,-0.167761,0.153722,0.062232,-0.238477,0.103722,0.062193,-0.238477,0.153722,0.062193,-0.275977,0.153722,0.06236,-0.275977,0.103722,0.06236,-0.309229,0.103722,0.062156,-0.309229,0.153722,0.062156,-0.417468,0.153722,0.061634,-0.417468,0.103722,0.061634,-0.379968,0.103722,0.061973,-0.379968,0.153722,0.061973,-0.346729,0.153722,0.062323,-0.346729,0.103722,0.062323,-0.309229,-0.046278,0.062156,-0.309229,0.003722,0.062156,-0.309229,0.028722,0.062156,-0.309229,0.078722,0.062156,-0.167761,0.028722,0.062232,-0.167761,0.078722,0.062232,-0.205261,0.078722,0.062399,-0.205261,0.028722,0.062399,-0.205261,0.003722,0.062399,-0.205261,-0.046278,0.062399,-0.167761,-0.046278,0.062232,-0.167761,0.003722,0.062232,-0.275977,0.078722,0.06236,-0.275977,0.028722,0.06236,-0.238477,0.028722,0.062193,-0.238477,0.078722,0.062193,-0.238477,0.003722,0.062193,-0.275977,0.003722,0.06236,-0.238477,-0.046278,0.062193,-0.275977,-0.046278,0.06236,-0.379968,0.078722,0.061973,-0.417468,0.078722,0.061634,-0.417468,-0.046278,0.061634,-0.379968,-0.046278,0.061973,-0.417468,0.003722,0.061634,-0.379968,0.003722,0.061973,-0.417468,0.028722,0.061634,-0.379968,0.028722,0.061973,-0.346729,0.003722,0.062323,-0.346729,-0.046278,0.062323,-0.346729,0.078722,0.062323,-0.346729,0.028722,0.062323,-0.517419,-0.046278,0.074954,-0.517468,-0.046278,0.062454,-0.517419,0.253722,0.074954,-0.517468,0.253722,0.062454,-0.517419,0.403722,0.074954,-0.517468,0.403722,0.062454,-0.517419,0.453722,0.074954,-0.517468,0.453722,0.062454,-0.517419,0.353722,0.074954,-0.517468,0.353722,0.062454,-0.517419,0.303722,0.074954,-0.517468,0.303722,0.062454,-0.517419,0.503722,0.074954,-0.517468,0.503722,0.062454,-0.517468,0.553722,0.062454,-0.517419,0.553722,0.074954,-0.579919,0.253722,0.075121,-0.579968,0.253722,0.062621,-0.579919,-0.046278,0.075121,-0.579968,-0.046278,0.062621,-0.579919,0.453722,0.075121,-0.579968,0.453722,0.062621,-0.579919,0.403722,0.075121,-0.579968,0.403722,0.062621,-0.579919,0.353722,0.075121,-0.579968,0.353722,0.062621,-0.579919,0.303722,0.075121,-0.579968,0.303722,0.062621,-0.579919,0.503722,0.075121,-0.579968,0.503722,0.062621,-0.579919,0.553722,0.075121,-0.579968,0.553722,0.062621,-0.284814,0.566222,0.081109,-0.278564,0.572472,0.062359,-0.303564,0.572472,0.062359,-0.297314,0.566222,0.081109,-0.178564,0.566222,0.081109,-0.172314,0.572472,0.062359,-0.209814,0.572472,0.062359,-0.203564,0.566222,0.081109,-0.284814,0.303722,0.081109,-0.297314,0.303722,0.081109,-0.297314,0.253722,0.081109,-0.284814,0.253722,0.081109,-0.284814,0.478722,0.081109,-0.297314,0.478722,0.081109,-0.297314,0.428722,0.081109,-0.284814,0.428722,0.081109,-0.284814,0.391222,0.081109,-0.297314,0.391222,0.081109,-0.297314,0.341222,0.081109,-0.284814,0.341222,0.081109,-0.178564,0.391222,0.081109,-0.203564,0.391222,0.081109,-0.203564,0.341222,0.081109,-0.178564,0.341222,0.081109,-0.178564,0.478722,0.081109,-0.203564,0.478722,0.081109,-0.203564,0.428722,0.081109,-0.178564,0.428722,0.081109,-0.178564,0.303722,0.081109,-0.203564,0.303722,0.081109,-0.203564,0.253722,0.081109,-0.178564,0.253722,0.081109,-0.303564,0.509972,0.062359,-0.278564,0.509972,0.062359,-0.297314,0.516222,0.081109,-0.284814,0.516222,0.081109,-0.209814,0.509972,0.062359,-0.172314,0.509972,0.062359,-0.203564,0.516222,0.081109,-0.178564,0.516222,0.081109,-0.303564,0.309972,0.062359,-0.303564,0.247472,0.062359,-0.303564,0.397472,0.062359,-0.303564,0.334972,0.062359,-0.278564,0.309972,0.062359,-0.278564,0.247472,0.062359,-0.303564,0.422472,0.062359,-0.278564,0.422472,0.062359,-0.278564,0.334972,0.062359,-0.278564,0.397472,0.062359,-0.172314,0.397472,0.062359,-0.209814,0.397472,0.062359,-0.209814,0.334972,0.062359,-0.172314,0.334972,0.062359,-0.209814,0.422472,0.062359,-0.172314,0.422472,0.062359,-0.172314,0.247472,0.062359,-0.172314,0.309972,0.062359,-0.209814,0.247472,0.062359,-0.209814,0.309972,0.062359,-0.303564,0.484972,0.062359,-0.278564,0.484972,0.062359,-0.172314,0.484972,0.062359,-0.209814,0.484972,0.062359,-0.134814,-0.127528,0.062167,-0.116064,-0.077528,0.062167,-0.159814,-0.102528,0.062167,-0.266064,-0.102528,0.062167,-0.266064,-0.077528,0.062167,-0.116064,-0.383778,0.062167,-0.134814,-0.315028,0.062167,-0.159814,-0.340028,0.062167,-0.266064,-0.340028,0.062167,-0.266064,-0.383778,0.062167,-0.116064,0.603722,0.062167,-0.266064,0.603722,0.062167,0.406366,0.392213,0.834884,0.399583,0.398862,0.823495,0.419564,0.39812,0.838517,0.408779,0.411447,0.812126,0.393136,0.074012,0.81603,0.400167,0.079857,0.827706,0.413117,0.07327,0.831051,0.401836,0.061608,0.804086,0.409083,0.424177,0.802089,0.364285,0.419365,0.778064,0.363877,0.432089,0.768954,0.400093,0.623954,0.823557,0.404524,0.617753,0.817486,0.375093,0.635251,0.776553,0.36991,0.644274,0.781711,-0.116064,0.616222,0.049667,-0.266064,0.616222,0.049667,-0.103564,0.603722,0.049667,0.401644,0.04935,0.793475,0.357094,0.057033,0.769737,0.35619,0.044767,0.760053,0.389399,-0.144395,0.799971,0.38472,-0.150688,0.805755,0.359334,-0.158814,0.758304,0.353793,-0.167852,0.763047,-0.116064,-0.396278,0.049667,-0.103564,-0.383778,0.049667,-0.266064,-0.396278,0.049667,-0.922217,-0.046278,0.060847,-0.590625,-0.046278,0.062628,-0.922217,0.578722,0.060847,-0.590625,0.578722,0.062628,-0.978564,0.603722,0.05915,-0.978564,0.616222,0.043417,-0.991064,0.603722,0.049667,-0.972314,-0.127528,0.057634,-0.947314,-0.102528,0.051597,-0.978564,-0.077528,0.05915,-0.978564,-0.383778,0.05915,-0.947314,-0.340028,0.051597,-0.972314,-0.315028,0.057634,-0.978564,-0.396278,0.043417,-0.991064,-0.383778,0.049667,0.396439,0.098321,0.843733,0.404381,0.235563,0.850864,0.4175,0.235236,0.853794,0.409612,0.085491,0.846487,0.401894,0.373195,0.85005,0.415563,0.385353,0.853378,0.436079,0.002911,0.879856,0.450426,0.233682,0.892974,0.445254,0.465198,0.89048,0.434464,0.584701,0.886582,0.438987,0.578032,0.883604,0.421968,0.597777,0.855397,0.418861,0.603992,0.859749,0.442492,0.540357,0.887473,-0.159814,-0.39647,0.018417,-0.159814,-0.39647,-0.006583,-0.197314,-0.39647,-0.006583,-0.197314,-0.39647,0.018417,0.42535,-0.109151,0.867812,0.407586,-0.126889,0.838743,0.430342,-0.071861,0.873403,0.420562,-0.115765,0.870484,0.404231,-0.133169,0.842808,-0.406641,-0.327528,-0.019692,-0.406641,-0.115028,-0.019692,-0.717834,-0.115028,-0.022132,-0.717834,-0.327528,-0.022132,-0.116064,0.603722,-0.062833,-0.128564,0.591222,-0.062833,-0.266064,0.603722,-0.062833,-0.266064,0.591222,-0.062833,-0.116064,0.616222,-0.050333,-0.266064,0.616222,-0.050333,-0.103564,0.603722,-0.050333,-0.147314,-0.140028,-0.044083,-0.170654,-0.115028,-0.045776,-0.147314,-0.302528,-0.044083,-0.170654,-0.327528,-0.045776,-0.260229,-0.327528,-0.043817,-0.260229,-0.115028,-0.043817,-0.389282,-0.115028,-0.046206,-0.389282,-0.327528,-0.046206,-0.266064,-0.383778,-0.062833,-0.266064,-0.371278,-0.062833,-0.116064,-0.383778,-0.062833,-0.128564,-0.371278,-0.062833,-0.116064,-0.396278,-0.050333,-0.266064,-0.396278,-0.050333,-0.103564,-0.383778,-0.050333,0.331937,0.372489,0.941166,0.334404,0.234857,0.942022,0.340618,0.23446,0.953926,0.338596,0.384576,0.953627,0.326482,0.097616,0.934849,0.332645,0.084715,0.946735,0.252059,0.634009,0.93682,0.25564,0.643121,0.930572,0.212379,0.626069,0.893661,0.20666,0.613519,0.900514,0.239523,-0.169005,0.911908,0.2363,-0.160056,0.918571,0.197006,-0.148574,0.875858,0.191782,-0.136135,0.883285,-0.978564,0.616222,-0.050333,-0.978564,0.603722,-0.06585,-0.991064,0.603722,-0.050333,-0.930237,-0.115028,-0.049138,-0.930237,-0.327528,-0.049138,-0.872107,-0.327528,-0.049453,-0.872107,-0.115028,-0.049453,-0.955237,-0.140028,-0.045328,-0.955237,-0.302528,-0.045328,-0.744507,-0.327528,-0.047168,-0.744507,-0.115028,-0.047168,-0.978564,-0.383778,-0.06585,-0.978564,-0.396278,-0.050333,-0.991064,-0.383778,-0.050333,-0.965381,0.591222,-0.069034,-0.965381,-0.371278,-0.069034,0.372408,0.577361,0.970333,0.34061,0.596956,0.961368,0.377337,0.539699,0.97235,0.326228,-0.12771,0.944714,0.35877,-0.109823,0.954541,0.365187,-0.072519,0.958281,0.296798,0.410317,0.957992,0.381511,0.464555,0.973503,0.287092,0.422946,0.960999,0.372336,0.002268,0.962879,0.289855,0.060478,0.949952,0.279654,0.048119,0.952384,0.374065,0.584092,0.96526,0.343965,0.603236,0.957303,0.304005,0.622985,0.948717,0.299337,0.616692,0.954503,0.252338,0.418236,0.923882,0.243333,0.430873,0.92596,0.305498,0.397913,0.946048,0.318299,0.391325,0.949587,0.325181,0.397168,0.961456,0.386995,0.233042,0.975601,0.3121,0.078969,0.942408,0.318734,0.072318,0.95399,-0.153564,0.566222,-0.112833,-0.941064,0.566222,-0.112833,0.235646,0.043551,0.917059,0.288631,-0.151658,0.930914,0.284212,-0.145457,0.936987,0.245148,0.055903,0.915555,0.360164,-0.116374,0.949163,0.329336,-0.133924,0.940362,-0.153564,-0.346278,-0.112833,-0.941064,-0.346278,-0.112833,0.299052,0.073063,0.938582,0.251879,0.569506,0.872013,0.270215,0.478183,0.884736,0.330481,0.478791,0.806232,0.312761,0.570121,0.792692,0.238737,-0.092688,0.856795,0.260669,-0.002845,0.873681,0.320935,-0.002237,0.795177,0.29962,-0.092074,0.777473,0.323214,0.627187,0.7493,0.328449,0.614748,0.741875,0.313572,-0.134907,0.724647,0.30784,-0.147456,0.731497,-0.180334,-0.427053,0.004973,-0.180334,-0.427053,0.004973,-0.161108,-0.420497,0.004973,-0.161108,-0.420497,0.004973,-0.171021,-0.396562,-0.002166,-0.187598,-0.396646,-0.002166,-0.187891,-0.396623,0.012427,-0.171313,-0.396538,0.012427,-0.176746,-0.434512,0.013331,-0.176746,-0.434512,0.013331,-0.15752,-0.427956,0.013331,-0.15752,-0.427956,0.013331,0.138104,-0.567143,0.521536,0.12626,-0.553945,0.503403,0.142706,-0.468908,0.524518,0.156666,-0.464706,0.545264,0.182803,-0.309555,0.579606,0.182803,-0.309555,0.579606,0.160523,-0.382448,0.548301,0.172162,-0.29341,0.563199,0.172162,-0.29341,0.563199,0.147008,-0.375884,0.527861,0.284663,-0.255496,0.732278,0.284663,-0.255496,0.732278,0.265755,-0.249023,0.703374,0.26569,-0.223675,0.702694,0.284597,-0.230147,0.731598,0.219493,-0.2592,0.633542,0.213621,-0.236393,0.624141,-0.032194,-0.62829,0.265285,-0.028331,-0.603798,0.270595,0.036121,-0.641015,0.369641,0.038177,-0.66602,0.373328,0.094268,-0.614159,0.456932,0.094268,-0.614159,0.456932,0.101892,-0.635158,0.468929,0.101892,-0.635158,0.468929,-0.168834,-0.46745,0.052788,-0.168834,-0.46745,0.052788,-0.177893,-0.487004,0.039427,-0.177893,-0.487004,0.039427,0.338171,-0.22029,0.756414,0.341296,-0.236027,0.761692,0.324077,-0.240758,0.746139,0.324077,-0.240758,0.746139,0.324126,-0.222016,0.745572,0.324126,-0.222016,0.745572,0.365626,-0.196281,0.807263,0.365626,-0.196281,0.807263,0.369539,-0.211267,0.813711,0.369539,-0.211267,0.813711,0.326535,-0.24243,0.734925,0.326584,-0.223689,0.734358,0.307611,-0.243169,0.730814,0.307611,-0.243169,0.730814,0.30766,-0.224427,0.730247,0.30766,-0.224427,0.730247,0.297345,-0.224038,0.742221,0.297345,-0.224038,0.742221,0.297296,-0.242779,0.742788,0.297296,-0.242779,0.742788,0.18512,-0.285664,0.542827,0.303028,-0.268447,0.72053,0.206401,-0.317954,0.575641,0.354946,-0.168372,0.865374,0.347856,-0.160691,0.854355,-0.164043,-0.497089,0.020731,-0.158221,-0.470648,0.024751,-0.158221,-0.470648,0.024751,-0.158221,-0.470648,0.024751,-0.151482,-0.456099,0.034476,-0.151482,-0.456099,0.034476,-0.166798,-0.461292,0.012595,-0.166798,-0.461292,0.012595,-0.147823,-0.451002,0.013272,-0.147823,-0.451002,0.013272,0.123992,-0.645958,0.462774,0.108745,-0.60396,0.438779,0.193181,-0.465578,0.520873,0.179222,-0.46978,0.500126,0.17464,-0.567827,0.497169,0.162796,-0.55463,0.479036,0.208712,-0.294063,0.538852,0.208712,-0.294063,0.538852,0.18353,-0.37664,0.503476,0.197039,-0.383204,0.523906,0.219352,-0.310208,0.555259,0.219352,-0.310208,0.555259,0.321262,-0.230701,0.707422,0.321262,-0.230701,0.707422,0.302354,-0.224229,0.678518,0.321327,-0.25605,0.708102,0.321327,-0.25605,0.708102,0.302419,-0.249577,0.679197,0.256096,-0.259782,0.609275,0.250225,-0.236974,0.599873,0.377311,-0.211602,0.803311,0.377311,-0.211602,0.803311,0.373398,-0.196616,0.796863,0.373398,-0.196616,0.796863,0.350933,-0.236298,0.753571,0.347815,-0.22056,0.748303,0.074821,-0.666577,0.349121,0.072765,-0.641572,0.345434,0.00451,-0.628854,0.241169,0.008374,-0.604361,0.246479,0.138476,-0.635759,0.444631,0.138476,-0.635759,0.444631,0.130852,-0.61476,0.432634,0.130852,-0.61476,0.432634,-0.141135,-0.48762,0.015395,-0.141135,-0.48762,0.015395,-0.132069,-0.468066,0.028766,-0.132069,-0.468066,0.028766,-0.140588,-0.453666,0.023283,-0.140588,-0.453666,0.023283,-0.140588,-0.453666,0.023283,-0.147327,-0.468215,0.013559,-0.147327,-0.468215,0.013559,-0.147327,-0.468215,0.013559,0.365549,-0.168603,0.858662,0.358459,-0.160922,0.847644,-0.17129,-0.455795,0.005536,-0.17129,-0.455795,0.005536,-0.152315,-0.445505,0.006213,-0.152315,-0.445505,0.006213,0.320165,-0.093563,0.876183,0.328855,-0.093289,0.889357,0.331278,-0.093765,0.870465,0.339969,-0.093491,0.883639,-0.434998,0.497472,0.074152,-0.434998,0.497472,0.074152,-0.415186,0.497472,0.074249,-0.415186,0.497472,0.074249,-0.434998,0.516222,0.074152,-0.434998,0.516222,0.074152,-0.415186,0.516222,0.074249,-0.415186,0.516222,0.074249,-0.365149,0.497472,0.075166,-0.365149,0.497472,0.075166,-0.345337,0.497472,0.075262,-0.345337,0.497472,0.075262,-0.365149,0.516222,0.075166,-0.365149,0.516222,0.075166,-0.345337,0.516222,0.075262,-0.345337,0.516222,0.075262,-0.434998,0.384972,0.074152,-0.434998,0.384972,0.074152,-0.415186,0.384972,0.074249,-0.415186,0.384972,0.074249,-0.434998,0.403722,0.074152,-0.434998,0.403722,0.074152,-0.415186,0.403722,0.074249,-0.415186,0.403722,0.074249,-0.434998,0.272472,0.074152,-0.434998,0.272472,0.074152,-0.415186,0.272472,0.074249,-0.415186,0.272472,0.074249,-0.434998,0.291222,0.074152,-0.434998,0.291222,0.074152,-0.415186,0.291222,0.074249,-0.415186,0.291222,0.074249,-0.365149,0.384972,0.075166,-0.365149,0.384972,0.075166,-0.345337,0.384972,0.075262,-0.345337,0.384972,0.075262,-0.365149,0.403722,0.075166,-0.365149,0.403722,0.075166,-0.345337,0.403722,0.075262,-0.345337,0.403722,0.075262,-0.365149,0.272472,0.075166,-0.365149,0.272472,0.075166,-0.345337,0.272472,0.075262,-0.345337,0.272472,0.075262,-0.365149,0.291222,0.075166,-0.365149,0.291222,0.075166,-0.345337,0.291222,0.075262,-0.345337,0.291222,0.075262,-0.415125,0.497472,0.061926,-0.415125,0.516222,0.061926,-0.434937,0.497472,0.061734,-0.434937,0.516222,0.061734,-0.345264,0.497472,0.062763,-0.345264,0.516222,0.062763,-0.365088,0.516222,0.062666,-0.365088,0.497472,0.062666,-0.415125,0.272472,0.061926,-0.415125,0.291222,0.061926,-0.415125,0.384972,0.061926,-0.415125,0.403722,0.061926,-0.434937,0.403722,0.061734,-0.434937,0.384972,0.061734,-0.434937,0.272472,0.061734,-0.434937,0.291222,0.061734,-0.365088,0.384972,0.062666,-0.345264,0.384972,0.062763,-0.345264,0.403722,0.062763,-0.365088,0.403722,0.062666,-0.345264,0.272472,0.062763,-0.345264,0.291222,0.062763,-0.365088,0.291222,0.062666,-0.365088,0.272472,0.062666,-0.2052,0.103722,0.074899,-0.2052,0.103722,0.074899,-0.1677,0.103722,0.074732,-0.1677,0.103722,0.074732,-0.2052,0.153722,0.074899,-0.2052,0.153722,0.074899,-0.1677,0.153722,0.074732,-0.1677,0.153722,0.074732,-0.275916,0.103722,0.07486,-0.275916,0.103722,0.07486,-0.238416,0.103722,0.074693,-0.238416,0.103722,0.074693,-0.275916,0.153722,0.07486,-0.275916,0.153722,0.07486,-0.238416,0.153722,0.074693,-0.238416,0.153722,0.074693,-0.417419,0.103722,0.07464,-0.417419,0.103722,0.07464,-0.379919,0.103722,0.074473,-0.379919,0.103722,0.074473,-0.417419,0.153722,0.07464,-0.417419,0.153722,0.07464,-0.379919,0.153722,0.074473,-0.379919,0.153722,0.074473,-0.34668,0.103722,0.074823,-0.34668,0.103722,0.074823,-0.30918,0.103722,0.074656,-0.30918,0.103722,0.074656,-0.34668,0.153722,0.074823,-0.34668,0.153722,0.074823,-0.30918,0.153722,0.074656,-0.30918,0.153722,0.074656,-0.2052,0.028722,0.074899,-0.2052,0.028722,0.074899,-0.1677,0.028722,0.074732,-0.1677,0.028722,0.074732,-0.2052,0.078722,0.074899,-0.2052,0.078722,0.074899,-0.1677,0.078722,0.074732,-0.1677,0.078722,0.074732,-0.2052,-0.046278,0.074899,-0.2052,-0.046278,0.074899,-0.1677,-0.046278,0.074732,-0.1677,-0.046278,0.074732,-0.2052,0.003722,0.074899,-0.2052,0.003722,0.074899,-0.1677,0.003722,0.074732,-0.1677,0.003722,0.074732,-0.275916,0.028722,0.07486,-0.275916,0.028722,0.07486,-0.238416,0.028722,0.074693,-0.238416,0.028722,0.074693,-0.275916,0.078722,0.07486,-0.275916,0.078722,0.07486,-0.238416,0.078722,0.074693,-0.238416,0.078722,0.074693,-0.275916,-0.046278,0.07486,-0.275916,-0.046278,0.07486,-0.238416,-0.046278,0.074693,-0.238416,-0.046278,0.074693,-0.275916,0.003722,0.07486,-0.275916,0.003722,0.07486,-0.238416,0.003722,0.074693,-0.238416,0.003722,0.074693,-0.417419,0.028722,0.07464,-0.417419,0.028722,0.07464,-0.379919,0.028722,0.074473,-0.379919,0.028722,0.074473,-0.417419,0.078722,0.07464,-0.417419,0.078722,0.07464,-0.379919,0.078722,0.074473,-0.379919,0.078722,0.074473,-0.417419,-0.046278,0.07464,-0.417419,-0.046278,0.07464,-0.379919,-0.046278,0.074473,-0.379919,-0.046278,0.074473,-0.417419,0.003722,0.07464,-0.417419,0.003722,0.07464,-0.379919,0.003722,0.074473,-0.379919,0.003722,0.074473,-0.34668,-0.046278,0.074823,-0.34668,-0.046278,0.074823,-0.30918,-0.046278,0.074656,-0.30918,-0.046278,0.074656,-0.34668,0.003722,0.074823,-0.34668,0.003722,0.074823,-0.30918,0.003722,0.074656,-0.30918,0.003722,0.074656,-0.34668,0.028722,0.074823,-0.34668,0.028722,0.074823,-0.30918,0.028722,0.074656,-0.30918,0.028722,0.074656,-0.34668,0.078722,0.074823,-0.34668,0.078722,0.074823,-0.30918,0.078722,0.074656,-0.30918,0.078722,0.074656,-0.205261,0.153722,0.062399,-0.205261,0.103722,0.062399,-0.167761,0.103722,0.062232,-0.167761,0.153722,0.062232,-0.238477,0.103722,0.062193,-0.238477,0.153722,0.062193,-0.275977,0.153722,0.06236,-0.275977,0.103722,0.06236,-0.309229,0.103722,0.062156,-0.309229,0.153722,0.062156,-0.417468,0.153722,0.061634,-0.417468,0.103722,0.061634,-0.379968,0.103722,0.061973,-0.379968,0.153722,0.061973,-0.346729,0.153722,0.062323,-0.346729,0.103722,0.062323,-0.309229,-0.046278,0.062156,-0.309229,0.003722,0.062156,-0.309229,0.028722,0.062156,-0.309229,0.078722,0.062156,-0.167761,0.028722,0.062232,-0.167761,0.078722,0.062232,-0.205261,0.078722,0.062399,-0.205261,0.028722,0.062399,-0.205261,0.003722,0.062399,-0.205261,-0.046278,0.062399,-0.167761,-0.046278,0.062232,-0.167761,0.003722,0.062232,-0.275977,0.078722,0.06236,-0.275977,0.028722,0.06236,-0.238477,0.028722,0.062193,-0.238477,0.078722,0.062193,-0.238477,0.003722,0.062193,-0.275977,0.003722,0.06236,-0.238477,-0.046278,0.062193,-0.275977,-0.046278,0.06236,-0.379968,0.078722,0.061973,-0.417468,0.078722,0.061634,-0.417468,-0.046278,0.061634,-0.379968,-0.046278,0.061973,-0.417468,0.003722,0.061634,-0.379968,0.003722,0.061973,-0.417468,0.028722,0.061634,-0.379968,0.028722,0.061973,-0.346729,0.003722,0.062323,-0.346729,-0.046278,0.062323,-0.346729,0.078722,0.062323,-0.346729,0.028722,0.062323,-0.517419,-0.046278,0.074954,-0.517419,-0.046278,0.074954,-0.517468,-0.046278,0.062454,-0.517419,0.253722,0.074954,-0.517419,0.403722,0.074954,-0.517419,0.453722,0.074954,-0.517419,0.353722,0.074954,-0.517419,0.303722,0.074954,-0.517419,0.503722,0.074954,-0.517468,0.553722,0.062454,-0.517419,0.553722,0.074954,-0.517419,0.553722,0.074954,-0.579919,0.253722,0.075121,-0.579919,-0.046278,0.075121,-0.579919,-0.046278,0.075121,-0.579968,-0.046278,0.062621,-0.579919,0.453722,0.075121,-0.579919,0.403722,0.075121,-0.579919,0.353722,0.075121,-0.579919,0.303722,0.075121,-0.579919,0.503722,0.075121,-0.579919,0.553722,0.075121,-0.579919,0.553722,0.075121,-0.579968,0.553722,0.062621,-0.284814,0.566222,0.081109,-0.284814,0.566222,0.081109,-0.278564,0.572472,0.062359,-0.303564,0.572472,0.062359,-0.297314,0.566222,0.081109,-0.297314,0.566222,0.081109,-0.178564,0.566222,0.081109,-0.178564,0.566222,0.081109,-0.172314,0.572472,0.062359,-0.209814,0.572472,0.062359,-0.203564,0.566222,0.081109,-0.203564,0.566222,0.081109,-0.284814,0.303722,0.081109,-0.284814,0.303722,0.081109,-0.297314,0.303722,0.081109,-0.297314,0.303722,0.081109,-0.297314,0.253722,0.081109,-0.297314,0.253722,0.081109,-0.284814,0.253722,0.081109,-0.284814,0.253722,0.081109,-0.284814,0.478722,0.081109,-0.284814,0.478722,0.081109,-0.297314,0.478722,0.081109,-0.297314,0.478722,0.081109,-0.297314,0.428722,0.081109,-0.297314,0.428722,0.081109,-0.284814,0.428722,0.081109,-0.284814,0.428722,0.081109,-0.284814,0.391222,0.081109,-0.284814,0.391222,0.081109,-0.297314,0.391222,0.081109,-0.297314,0.391222,0.081109,-0.297314,0.341222,0.081109,-0.297314,0.341222,0.081109,-0.284814,0.341222,0.081109,-0.284814,0.341222,0.081109,-0.178564,0.391222,0.081109,-0.178564,0.391222,0.081109,-0.203564,0.391222,0.081109,-0.203564,0.341222,0.081109,-0.203564,0.341222,0.081109,-0.178564,0.341222,0.081109,-0.178564,0.341222,0.081109,-0.178564,0.478722,0.081109,-0.178564,0.478722,0.081109,-0.203564,0.478722,0.081109,-0.203564,0.478722,0.081109,-0.203564,0.428722,0.081109,-0.203564,0.428722,0.081109,-0.178564,0.428722,0.081109,-0.178564,0.428722,0.081109,-0.178564,0.303722,0.081109,-0.178564,0.303722,0.081109,-0.203564,0.303722,0.081109,-0.203564,0.303722,0.081109,-0.203564,0.253722,0.081109,-0.203564,0.253722,0.081109,-0.178564,0.253722,0.081109,-0.178564,0.253722,0.081109,-0.303564,0.509972,0.062359,-0.278564,0.509972,0.062359,-0.297314,0.516222,0.081109,-0.297314,0.516222,0.081109,-0.284814,0.516222,0.081109,-0.284814,0.516222,0.081109,-0.209814,0.509972,0.062359,-0.172314,0.509972,0.062359,-0.203564,0.516222,0.081109,-0.203564,0.516222,0.081109,-0.178564,0.516222,0.081109,-0.178564,0.516222,0.081109,-0.303564,0.309972,0.062359,-0.303564,0.247472,0.062359,-0.303564,0.397472,0.062359,-0.303564,0.334972,0.062359,-0.278564,0.309972,0.062359,-0.278564,0.247472,0.062359,-0.303564,0.422472,0.062359,-0.278564,0.422472,0.062359,-0.278564,0.334972,0.062359,-0.278564,0.397472,0.062359,-0.172314,0.397472,0.062359,-0.209814,0.397472,0.062359,-0.209814,0.334972,0.062359,-0.172314,0.334972,0.062359,-0.209814,0.422472,0.062359,-0.172314,0.247472,0.062359,-0.172314,0.309972,0.062359,-0.209814,0.247472,0.062359,-0.209814,0.309972,0.062359,-0.303564,0.484972,0.062359,-0.278564,0.484972,0.062359,-0.172314,0.484972,0.062359,-0.209814,0.484972,0.062359,-0.134814,-0.127528,0.062167,-0.159814,-0.102528,0.062167,-0.159814,-0.102528,0.062167,-0.266064,-0.102528,0.062167,-0.116064,-0.383778,0.062167,-0.116064,-0.383778,0.062167,-0.134814,-0.315028,0.062167,-0.159814,-0.340028,0.062167,-0.159814,-0.340028,0.062167,-0.266064,-0.340028,0.062167,-0.266064,-0.383778,0.062167,-0.116064,0.603722,0.062167,-0.116064,0.603722,0.062167,-0.266064,0.603722,0.062167,0.406366,0.392213,0.834884,0.406366,0.392213,0.834884,0.399583,0.398862,0.823495,0.419564,0.39812,0.838517,0.419564,0.39812,0.838517,0.408779,0.411447,0.812126,0.408779,0.411447,0.812126,0.393136,0.074012,0.81603,0.400167,0.079857,0.827706,0.400167,0.079857,0.827706,0.413117,0.07327,0.831051,0.413117,0.07327,0.831051,0.401836,0.061608,0.804086,0.401836,0.061608,0.804086,0.409083,0.424177,0.802089,0.364285,0.419365,0.778064,0.364285,0.419365,0.778064,0.363877,0.432089,0.768954,0.400093,0.623954,0.823557,0.404524,0.617753,0.817486,0.404524,0.617753,0.817486,0.375093,0.635251,0.776553,0.375093,0.635251,0.776553,0.36991,0.644274,0.781711,0.36991,0.644274,0.781711,-0.103564,0.603722,0.049667,0.401644,0.04935,0.793475,0.357094,0.057033,0.769737,0.357094,0.057033,0.769737,0.35619,0.044767,0.760053,0.389399,-0.144395,0.799971,0.389399,-0.144395,0.799971,0.38472,-0.150688,0.805755,0.359334,-0.158814,0.758304,0.359334,-0.158814,0.758304,0.353793,-0.167852,0.763047,0.353793,-0.167852,0.763047,-0.116064,-0.396278,0.049667,-0.978564,0.603722,0.05915,-0.991064,0.603722,0.049667,-0.991064,0.603722,0.049667,-0.972314,-0.127528,0.057634,-0.947314,-0.102528,0.051597,-0.947314,-0.102528,0.051597,-0.978564,-0.383778,0.05915,-0.947314,-0.340028,0.051597,-0.947314,-0.340028,0.051597,-0.972314,-0.315028,0.057634,-0.978564,-0.396278,0.043417,-0.991064,-0.383778,0.049667,-0.991064,-0.383778,0.049667,0.396439,0.098321,0.843733,0.404381,0.235563,0.850864,0.409612,0.085491,0.846487,0.409612,0.085491,0.846487,0.401894,0.373195,0.85005,0.415563,0.385353,0.853378,0.415563,0.385353,0.853378,0.436079,0.002911,0.879856,0.450426,0.233682,0.892974,0.445254,0.465198,0.89048,0.434464,0.584701,0.886582,0.418861,0.603992,0.859749,0.442492,0.540357,0.887473,0.430342,-0.071861,0.873403,0.420562,-0.115765,0.870484,0.404231,-0.133169,0.842808,-0.406641,-0.327528,-0.019692,-0.406641,-0.327528,-0.019692,-0.406641,-0.115028,-0.019692,-0.406641,-0.115028,-0.019692,-0.717834,-0.115028,-0.022132,-0.717834,-0.327528,-0.022132,-0.116064,0.603722,-0.062833,-0.116064,0.603722,-0.062833,-0.128564,0.591222,-0.062833,-0.128564,0.591222,-0.062833,-0.266064,0.603722,-0.062833,-0.266064,0.591222,-0.062833,-0.103564,0.603722,-0.050333,-0.147314,-0.140028,-0.044083,-0.170654,-0.115028,-0.045776,-0.170654,-0.115028,-0.045776,-0.147314,-0.302528,-0.044083,-0.170654,-0.327528,-0.045776,-0.170654,-0.327528,-0.045776,-0.389282,-0.115028,-0.046206,-0.389282,-0.115028,-0.046206,-0.389282,-0.327528,-0.046206,-0.389282,-0.327528,-0.046206,-0.266064,-0.383778,-0.062833,-0.266064,-0.371278,-0.062833,-0.116064,-0.383778,-0.062833,-0.116064,-0.383778,-0.062833,-0.128564,-0.371278,-0.062833,-0.128564,-0.371278,-0.062833,-0.116064,-0.396278,-0.050333,0.331937,0.372489,0.941166,0.340618,0.23446,0.953926,0.338596,0.384576,0.953627,0.338596,0.384576,0.953627,0.326482,0.097616,0.934849,0.332645,0.084715,0.946735,0.332645,0.084715,0.946735,0.25564,0.643121,0.930572,0.212379,0.626069,0.893661,0.212379,0.626069,0.893661,0.20666,0.613519,0.900514,0.239523,-0.169005,0.911908,0.197006,-0.148574,0.875858,0.197006,-0.148574,0.875858,0.191782,-0.136135,0.883285,-0.978564,0.603722,-0.06585,-0.978564,0.603722,-0.06585,-0.991064,0.603722,-0.050333,-0.930237,-0.115028,-0.049138,-0.930237,-0.115028,-0.049138,-0.930237,-0.327528,-0.049138,-0.930237,-0.327528,-0.049138,-0.872107,-0.327528,-0.049453,-0.872107,-0.115028,-0.049453,-0.955237,-0.140028,-0.045328,-0.955237,-0.302528,-0.045328,-0.744507,-0.327528,-0.047168,-0.744507,-0.115028,-0.047168,-0.978564,-0.383778,-0.06585,-0.978564,-0.383778,-0.06585,-0.978564,-0.396278,-0.050333,-0.965381,0.591222,-0.069034,-0.965381,0.591222,-0.069034,-0.965381,-0.371278,-0.069034,-0.965381,-0.371278,-0.069034,0.372408,0.577361,0.970333,0.377337,0.539699,0.97235,0.35877,-0.109823,0.954541,0.365187,-0.072519,0.958281,0.296798,0.410317,0.957992,0.381511,0.464555,0.973503,0.372336,0.002268,0.962879,0.289855,0.060478,0.949952,0.374065,0.584092,0.96526,0.374065,0.584092,0.96526,0.343965,0.603236,0.957303,0.304005,0.622985,0.948717,0.252338,0.418236,0.923882,0.252338,0.418236,0.923882,0.243333,0.430873,0.92596,0.305498,0.397913,0.946048,0.318299,0.391325,0.949587,0.318299,0.391325,0.949587,0.325181,0.397168,0.961456,0.386995,0.233042,0.975601,0.3121,0.078969,0.942408,0.3121,0.078969,0.942408,0.318734,0.072318,0.95399,-0.153564,0.566222,-0.112833,-0.941064,0.566222,-0.112833,0.235646,0.043551,0.917059,0.288631,-0.151658,0.930914,0.245148,0.055903,0.915555,0.245148,0.055903,0.915555,0.360164,-0.116374,0.949163,0.360164,-0.116374,0.949163,0.329336,-0.133924,0.940362,-0.153564,-0.346278,-0.112833,-0.941064,-0.346278,-0.112833,0.299052,0.073063,0.938582,0.323214,0.627187,0.7493,0.323214,0.627187,0.7493,0.328449,0.614748,0.741875,0.313572,-0.134907,0.724647,0.30784,-0.147456,0.731497,0.30784,-0.147456,0.731497], - "normals": [-0.009154,0,0.999958,-0.085914,0.251937,0.963923,-0.044639,0.240654,0.969584,-0.001169,0.228313,0.973587,0.004533,-0.024436,-0.999691,0.000122,-0.023806,-0.999717,0.008528,-0.025007,-0.999651,-0.919482,-0.393103,0.004702,-0.919915,-0.391811,0.015533,-0.915305,-0.402372,-0.017714,-0.92248,-0.352983,0.15631,0.959067,0.282554,0.01879,0.958785,0.276738,-0.064396,0.965651,0.253621,-0.056514,0.934482,0.270234,-0.231769,0.831391,-0.016971,-0.555429,0.830841,-0.020843,-0.556119,0.831186,-0.019508,-0.555652,0.83136,-0.019774,-0.555382,0.831563,-0.016695,-0.55518,0.832041,-0.015142,-0.554507,0.832376,-0.014453,-0.554023,0.831412,-0.017565,-0.555379,0.834744,-0.01261,-0.550494,0.834712,-0.012503,-0.550544,0.804344,-0.013855,-0.594003,0.757618,-0.016718,-0.652484,0.833863,-0.012893,-0.55182,0.833271,-0.013288,-0.552705,0.836295,-0.013092,-0.548124,0.835318,-0.012616,-0.549622,0.836303,-0.013,-0.548113,0.834652,-0.012469,-0.550636,0.833501,-0.013115,-0.552362,0.832918,-0.01368,-0.553227,0.836472,-0.013191,-0.547851,0.836469,-0.013201,-0.547856,0.851909,-0.002757,-0.523683,0.651919,-0.069849,-0.755065,0.798362,-0.020982,-0.601813,0.612828,-0.025491,-0.789805,0.935119,0.219407,-0.278232,0.961768,0.15351,-0.226798,-0.353153,0.02921,0.93511,-0.213314,0.030098,0.97652,-0.498344,0.070327,0.864122,-0.213314,0.030098,0.97652,0.126369,-0.030325,-0.99152,-0.070842,0.984196,-0.162293,-0.196432,0.953471,-0.228708,-0.079903,0.986628,-0.142056,-0.259269,0.931904,-0.253641,0.043768,-0.991906,0.11919,-0.054296,-0.995311,-0.080055,0.026297,-0.987864,0.153078,0.145418,-0.976831,0.15702,-0.546928,0.149115,-0.823793,-0.480353,0.479511,-0.734391,-0.072969,0.182121,-0.980565,-0.000451,0.408846,-0.912603,0.541317,-0.198378,0.817082,0.484838,-0.464999,0.740748,0.863758,-0.301164,0.404008,0.831415,-0.412902,0.371835,0.820655,-0.445215,0.358202,0.539267,-0.214715,0.814302,0.881792,-0.126554,0.454343,0.472168,-0.50546,0.722197,0.64694,-0.024743,-0.762139,0.648972,-0.021263,-0.760515,0.281115,-0.902401,-0.326569,-0.140096,-0.971698,-0.1902,0.329655,-0.790563,0.516079,0.246289,-0.88599,0.392891,0.696216,-0.695557,0.177437,0.55193,-0.832054,-0.055309,0.40755,-0.872327,-0.27009,0.037958,-0.996004,0.080845,0.111755,0.982808,0.146966,0.025526,0.999549,0.015815,0.384339,0.901664,-0.198208,0.38888,0.862689,-0.323327,-0.146548,0.958753,-0.243548,0.206406,0.764324,-0.610905,-0.711313,0.206405,-0.671886,-0.499664,0.402614,-0.766967,-0.273035,0.404573,-0.872796,-0.329025,0.791647,-0.514818,0.121965,0.682762,-0.720389,-0.013475,0.39837,-0.917126,-0.517653,0.339881,-0.785185,-0.054585,0.16491,-0.984797,-0.484514,0.466736,-0.739868,0.902564,0.411332,-0.127214,0.818014,0.477029,-0.321398,0.528375,-0.240175,0.814331,0.683741,-0.3485,0.641129,0.741948,-0.433377,0.511563,-0.108302,-0.97528,-0.192611,-0.257491,-0.892137,-0.371201,0.183599,-0.781853,-0.595817,0.739942,-0.576914,0.345913,0.741436,-0.574798,0.346237,0.353159,-0.604254,-0.714252,0.893999,-0.445578,0.047182,0.303633,-0.781154,0.545532,0.768727,-0.561701,-0.30586,-0.027578,0.9975,-0.065068,0.217927,0.925514,0.309728,0.481348,0.854675,-0.194511,0.628415,0.776917,0.038657,0.29066,0.835531,-0.466267,-0.135247,0.964344,-0.227483,0.421449,-0.876877,-0.231232,0.124659,-0.969493,0.211052,0.509294,-0.857274,-0.075509,-0.091566,-0.988968,-0.116435,0.208866,-0.809074,-0.549339,-0.251359,-0.897733,-0.361793,0.265035,0.885081,0.382607,0.642163,0.763923,0.063624,0.753566,-0.602781,0.262284,0.396312,-0.683368,0.613143,-0.395404,0.684676,-0.612269,0.064335,0.589055,-0.805528,-0.830841,0.020846,0.55612,-0.831185,0.019512,0.555653,-0.83136,0.019775,0.555383,-0.83139,0.016973,0.55543,-0.831411,0.017565,0.55538,-0.831562,0.016695,0.555181,-0.832041,0.015142,0.554507,-0.832376,0.014454,0.554023,-0.834712,0.012504,0.550545,-0.835496,0.012577,0.549353,-0.835496,0.012576,0.549353,-0.834743,0.01261,0.550495,-0.833863,0.012894,0.551821,-0.833271,0.013289,0.552705,-0.935252,-0.217805,0.279042,-0.83951,0.011575,0.54322,-0.961049,-0.151426,0.231205,-0.756242,0.033989,0.653409,-0.835319,0.012616,0.549621,-0.836303,0.013001,0.548113,-0.834653,0.012469,0.550635,-0.836295,0.013093,0.548124,-0.832919,0.01368,0.553226,-0.833502,0.013115,0.552361,-0.83115,0.005351,0.556022,-0.830511,0.004197,0.556986,-0.697691,-0.145688,0.701429,-0.697036,-0.151585,0.70083,-0.871715,0.202,-0.44644,-0.830724,0.427035,-0.357125,0.033725,-0.284387,0.958116,0.013223,-0.397152,0.917658,0.004126,-0.42727,0.904114,0.078144,-0.107332,0.991148,-0.280521,0.913854,-0.293562,-0.188437,0.94822,-0.255675,-0.254483,0.927365,-0.274287,-0.313721,0.912129,-0.26382,-0.860167,-0.014742,-0.509799,-0.79304,0.181104,-0.581627,-0.860558,-0.013158,-0.509182,-0.552428,-0.831844,0.053472,-0.122064,-0.68183,0.721255,-0.284284,-0.819091,0.49827,-0.427027,-0.859722,0.280225,-0.313595,0.862043,0.39817,-0.431894,0.875162,0.218081,-0.625973,0.777625,-0.058799,-0.695367,0.696473,-0.17717,-0.830839,0.414043,-0.371853,-0.883789,0.18247,-0.430838,0.166851,-0.954624,0.246688,0.250874,-0.930136,0.268158,0.27898,-0.914701,0.29239,0.312063,-0.913046,0.262609,-0.906093,-0.397369,0.145237,-0.819845,-0.470875,0.325778,0.545426,-0.580214,0.604865,0.562035,-0.371282,0.739098,0.486008,-0.241788,0.839842,0.698792,-0.472096,0.537416,-0.482916,0.265987,-0.834292,-0.558302,0.394869,-0.729642,-0.543367,0.584291,-0.60279,-0.688523,0.494513,-0.530464,-0.17861,0.26708,0.946978,-0.177661,-0.170554,0.9692,-0.074361,0.098328,0.992372,-0.823693,0.002498,0.56703,-0.241994,0.190083,0.951476,0.449958,-0.038865,0.892204,-0.531211,-0.557269,-0.638174,-0.639133,-0.766671,-0.061022,-0.580727,0.42059,0.697037,-0.145685,-0.927786,-0.343495,0.893197,0.301886,-0.333264,0.921324,0.329195,-0.206863,0.283039,0.842354,0.458615,-0.350707,0.867295,0.353277,-0.19785,0.79005,0.580238,-0.524635,0.848183,0.073102,-0.396956,-0.864442,0.308491,-0.287327,-0.844907,0.451193,-0.604855,-0.796179,-0.0158,-0.18081,0.777147,0.602786,-0.753449,0.603404,-0.261187,-0.063365,-0.588392,0.806089,0.734993,0.463981,-0.494477,0.809719,0.4336,-0.395406,0.493622,-0.086039,0.86541,0.453742,-0.100734,0.885421,-0.491932,0.112196,-0.863374,-0.452128,0.124982,-0.883153,-0.809828,-0.433229,0.395591,-0.73446,-0.465173,0.494149,0.009095,0.019539,-0.999768,0.027893,0.014301,-0.999509,-0.008315,0.024382,-0.999668,-0.006028,0.017677,0.999826,-0.028332,0.024102,0.999308,-0.004886,0,0.999988,-0.004886,0,0.999988,0.999988,0,0.004953,0,-1,0,0,1,0,-0.999988,0,-0.004915,0.999983,0,0.005858,-0.999988,0,-0.004883,0.999988,0,0.004953,0.999988,0,0.004953,0.999988,0,0.004953,0.999988,0,0.004953,0,1,0,0,-1,0,-0.999988,0,-0.004915,-0.999988,0,-0.004915,-0.999988,0,-0.004915,-0.999988,0,-0.004915,-0.999988,0,-0.004883,0.999983,0,0.005858,0.999983,0,0.005858,-0.999988,0,-0.004883,0.004453,0,0.99999,0.00445,0,0.99999,0.004453,0,0.99999,0.004453,0,0.99999,0.004453,0,0.99999,0.004453,0,0.99999,0.00445,0,0.99999,0.00445,0,0.99999,0.004453,0,0.99999,0.004453,0,0.99999,0.004453,0,0.99999,-0.999988,0,0.004883,-0.999988,0,0.004883,-0.999988,0,0.004883,0.999988,0,-0.004883,0.999988,0,-0.004883,0.999988,0,-0.004883,0.999988,0,-0.004883,0.999988,0,-0.004883,0.999988,0,-0.004883,-0.999988,0,0.004883,-0.999988,0,0.004883,-0.999988,0,0.004883,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,-0.999993,0,0.003756,-0.999993,0,0.003756,-0.999993,0,0.003756,-0.999992,0,0.003908,-0.999992,0,0.003908,-0.999992,0,0.003908,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999988,0,-0.004883,0.999988,0,-0.004883,0.999988,0,-0.004883,-0.999988,0,0.004883,-0.999988,0,0.004883,-0.999988,0,0.004883,-0.999988,0,0.004883,0,-1,0,0,-1,0,0,-1,0,0.999988,0,-0.004883,0.999988,0,-0.004883,0.999988,0,-0.004883,0,1,0,0,1,0,0,1,0,-0.999988,0,0.004883,-0.999988,0,0.004883,-0.999988,0,0.004883,0.999988,0,-0.004883,0.999988,0,-0.004883,0,-1,0,0,-1,0,0,-1,0,0,1,0,0,1,0,0,1,0,0.999988,0,-0.004883,0.999988,0,-0.004883,0.999988,0,-0.004883,-0.999988,0,0.004883,-0.999988,0,0.004883,-0.999993,0,0.003756,-0.999993,0,0.003756,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,-0.999993,0,0.003756,-0.999993,0,0.003756,-0.999993,0,0.003756,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,-0.999992,0,0.003908,-0.999992,0,0.003908,-0.999992,0,0.003908,-0.999992,0,0.003908,-0.999992,0,0.003908,-0.999992,0,0.003908,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,0.999992,0,-0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,-0.999992,0,0.003905,0.002672,0,0.999996,0.002672,0,0.999996,0.002672,0,0.999996,0.002672,0,0.999996,0.002672,0,0.999996,0.002672,0,0.999996,0.002672,0,0.999996,0.002672,0,0.999996,0.002672,0,0.999996,0.002672,0,0.999996,0.002672,0,0.999996,0.002672,0,0.999996,0.002672,0,0.999996,0.002672,0,0.999996,0,0.948683,0.316229,0,0.948683,0.316229,0,0,1,0,-0.948683,0.316229,0,-0.948683,0.316229,0,-0.948683,0.316229,-0.948683,0,0.316228,-0.948683,0,0.316228,-0.948683,0,0.316227,-0.948683,0,0.316227,-0.948683,0,0.316227,-0.948683,0,0.316227,0,0.948683,0.316228,0,-0.948683,0.316227,0,-0.948683,0.316227,0,-0.948683,0.316227,0,-0.948683,0.316227,0.948683,0,0.316227,0.948683,0,0.316227,0.948683,0,0.316227,0.948683,0,0.316227,0.948683,0,0.316228,0.948683,0,0.316228,-0.816496,0.408248,0.408249,-0.948683,0,0.316228,-0.948683,0,0.316228,0,-0.948683,0.316227,0,-0.948683,0.316227,0.796186,-0.442326,0.412838,0.948683,0,0.316228,0.948683,0,0.316228,0.948683,0,0.316228,0.948683,0,0.316228,0.948683,0,0.316228,0.948683,0,0.316228,-0.948683,0,0.316228,-0.948683,0,0.316228,-0.948683,0,0.316228,0,0.948683,0.316228,-0.948683,0,0.316228,-0.948683,0,0.316227,0,0.948685,0.316223,0,0.948685,0.316223,0.948683,0,0.316227,0.948683,0,0.316228,0.948683,0,0.316228,-0.948683,0,0.316228,-0.948683,0,0.316228,-0.948683,0,0.316228,0.948683,0,0.316228,0.948683,0,0.316228,0.948683,0,0.316228,-0.948683,0,0.316227,-0.948683,0,0.316227,-0.948683,0,0.316227,0.948683,0,0.316227,0.948683,0,0.316227,-0.948683,0,0.316228,-0.948683,0,0.316228,-0.948683,0,0.316228,0.948683,0,0.316228,0.948683,0,0.316228,0,0,1,0,0,1,-0.011274,0,0.999936,-0.003667,-0.004511,0.999983,0,0,1,0,0,1,-0.008772,0.080807,0.996691,0,0,1,-0.003498,0,0.999994,0.454381,-0.624522,-0.635225,0.575557,-0.590363,-0.565867,-0.253909,-0.933659,-0.252607,0.33063,-0.754175,-0.567366,0.408647,-0.747732,-0.523359,0.599029,0.592436,-0.538687,0.479372,0.634513,-0.606297,0.438454,0.754183,-0.488841,0.360788,0.765733,-0.532433,-0.216457,0.953607,-0.209235,0.436672,-0.563378,-0.701372,0.442583,-0.537879,-0.7175,0.582812,-0.068683,-0.809699,0.592094,-0.019452,-0.805634,-0.221538,-0.941786,-0.252905,0.692547,0.692538,-0.201915,0.334087,0.908518,0.25096,0.882763,0.099558,-0.459148,0.763298,0.589508,-0.264305,0.77481,0.605299,-0.182432,0.054313,0.706063,0.706063,0.121172,0.976506,0.178194,-0.002107,0.707106,0.707105,-0.000606,0.994676,0.103046,0.704934,0.704935,0.078326,0.585815,0.082628,-0.806222,0.464215,0.552291,-0.692444,0.459305,0.577234,-0.675159,0.593133,0.032932,-0.804431,0.297568,-0.931617,0.208671,0.664728,-0.709449,-0.234133,0.75036,-0.626539,-0.210735,0.739554,-0.606567,-0.291782,0.878539,-0.113296,-0.46404,0.706497,-0.706495,0.041559,0.993864,-0.006251,0.110429,0.707079,-0.008839,0.707079,-0.002107,-0.707105,0.707106,0,-0.980581,0.196116,0,-0.707106,0.707107,-0.000606,-0.994676,0.103046,-0.183788,0.960449,-0.209188,0.707107,0,0.707107,0.993884,0,0.110431,-0.005373,0,0.999986,-0.005373,0,0.999986,-0.005373,0,0.999986,-0.032258,0.993225,0.111641,-0.685112,0.724226,0.078222,-0.008642,0.748969,0.662548,0.000002,-0.149364,0.988782,-0.002054,-0.010785,0.99994,0.23522,-0.000059,0.971942,-0.002243,0.086795,0.996224,0.235347,0.000031,0.971911,-0.177302,0.113168,0.977628,-0.008642,-0.748969,0.662549,-0.426782,-0.708071,0.562576,-0.002498,-0.993349,0.115114,-0.604387,0,0.796691,-0.022937,0,0.999737,0.218346,0.01809,-0.975704,0.609945,0.006106,-0.79242,0.274484,0.086123,-0.957727,0.728499,0.004527,-0.685032,0.271727,-0.052869,-0.960921,0.72837,-0.00195,-0.685181,0.767979,-0.000522,-0.640474,0.769342,-0.011523,-0.638733,0.769776,0.010325,-0.638231,0.893538,0.170126,0.415507,0.913493,0.211767,-0.347398,0.835242,0.364221,0.411963,0.825092,0.556091,-0.099928,0.996031,0.088749,-0.006802,0.904693,-0.231648,-0.357589,0.991734,-0.12777,-0.011778,0.88571,-0.224326,0.406442,0.819768,-0.415583,0.394044,0.802483,-0.583195,-0.126112,-0.007841,0,0.999969,-0.081054,0,0.99671,-0.081054,0,0.99671,0.464678,-0.729616,-0.501732,-0.279592,-0.900529,-0.332981,-0.243366,0.925243,-0.29103,0.493709,0.732879,-0.468124,0.917363,0.285751,-0.277115,0.951765,-0.163264,-0.259786,0.928522,0.001163,0.371275,0.941791,-0.334495,-0.033818,0.928741,-0.117832,-0.351504,0.897511,0.054979,-0.437551,0.754434,-0.196277,-0.626342,0.602589,0.013782,-0.797933,0.905562,-0.308876,-0.290781,0.933004,0.096928,-0.346568,0.927407,-0.055031,0.369984,0.895024,-0.070375,-0.440431,0.602295,-0.00101,-0.798273,0.762193,0.194763,-0.617356,0.009848,0.990879,0.134397,-0.005502,0.989066,0.147371,0.001371,0.990158,0.139944,-0.005866,0.990202,0.139519,-0.005866,-0.990202,0.139518,-0.005502,-0.989066,0.147371,0.001371,-0.990158,0.139944,0.009848,-0.990879,0.134397,0.954345,0.298084,-0.019283,0.957727,0.137151,-0.252882,0,0,-1,0.005393,0.108019,-0.994134,0,0,-1,0.00741,0,-0.999973,0.001177,0.739849,-0.672772,0.039724,0.993099,-0.110344,0.054313,0.706063,-0.706063,0,0.993884,-0.110431,0.706496,0.706496,-0.041559,0.004224,0,0.999991,-0.072355,0,0.997379,-0.072355,0,0.997379,0.002358,0,0.999997,-0.001968,0,0.999998,-0.018513,0,0.999829,0.006284,0,-0.99998,0.005861,-0.117403,-0.993067,0,0,-1,0,-0.707106,-0.707107,0,-0.993884,-0.110432,0.001177,-0.739848,-0.672773,0,-0.993884,-0.110432,0.7071,-0.004447,-0.7071,0.993749,-0.023206,-0.109203,0.704935,-0.704934,-0.078326,0.993884,0,-0.110431,0.707107,0,-0.707107,-0.823376,0.029365,-0.566736,-0.88153,0.006645,0.472082,-0.889468,-0.049314,-0.45433,-0.877486,-0.010861,0.479479,-0.886398,0.105358,-0.450775,-0.876801,0.023619,0.480272,-0.388652,0.620053,0.68153,-0.651195,0.577427,0.492466,-0.433249,0.050824,0.89984,-0.631971,0.027938,0.774488,-0.435743,-0.074871,0.896952,-0.674029,-0.57316,0.466019,-0.41355,-0.63481,0.652682,-0.633288,-0.038391,0.772964,-0.010815,0.77871,-0.627291,-0.706475,0.706479,-0.042199,-0.008281,0.99367,-0.112031,0.049563,0,0.998771,-0.006787,0,0.999977,0.045806,0,0.99895,-0.01358,0,0.999908,0.150664,0,0.988585,0.150664,0,0.988585,-0.174381,0,0.984678,-0.174381,0,0.984678,-0.704804,-0.704805,-0.080629,-0.994064,-0.022284,-0.106487,-0.778745,-0.004898,-0.627322,-0.994196,0,-0.107581,-0.778754,0,-0.62733,-0.139508,0.103667,-0.98478,-0.138966,0.052644,-0.988897,-0.17511,-0.065503,-0.982367,-0.096473,-0.075507,-0.992468,0.000237,-0.993706,-0.112021,0.002657,-0.778752,-0.627326,-0.101255,0.201457,0.97425,-0.213036,0.042054,0.976139,-0.186897,0.141478,0.972138,-0.193246,-0.178448,0.964786,-0.215425,-0.078354,0.973372,-0.110052,-0.24181,0.964063,-0.239542,-0.046087,0.969792,-0.323946,0.008915,0.946033,-0.17866,-0.206616,0.961972,-0.171204,0.169147,0.970607,-0.324907,-0.039495,0.944921,-0.23841,0.010968,0.971103,0.111517,0.54202,0.832934,0.112434,0.548862,0.828317,0.006066,0.627249,0.778795,-0.222823,0.094353,0.970282,-0.574785,-0.547967,0.607745,-0.625122,-0.031735,0.779882,-0.283717,-0.94135,-0.182662,-0.319245,-0.93574,-0.149913,-0.456986,-0.762124,0.458619,-0.393388,-0.600084,0.696524,-0.025664,-0.195981,0.980272,-0.491384,-0.634071,0.597072,-0.394269,-0.75582,0.52277,-0.374591,-0.042255,0.926227,-0.420263,-0.012511,0.907316,-0.423674,-0.012407,0.90573,-0.339819,-0.577781,0.742086,-0.35909,-0.737884,0.571473,-0.380346,-0.892488,-0.242493,-0.317315,0.55612,0.768142,-0.369919,0.582593,0.723702,-0.373465,0.014499,0.927531,-0.344444,0.917056,-0.200913,-0.364461,0.746057,0.557285,-0.330066,0.724517,0.605088,0,0.894427,-0.447213,0.00178,0.884606,-0.466336,0,0.894427,-0.447213,0.003599,0.874144,-0.485654,0.004379,0.86952,-0.493879,-0.624082,0.020653,0.781086,-0.019518,-0.6621,0.749162,-0.227272,-0.129901,0.965129,-0.553156,0.541847,0.632788,0.089171,-0.583689,0.807066,0.089824,-0.590347,0.802136,0,-0.894427,-0.447214,0.00178,-0.884606,-0.466336,0.003599,-0.874144,-0.485654,0.004379,-0.86952,-0.493879,-0.426821,0.757786,0.493543,-0.281752,0.953559,-0.106497,-0.245997,0.959254,-0.138984,-0.018767,0.151623,0.98826,-0.466404,0.624961,0.626013,0.894427,0,-0.447213,0.894427,0,-0.447213,0.894427,0,-0.447213,-0.874297,0,-0.485391,-0.874297,0,-0.485391,-0.874297,0,-0.485391,-0.745995,0.344209,-0.570098,-0.74599,0.344234,-0.570089,-0.788364,0.115092,-0.604348,0.792961,-0.029722,0.608547,0.790263,-0.090829,0.605998,0.79298,-0.029722,0.608523,0.792691,0.031496,0.608809,-0.792993,0.029722,-0.608506,-0.791756,-0.055865,-0.608277,0.790335,0.080841,0.607318,-0.730008,-0.245415,-0.637856,-0.731689,-0.282412,-0.620383,-0.735404,-0.182072,-0.65271,-0.753204,-0.197701,-0.627374,-0.718136,-0.42036,-0.554598,-0.807677,-0.218532,-0.547633,-0.718218,-0.420164,-0.554639,-0.758535,-0.287835,-0.584616,-0.758538,-0.28781,-0.584624,0.330622,0.906998,0.260853,0.398728,0.862079,0.312788,0.402501,0.859271,0.315669,0.019836,0.999539,0.022971,0.010381,0.999823,0.015712,0.783271,0.153346,0.602471,-0.804649,-0.19054,-0.562347,0.765822,0.256049,0.589878,0.438025,0.831074,0.342711,0.438006,0.831096,0.342681,-0.783696,-0.27529,-0.556809,0.785954,-0.139922,0.602245,-0.727011,0.240872,-0.64299,-0.719348,0.339396,-0.606093,-0.71912,0.303202,-0.625247,-0.7442,0.256014,-0.616947,0.836651,0,0.547737,0.836651,0,0.547737,0.836651,0,0.547737,-0.795948,0.24792,-0.55227,-0.797877,0.275306,-0.536283,0.776025,-0.211789,0.59408,0.754531,-0.313022,0.576802,0.404409,-0.862652,0.303783,0.363942,-0.890666,0.272506,0.367821,-0.888145,0.275509,0.404389,-0.862673,0.303752,0.294157,-0.930416,0.218626,-0.700394,0.473536,-0.534053,-0.700483,0.473348,-0.534103,-0.771655,0.331429,-0.542866,-0.029289,-0.999114,-0.030227,-0.019837,-0.999539,-0.022971,0.983316,0.062806,0.170721,0.958744,0.215115,0.185835,0.977336,-0.116664,0.176647,0.97828,-0.110102,0.175628,-0.984488,-0.119287,0.128665,-0.965791,0.219986,0.137308,-0.990054,0.066004,0.124242,-0.984789,-0.115858,0.129488,-0.99998,-0.006289,0,-0.707106,-0.707108,0,-0.016364,0.995587,0.092403,-0.001292,0.992552,0.121818,0.000668,0.992375,0.123256,0.71214,0.67237,0.201931,0.707614,0.676537,0.203913,-0.000152,0.993377,0.1149,0.011266,0.994728,0.101925,-0.712634,0.68364,0.157446,-0.727694,0.669172,0.150568,0,0.993362,0.115033,-0.016364,-0.995587,0.092403,-0.001292,-0.992552,0.121818,0.000668,-0.992375,0.123255,0.712139,-0.67237,0.20193,0.707613,-0.676537,0.203913,0.011266,-0.994728,0.101925,-0.000152,-0.993377,0.1149,-0.712634,-0.68364,0.157445,-0.727694,-0.669172,0.150567,0,-0.993362,0.115033,-1,0,0,-0.231934,0.957648,-0.170637,-0.231896,0.95766,-0.170623,-0.792961,0.029063,-0.608578,-0.792966,0.029289,-0.608562,-0.798766,-0.286041,-0.529296,0.30303,0.587173,-0.7506,0.298362,0.597066,-0.744642,0.584698,0.04024,-0.810253,-0.786312,0.341494,-0.514874,0.275119,-0.573618,-0.771538,0.280186,-0.563644,-0.777046,0.58338,-0.026144,-0.811779,-0.792949,0.030158,-0.608542,-0.792935,0.030383,-0.608548,-0.269533,-0.938865,-0.214208,-0.269571,-0.938851,-0.214221], - "uvs": [[7.56694,7.0625,6.438537,10.75,6.438537,7.0625,7.56694,10.75,9.299577,0.757816,9.200437,0.997168,9.107324,0.692252,9.034661,0.99632,-7.197548,0.997408,-7.143267,0.617665,-7.031774,0.996559,-7.335521,0.683229,1.002832,2.106669,1.316771,2.020933,1.002592,2.252603,1.242184,1.937356,0.996559,2.252603,0.617665,2.020933,0.99632,2.106669,0.692252,1.937356,-13.017143,-0.679587,-13.304129,0.164434,-13.230465,-0.81668,-13.555122,0.200522,-13.621195,1.021907,-13.830873,1.907675,-14.022512,1.741619,-13.377892,1.093348,-15.526443,2.31139,-15.526443,2.564965,-15.870195,2.238448,-15.870195,2.492023,-14.686543,2.229578,-14.581203,2.460238,-10.211456,-1.111524,-11.383949,-1.511792,-10.140018,-1.354827,-11.420036,-1.762784,-12.438828,-1.268236,-12.575922,-1.481556,-7.652864,0.313525,-7.486807,0.121885,-16.431999,2.425631,-16.206314,2.382598,-16.374584,2.584444,-16.206314,2.570098,-16.955765,2.80976,-17.027531,2.65812,18.125874,2.556837,17.987257,2.362706,18.125874,2.369337,17.987257,2.550206,-0.382598,1.210504,-0.550206,1.415244,-0.570098,1.210504,-0.362706,1.415244,-16.125874,1.127961,-15.987257,1.263169,-16.206314,1.210504,-16.030392,1.415244,18.206314,1.210504,17.987257,1.263169,18.125874,1.127961,18.030392,1.415244,1.781628,1.240086,2.884489,1.245179,1.799478,1.460477,2.81668,1.465569,1.129453,1.24324,1.991598,1.24324,1.093348,1.462054,1.907675,1.462054,-0.679587,1.467146,0.146197,1.24324,0.164434,1.462054,-0.610303,1.248332,-16.030392,2.550206,-16.030392,2.362706,17.870195,1.462054,17.870195,1.24324,15.73402,1.24324,16.527966,1.24324,15.830873,1.462054,16.581203,1.462054,17.526443,1.462054,17.526443,1.24324,-15.870195,1.240086,-15.526443,1.240086,-15.870195,1.460477,-15.526443,1.460477,-14.738644,1.240086,-14.686543,1.460477,-0.362706,1.263169,-0.113027,1.240086,-0.238448,1.460477,-14.1173,1.240086,-14.022512,1.460477,0.258381,1.460477,1.013428,1.240086,0.978093,1.460477,0.340516,1.240086,-17.388481,3.07087,-17.259304,3.150789,0.027097,1.245179,0.290314,1.223672,0.121885,1.465569,9.598279,1.223672,9.736786,1.248332,9.652864,1.467146,0.313525,1.467146,0.432972,1.223672,-7.232864,0.49101,-7.425117,0.589381,-7.476604,0.290314,1.709686,1.223672,1.410619,1.531594,1.567028,1.223672,-11.437885,1.245179,-10.104682,1.245179,-11.420036,1.465569,-10.140018,1.465569,-12.575922,1.465569,-12.64373,1.245179,13.383949,1.467146,14.369543,1.248332,14.438828,1.467146,13.365711,1.248332,12.211456,1.467146,12.247561,1.248332,-7.404673,1.245179,-7.486807,1.465569,-1.268236,1.467146,-1.160426,1.248332,3.587068,1.245179,3.481556,1.465569,15.301426,0.164047,15.228167,-0.815203,15.55242,0.200133,15.014847,-0.678111,15.375271,1.094118,15.618574,1.022677,15.82881,1.909463,16.020449,1.743407,17.526443,2.567696,17.870195,2.241179,17.870195,2.494754,17.526443,2.314121,16.685408,2.232062,16.580069,2.462721,18.911634,2.80976,18.417316,2.425631,18.9834,2.65812,18.359905,2.584444,13.38356,-1.509087,12.140785,-1.352209,13.419648,-1.760082,12.212226,-1.108904,14.574444,-1.47926,14.437352,-1.265937,9.654652,0.315589,9.488595,0.12395,9.565461,0.460963,9.443786,0.318305,1.799867,1.021272,2.815203,1.026364,1.094118,1.022849,1.909463,1.022849,-0.678111,1.027941,0.164047,1.022849,-16.9834,1.08622,-16.417316,1.028059,-16.431999,1.153247,-17.027531,1.208388,-0.494754,1.022849,-0.241179,1.021272,-0.550206,1.263169,17.870195,1.022849,15.82881,1.022849,16.580069,1.022849,17.526443,1.022849,-15.870195,1.021272,-15.526443,1.021272,-14.685408,1.021272,-14.020449,1.021272,0.256593,1.021272,0.977323,1.021272,18.359905,1.028059,18.374584,1.153247,18.911634,1.08622,18.955765,1.208388,19.390762,3.07087,19.261585,3.150789,2.80976,1.208388,3.150789,1.497084,3.150789,1.622564,2.80976,1.08622,-1.07087,1.622564,-1.07087,1.497084,-0.65812,1.208388,-0.65812,1.08622,9.443786,1.071598,9.378281,1.464183,9.186028,1.464183,0.460963,1.071598,0.646759,1.464183,0.318305,1.071598,0.12395,1.026364,1.539037,1.071598,1.684411,1.027941,9.654652,1.027941,1.353241,1.464183,9.565461,1.071598,0.548389,1.464183,0.49101,1.531594,-7.443786,1.071598,-7.186028,1.464183,-7.476604,1.223672,-11.419648,1.026364,-10.140785,1.026364,-12.574444,1.026364,13.38356,1.027941,14.437352,1.027941,12.212226,1.027941,-7.488595,1.026364,3.47926,1.026364,-1.265937,1.027941,-17.304968,3.814446,-17.462852,3.813421,3.814446,1.862198,3.814446,1.986475,-1.813421,1.862198,-1.813421,1.986475,19.476276,3.813421,19.318394,3.814446,-7.335521,2.020933,-7.425117,1.531594,-7.232864,1.531594,-7.143267,2.020933,9.107324,1.937356,9.299577,1.937356,6.75881,9.9375,6.560649,10.125,6.560649,9.9375,6.75881,10.125,7.457315,9.9375,7.259155,10.125,7.259155,9.9375,7.457315,10.125,6.75881,8.8125,6.560649,9,6.560649,8.8125,6.75881,9,6.75881,7.6875,6.560649,7.875,6.560649,7.6875,6.75881,7.875,7.457315,8.8125,7.259155,9,7.259155,8.8125,7.457315,9,7.457315,7.6875,7.259155,7.875,7.259155,7.6875,7.457315,7.875,9.9375,2.870814,9.9375,2.747593,10.125,2.870814,10.125,2.747593,6.560649,2.869846,6.561327,2.745672,6.75881,2.870814,6.759487,2.747593,-4.759487,2.747593,-4.561327,2.745672,-4.75881,2.870814,-4.560649,2.869846,-8.125,2.869846,-8.125,2.745672,-7.9375,2.869846,-7.9375,2.745672,9.9375,2.880953,9.9375,2.755955,10.125,2.880953,10.125,2.755955,-8.125,2.879985,-8.125,2.754987,-7.9375,2.879985,-7.9375,2.754987,-5.457993,2.755955,-5.259832,2.754987,-5.457315,2.880953,-5.259155,2.879985,7.259155,2.879985,7.259832,2.754987,7.457315,2.880953,7.457993,2.755955,7.6875,2.870814,7.6875,2.747593,7.875,2.870814,7.875,2.747593,8.8125,2.870814,8.8125,2.747593,9,2.870814,9,2.747593,-5.875,2.869846,-5.875,2.745672,-5.6875,2.869846,-5.6875,2.745672,-7,2.869846,-7,2.745672,-6.8125,2.869846,-6.8125,2.745672,-7,2.879985,-7,2.754987,-6.8125,2.879985,-6.8125,2.754987,8.8125,2.880953,8.8125,2.755955,9,2.880953,9,2.755955,7.6875,2.880953,7.6875,2.755955,7.875,2.880953,7.875,2.755955,-5.875,2.879985,-5.875,2.754987,-5.6875,2.879985,-5.6875,2.754987,9.233663,6,8.858667,6.5,8.858667,6,9.233663,6.5,8.526522,6,8.151524,6.5,8.151524,6,8.526522,6.5,7.111513,6,6.736516,6.5,6.736516,6,7.111513,6.5,7.818932,6,7.443936,6.5,7.443936,6,7.818932,6.5,9.233663,5.25,8.858667,5.75,8.858667,5.25,9.233663,5.75,9.233663,4.5,8.858667,5,8.858667,4.5,9.233663,5,8.526522,5.25,8.151524,5.75,8.151524,5.25,8.526522,5.75,8.526522,4.5,8.151524,5,8.151524,4.5,8.526522,5,7.111513,5.25,6.736516,5.75,6.736516,5.25,7.111513,5.75,7.111513,4.5,6.736516,5,6.736516,4.5,7.111513,5,7.818932,4.5,7.443936,5,7.443936,4.5,7.818932,5,7.818932,5.25,7.443936,5.75,7.443936,5.25,7.818932,5.75,-4.5,2.87732,-4.5,2.752321,-4,2.87732,-4,2.752321,6,2.87565,6,2.750652,6.5,2.87565,6.5,2.750652,6,2.875259,6,2.75026,6.5,2.875259,6.5,2.75026,-4.5,2.876928,-4.5,2.75193,-4,2.876928,-4,2.75193,6,2.874887,6,2.749889,6.5,2.874887,6.5,2.749889,-4.5,2.874728,-4.5,2.744673,-4,2.874728,-4,2.744673,6,2.873058,6,2.74806,6.5,2.873058,6.5,2.74806,-4.5,2.876557,-4.5,2.751558,-4,2.876557,-4,2.751558,4.5,2.874887,4.5,2.749889,5,2.874887,5,2.749889,5.25,2.874887,5.25,2.749889,5.75,2.874887,5.75,2.749889,5.25,2.87565,5.25,2.750652,5.75,2.87565,5.75,2.750652,-3.75,2.87732,-3.75,2.752321,-3.25,2.87732,-3.25,2.752321,-3,2.87732,-3,2.752321,-2.5,2.87732,-2.5,2.752321,8.858667,2.87732,8.858109,2.752321,9.233663,2.87565,9.233107,2.750652,4.5,2.87565,4.5,2.750652,5,2.87565,5,2.750652,-7.233663,2.87565,-7.233107,2.750652,-6.858109,2.752321,-6.858667,2.87732,-3.75,2.876928,-3.75,2.75193,-3.25,2.876928,-3.25,2.75193,5.25,2.875259,5.25,2.75026,5.75,2.875259,5.75,2.75026,8.151524,2.876928,8.150969,2.75193,8.526522,2.875259,8.525963,2.75026,-6.525963,2.75026,-6.150968,2.75193,-6.526521,2.875259,-6.151524,2.876928,4.5,2.875259,4.5,2.75026,5,2.875259,5,2.75026,-3,2.876928,-3,2.75193,-2.5,2.876928,-2.5,2.75193,-5.110956,2.74806,-4.735959,2.744673,-5.111513,2.873058,-4.736516,2.874728,6.736516,2.874728,6.735959,2.744673,7.111513,2.873058,7.110956,2.74806,-3,2.874728,-3,2.744673,-2.5,2.874728,-2.5,2.744673,-3.75,2.874728,-3.75,2.744673,-3.25,2.874728,-3.25,2.744673,5.25,2.873058,5.25,2.74806,5.75,2.873058,5.75,2.74806,4.5,2.873058,4.5,2.74806,5,2.873058,5,2.74806,-3,2.876557,-3,2.751558,-2.5,2.876557,-2.5,2.751558,-3.75,2.876557,-3.75,2.751558,-3.25,2.876557,-3.25,2.751558,7.443936,2.876557,7.443379,2.751558,7.818932,2.874887,7.818376,2.749889,-5.818376,2.749889,-5.443379,2.751558,-5.818932,2.874887,-5.443936,2.876557,4.5,2.752871,7.5,2.87787,4.5,2.87787,7.5,2.752871,9,2.752871,9.5,2.87787,9,2.87787,9.5,2.752871,8.5,2.87787,8.5,2.752871,8,2.87787,8,2.752871,10,2.87787,10,2.752871,10.499999,2.752871,10.499999,2.87787,-5.5,2.754541,-2.5,2.87954,-5.5,2.87954,-2.5,2.754541,-7.5,2.754541,-7,2.87954,-7.5,2.87954,-7,2.754541,-6.5,2.87954,-6.5,2.754541,-6,2.87954,-6,2.754541,-8,2.87954,-8,2.754541,-8.499999,2.87954,-8.499999,2.754541,5.111516,7.5,5.111516,4.5,5.736512,4.5,5.736512,7.5,5.111516,2.87954,5.11096,2.754541,5.736512,2.87787,5.735956,2.752871,-3.736512,2.87787,-3.11096,2.754541,-3.111516,2.87954,-3.735956,2.752871,5.736512,10.499999,5.111516,10.499999,5.111516,10,5.736512,10,5.111516,9.5,5.111516,9,5.736512,9,5.736512,9.5,5.111516,8.5,5.736512,8.5,5.111516,8,5.736512,8,-6.125,2.75192,-5.875,2.75192,-6.0625,2.93942,-5.9375,2.93942,-7.1875,2.75192,-6.8125,2.75192,-7.124999,2.93942,-6.875,2.93942,7.9375,8,7.9375,7.5,8.0625,8,8.0625,7.5,7.9375,9.75,7.9375,9.25,8.0625,9.75,8.0625,9.25,7.9375,8.875,7.9375,8.375,8.0625,8.875,8.0625,8.375,8.875,8.875,8.875,8.375,9.124999,8.875,9.124999,8.375,8.875,9.75,8.875,9.25,9.124999,9.75,9.124999,9.25,8.875,8,8.875,7.5,9.124999,8,9.124999,7.5,8.125,2.75192,7.9375,2.93942,7.875,2.75192,8.0625,2.93942,9.1875,2.75192,8.875,2.93942,8.8125,2.75192,9.124999,2.93942,-6,2.93942,-6.0625,2.75192,-5.5,2.93942,-5.4375,2.75192,-6.9375,2.75192,-6.375,2.93942,-6.3125,2.75192,8.375,2.93942,8.3125,2.75192,8.9375,2.75192,7.5,2.93942,7.4375,2.75192,8,2.93942,8.0625,2.75192,-7.75,2.93942,-7.812499,2.75192,-7.25,2.93942,9.25,2.93942,9.75,2.93942,9.812499,2.75192,-8.687499,2.75192,-8.125,2.93942,-8.625,2.93942,-8.062499,2.75192,7.9375,10.625,7.9375,10.125,8.0625,10.625,8.0625,10.125,10.625,2.93942,10.125,2.93942,10.062499,2.75192,10.687499,2.75192,8.875,10.625,8.875,10.125,9.124999,10.625,9.124999,10.125,9.75,4.1875,9.3125,3.9375,9.562499,3.6875,8.25,3.9375,8.25,4.1875,9.562499,1.8125,9.3125,1.5625,9.75,1.125,8.25,1.5625,8.25,1.125,9.75,11,8.25,11,19.02075,9.374999,18.796221,9.374999,18.931227,9.3125,19.02075,2.553163,18.954824,2.684502,18.796221,2.443191,18.931227,6.1875,18.796221,6.125,19.02075,6.125,-16.796221,2.443191,-16.954824,2.684502,-17.02075,2.553163,18.954824,9.5,19.457682,9.562499,18.973801,9.625,19.481899,9.6875,19.457682,2.936576,-17.035707,2.662686,-17.405779,3.012426,-17.069233,2.595891,-9.722154,3.012426,-9.812499,2.953705,-9.624999,2.595891,-7.75,2.75,-7.75,2.625,-6.25,2.75,-6.25,2.625,-7.875,2.625,18.973801,5.875,19.457682,5.9375,18.954824,6,19.481899,5.8125,19.069233,2.595891,19.405779,3.012426,19.035707,2.662686,-1.875,2.595891,-1.6875,2.953705,-1.777846,3.012426,1,2.625,1.125,2.625,1.125,2.75,8.25,2.75,9.75,2.625,9.75,2.75,8.25,2.625,-17.457682,2.936576,11,2.75,11,2.625,5.00444,4.5,1.688537,10.75,1.688537,4.5,5.00444,10.75,0.875,2.5625,0.875,2.719828,1.4375,3.9375,1.125,4.1875,1.1875,3.6875,1.4375,1.5625,1.1875,1.8125,1.125,1.125,1.125,2.719828,1.125,2.5625,1,11,1,1.125,1.125,11,18.883303,7.75,18.748993,7.75,18.942066,6.375,18.804525,6.25,18.942066,9.124999,18.804525,9.25,18.351633,7.75,18.462227,5.4375,18.462227,10.062499,-9.187499,2.070966,-9.374999,2.319564,-9.253945,2.034455,-9.4375,2.272145,-8.8125,2.032493,-7.3125,2.0625,-6.9375,2.0625,-7.3125,2.3125,-6.9375,2.3125,-2.125,2.319564,-2.6875,2.032493,-2.3125,2.070966,-2.246055,2.034455,-2.0625,2.272145,6.844219,3.8125,3.732367,3.8125,6.844219,1.6875,3.732367,1.6875,18.804525,2.287325,18.931227,2.45287,-16.931227,2.45287,-16.804525,2.287325,-9.562499,2.662686,-7.374999,2.443191,-8.062499,1.99402,-7.25,2.287325,-7.5,2.684502,-7.625,2.78602,19.035707,11.562499,18.512846,10.8125,19.405779,11.722154,-1.9375,2.662686,-4,2.684502,-3.4375,1.99402,-3.875,2.78602,19.405779,3.777846,18.512846,4.6875,19.035707,3.9375,-4.844219,1.93141,-1.732367,1.907009,0.5625,2.644299,1.4375,2.644299,3.732367,1.907009,6.844219,1.93141,-4.25,2.287325,-4.125,2.443191,-7.625,10.875,-6.25,11,-7.75,11,-6.25,10.875,-6.25,1.5,-7.75,1.625,-7.75,1.5,-6.25,1.625,-7.875,1.625,9.20408,3.8125,9.4375,1.9375,9.4375,3.5625,9.20408,1.6875,8.308374,1.6875,8.308374,3.8125,7.017874,3.8125,7.017874,1.6875,-6.25,1.25,-7.75,1.125,-6.25,1.125,-7.625,1.25,9.75,1.5,9.75,1.625,8.25,1.5,8.25,1.625,1.125,1.5,1.125,1.625,1,1.625,11,1.625,11,1.5,7.75,1.235622,7.75,1.130376,9.124999,1.265285,9.25,1.157764,6.375,1.265285,6.25,1.157764,-18.290972,11.812499,-18.780979,11.624999,-18.312181,11.722154,-18.821352,11.5,-18.312181,3.777846,-18.780979,3.875,-18.290972,3.6875,-18.821352,4,0.875,1.469827,0.875,1.625,1.608344,1.6875,2.189586,1.6875,1.608344,3.8125,2.189586,3.8125,1.358344,3.5625,1.358344,1.9375,3.465654,1.6875,3.465654,3.8125,-9,1.625,-9,1.469827,0.875,11,0.743111,10.875,0.875,1.125,0.743111,1.25,1.125,1.469827,-17.387676,11.374999,-16.992874,10.8125,-17.053968,11.187499,-17.053968,4.3125,-16.992874,4.6875,-17.387676,4.125,-16.931778,10.062499,-17.872522,9.625,-17.779781,9.5,-17.779781,6,-17.872522,5.875,-16.931778,5.4375,-17.048824,11.253945,-17.363876,11.4375,-17.777086,11.624999,-17.810614,11.562499,-18.282372,9.562499,-18.369869,9.6875,20.282372,1.293561,19.713854,1.172301,19.779781,1.040961,-17.579945,9.3125,-17.491514,9.374999,-17.713854,9.374999,19.491514,1.057973,-17.371496,9.25,-16.818937,7.75,-17.31531,7.75,-17.45739,9.124999,19.371496,1.157764,19.579945,1.160444,-17.45739,6.375,-17.579945,6.1875,-17.371496,6.25,-17.579945,1.160444,-17.491514,1.057973,-17.371496,1.157764,-7.374999,1,0.5,1,-7.625,1.5,0.743111,1.437992,-18.369869,5.8125,-17.777086,3.875,-17.810614,3.9375,-18.282372,5.9375,-17.048824,4.246055,-17.363876,4.0625,9.625,1.5,1.5,1,9.374999,1,1.256889,1.437992,-17.779781,1.040961,-17.713854,1.172301,-18.282372,1.293561,-17.491514,6.125,-17.713854,6.125,1.25,1.5,10.625,1,10.875,1.5,-8.875,1.437992,-8.625,1,0.75,1.437992,6.1875,2.45287,6.1875,1.160444,6.375,2.291954,-5.75,1.935705,-3.4375,1.058545,-5.75,1.00471,-8.062499,1.058545,7.75,2.262738,9.124999,2.291954,-8.8125,1.076147,11.5,1.473673,11.0625,1.83047,9.6875,1.258565,10.156249,1.722916,9.562499,1.293561,9.6875,3.027648,9.562499,2.936576,9.3125,1.160444,9.3125,2.45287,-17.777086,1.185647,-17.363876,1.172945,-16.812143,2.272145,-17.449083,2.953705,-18.290972,1.276432,-9.187499,1.093749,10.156249,2.607458,-9.253945,1.147949,-16.603855,2.034455,-17.048824,1.147949,11.0625,2.724203,-2.6875,1.076147,5.8125,1.258565,4.4375,1.83047,4,1.473673,5.34375,1.722916,1.6875,1.93141,1.6875,1.666266,3.8125,1.666266,3.8125,1.93141,5.34375,2.607458,5.8125,3.027648,-2.3125,1.093749,-2.246055,1.147949,18.603855,2.034455,19.363876,1.172945,18.812143,2.272145,19.048824,1.147949,19.777086,1.185647,5.9375,1.293561,5.9375,2.936576,4.4375,2.724203,20.290972,1.276432,19.449083,2.953705,1.8125,2.704672,1.9375,1.675053,3.5625,1.675053,3.6875,2.704672,-1.5625,1.6875,0.0625,1.6875,0.1875,2.75,-1.6875,2.75,0.875,2.625,1,2.5625,-1.465654,1.656653,-0.189586,1.633801,0.391656,1.636952,1.5625,2.644299,1.6875,1.636952,-7.20408,1.670568,-5.017874,1.666266,0.4375,2.75,0.3125,1.670568,-7.3125,2.75,3.465654,1.656653,2.189586,1.633801,1.608344,1.636952,3.9375,2.644299,3.8125,1.636952,7.017874,1.666266,9.20408,1.670568,-1.9375,2.75,-1.8125,1.670568,9.3125,2.75,-9,2.625,-17.964525,3.180707,-18.780979,1.554105,11.624999,1.554105,11.624999,3.180707,11.5,3.261139,19.964525,11.624999,19.449083,11.812499,19.924154,11.5,4,3.261139,19.449083,3.6875,19.964525,3.875,19.924154,4,3.875,3.180707,3.875,1.554105,20.780979,1.554105,19.964525,3.180707]], - "faces": [42,1,2,0,0,0,1,2,0,0,0,42,1,3,2,0,0,3,1,0,0,0,42,533,535,531,0,4,5,6,1,2,2,42,535,536,531,0,5,7,6,2,3,2,42,9,10,8,0,8,9,10,4,4,5,42,9,11,10,0,8,11,9,4,6,4,42,6,542,538,0,12,13,14,7,8,9,42,5,542,6,0,15,13,12,10,8,7,42,537,540,7,0,16,17,18,11,12,13,42,7,540,4,0,18,17,19,13,12,14,42,13,14,12,0,20,21,22,15,16,17,42,14,15,12,0,21,23,22,16,18,17,42,17,18,547,0,24,25,26,19,20,21,42,17,19,18,0,24,27,25,19,22,20,42,15,19,17,0,23,27,24,18,22,19,42,14,19,15,0,21,27,23,16,22,18,42,555,22,553,0,28,29,30,23,24,25,42,22,23,553,0,29,31,30,24,26,25,42,558,25,22,0,32,33,29,27,28,24,42,555,558,22,0,28,32,29,23,27,24,42,547,25,558,0,26,33,32,21,28,27,42,18,25,547,0,25,33,26,20,28,21,42,27,28,26,0,34,35,36,29,30,31,42,28,29,26,0,35,37,36,30,32,31,42,28,30,29,0,35,38,37,30,33,32,42,30,31,29,0,38,39,37,33,34,32,42,26,32,27,0,36,40,34,31,35,29,42,26,33,32,0,36,41,40,31,36,35,42,12,31,13,0,22,39,20,17,34,15,42,13,31,30,0,20,39,38,15,34,33,42,573,574,34,0,42,43,44,37,38,39,42,574,37,34,0,43,45,44,38,40,39,42,34,38,573,0,44,46,42,39,41,37,42,38,580,573,0,46,47,42,41,42,37,42,583,585,582,0,48,49,50,43,44,45,42,583,587,585,0,48,51,49,43,46,44,42,575,588,576,0,52,53,54,47,47,47,42,575,591,588,0,52,55,53,47,47,47,42,40,42,36,0,56,57,58,48,49,50,42,42,45,36,0,57,59,58,49,51,50,42,577,586,41,0,60,61,62,52,53,54,42,577,589,586,0,60,63,61,52,55,53,42,46,47,546,0,64,65,66,56,57,58,42,546,47,543,0,66,65,67,58,57,59,42,48,49,552,0,68,69,70,60,61,62,42,552,49,550,0,70,69,71,62,61,63,42,544,50,545,0,72,73,74,64,65,66,42,544,51,50,0,72,75,73,64,67,65,42,545,50,48,0,74,73,68,66,65,60,42,545,48,552,0,74,68,70,66,60,62,42,44,590,23,0,76,77,31,68,69,26,42,23,590,553,0,31,77,30,26,69,25,42,586,589,557,0,61,63,78,53,55,70,42,557,52,586,0,78,79,61,70,71,53,42,592,53,551,0,80,81,82,72,73,74,42,551,53,559,0,82,81,83,74,73,75,42,556,52,557,0,84,79,78,76,71,70,42,556,54,52,0,84,85,79,76,77,71,42,559,54,556,0,83,85,84,75,77,76,42,53,54,559,0,81,85,83,73,77,75,42,55,56,20,0,86,87,88,78,79,80,42,20,56,21,0,88,87,89,80,79,81,42,56,57,21,0,87,90,89,79,82,81,42,21,57,24,0,89,90,91,81,82,83,42,584,593,554,0,92,93,94,84,85,86,42,20,45,42,0,88,59,57,80,51,49,42,24,58,16,0,91,95,96,83,87,88,42,57,58,24,0,90,95,91,82,87,83,42,548,59,549,0,97,98,99,89,90,91,42,594,59,548,0,100,98,97,92,90,89,42,549,46,546,0,99,64,66,91,56,58,42,549,59,46,0,99,98,64,91,90,56,42,38,60,580,0,46,101,47,41,93,42,42,38,61,60,0,46,102,101,41,94,93,42,597,599,571,0,103,104,105,95,96,97,42,602,65,569,0,106,107,108,98,99,100,42,571,599,568,0,105,104,109,97,96,101,42,599,64,568,0,104,110,109,96,102,101,42,66,67,63,0,111,112,113,103,103,103,42,600,606,601,0,114,115,116,104,105,106,42,68,69,563,0,117,118,119,107,108,109,42,563,69,560,0,119,118,120,109,108,110,42,566,70,68,0,121,122,117,111,112,107,42,566,68,563,0,121,117,119,111,107,109,42,562,608,565,0,123,124,125,113,114,115,42,562,72,608,0,123,126,124,113,116,114,42,561,72,562,0,127,126,123,117,116,113,42,561,73,72,0,127,128,126,117,118,116,42,65,73,569,0,107,128,108,99,118,100,42,569,73,561,0,108,128,127,100,118,117,42,560,62,570,0,120,129,130,110,119,120,42,560,69,62,0,120,118,129,110,108,119,42,564,71,544,0,131,132,72,121,122,64,42,544,71,51,0,72,132,75,64,122,67,42,47,607,567,0,65,133,134,57,123,124,42,543,47,567,0,67,65,134,59,57,124,42,610,611,609,0,135,136,137,125,126,127,42,610,612,611,0,135,138,136,125,128,126,42,615,616,614,0,139,140,141,129,130,131,42,616,618,614,0,140,142,141,130,132,131,42,609,615,610,0,137,139,135,127,129,125,42,609,616,615,0,137,140,139,127,130,129,42,621,623,620,0,143,144,145,133,134,135,42,621,624,623,0,143,146,144,133,136,134,42,621,625,624,0,143,147,146,133,137,136,42,621,626,625,0,143,148,147,133,138,137,42,618,626,614,0,142,148,141,132,138,131,42,625,626,618,0,147,148,142,137,138,132,42,630,631,628,0,149,150,151,139,140,141,42,630,632,631,0,149,152,150,139,142,140,42,93,635,633,0,153,154,155,143,144,145,42,93,95,635,0,153,156,154,143,146,144,42,638,639,633,0,157,158,155,147,148,145,42,633,639,93,0,155,158,153,145,148,143,42,635,643,642,0,154,159,160,144,149,150,42,95,643,635,0,156,159,154,146,149,144,42,646,649,643,0,161,162,159,151,152,149,42,643,649,642,0,159,162,160,149,152,150,42,612,639,638,0,138,158,157,128,148,147,42,612,638,611,0,138,157,136,128,147,126,42,74,76,47,0,163,164,65,153,154,57,42,46,74,47,0,64,163,65,56,153,57,42,49,79,78,0,69,165,166,61,155,156,42,48,79,49,0,68,165,69,60,155,61,42,51,77,50,0,75,167,73,67,157,65,42,50,77,75,0,73,167,168,65,157,158,42,75,79,48,0,168,165,68,158,155,60,42,50,75,48,0,73,168,68,65,158,60,42,582,632,583,0,50,152,48,45,142,43,42,631,632,582,0,150,152,50,140,142,45,42,88,90,35,0,169,170,171,159,160,161,42,39,88,35,0,172,169,171,162,159,161,42,82,622,584,0,173,174,92,163,164,84,42,43,82,584,0,175,173,92,165,163,84,42,52,619,586,0,79,176,61,71,166,53,42,613,87,53,0,177,178,81,167,168,73,42,592,613,53,0,80,177,81,72,167,73,42,54,83,52,0,85,179,79,77,169,71,42,52,83,619,0,79,179,176,71,169,166,42,53,87,54,0,81,178,85,73,168,77,42,54,87,83,0,85,178,179,77,168,169,42,35,90,36,0,171,170,58,161,160,50,42,36,90,40,0,58,170,56,50,160,48,42,84,85,56,0,180,181,87,170,171,79,42,55,84,56,0,86,180,87,78,170,79,42,85,86,57,0,181,182,90,171,172,82,42,56,85,57,0,87,181,90,79,171,82,42,584,622,593,0,92,174,93,84,164,85,42,57,86,58,0,90,182,95,82,172,87,42,58,86,81,0,95,182,183,87,172,173,42,594,617,59,0,100,184,98,92,174,90,42,59,617,80,0,98,184,185,90,174,175,42,59,80,46,0,98,185,64,90,175,56,42,46,80,74,0,64,185,163,56,175,153,42,577,91,572,0,60,186,187,52,176,177,42,41,91,577,0,62,186,60,54,176,52,42,572,91,629,0,187,186,188,177,176,178,42,572,629,579,0,187,188,189,177,178,179,42,651,652,630,0,190,191,149,180,181,139,42,628,651,630,0,151,190,149,141,180,139,42,578,103,596,0,192,193,194,182,183,184,42,89,103,578,0,195,193,192,185,183,182,42,595,102,581,0,196,197,198,186,187,188,42,581,102,627,0,198,197,199,188,187,189,42,650,656,654,0,200,201,202,190,191,192,42,100,105,648,0,203,204,205,193,193,194,42,597,641,599,0,103,206,104,95,195,96,42,641,648,599,0,206,205,104,195,194,96,42,601,645,99,0,116,207,208,106,196,196,42,602,644,65,0,106,209,107,98,197,99,42,606,655,601,0,115,210,116,105,198,106,42,602,656,647,0,106,201,211,98,191,199,42,599,653,604,0,104,212,213,96,200,201,42,101,104,598,0,214,215,216,202,202,202,42,92,94,69,0,217,218,118,203,204,108,42,68,92,69,0,117,217,118,107,203,108,42,68,96,92,0,117,219,217,107,205,203,42,70,96,68,0,122,219,117,112,205,107,42,72,634,608,0,126,220,124,116,206,114,42,634,640,608,0,220,221,124,206,207,114,42,73,644,636,0,128,209,222,118,197,208,42,65,644,73,0,107,209,128,99,197,118,42,69,94,62,0,118,218,129,108,204,119,42,94,98,62,0,218,223,129,204,209,119,42,73,636,72,0,128,222,126,118,208,116,42,72,636,634,0,126,222,220,116,208,206,42,76,637,47,0,164,224,65,154,210,57,42,47,637,607,0,65,224,133,57,210,123,42,71,77,51,0,132,167,75,122,157,67,42,71,97,77,0,132,225,167,122,211,157,42,106,107,61,0,226,227,102,212,213,94,42,61,107,60,0,102,227,101,94,213,93,42,103,108,596,0,193,228,194,183,214,184,42,596,108,657,0,194,228,229,184,214,215,42,595,109,102,0,196,230,197,186,216,187,42,658,109,595,0,231,230,196,217,216,186,42,651,660,652,0,190,232,191,180,218,181,42,652,660,659,0,191,232,233,181,218,219,42,541,605,603,0,234,235,236,220,221,220,42,541,603,539,0,234,236,237,220,220,222,42,5,655,606,0,15,210,115,10,198,105,42,5,606,542,0,15,115,13,10,105,8,42,604,653,4,0,213,212,19,201,200,14,42,540,604,4,0,17,213,19,12,201,14,42,532,654,534,0,238,202,239,223,192,224,42,654,656,534,0,202,201,239,192,191,224,42,663,666,662,0,240,241,242,225,225,225,42,663,667,666,0,240,243,241,225,225,225,42,671,674,670,0,244,245,246,225,225,225,42,671,675,674,0,244,247,245,225,225,225,42,679,682,678,0,248,249,250,226,226,226,42,679,683,682,0,248,251,249,226,226,226,42,687,690,686,0,252,253,254,225,225,225,42,687,691,690,0,252,255,253,225,225,225,42,695,698,694,0,256,257,258,225,225,225,42,695,699,698,0,256,259,257,225,225,225,42,703,706,702,0,260,261,262,225,225,225,42,703,707,706,0,260,263,261,225,225,225,42,664,709,668,0,264,265,266,227,227,227,42,709,710,668,0,265,267,266,227,227,227,42,661,711,111,0,268,269,270,228,228,228,42,111,711,134,0,270,269,271,228,228,228,42,135,712,113,0,272,273,274,229,229,229,42,113,712,665,0,274,273,275,229,229,229,42,112,137,110,0,276,277,278,230,230,230,42,110,137,136,0,278,277,279,230,230,230,42,672,713,676,0,280,281,282,231,231,231,42,713,714,676,0,281,283,282,231,231,231,42,116,140,114,0,284,285,286,232,232,232,42,140,141,114,0,285,287,286,232,232,232,42,139,715,117,0,288,289,290,229,229,229,42,117,715,673,0,290,289,291,229,229,229,42,669,716,115,0,292,293,294,228,228,228,42,115,716,138,0,294,293,295,228,228,228,42,688,717,692,0,296,297,298,233,233,233,42,717,718,692,0,297,299,298,233,233,233,42,680,719,684,0,300,301,302,234,235,235,42,719,720,684,0,301,303,302,235,236,235,42,145,721,121,0,272,273,274,237,229,229,42,121,721,681,0,274,273,275,229,229,229,42,677,722,119,0,268,269,270,228,228,228,42,119,722,144,0,270,269,271,228,228,228,42,685,723,123,0,268,269,270,228,228,228,42,123,723,142,0,270,269,271,228,228,238,42,143,724,125,0,272,273,274,237,229,229,42,125,724,689,0,274,273,275,229,229,229,42,124,149,122,0,304,305,306,239,239,239,42,122,149,148,0,306,305,307,239,239,239,42,120,146,118,0,308,309,310,240,241,241,42,146,147,118,0,309,311,310,241,242,241,42,693,725,127,0,292,293,294,228,228,228,42,725,151,127,0,293,295,294,228,228,228,42,152,728,129,0,288,289,290,229,229,229,42,129,728,697,0,290,289,291,229,229,229,42,128,153,126,0,312,313,314,243,243,243,42,126,153,150,0,314,313,315,243,243,243,42,696,726,700,0,316,317,318,244,244,244,42,726,727,700,0,317,319,318,244,244,244,42,704,729,708,0,320,321,322,245,245,245,42,729,730,708,0,321,323,322,245,245,245,42,132,156,130,0,324,325,326,246,246,246,42,156,157,130,0,325,327,326,246,246,246,42,155,731,133,0,288,289,290,229,229,229,42,133,731,705,0,290,289,291,229,229,229,42,701,732,131,0,292,293,294,228,228,228,42,131,732,154,0,294,293,295,228,228,228,42,736,738,734,0,328,329,330,247,247,247,42,736,740,738,0,328,331,329,247,247,247,42,744,746,742,0,332,333,334,248,248,248,42,744,748,746,0,332,335,333,248,248,248,42,752,754,750,0,336,337,338,249,249,249,42,752,756,754,0,336,339,337,249,249,249,42,760,762,758,0,340,341,342,250,250,251,42,760,764,762,0,340,343,341,250,249,250,42,768,770,766,0,344,345,346,252,252,252,42,768,772,770,0,344,347,345,252,252,252,42,776,778,774,0,348,349,350,247,247,247,42,776,780,778,0,348,351,349,247,247,247,42,784,786,782,0,352,353,354,253,253,253,42,784,788,786,0,352,355,353,253,253,253,42,792,794,790,0,356,357,358,254,254,254,42,792,796,794,0,356,359,357,254,254,254,42,800,802,798,0,360,361,362,255,255,255,42,800,804,802,0,360,363,361,255,255,255,42,808,810,806,0,364,365,366,256,256,252,42,808,812,810,0,364,367,365,256,257,256,42,816,818,814,0,368,369,370,256,256,257,42,816,820,818,0,368,371,369,256,252,256,42,824,826,822,0,372,373,374,255,255,255,42,824,828,826,0,372,375,373,255,255,255,42,737,829,158,0,376,377,378,258,259,259,42,829,207,158,0,377,379,378,259,260,259,42,159,208,739,0,380,381,382,261,262,262,42,208,832,739,0,381,383,382,262,263,262,42,163,210,747,0,384,385,386,264,265,265,42,210,834,747,0,385,387,386,265,266,265,42,745,835,162,0,388,389,390,267,268,268,42,835,213,162,0,389,391,390,268,269,268,42,171,214,763,0,392,393,394,270,271,271,42,214,838,763,0,393,395,394,271,272,271,42,753,839,166,0,396,397,398,273,274,274,42,839,217,166,0,397,399,398,274,275,274,42,167,218,755,0,400,401,402,270,271,271,42,218,842,755,0,401,403,402,271,272,271,42,761,843,170,0,404,405,406,276,277,277,42,843,221,170,0,405,407,406,277,278,277,42,199,222,819,0,408,409,410,270,279,279,42,222,846,819,0,409,411,410,279,280,279,42,203,224,827,0,412,413,414,281,282,282,42,224,848,827,0,413,415,414,282,283,282,42,175,226,771,0,416,417,418,284,285,285,42,226,850,771,0,417,419,418,285,286,285,42,769,851,174,0,420,421,422,287,288,288,42,851,229,174,0,421,423,422,288,289,288,42,777,853,178,0,424,425,426,290,258,258,42,853,231,178,0,425,427,426,258,290,258,42,765,852,767,0,428,429,430,291,292,292,42,767,852,849,0,430,429,431,292,292,293,42,179,232,779,0,432,433,434,294,295,295,42,232,856,779,0,433,435,434,295,296,295,42,181,233,230,0,436,437,438,297,298,297,42,181,230,180,0,436,438,439,297,297,299,42,773,854,775,0,428,429,430,228,228,228,42,854,855,775,0,429,431,430,228,228,228,42,227,228,177,0,437,438,436,229,237,237,42,177,228,176,0,436,438,439,237,237,229,42,733,830,735,0,428,429,430,228,228,228,42,830,831,735,0,429,431,430,228,228,228,42,785,857,182,0,440,441,442,300,301,301,42,857,235,182,0,441,443,442,301,302,301,42,183,236,787,0,444,445,446,303,304,304,42,236,860,787,0,445,447,446,304,304,304,42,781,858,783,0,448,449,450,305,306,306,42,858,859,783,0,449,451,450,306,307,306,42,238,239,189,0,452,453,454,308,309,309,42,189,239,188,0,454,453,455,309,309,310,42,187,240,795,0,456,457,458,311,312,312,42,795,240,861,0,458,457,459,312,312,313,42,793,862,186,0,460,461,462,314,315,315,42,862,241,186,0,461,463,462,315,314,315,42,789,864,791,0,448,449,450,228,238,238,42,791,864,863,0,450,449,451,238,238,228,42,741,836,743,0,448,449,450,238,228,228,42,743,836,833,0,450,449,451,228,228,228,42,185,237,234,0,454,452,453,229,229,229,42,185,234,184,0,454,453,455,229,229,237,42,242,243,193,0,464,465,466,229,229,229,42,193,243,192,0,466,465,467,229,229,229,42,749,840,751,0,468,469,470,228,228,228,42,840,841,751,0,469,471,470,228,228,228,42,805,867,807,0,468,469,470,228,228,228,42,867,868,807,0,469,471,470,228,228,228,42,809,869,194,0,472,473,474,273,316,316,42,194,869,244,0,474,473,475,316,316,317,42,197,247,246,0,466,464,465,318,319,318,42,197,246,196,0,466,465,467,318,318,320,42,797,871,799,0,468,469,470,321,322,322,42,871,872,799,0,469,471,470,322,323,322,42,801,866,190,0,476,477,478,324,325,325,42,866,248,190,0,477,479,478,325,326,325,42,191,249,803,0,480,481,482,327,327,327,42,803,249,865,0,482,481,483,327,327,270,42,195,245,811,0,484,485,486,328,329,329,42,245,870,811,0,485,487,486,329,330,329,42,817,873,198,0,488,489,490,331,332,332,42,873,251,198,0,489,491,490,332,333,332,42,825,875,202,0,492,493,494,334,335,335,42,875,253,202,0,493,495,494,335,336,335,42,757,844,759,0,496,497,498,228,238,238,42,759,844,837,0,498,497,499,238,238,228,42,225,252,205,0,500,501,502,229,237,237,42,205,252,204,0,502,501,503,237,237,229,42,813,874,815,0,496,497,498,228,238,238,42,815,874,845,0,498,497,499,238,238,228,42,223,250,201,0,500,501,502,337,338,338,42,201,250,200,0,502,501,503,338,338,339,42,821,876,823,0,496,497,498,340,341,341,42,823,876,847,0,498,497,499,341,341,342,42,161,209,206,0,436,437,438,229,229,229,42,161,206,160,0,436,438,439,229,229,229,42,211,212,165,0,452,453,454,229,237,237,42,165,212,164,0,454,453,455,237,237,229,42,169,219,216,0,466,464,465,229,229,229,42,169,216,168,0,466,465,467,229,229,229,42,215,220,173,0,500,501,502,237,237,237,42,173,220,172,0,502,501,503,237,237,229,42,255,880,254,0,504,505,506,343,344,343,42,255,257,880,0,504,507,505,343,345,344,42,259,882,881,0,508,509,510,346,347,348,42,259,261,882,0,508,511,509,346,349,347,42,883,263,881,0,512,513,510,350,351,348,42,881,263,259,0,510,513,508,348,351,346,42,884,265,883,0,514,515,512,352,353,350,42,883,265,263,0,512,515,513,350,353,351,42,257,884,880,0,507,514,505,345,352,344,42,257,265,884,0,507,515,514,345,353,352,42,261,885,882,0,511,516,509,349,354,347,42,261,267,885,0,511,517,516,349,355,354,42,886,888,885,0,518,519,516,356,356,354,42,267,886,885,0,517,518,516,355,356,354,42,271,272,270,0,520,521,522,357,358,359,42,271,273,272,0,520,523,521,357,358,358,42,275,276,274,0,524,525,526,360,361,362,42,275,277,276,0,524,527,525,360,363,361,42,277,278,276,0,527,528,525,363,364,361,42,277,279,278,0,527,529,528,363,365,364,42,279,280,278,0,529,530,528,365,366,364,42,279,281,280,0,529,531,530,365,367,366,42,280,281,270,0,530,531,522,366,367,359,42,270,281,271,0,522,531,520,359,367,357,42,282,283,274,0,532,533,526,368,369,362,42,274,283,275,0,526,533,524,362,369,360,42,282,284,283,0,532,534,533,368,370,369,42,284,285,283,0,534,535,533,370,371,369,42,889,891,878,0,536,537,538,372,373,373,42,256,889,878,0,539,536,538,374,372,373,42,890,892,877,0,540,541,542,238,238,238,42,877,892,879,0,542,541,543,238,238,228,42,269,900,898,0,544,545,546,237,237,237,42,268,900,269,0,547,545,544,237,237,237,42,887,899,897,0,548,549,550,375,375,376,42,887,897,266,0,548,550,551,375,376,377,42,893,894,258,0,552,553,554,378,379,380,42,260,893,258,0,555,552,554,381,378,380,42,894,895,262,0,553,556,557,379,382,383,42,258,894,262,0,554,553,557,380,379,383,42,895,896,264,0,556,558,559,382,384,385,42,262,895,264,0,557,556,559,383,382,385,42,256,896,889,0,539,558,536,374,384,372,42,264,896,256,0,559,558,539,385,384,374,42,260,897,893,0,555,550,552,381,376,378,42,266,897,260,0,551,550,555,377,376,381,42,287,904,286,0,560,561,562,386,386,386,42,904,905,286,0,561,563,562,386,386,386,42,291,910,290,0,564,565,566,386,386,386,42,910,911,290,0,565,567,566,386,387,386,42,916,918,914,0,568,569,570,388,388,388,42,918,920,914,0,569,571,570,388,388,388,42,924,926,921,0,572,573,574,388,388,388,42,926,927,921,0,573,575,574,388,388,388,42,932,934,929,0,576,577,578,388,388,388,42,934,935,929,0,577,579,578,388,388,388,42,939,941,938,0,580,581,582,388,388,388,42,941,943,938,0,581,583,582,388,388,388,42,947,949,944,0,584,585,586,388,388,388,42,949,950,944,0,585,587,586,388,388,388,42,955,957,953,0,588,589,590,388,388,388,42,957,959,953,0,589,591,590,388,388,388,42,319,962,960,0,592,593,594,389,389,390,42,319,321,962,0,592,595,593,389,391,389,42,323,968,966,0,596,597,598,391,391,389,42,323,325,968,0,596,599,597,391,391,391,42,295,326,296,0,600,601,602,392,393,393,42,326,327,296,0,601,603,602,393,394,393,42,303,328,304,0,567,604,605,395,396,396,42,328,329,304,0,604,606,605,396,397,396,42,294,330,972,0,562,560,561,398,398,398,42,294,972,915,0,562,561,563,398,398,398,42,973,977,917,0,594,592,593,399,399,399,42,917,977,919,0,593,592,595,399,399,400,42,978,333,925,0,594,592,593,399,399,399,42,925,333,301,0,593,592,595,399,399,400,42,975,334,933,0,594,592,593,401,401,401,42,933,334,305,0,593,592,595,401,401,402,42,302,335,974,0,562,560,561,386,386,386,42,302,974,931,0,562,561,563,386,386,386,42,936,980,930,0,607,608,597,403,404,404,42,980,981,930,0,608,609,597,404,405,404,42,297,331,913,0,610,611,612,406,407,407,42,913,331,976,0,612,611,613,407,407,408,42,336,983,306,0,564,565,566,386,386,386,42,306,983,307,0,566,565,567,386,386,409,42,307,337,308,0,567,604,605,409,410,410,42,337,338,308,0,604,606,605,410,411,410,42,984,985,940,0,598,596,597,402,412,412,42,940,985,942,0,597,596,599,412,412,402,42,986,341,948,0,598,596,597,413,414,399,42,948,341,313,0,597,596,599,399,414,413,42,309,339,937,0,607,608,597,415,416,416,42,937,339,982,0,597,608,609,416,416,417,42,317,342,952,0,610,611,612,418,419,419,42,342,988,952,0,611,613,612,419,420,419,42,956,989,987,0,597,598,596,399,413,399,42,956,987,958,0,597,596,599,399,399,413,42,954,990,316,0,600,601,602,421,422,422,42,316,990,344,0,602,601,603,422,422,423,42,343,345,314,0,564,565,566,398,424,424,42,314,345,315,0,566,565,567,424,424,398,42,299,346,300,0,614,615,616,392,425,425,42,300,346,332,0,616,615,564,425,425,426,42,298,347,991,0,562,560,561,427,428,427,42,298,991,923,0,562,561,563,427,427,427,42,928,979,922,0,617,596,618,429,430,430,42,979,992,922,0,596,619,618,430,431,430,42,348,994,310,0,564,565,566,427,427,427,42,310,994,946,0,566,565,567,427,427,427,42,311,349,312,0,614,615,616,432,433,433,42,312,349,340,0,616,615,564,433,433,434,42,951,341,945,0,617,596,618,435,414,436,42,341,993,945,0,596,619,618,414,437,436,42,288,320,289,0,620,621,622,438,438,439,42,318,320,288,0,623,621,620,440,438,438,42,906,963,901,0,624,625,626,388,388,388,42,963,964,901,0,625,627,626,388,388,388,42,902,965,961,0,628,629,630,441,442,441,42,902,961,903,0,628,630,631,441,441,405,42,292,324,293,0,620,621,622,443,443,444,42,322,324,292,0,623,621,620,445,443,443,42,908,971,967,0,628,629,630,446,447,446,42,908,967,909,0,628,630,631,446,446,417,42,912,969,907,0,632,633,634,388,388,388,42,969,970,907,0,633,635,634,388,388,388,42,351,997,995,0,636,637,638,448,388,449,42,351,998,997,0,636,639,637,448,450,388,42,351,354,998,0,636,640,639,448,451,450,42,1001,1003,999,0,641,642,643,452,388,453,42,1003,1004,999,0,642,644,643,388,450,453,42,1004,359,999,0,644,645,643,450,454,453,42,995,999,351,0,638,643,636,449,453,448,42,995,1001,999,0,638,641,643,449,452,453,42,351,1006,354,0,636,646,640,448,455,451,42,1006,1008,354,0,646,647,640,455,456,451,42,1011,1013,1010,0,648,649,650,457,457,458,42,363,1014,1012,0,651,652,653,459,460,461,42,1018,1020,1016,0,654,655,656,462,463,463,42,368,369,366,0,657,658,659,464,465,466,42,1015,1025,1023,0,660,661,662,467,468,469,42,1025,1026,1023,0,661,663,662,468,470,469,42,363,1024,1014,0,651,664,652,459,471,460,42,374,375,373,0,665,666,667,472,472,473,42,1030,1032,1027,0,668,669,670,474,475,476,42,360,377,361,0,671,672,673,477,478,479,42,377,378,361,0,672,674,673,478,480,479,42,360,379,377,0,671,675,672,477,481,478,42,1035,1037,1022,0,676,677,678,482,483,484,42,1035,1038,1037,0,676,679,677,482,485,483,42,1041,1042,1039,0,680,681,682,486,487,487,42,384,386,385,0,683,684,685,488,489,490,42,387,388,355,0,686,687,688,491,492,493,42,1005,1046,1000,0,689,690,691,494,495,496,42,1005,389,1046,0,689,692,690,494,497,495,42,369,381,366,0,658,693,659,465,498,466,42,355,388,1007,0,688,687,694,493,492,499,42,1007,388,1034,0,694,687,695,499,492,500,42,391,392,390,0,696,697,698,501,501,502,42,391,393,392,0,696,699,697,501,503,501,42,395,1048,394,0,700,686,701,504,505,506,42,1051,399,397,0,702,703,704,507,508,509,42,1054,402,400,0,705,706,707,510,511,512,42,400,402,399,0,707,706,703,512,511,508,42,399,402,397,0,703,706,704,508,511,509,42,1053,1059,1057,0,708,686,709,513,514,515,42,1049,1058,1047,0,710,711,712,516,516,517,42,1047,1058,400,0,712,711,707,517,516,512,42,378,395,394,0,674,700,701,480,504,506,42,378,394,361,0,674,701,673,480,506,479,42,359,1054,400,0,645,705,707,454,510,512,42,1004,1054,359,0,644,705,645,450,510,454,42,1053,1057,389,0,708,709,692,513,515,497,42,1005,1053,389,0,689,708,692,494,513,497,42,354,399,1051,0,640,703,702,451,508,507,42,354,1051,998,0,640,702,639,451,507,450,42,1008,1047,354,0,647,712,640,456,517,451,42,1047,399,354,0,712,703,640,517,508,451,42,1061,407,1060,0,713,714,715,518,519,520,42,407,1063,1060,0,714,716,715,519,521,520,42,1061,1064,407,0,713,717,714,518,522,519,42,1064,1066,407,0,717,718,714,522,523,519,42,1063,1068,1067,0,716,719,720,521,524,525,42,407,1068,1063,0,714,719,716,519,524,521,42,1066,1069,1068,0,718,721,719,523,526,524,42,1066,1068,407,0,718,719,714,523,524,519,42,415,416,1070,0,722,723,724,527,528,529,42,416,1071,1070,0,723,725,724,528,530,529,42,415,418,416,0,722,726,723,527,531,528,42,420,421,419,0,727,728,729,229,229,229,42,421,422,419,0,728,730,729,229,229,229,42,424,425,423,0,731,732,733,532,533,534,42,423,426,424,0,733,734,731,534,535,532,42,426,427,424,0,734,735,731,535,536,532,42,1079,1080,1077,0,736,737,738,537,538,537,42,1080,1081,1077,0,737,739,738,538,539,537,42,1010,1066,1064,0,650,718,717,458,523,522,42,1012,1065,1009,0,653,740,741,461,540,541,42,1060,1063,1018,0,715,716,654,520,521,462,42,367,408,368,0,742,743,657,542,543,464,42,1027,1071,1028,0,670,725,744,476,530,544,42,1028,1071,416,0,744,725,723,544,530,528,42,364,413,410,0,745,746,747,545,546,547,42,365,413,364,0,748,746,745,548,546,545,42,370,413,365,0,749,746,748,549,546,548,42,416,418,1028,0,723,726,744,528,531,544,42,1029,1072,1031,0,750,751,752,550,550,551,42,370,418,413,0,749,726,746,549,531,546,42,1030,418,370,0,668,726,749,474,531,549,42,383,427,384,0,753,735,683,552,536,488,42,424,427,383,0,731,735,753,532,536,552,42,1021,411,380,0,754,755,756,553,554,555,42,411,425,380,0,755,732,756,554,533,555,42,380,425,385,0,756,732,685,555,533,490,42,383,425,424,0,753,732,731,552,533,532,42,1043,1073,1040,0,757,758,759,556,557,557,42,428,431,358,0,760,761,673,558,559,560,42,358,431,401,0,673,761,762,560,559,561,42,398,430,353,0,763,764,689,562,563,564,42,353,430,1078,0,689,764,765,564,563,565,42,1062,411,1019,0,766,755,767,566,554,567,42,1019,411,1021,0,767,755,754,567,554,553,42,1084,1086,1082,0,768,769,770,568,569,570,42,1084,1087,1086,0,768,771,769,568,571,569,42,434,436,432,0,772,773,774,572,573,574,42,434,437,436,0,772,775,773,572,575,573,42,436,438,432,0,773,776,774,573,576,574,42,1091,1092,1089,0,777,778,779,577,578,579,42,1091,1094,1092,0,777,780,778,577,580,578,42,1091,443,1094,0,777,781,780,577,581,580,42,1091,444,443,0,777,782,781,577,581,581,42,444,1096,443,0,782,783,781,581,582,581,42,1096,1098,443,0,783,784,781,582,582,581,42,448,449,447,0,785,786,787,583,568,584,42,448,450,449,0,785,788,786,583,585,568,42,1102,1105,1099,0,789,790,791,586,587,588,42,1105,452,1099,0,790,792,791,587,589,588,42,1101,453,451,0,793,794,795,590,591,592,42,1088,453,1101,0,796,794,793,593,591,590,42,1088,1101,1083,0,796,793,797,593,590,594,42,449,450,1084,0,786,788,768,568,585,568,42,1082,449,1084,0,770,786,768,570,568,568,42,455,1107,1106,0,798,799,800,595,596,597,42,1107,1108,1106,0,799,801,800,596,598,597,42,455,1110,1107,0,798,802,799,595,599,596,42,1110,1112,1107,0,802,803,799,599,600,596,42,1113,1114,460,0,804,805,806,601,602,603,42,1114,463,460,0,805,807,806,602,604,603,42,465,466,464,0,808,809,810,605,606,607,42,465,467,466,0,808,811,809,605,608,606,42,1121,1123,468,0,812,795,813,609,610,611,42,1126,1128,1124,0,814,815,816,612,613,614,42,1128,1129,1124,0,815,817,816,613,615,614,42,475,476,1124,0,818,819,816,616,617,614,42,1124,476,1126,0,816,819,814,614,617,612,42,1132,1133,1129,0,820,821,817,618,619,615,42,1128,1132,1129,0,815,820,817,613,618,615,42,480,481,1134,0,795,813,812,620,621,622,42,1134,481,470,0,812,813,822,622,621,623,42,469,1134,470,0,823,812,822,624,622,623,42,1122,1138,479,0,824,825,826,625,626,627,42,1138,483,479,0,825,827,826,626,628,627,42,1087,1138,1086,0,771,825,769,571,626,569,42,1086,1138,1122,0,769,825,824,569,626,625,42,434,468,437,0,772,813,775,572,611,575,42,434,1121,468,0,772,812,813,572,609,611,42,447,483,448,0,787,827,785,584,628,583,42,479,483,447,0,826,827,787,627,628,584,42,452,1136,1099,0,792,794,791,589,629,588,42,1099,1136,1135,0,791,794,828,588,629,630,42,485,486,484,0,829,830,831,631,632,633,42,488,489,487,0,832,833,834,634,635,636,42,491,492,490,0,835,836,837,637,638,639,42,1148,495,493,0,838,839,840,640,641,642,42,484,1149,485,0,831,841,829,633,643,631,42,1149,1151,485,0,841,842,829,643,644,631,42,1152,499,1151,0,843,844,842,645,646,644,42,1151,499,485,0,842,844,829,644,646,631,42,486,492,491,0,830,836,835,632,638,637,42,460,492,486,0,806,836,830,603,638,632,42,492,500,490,0,836,845,837,638,647,639,42,492,501,500,0,836,846,845,638,648,647,42,1154,1156,1145,0,847,848,849,649,650,651,42,503,504,502,0,850,851,852,652,653,654,42,1156,1159,1145,0,848,853,849,650,655,651,42,463,501,460,0,807,846,806,604,648,603,42,460,501,492,0,806,846,836,603,648,638,42,460,499,1152,0,806,844,843,603,646,645,42,460,1152,1113,0,806,843,804,603,645,601,42,457,505,491,0,854,855,835,656,657,637,42,456,505,457,0,856,855,854,658,657,656,42,491,504,457,0,835,851,854,637,653,656,42,490,504,491,0,837,851,835,639,653,637,42,457,503,454,0,854,850,857,656,652,659,42,1109,1159,1158,0,858,853,859,660,655,661,42,458,1161,1111,0,860,861,862,662,663,664,42,506,507,459,0,863,864,865,665,666,667,42,485,499,486,0,829,844,830,631,646,632,42,486,499,460,0,830,844,806,632,646,603,42,508,1165,433,0,866,867,868,668,669,670,42,433,1165,435,0,868,867,772,670,669,671,42,435,1165,1137,0,772,867,869,671,669,672,42,465,510,467,0,808,870,811,605,673,608,42,495,510,465,0,839,870,808,641,673,605,42,511,512,465,0,871,872,808,674,675,605,42,464,511,465,0,810,871,808,607,674,605,42,1148,1168,495,0,838,873,839,640,676,641,42,495,1168,510,0,839,873,870,641,676,673,42,489,512,487,0,833,872,834,635,675,636,42,465,512,489,0,808,872,833,605,675,635,42,493,495,489,0,840,839,833,642,641,635,42,489,495,465,0,833,839,808,635,641,605,42,487,514,488,0,834,874,832,636,677,634,42,487,515,514,0,834,875,874,636,678,677,42,511,515,512,0,871,875,872,674,678,675,42,512,515,487,0,872,875,834,675,678,636,42,1104,1174,1173,0,876,877,878,679,680,679,42,1100,1174,1104,0,791,877,876,681,680,679,42,1140,1174,1100,0,879,877,791,682,680,681,42,494,518,513,0,880,881,882,683,684,685,42,1111,1163,493,0,862,883,840,664,686,642,42,493,1163,1148,0,840,883,838,642,686,640,42,1161,1175,1163,0,861,884,883,663,687,686,42,507,518,494,0,864,881,880,666,684,683,42,493,505,1111,0,840,855,862,642,657,664,42,1111,505,456,0,862,855,856,664,657,658,42,1103,1164,1085,0,885,886,887,688,688,689,42,1103,516,1164,0,885,877,886,688,690,688,42,482,509,1139,0,888,889,890,691,692,692,42,509,517,1139,0,889,867,890,692,693,692,42,1017,1162,405,0,891,892,893,694,695,696,42,405,1162,1110,0,893,892,802,696,695,599,42,366,518,506,0,659,881,863,466,684,665,42,366,506,367,0,659,863,742,466,665,542,42,412,1147,411,0,894,895,755,697,698,554,42,412,1160,1147,0,894,896,895,697,699,698,42,413,1146,412,0,746,897,894,546,700,697,42,1146,1160,412,0,897,896,894,700,699,697,42,405,1110,455,0,893,802,798,696,599,595,42,405,455,406,0,893,798,898,696,595,701,42,409,455,1106,0,899,798,800,702,595,597,42,406,455,409,0,898,798,899,701,595,702,42,1142,1146,418,0,900,897,726,703,700,531,42,418,1146,413,0,726,897,746,531,700,546,42,1116,519,1155,0,901,902,903,704,705,706,42,519,520,1155,0,902,904,903,705,707,706,42,1153,1155,372,0,905,903,906,708,706,709,42,371,1153,372,0,907,905,906,710,708,709,42,363,1154,1024,0,651,847,664,459,649,471,42,363,1156,1154,0,651,848,847,459,650,649,42,409,1157,362,0,899,908,909,702,711,712,42,1106,1157,409,0,800,908,899,597,711,702,42,363,1158,1156,0,651,859,848,459,661,650,42,1009,1158,363,0,741,859,651,541,661,459,42,373,498,497,0,667,910,911,473,713,714,42,373,497,417,0,667,911,912,473,714,715,42,376,461,373,0,913,914,667,716,717,473,42,461,498,373,0,914,910,667,717,713,473,42,415,1141,418,0,722,915,726,527,718,531,42,1141,1142,418,0,915,900,726,718,703,531,42,520,521,1155,0,904,916,903,707,719,706,42,1155,521,372,0,903,916,906,706,719,709,42,1070,1150,1141,0,724,917,915,529,720,718,42,1070,1141,415,0,724,915,722,529,718,527,42,417,497,414,0,912,911,918,715,714,721,42,414,497,496,0,918,911,919,721,714,722,42,519,522,521,0,902,920,916,705,723,719,42,519,521,520,0,902,916,904,705,719,707,42,379,438,377,0,675,776,672,481,576,478,42,377,438,436,0,672,776,773,478,576,573,42,377,436,378,0,672,773,674,478,573,480,42,436,437,378,0,773,775,674,573,575,480,42,437,468,378,0,775,813,674,575,611,480,42,378,468,395,0,674,813,700,480,611,504,42,395,1123,1048,0,700,795,686,504,610,505,42,468,1123,395,0,813,795,700,611,610,504,42,425,1147,1144,0,732,895,921,533,698,724,42,411,1147,425,0,755,895,732,554,698,533,42,1166,523,1120,0,922,923,924,725,726,727,42,1166,524,523,0,922,925,923,725,728,726,42,1076,1097,445,0,926,927,928,729,730,729,42,1076,445,429,0,926,928,929,729,729,731,42,1080,1132,1081,0,737,820,739,538,618,539,42,1080,1133,1132,0,737,821,820,538,619,618,42,1166,525,524,0,922,930,925,725,732,728,42,382,525,1166,0,931,930,922,733,732,725,42,425,1143,423,0,732,932,733,533,734,534,42,425,1144,1143,0,732,921,932,533,724,734,42,1143,1170,426,0,932,933,734,734,735,535,42,423,1143,426,0,733,932,734,534,734,535,42,1074,1172,1075,0,934,935,936,736,737,738,42,1171,1172,1074,0,937,935,934,739,737,736,42,1041,1172,1167,0,680,935,938,486,737,740,42,1075,1172,1041,0,936,935,680,738,737,486,42,1166,1169,382,0,922,939,931,725,741,733,42,382,1169,1036,0,931,939,940,733,741,742,42,525,526,523,0,930,941,923,732,743,726,42,524,525,523,0,925,930,923,728,732,726,42,1041,1117,1044,0,680,942,943,486,744,745,42,1041,1167,1117,0,680,938,942,486,740,744,42,1056,1131,1130,0,944,945,946,746,747,748,42,1056,1130,1050,0,944,946,947,746,748,749,42,439,441,356,0,948,949,950,750,751,752,42,350,439,356,0,951,948,950,753,750,752,42,387,453,388,0,686,794,687,491,591,492,42,451,453,387,0,795,794,686,592,591,491,42,389,1105,1046,0,692,790,690,497,587,495,42,389,452,1105,0,692,792,790,497,589,587,42,389,1136,452,0,692,794,792,497,629,589,42,1057,1136,389,0,709,794,692,515,629,497,42,404,481,403,0,952,813,953,754,621,755,42,403,481,480,0,953,813,795,755,621,620,42,431,477,401,0,761,954,762,559,756,561,42,401,477,473,0,762,954,955,561,756,757,42,401,473,472,0,762,955,956,561,757,758,42,1055,1131,1056,0,957,945,944,759,747,746,42,1127,1131,1055,0,958,945,957,760,747,759,42,442,446,358,0,959,960,673,761,762,560,42,358,446,428,0,673,960,760,560,762,558,42,356,441,1002,0,950,949,961,752,751,763,42,441,1093,1002,0,949,962,961,751,764,763,42,357,442,358,0,963,959,673,765,761,560,42,398,478,430,0,763,964,764,562,766,563,42,474,478,398,0,965,964,763,767,766,562,42,471,474,398,0,966,965,763,768,767,562,42,1050,1130,1052,0,947,946,967,749,748,769,42,1052,1130,1125,0,967,946,968,769,748,770,42,1078,1095,353,0,765,969,689,565,771,564,42,353,1095,1090,0,689,969,970,564,771,772,42,352,439,350,0,971,948,951,773,750,753,42,352,440,439,0,971,972,948,773,774,750,42,353,1090,996,0,689,970,973,564,772,775,42,381,513,366,0,693,882,659,498,685,466,42,513,518,366,0,882,881,659,685,684,466,42,388,1088,1034,0,687,796,695,492,593,500,42,388,453,1088,0,687,794,796,492,591,593,42,470,481,404,0,822,813,952,623,621,754,42,396,470,404,0,974,822,952,776,623,754,42,461,527,462,0,914,975,976,717,777,778,42,376,527,461,0,913,975,914,716,777,717,42,1115,1176,1116,0,977,978,901,779,780,704,42,1176,528,1116,0,978,979,901,780,781,704,42,521,528,372,0,916,979,906,719,781,709,42,522,528,521,0,920,979,916,723,781,719,42,1031,1177,1033,0,752,980,981,551,782,783,42,1031,1178,1177,0,752,982,980,551,784,782,42,1026,1178,1031,0,663,982,752,470,784,551,42,1026,1031,1023,0,663,752,662,470,551,469,42,519,528,522,0,902,979,920,705,781,723,42,1116,528,519,0,901,979,902,704,781,705,42,382,529,525,0,931,983,930,733,785,732,42,525,529,526,0,930,983,941,732,785,743,42,1045,1181,1043,0,984,985,757,786,787,556,42,1043,1181,1179,0,757,985,986,556,787,788,42,1043,1179,1038,0,757,986,679,556,788,485,42,1035,1043,1038,0,676,757,679,482,556,485,42,526,529,523,0,941,983,923,743,785,726,42,523,529,1120,0,923,983,924,726,785,727,42,1120,530,1118,0,924,987,988,727,789,790,42,529,530,1120,0,983,987,924,785,789,727,42,1119,1180,1117,0,989,990,942,791,792,744,42,1117,1180,1044,0,942,990,943,744,792,745] -} diff --git a/public/3d/models/pvm.json b/public/3d/models/pvm.json deleted file mode 100644 index 9d9370b..0000000 --- a/public/3d/models/pvm.json +++ /dev/null @@ -1,1307 +0,0 @@ -{ - "metadata": { - "version": 4.5, - "type": "Object", - "generator": "Object3D.toJSON" - }, - "geometries": [ - { - "uuid": "F7EB5E49-1CCA-4557-902B-2312B02A8287", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [13.82677,0.787402,13.51575,0.047244,14.17323,13.51575,0.047244,0.787402,13.51575,0.047244,14.17323,13.51575,13.82677,0.787402,13.51575,13.82677,14.17323,13.51575,13.82677,14.17323,0.129921,13.82677,0.787402,13.51575,13.82677,0.787402,0.129921,13.82677,0.787402,13.51575,13.82677,14.17323,0.129921,13.82677,8.169291,9.397638,13.82677,8.169291,9.397638,13.82677,14.17323,0.129921,13.82677,11.81102,9.397638,13.82677,11.81102,9.397638,13.82677,14.17323,0.129921,13.82677,11.81102,11.15354,13.82677,0.787402,13.51575,13.82677,8.169291,11.15354,13.82677,14.17323,13.51575,13.82677,8.169291,11.15354,13.82677,0.787402,13.51575,13.82677,8.169291,9.397638,13.82677,14.17323,13.51575,13.82677,8.169291,11.15354,13.82677,11.81102,11.15354,13.82677,14.17323,13.51575,13.82677,11.81102,11.15354,13.82677,14.17323,0.129921,0.047244,0.787402,13.51575,0.047244,8.169291,11.15354,0.047244,0.787402,0.129921,0.047244,8.169291,11.15354,0.047244,0.787402,13.51575,0.047244,14.17323,13.51575,0.047244,8.169291,11.15354,0.047244,14.17323,13.51575,0.047244,11.81102,11.15354,0.047244,11.81102,11.15354,0.047244,14.17323,13.51575,0.047244,11.81102,9.397638,0.047244,0.787402,0.129921,0.047244,8.169291,9.397638,0.047244,14.17323,0.129921,0.047244,8.169291,9.397638,0.047244,0.787402,0.129921,0.047244,8.169291,11.15354,0.047244,14.17323,0.129921,0.047244,8.169291,9.397638,0.047244,11.81102,9.397638,0.047244,14.17323,0.129921,0.047244,11.81102,9.397638,0.047244,14.17323,13.51575,0.047244,14.17323,0.129921,1.24557,12.5812,0.129921,0.047244,0.787402,0.129921,1.24557,12.5812,0.129921,0.047244,14.17323,0.129921,1.258985,12.6831,0.129921,1.258985,12.6831,0.129921,0.047244,14.17323,0.129921,1.298316,12.77805,0.129921,1.298316,12.77805,0.129921,0.047244,14.17323,0.129921,1.360882,12.85959,0.129921,1.360882,12.85959,0.129921,0.047244,14.17323,0.129921,1.44242,12.92216,0.129921,1.44242,12.92216,0.129921,0.047244,14.17323,0.129921,1.537374,12.96149,0.129921,1.537374,12.96149,0.129921,0.047244,14.17323,0.129921,1.639271,12.9749,0.129921,1.639271,12.9749,0.129921,0.047244,14.17323,0.129921,13.82677,14.17323,0.129921,1.639271,12.9749,0.129921,13.82677,14.17323,0.129921,1.741168,12.96149,0.129921,1.741168,12.96149,0.129921,13.82677,14.17323,0.129921,1.836121,12.92216,0.129921,1.836121,12.92216,0.129921,13.82677,14.17323,0.129921,1.917659,12.85959,0.129921,1.917659,12.85959,0.129921,13.82677,14.17323,0.129921,1.980226,12.77805,0.129921,1.980226,12.77805,0.129921,13.82677,14.17323,0.129921,2.019557,12.6831,0.129921,2.019557,12.6831,0.129921,13.82677,14.17323,0.129921,2.032972,12.5812,0.129921,2.032972,12.5812,0.129921,13.82677,14.17323,0.129921,12.03789,12.92216,0.129921,2.032972,12.5812,0.129921,12.03789,12.92216,0.129921,11.95636,12.85959,0.129921,2.032972,12.5812,0.129921,11.95636,12.85959,0.129921,2.032972,2.379428,0.129921,2.032972,2.379428,0.129921,11.95636,12.85959,0.129921,11.89379,12.77805,0.129921,2.032972,2.379428,0.129921,11.89379,12.77805,0.129921,11.85446,12.6831,0.129921,2.032972,2.379428,0.129921,11.85446,12.6831,0.129921,11.84104,12.5812,0.129921,12.03789,12.92216,0.129921,13.82677,14.17323,0.129921,12.13285,12.96149,0.129921,12.13285,12.96149,0.129921,13.82677,14.17323,0.129921,12.23474,12.9749,0.129921,12.23474,12.9749,0.129921,13.82677,14.17323,0.129921,12.33664,12.96149,0.129921,12.33664,12.96149,0.129921,13.82677,14.17323,0.129921,12.4316,12.92216,0.129921,12.4316,12.92216,0.129921,13.82677,14.17323,0.129921,12.51313,12.85959,0.129921,12.51313,12.85959,0.129921,13.82677,14.17323,0.129921,12.5757,12.77805,0.129921,12.5757,12.77805,0.129921,13.82677,14.17323,0.129921,12.61503,12.6831,0.129921,12.61503,12.6831,0.129921,13.82677,14.17323,0.129921,12.62845,12.5812,0.129921,12.62845,12.5812,0.129921,13.82677,14.17323,0.129921,12.62845,2.379428,0.129921,0.047244,0.787402,0.129921,1.639271,1.985727,0.129921,13.82677,0.787402,0.129921,1.639271,1.985727,0.129921,0.047244,0.787402,0.129921,1.537374,1.999142,0.129921,1.537374,1.999142,0.129921,0.047244,0.787402,0.129921,1.44242,2.038473,0.129921,1.44242,2.038473,0.129921,0.047244,0.787402,0.129921,1.360882,2.10104,0.129921,1.360882,2.10104,0.129921,0.047244,0.787402,0.129921,1.298316,2.182578,0.129921,1.298316,2.182578,0.129921,0.047244,0.787402,0.129921,1.258985,2.277531,0.129921,1.258985,2.277531,0.129921,0.047244,0.787402,0.129921,1.24557,2.379428,0.129921,1.24557,2.379428,0.129921,0.047244,0.787402,0.129921,1.24557,12.5812,0.129921,13.82677,0.787402,0.129921,1.639271,1.985727,0.129921,1.741168,1.999142,0.129921,13.82677,0.787402,0.129921,1.741168,1.999142,0.129921,1.836121,2.038473,0.129921,13.82677,0.787402,0.129921,1.836121,2.038473,0.129921,1.917659,2.10104,0.129921,13.82677,0.787402,0.129921,1.917659,2.10104,0.129921,1.980226,2.182578,0.129921,13.82677,0.787402,0.129921,1.980226,2.182578,0.129921,2.019557,2.277531,0.129921,13.82677,0.787402,0.129921,2.019557,2.277531,0.129921,2.032972,2.379428,0.129921,13.82677,0.787402,0.129921,2.032972,2.379428,0.129921,12.03789,2.038473,0.129921,12.03789,2.038473,0.129921,2.032972,2.379428,0.129921,11.95636,2.10104,0.129921,11.95636,2.10104,0.129921,2.032972,2.379428,0.129921,11.89379,2.182578,0.129921,11.89379,2.182578,0.129921,2.032972,2.379428,0.129921,11.85446,2.277531,0.129921,11.85446,2.277531,0.129921,2.032972,2.379428,0.129921,11.84104,2.379428,0.129921,11.84104,2.379428,0.129921,2.032972,2.379428,0.129921,11.84104,12.5812,0.129921,13.82677,0.787402,0.129921,12.03789,2.038473,0.129921,12.13285,1.999142,0.129921,13.82677,0.787402,0.129921,12.13285,1.999142,0.129921,12.23474,1.985727,0.129921,13.82677,0.787402,0.129921,12.23474,1.985727,0.129921,12.33664,1.999142,0.129921,13.82677,0.787402,0.129921,12.33664,1.999142,0.129921,12.4316,2.038473,0.129921,13.82677,0.787402,0.129921,12.4316,2.038473,0.129921,12.51313,2.10104,0.129921,13.82677,0.787402,0.129921,12.51313,2.10104,0.129921,12.5757,2.182578,0.129921,13.82677,0.787402,0.129921,12.5757,2.182578,0.129921,12.61503,2.277531,0.129921,13.82677,0.787402,0.129921,12.61503,2.277531,0.129921,12.62845,2.379428,0.129921,13.82677,0.787402,0.129921,12.62845,2.379428,0.129921,13.82677,14.17323,0.129921,11.85446,12.4793,0.129921,11.84104,2.379428,0.129921,11.84104,12.5812,0.129921,11.84104,2.379428,0.129921,11.85446,12.4793,0.129921,11.85446,2.481326,0.129921,11.85446,2.481326,0.129921,11.85446,12.4793,0.129921,11.89379,12.38435,0.129921,11.85446,2.481326,0.129921,11.89379,12.38435,0.129921,11.89379,2.576279,0.129921,11.89379,2.576279,0.129921,11.89379,12.38435,0.129921,11.95636,12.30281,0.129921,11.89379,2.576279,0.129921,11.95636,12.30281,0.129921,11.95636,2.657817,0.129921,11.95636,2.657817,0.129921,11.95636,12.30281,0.129921,12.03789,12.24025,0.129921,11.95636,2.657817,0.129921,12.03789,12.24025,0.129921,12.03789,2.720383,0.129921,12.03789,2.720383,0.129921,12.03789,12.24025,0.129921,12.13285,12.20092,0.129921,12.03789,2.720383,0.129921,12.13285,12.20092,0.129921,12.13285,2.759714,0.129921,12.13285,2.759714,0.129921,12.13285,12.20092,0.129921,12.23474,12.1875,0.129921,12.13285,2.759714,0.129921,12.23474,12.1875,0.129921,12.23474,2.773129,0.129921,12.23474,2.773129,0.129921,12.23474,12.1875,0.129921,12.33664,12.20092,0.129921,12.23474,2.773129,0.129921,12.33664,12.20092,0.129921,12.33664,2.759714,0.129921,12.33664,2.759714,0.129921,12.33664,12.20092,0.129921,12.4316,12.24025,0.129921,12.33664,2.759714,0.129921,12.4316,12.24025,0.129921,12.4316,2.720383,0.129921,12.4316,2.720383,0.129921,12.4316,12.24025,0.129921,12.51313,12.30281,0.129921,12.4316,2.720383,0.129921,12.51313,12.30281,0.129921,12.51313,2.657817,0.129921,12.51313,2.657817,0.129921,12.51313,12.30281,0.129921,12.5757,12.38435,0.129921,12.51313,2.657817,0.129921,12.5757,12.38435,0.129921,12.5757,2.576279,0.129921,12.5757,2.576279,0.129921,12.5757,12.38435,0.129921,12.61503,12.4793,0.129921,12.5757,2.576279,0.129921,12.61503,12.4793,0.129921,12.61503,2.481326,0.129921,12.61503,2.481326,0.129921,12.61503,12.4793,0.129921,12.62845,12.5812,0.129921,12.61503,2.481326,0.129921,12.62845,12.5812,0.129921,12.62845,2.379428,0.129921,1.258985,12.4793,0.129921,1.24557,2.379428,0.129921,1.24557,12.5812,0.129921,1.24557,2.379428,0.129921,1.258985,12.4793,0.129921,1.258985,2.481326,0.129921,1.258985,2.481326,0.129921,1.258985,12.4793,0.129921,1.298316,12.38435,0.129921,1.258985,2.481326,0.129921,1.298316,12.38435,0.129921,1.298316,2.576279,0.129921,1.298316,2.576279,0.129921,1.298316,12.38435,0.129921,1.360882,12.30281,0.129921,1.298316,2.576279,0.129921,1.360882,12.30281,0.129921,1.360882,2.657817,0.129921,1.360882,2.657817,0.129921,1.360882,12.30281,0.129921,1.44242,12.24025,0.129921,1.360882,2.657817,0.129921,1.44242,12.24025,0.129921,1.44242,2.720383,0.129921,1.44242,2.720383,0.129921,1.44242,12.24025,0.129921,1.537374,12.20092,0.129921,1.44242,2.720383,0.129921,1.537374,12.20092,0.129921,1.537374,2.759714,0.129921,1.537374,2.759714,0.129921,1.537374,12.20092,0.129921,1.639271,12.1875,0.129921,1.537374,2.759714,0.129921,1.639271,12.1875,0.129921,1.639271,2.773129,0.129921,1.639271,2.773129,0.129921,1.639271,12.1875,0.129921,1.741168,12.20092,0.129921,1.639271,2.773129,0.129921,1.741168,12.20092,0.129921,1.741168,2.759714,0.129921,1.741168,2.759714,0.129921,1.741168,12.20092,0.129921,1.836121,12.24025,0.129921,1.741168,2.759714,0.129921,1.836121,12.24025,0.129921,1.836121,2.720383,0.129921,1.836121,2.720383,0.129921,1.836121,12.24025,0.129921,1.917659,12.30281,0.129921,1.836121,2.720383,0.129921,1.917659,12.30281,0.129921,1.917659,2.657817,0.129921,1.917659,2.657817,0.129921,1.917659,12.30281,0.129921,1.980226,12.38435,0.129921,1.917659,2.657817,0.129921,1.980226,12.38435,0.129921,1.980226,2.576279,0.129921,1.980226,2.576279,0.129921,1.980226,12.38435,0.129921,2.019557,12.4793,0.129921,1.980226,2.576279,0.129921,2.019557,12.4793,0.129921,2.019557,2.481326,0.129921,2.019557,2.481326,0.129921,2.019557,12.4793,0.129921,2.032972,12.5812,0.129921,2.019557,2.481326,0.129921,2.032972,12.5812,0.129921,2.032972,2.379428,0.129921], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 372, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [6.937007,7.480316,6.822836], - "radius": 11.707222 - } - } - }, - { - "uuid": "1A16EBF4-0B43-4864-B5B8-726D75970A8B", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [12.49894,0,2.220949,1.375078,0,1.457756,12.49894,0,1.457756,1.375078,0,1.457756,12.49894,0,2.220949,1.375078,0,2.220949,12.49894,0.787402,1.457756,12.49894,0,2.220949,12.49894,0,1.457756,12.49894,0,2.220949,12.49894,0.787402,1.457756,12.49894,0.681102,2.61465,12.49894,0.681102,2.61465,12.49894,0.787402,1.457756,12.49894,0.681102,4.779145,12.49894,0.681102,4.779145,12.49894,0,12.18791,12.49894,0,5.172846,12.49894,0,12.18791,12.49894,0.681102,4.779145,12.49894,0.787402,12.18791,12.49894,0.787402,12.18791,12.49894,0.681102,4.779145,12.49894,0.787402,1.457756,12.49894,0,2.220949,1.375078,0.681102,2.61465,1.375078,0,2.220949,1.375078,0.681102,2.61465,12.49894,0,2.220949,12.49894,0.681102,2.61465,1.375078,0.787402,12.18791,1.375078,0,5.172846,1.375078,0,12.18791,1.375078,0,5.172846,1.375078,0.787402,12.18791,1.375078,0.681102,4.779145,1.375078,0.681102,4.779145,1.375078,0.787402,12.18791,1.375078,0.681102,2.61465,1.375078,0.681102,2.61465,1.375078,0,1.457756,1.375078,0,2.220949,1.375078,0,1.457756,1.375078,0.681102,2.61465,1.375078,0.787402,1.457756,1.375078,0.787402,1.457756,1.375078,0.681102,2.61465,1.375078,0.787402,12.18791,12.49894,0.681102,4.779145,1.375078,0.681102,2.61465,12.49894,0.681102,2.61465,1.375078,0.681102,2.61465,12.49894,0.681102,4.779145,1.375078,0.681102,4.779145,12.49894,0,12.18791,1.375078,0.787402,12.18791,1.375078,0,12.18791,1.375078,0.787402,12.18791,12.49894,0,12.18791,12.49894,0.787402,12.18791,12.49894,0,12.18791,1.375078,0,5.172846,12.49894,0,5.172846,1.375078,0,5.172846,12.49894,0,12.18791,1.375078,0,12.18791,12.49894,0.681102,4.779145,1.375078,0,5.172846,1.375078,0.681102,4.779145,1.375078,0,5.172846,12.49894,0.681102,4.779145,12.49894,0,5.172846], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,-0.500444,0.865769,0,-0.500444,0.865769,0,-0.500444,0.865769,0,-0.500444,0.865769,0,-0.500444,0.865769,0,-0.500444,0.865769,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.500444,-0.865769,0,-0.500444,-0.865769,0,-0.500444,-0.865769,0,-0.500444,-0.865769,0,-0.500444,-0.865769,0,-0.500444,-0.865769], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 72, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [6.937009,0.393701,6.822833], - "radius": 7.737838 - } - } - }, - { - "uuid": "C8EBFBB8-8499-46EB-AFFF-5855824BA1AD", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [0.374016,8.562992,9.791339,0,11.41732,9.791339,0,8.562992,9.791339,0,11.41732,9.791339,0.374016,8.562992,9.791339,0.374016,11.41732,9.791339,0.374016,11.41732,10.75984,0,11.41732,9.791339,0.374016,11.41732,9.791339,0,11.41732,9.791339,0.374016,11.41732,10.75984,0,11.41732,10.75984,0,8.562992,10.75984,0.374016,8.562992,9.791339,0,8.562992,9.791339,0.374016,8.562992,9.791339,0,8.562992,10.75984,0.374016,8.562992,10.75984,0.374016,11.41732,10.75984,0.374016,8.562992,9.791339,0.374016,8.562992,10.75984,0.374016,8.562992,9.791339,0.374016,11.41732,10.75984,0.374016,11.41732,9.791339,0.374016,11.41732,10.75984,0,8.562992,10.75984,0,11.41732,10.75984,0,8.562992,10.75984,0.374016,11.41732,10.75984,0.374016,8.562992,10.75984], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 30, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [0.187008,9.990156,10.275589], - "radius": 1.51864 - } - } - }, - { - "uuid": "B9CEA150-500C-4261-9D45-A46CF3AFE421", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [13.87402,8.169291,9.397638,13.87402,8.562992,9.791339,13.87402,8.169291,11.15354,13.87402,8.562992,9.791339,13.87402,8.169291,9.397638,13.87402,11.81102,9.397638,13.87402,8.562992,9.791339,13.87402,11.81102,9.397638,13.87402,11.41732,9.791339,13.87402,11.41732,9.791339,13.87402,11.81102,9.397638,13.87402,11.41732,10.75984,13.87402,8.169291,11.15354,13.87402,8.562992,10.75984,13.87402,11.81102,11.15354,13.87402,8.562992,10.75984,13.87402,8.169291,11.15354,13.87402,8.562992,9.791339,13.87402,11.81102,11.15354,13.87402,8.562992,10.75984,13.87402,11.41732,10.75984,13.87402,11.81102,11.15354,13.87402,11.41732,10.75984,13.87402,11.81102,9.397638,13.82677,11.81102,11.15354,13.87402,11.81102,9.397638,13.82677,11.81102,9.397638,13.87402,11.81102,9.397638,13.82677,11.81102,11.15354,13.87402,11.81102,11.15354,13.87402,8.169291,11.15354,13.82677,11.81102,11.15354,13.82677,8.169291,11.15354,13.82677,11.81102,11.15354,13.87402,8.169291,11.15354,13.87402,11.81102,11.15354,13.87402,8.169291,11.15354,13.82677,8.169291,9.397638,13.87402,8.169291,9.397638,13.82677,8.169291,9.397638,13.87402,8.169291,11.15354,13.82677,8.169291,11.15354,13.87402,11.81102,9.397638,13.82677,8.169291,9.397638,13.82677,11.81102,9.397638,13.82677,8.169291,9.397638,13.87402,11.81102,9.397638,13.87402,8.169291,9.397638], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 48, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [13.850395,9.990155,10.275589], - "radius": 2.021609 - } - } - }, - { - "uuid": "77F089C2-088A-41AB-B487-EC22A78C8B79", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [3.545919,15.90157,0.523622,3.545919,15.8189,0.92126,3.545919,15.8189,0.523622,3.545919,15.8189,0.92126,3.545919,15.90157,0.523622,3.545919,15.90157,0.92126,3.545919,15.8189,0.92126,3.148281,15.90157,0.92126,3.148281,15.8189,0.92126,3.148281,15.90157,0.92126,3.545919,15.8189,0.92126,3.545919,15.90157,0.92126,3.545919,15.90157,0.523622,3.148281,15.8189,0.523622,3.148281,15.90157,0.523622,3.148281,15.8189,0.523622,3.545919,15.90157,0.523622,3.545919,15.8189,0.523622,3.148281,15.90157,0.92126,3.545919,15.90157,0.523622,3.148281,15.90157,0.523622,3.545919,15.90157,0.523622,3.148281,15.90157,0.92126,3.545919,15.90157,0.92126,3.148281,15.90157,0.92126,3.148281,15.8189,0.523622,3.148281,15.8189,0.92126,3.148281,15.8189,0.523622,3.148281,15.90157,0.92126,3.148281,15.90157,0.523622], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 30, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [3.3471,15.860235,0.722441], - "radius": 0.284195 - } - } - }, - { - "uuid": "172D1A71-1ED4-4FCB-AC4F-F4C456B66AE5", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [11.95636,2.657817,0.129921,12.03789,2.720383,0,11.95636,2.657817,0,12.03789,2.720383,0,11.95636,2.657817,0.129921,12.03789,2.720383,0.129921,12.03789,2.720383,0.129921,12.13285,2.759714,0,12.03789,2.720383,0,12.13285,2.759714,0,12.03789,2.720383,0.129921,12.13285,2.759714,0.129921,11.85446,2.481326,0,11.85446,2.277531,0,11.84104,2.379428,0,11.85446,2.277531,0,11.85446,2.481326,0,11.89379,2.576279,0,11.85446,2.277531,0,11.89379,2.576279,0,11.89379,2.182578,0,11.89379,2.182578,0,11.89379,2.576279,0,11.95636,2.657817,0,11.89379,2.182578,0,11.95636,2.657817,0,11.95636,2.10104,0,11.95636,2.10104,0,11.95636,2.657817,0,12.03789,2.720383,0,11.95636,2.10104,0,12.03789,2.720383,0,12.03789,2.038473,0,12.03789,2.038473,0,12.03789,2.720383,0,12.13285,1.999142,0,12.13285,1.999142,0,12.03789,2.720383,0,12.13285,2.759714,0,12.13285,1.999142,0,12.13285,2.759714,0,12.23474,1.985727,0,12.23474,1.985727,0,12.13285,2.759714,0,12.23474,2.773129,0,12.23474,1.985727,0,12.23474,2.773129,0,12.33664,2.759714,0,12.23474,1.985727,0,12.33664,2.759714,0,12.33664,1.999142,0,12.33664,1.999142,0,12.33664,2.759714,0,12.4316,2.038473,0,12.4316,2.038473,0,12.33664,2.759714,0,12.4316,2.720383,0,12.4316,2.038473,0,12.4316,2.720383,0,12.51313,2.10104,0,12.51313,2.10104,0,12.4316,2.720383,0,12.51313,2.657817,0,12.51313,2.10104,0,12.51313,2.657817,0,12.5757,2.576279,0,12.51313,2.10104,0,12.5757,2.576279,0,12.5757,2.182578,0,12.5757,2.182578,0,12.5757,2.576279,0,12.61503,2.481326,0,12.5757,2.182578,0,12.61503,2.481326,0,12.61503,2.277531,0,12.61503,2.277531,0,12.61503,2.481326,0,12.62845,2.379428,0,11.95636,2.657817,0.129921,11.89379,2.576279,0,11.89379,2.576279,0.129921,11.89379,2.576279,0,11.95636,2.657817,0.129921,11.95636,2.657817,0,12.13285,2.759714,0.129921,12.23474,2.773129,0,12.13285,2.759714,0,12.23474,2.773129,0,12.13285,2.759714,0.129921,12.23474,2.773129,0.129921,12.23474,2.773129,0.129921,12.33664,2.759714,0,12.23474,2.773129,0,12.33664,2.759714,0,12.23474,2.773129,0.129921,12.33664,2.759714,0.129921,12.33664,2.759714,0.129921,12.4316,2.720383,0,12.33664,2.759714,0,12.4316,2.720383,0,12.33664,2.759714,0.129921,12.4316,2.720383,0.129921,12.4316,2.720383,0.129921,12.51313,2.657817,0,12.4316,2.720383,0,12.51313,2.657817,0,12.4316,2.720383,0.129921,12.51313,2.657817,0.129921,12.51313,2.657817,0,12.5757,2.576279,0.129921,12.5757,2.576279,0,12.5757,2.576279,0.129921,12.51313,2.657817,0,12.51313,2.657817,0.129921,12.5757,2.576279,0,12.61503,2.481326,0.129921,12.61503,2.481326,0,12.61503,2.481326,0.129921,12.5757,2.576279,0,12.5757,2.576279,0.129921,12.61503,2.481326,0,12.62845,2.379428,0.129921,12.62845,2.379428,0,12.62845,2.379428,0.129921,12.61503,2.481326,0,12.61503,2.481326,0.129921,12.62845,2.379428,0,12.61503,2.277531,0.129921,12.61503,2.277531,0,12.61503,2.277531,0.129921,12.62845,2.379428,0,12.62845,2.379428,0.129921,12.61503,2.277531,0,12.5757,2.182578,0.129921,12.5757,2.182578,0,12.5757,2.182578,0.129921,12.61503,2.277531,0,12.61503,2.277531,0.129921,12.5757,2.182578,0,12.51313,2.10104,0.129921,12.51313,2.10104,0,12.51313,2.10104,0.129921,12.5757,2.182578,0,12.5757,2.182578,0.129921,12.51313,2.10104,0.129921,12.4316,2.038473,0,12.51313,2.10104,0,12.4316,2.038473,0,12.51313,2.10104,0.129921,12.4316,2.038473,0.129921,12.4316,2.038473,0.129921,12.33664,1.999142,0,12.4316,2.038473,0,12.33664,1.999142,0,12.4316,2.038473,0.129921,12.33664,1.999142,0.129921,12.33664,1.999142,0.129921,12.23474,1.985727,0,12.33664,1.999142,0,12.23474,1.985727,0,12.33664,1.999142,0.129921,12.23474,1.985727,0.129921,12.23474,1.985727,0.129921,12.13285,1.999142,0,12.23474,1.985727,0,12.13285,1.999142,0,12.23474,1.985727,0.129921,12.13285,1.999142,0.129921,12.13285,1.999142,0.129921,12.03789,2.038473,0,12.13285,1.999142,0,12.03789,2.038473,0,12.13285,1.999142,0.129921,12.03789,2.038473,0.129921,12.03789,2.038473,0.129921,11.95636,2.10104,0,12.03789,2.038473,0,11.95636,2.10104,0,12.03789,2.038473,0.129921,11.95636,2.10104,0.129921,11.89379,2.182578,0.129921,11.95636,2.10104,0,11.95636,2.10104,0.129921,11.95636,2.10104,0,11.89379,2.182578,0.129921,11.89379,2.182578,0,11.85446,2.277531,0.129921,11.89379,2.182578,0,11.89379,2.182578,0.129921,11.89379,2.182578,0,11.85446,2.277531,0.129921,11.85446,2.277531,0,11.84104,2.379428,0.129921,11.85446,2.277531,0,11.85446,2.277531,0.129921,11.85446,2.277531,0,11.84104,2.379428,0.129921,11.84104,2.379428,0,11.85446,2.481326,0.129921,11.84104,2.379428,0,11.84104,2.379428,0.129921,11.84104,2.379428,0,11.85446,2.481326,0.129921,11.85446,2.481326,0,11.89379,2.576279,0.129921,11.85446,2.481326,0,11.85446,2.481326,0.129921,11.85446,2.481326,0,11.89379,2.576279,0.129921,11.89379,2.576279,0], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [-0.707107,0.707107,0,-0.5,0.866025,0,-0.707107,0.707107,0,-0.5,0.866025,0,-0.707107,0.707107,0,-0.5,0.866025,0,-0.5,0.866025,0,-0.258819,0.965926,0,-0.5,0.866025,0,-0.258819,0.965926,0,-0.5,0.866025,0,-0.258819,0.965926,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,-0.707107,0.707107,0,-0.866025,0.5,0,-0.866025,0.5,0,-0.866025,0.5,0,-0.707107,0.707107,0,-0.707107,0.707107,0,-0.258819,0.965926,0,0,1,0,-0.258819,0.965926,0,0,1,0,-0.258819,0.965926,0,0,1,0,0,1,0,0.258819,0.965926,0,0,1,0,0.258819,0.965926,0,0,1,0,0.258819,0.965926,0,0.258819,0.965926,0,0.5,0.866025,0,0.258819,0.965926,0,0.5,0.866025,0,0.258819,0.965926,0,0.5,0.866025,0,0.5,0.866025,0,0.707107,0.707107,0,0.5,0.866025,0,0.707107,0.707107,0,0.5,0.866025,0,0.707107,0.707107,0,0.707107,0.707107,0,0.866025,0.5,0,0.866025,0.5,0,0.866025,0.5,0,0.707107,0.707107,0,0.707107,0.707107,0,0.866025,0.5,0,0.965926,0.258819,0,0.965926,0.258819,0,0.965926,0.258819,0,0.866025,0.5,0,0.866025,0.5,0,0.965926,0.258819,0,1,0,0,1,0,0,1,0,0,0.965926,0.258819,0,0.965926,0.258819,0,1,0,0,0.965926,-0.258819,0,0.965926,-0.258819,0,0.965926,-0.258819,0,1,0,0,1,0,0,0.965926,-0.258819,0,0.866025,-0.5,0,0.866025,-0.5,0,0.866025,-0.5,0,0.965926,-0.258819,0,0.965926,-0.258819,0,0.866025,-0.5,0,0.707107,-0.707107,0,0.707107,-0.707107,0,0.707107,-0.707107,0,0.866025,-0.5,0,0.866025,-0.5,0,0.707107,-0.707107,0,0.5,-0.866025,0,0.707107,-0.707107,0,0.5,-0.866025,0,0.707107,-0.707107,0,0.5,-0.866025,0,0.5,-0.866025,0,0.258819,-0.965926,0,0.5,-0.866025,0,0.258819,-0.965926,0,0.5,-0.866025,0,0.258819,-0.965926,0,0.258819,-0.965926,0,0,-1,0,0.258819,-0.965926,0,0,-1,0,0.258819,-0.965926,0,0,-1,0,0,-1,0,-0.258819,-0.965926,0,0,-1,0,-0.258819,-0.965926,0,0,-1,0,-0.258819,-0.965926,0,-0.258819,-0.965926,0,-0.5,-0.866025,0,-0.258819,-0.965926,0,-0.5,-0.866025,0,-0.258819,-0.965926,0,-0.5,-0.866025,0,-0.5,-0.866025,0,-0.707107,-0.707107,0,-0.5,-0.866025,0,-0.707107,-0.707107,0,-0.5,-0.866025,0,-0.707107,-0.707107,0,-0.866025,-0.5,0,-0.707107,-0.707107,0,-0.707107,-0.707107,0,-0.707107,-0.707107,0,-0.866025,-0.5,0,-0.866025,-0.5,0,-0.965926,-0.258819,0,-0.866025,-0.5,0,-0.866025,-0.5,0,-0.866025,-0.5,0,-0.965926,-0.258819,0,-0.965926,-0.258819,0,-1,0,0,-0.965926,-0.258819,0,-0.965926,-0.258819,0,-0.965926,-0.258819,0,-1,0,0,-1,0,0,-0.965926,0.258819,0,-1,0,0,-1,0,0,-1,0,0,-0.965926,0.258819,0,-0.965926,0.258819,0,-0.866025,0.5,0,-0.965926,0.258819,0,-0.965926,0.258819,0,-0.965926,0.258819,0,-0.866025,0.5,0,-0.866025,0.5,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 210, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [12.234745,2.379428,0.064961], - "radius": 0.399029 - } - } - }, - { - "uuid": "29FF03BF-C33B-44AC-A5BB-41840DBE22FC", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [2.019557,12.4793,0,1.980226,12.38435,0.129921,1.980226,12.38435,0,1.980226,12.38435,0.129921,2.019557,12.4793,0,2.019557,12.4793,0.129921,1.980226,12.38435,0,1.917659,12.30281,0.129921,1.917659,12.30281,0,1.917659,12.30281,0.129921,1.980226,12.38435,0,1.980226,12.38435,0.129921,1.258985,12.6831,0,1.258985,12.4793,0,1.24557,12.5812,0,1.258985,12.4793,0,1.258985,12.6831,0,1.298316,12.77805,0,1.258985,12.4793,0,1.298316,12.77805,0,1.298316,12.38435,0,1.298316,12.38435,0,1.298316,12.77805,0,1.360882,12.85959,0,1.298316,12.38435,0,1.360882,12.85959,0,1.360882,12.30281,0,1.360882,12.30281,0,1.360882,12.85959,0,1.44242,12.92216,0,1.360882,12.30281,0,1.44242,12.92216,0,1.44242,12.24025,0,1.44242,12.24025,0,1.44242,12.92216,0,1.537374,12.96149,0,1.44242,12.24025,0,1.537374,12.96149,0,1.537374,12.20092,0,1.537374,12.20092,0,1.537374,12.96149,0,1.639271,12.9749,0,1.537374,12.20092,0,1.639271,12.9749,0,1.639271,12.1875,0,1.639271,12.1875,0,1.639271,12.9749,0,1.741168,12.96149,0,1.639271,12.1875,0,1.741168,12.96149,0,1.741168,12.20092,0,1.741168,12.20092,0,1.741168,12.96149,0,1.836121,12.92216,0,1.741168,12.20092,0,1.836121,12.92216,0,1.836121,12.24025,0,1.836121,12.24025,0,1.836121,12.92216,0,1.917659,12.85959,0,1.836121,12.24025,0,1.917659,12.85959,0,1.917659,12.30281,0,1.917659,12.30281,0,1.917659,12.85959,0,1.980226,12.77805,0,1.917659,12.30281,0,1.980226,12.77805,0,1.980226,12.38435,0,1.980226,12.38435,0,1.980226,12.77805,0,2.019557,12.6831,0,1.980226,12.38435,0,2.019557,12.6831,0,2.019557,12.4793,0,2.019557,12.4793,0,2.019557,12.6831,0,2.032972,12.5812,0,2.032972,12.5812,0,2.019557,12.4793,0.129921,2.019557,12.4793,0,2.019557,12.4793,0.129921,2.032972,12.5812,0,2.032972,12.5812,0.129921,1.917659,12.30281,0.129921,1.836121,12.24025,0,1.917659,12.30281,0,1.836121,12.24025,0,1.917659,12.30281,0.129921,1.836121,12.24025,0.129921,1.741168,12.20092,0.129921,1.639271,12.1875,0,1.741168,12.20092,0,1.639271,12.1875,0,1.741168,12.20092,0.129921,1.639271,12.1875,0.129921,1.639271,12.1875,0.129921,1.537374,12.20092,0,1.639271,12.1875,0,1.537374,12.20092,0,1.639271,12.1875,0.129921,1.537374,12.20092,0.129921,1.537374,12.20092,0.129921,1.44242,12.24025,0,1.537374,12.20092,0,1.44242,12.24025,0,1.537374,12.20092,0.129921,1.44242,12.24025,0.129921,1.44242,12.24025,0.129921,1.360882,12.30281,0,1.44242,12.24025,0,1.360882,12.30281,0,1.44242,12.24025,0.129921,1.360882,12.30281,0.129921,1.298316,12.38435,0.129921,1.360882,12.30281,0,1.360882,12.30281,0.129921,1.360882,12.30281,0,1.298316,12.38435,0.129921,1.298316,12.38435,0,1.258985,12.4793,0.129921,1.298316,12.38435,0,1.298316,12.38435,0.129921,1.298316,12.38435,0,1.258985,12.4793,0.129921,1.258985,12.4793,0,1.24557,12.5812,0.129921,1.258985,12.4793,0,1.258985,12.4793,0.129921,1.258985,12.4793,0,1.24557,12.5812,0.129921,1.24557,12.5812,0,1.258985,12.6831,0.129921,1.24557,12.5812,0,1.24557,12.5812,0.129921,1.24557,12.5812,0,1.258985,12.6831,0.129921,1.258985,12.6831,0,1.298316,12.77805,0.129921,1.258985,12.6831,0,1.258985,12.6831,0.129921,1.258985,12.6831,0,1.298316,12.77805,0.129921,1.298316,12.77805,0,1.360882,12.85959,0.129921,1.298316,12.77805,0,1.298316,12.77805,0.129921,1.298316,12.77805,0,1.360882,12.85959,0.129921,1.360882,12.85959,0,1.360882,12.85959,0.129921,1.44242,12.92216,0,1.360882,12.85959,0,1.44242,12.92216,0,1.360882,12.85959,0.129921,1.44242,12.92216,0.129921,1.44242,12.92216,0.129921,1.537374,12.96149,0,1.44242,12.92216,0,1.537374,12.96149,0,1.44242,12.92216,0.129921,1.537374,12.96149,0.129921,1.537374,12.96149,0.129921,1.639271,12.9749,0,1.537374,12.96149,0,1.639271,12.9749,0,1.537374,12.96149,0.129921,1.639271,12.9749,0.129921,1.639271,12.9749,0.129921,1.741168,12.96149,0,1.639271,12.9749,0,1.741168,12.96149,0,1.639271,12.9749,0.129921,1.741168,12.96149,0.129921,1.741168,12.96149,0.129921,1.836121,12.92216,0,1.741168,12.96149,0,1.836121,12.92216,0,1.741168,12.96149,0.129921,1.836121,12.92216,0.129921,1.836121,12.92216,0.129921,1.917659,12.85959,0,1.836121,12.92216,0,1.917659,12.85959,0,1.836121,12.92216,0.129921,1.917659,12.85959,0.129921,1.917659,12.85959,0,1.980226,12.77805,0.129921,1.980226,12.77805,0,1.980226,12.77805,0.129921,1.917659,12.85959,0,1.917659,12.85959,0.129921,1.980226,12.77805,0,2.019557,12.6831,0.129921,2.019557,12.6831,0,2.019557,12.6831,0.129921,1.980226,12.77805,0,1.980226,12.77805,0.129921,2.019557,12.6831,0,2.032972,12.5812,0.129921,2.032972,12.5812,0,2.032972,12.5812,0.129921,2.019557,12.6831,0,2.019557,12.6831,0.129921,1.836121,12.24025,0.129921,1.741168,12.20092,0,1.836121,12.24025,0,1.741168,12.20092,0,1.836121,12.24025,0.129921,1.741168,12.20092,0.129921], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0.965926,-0.258819,0,0.866025,-0.5,0,0.866025,-0.5,0,0.866025,-0.5,0,0.965926,-0.258819,0,0.965926,-0.258819,0,0.866025,-0.5,0,0.707107,-0.707107,0,0.707107,-0.707107,0,0.707107,-0.707107,0,0.866025,-0.5,0,0.866025,-0.5,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,1,0,0,0.965926,-0.258819,0,0.965926,-0.258819,0,0.965926,-0.258819,0,1,0,0,1,0,0,0.707107,-0.707107,0,0.5,-0.866025,0,0.707107,-0.707107,0,0.5,-0.866025,0,0.707107,-0.707107,0,0.5,-0.866025,0,0.258819,-0.965926,0,0,-1,0,0.258819,-0.965926,0,0,-1,0,0.258819,-0.965926,0,0,-1,0,0,-1,0,-0.258819,-0.965926,0,0,-1,0,-0.258819,-0.965926,0,0,-1,0,-0.258819,-0.965926,0,-0.258819,-0.965926,0,-0.5,-0.866025,0,-0.258819,-0.965926,0,-0.5,-0.866025,0,-0.258819,-0.965926,0,-0.5,-0.866025,0,-0.5,-0.866025,0,-0.707107,-0.707107,0,-0.5,-0.866025,0,-0.707107,-0.707107,0,-0.5,-0.866025,0,-0.707107,-0.707107,0,-0.866025,-0.5,0,-0.707107,-0.707107,0,-0.707107,-0.707107,0,-0.707107,-0.707107,0,-0.866025,-0.5,0,-0.866025,-0.5,0,-0.965926,-0.258819,0,-0.866025,-0.5,0,-0.866025,-0.5,0,-0.866025,-0.5,0,-0.965926,-0.258819,0,-0.965926,-0.258819,0,-1,0,0,-0.965926,-0.258819,0,-0.965926,-0.258819,0,-0.965926,-0.258819,0,-1,0,0,-1,0,0,-0.965926,0.258819,0,-1,0,0,-1,0,0,-1,0,0,-0.965926,0.258819,0,-0.965926,0.258819,0,-0.866025,0.5,0,-0.965926,0.258819,0,-0.965926,0.258819,0,-0.965926,0.258819,0,-0.866025,0.5,0,-0.866025,0.5,0,-0.707107,0.707107,0,-0.866025,0.5,0,-0.866025,0.5,0,-0.866025,0.5,0,-0.707107,0.707107,0,-0.707107,0.707107,0,-0.707107,0.707107,0,-0.5,0.866025,0,-0.707107,0.707107,0,-0.5,0.866025,0,-0.707107,0.707107,0,-0.5,0.866025,0,-0.5,0.866025,0,-0.258819,0.965926,0,-0.5,0.866025,0,-0.258819,0.965926,0,-0.5,0.866025,0,-0.258819,0.965926,0,-0.258819,0.965926,0,0,1,0,-0.258819,0.965926,0,0,1,0,-0.258819,0.965926,0,0,1,0,0,1,0,0.258819,0.965926,0,0,1,0,0.258819,0.965926,0,0,1,0,0.258819,0.965926,0,0.258819,0.965926,0,0.5,0.866025,0,0.258819,0.965926,0,0.5,0.866025,0,0.258819,0.965926,0,0.5,0.866025,0,0.5,0.866025,0,0.707107,0.707107,0,0.5,0.866025,0,0.707107,0.707107,0,0.5,0.866025,0,0.707107,0.707107,0,0.707107,0.707107,0,0.866025,0.5,0,0.866025,0.5,0,0.866025,0.5,0,0.707107,0.707107,0,0.707107,0.707107,0,0.866025,0.5,0,0.965926,0.258819,0,0.965926,0.258819,0,0.965926,0.258819,0,0.866025,0.5,0,0.866025,0.5,0,0.965926,0.258819,0,1,0,0,1,0,0,1,0,0,0.965926,0.258819,0,0.965926,0.258819,0,0.5,-0.866025,0,0.258819,-0.965926,0,0.5,-0.866025,0,0.258819,-0.965926,0,0.5,-0.866025,0,0.258819,-0.965926,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 210, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [1.639271,12.5812,0.064961], - "radius": 0.399029 - } - } - }, - { - "uuid": "A914BFAC-7746-45B7-8D6E-1D25955973B2", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [12.51313,12.30281,0.129921,12.4316,12.24025,0,12.51313,12.30281,0,12.4316,12.24025,0,12.51313,12.30281,0.129921,12.4316,12.24025,0.129921,12.4316,12.24025,0.129921,12.33664,12.20092,0,12.4316,12.24025,0,12.33664,12.20092,0,12.4316,12.24025,0.129921,12.33664,12.20092,0.129921,11.85446,12.6831,0,11.85446,12.4793,0,11.84104,12.5812,0,11.85446,12.4793,0,11.85446,12.6831,0,11.89379,12.77805,0,11.85446,12.4793,0,11.89379,12.77805,0,11.89379,12.38435,0,11.89379,12.38435,0,11.89379,12.77805,0,11.95636,12.85959,0,11.89379,12.38435,0,11.95636,12.85959,0,11.95636,12.30281,0,11.95636,12.30281,0,11.95636,12.85959,0,12.03789,12.92216,0,11.95636,12.30281,0,12.03789,12.92216,0,12.03789,12.24025,0,12.03789,12.24025,0,12.03789,12.92216,0,12.13285,12.20092,0,12.13285,12.20092,0,12.03789,12.92216,0,12.13285,12.96149,0,12.13285,12.20092,0,12.13285,12.96149,0,12.23474,12.9749,0,12.13285,12.20092,0,12.23474,12.9749,0,12.23474,12.1875,0,12.23474,12.1875,0,12.23474,12.9749,0,12.33664,12.96149,0,12.23474,12.1875,0,12.33664,12.96149,0,12.33664,12.20092,0,12.33664,12.20092,0,12.33664,12.96149,0,12.4316,12.24025,0,12.4316,12.24025,0,12.33664,12.96149,0,12.4316,12.92216,0,12.4316,12.24025,0,12.4316,12.92216,0,12.51313,12.30281,0,12.51313,12.30281,0,12.4316,12.92216,0,12.51313,12.85959,0,12.51313,12.30281,0,12.51313,12.85959,0,12.5757,12.77805,0,12.51313,12.30281,0,12.5757,12.77805,0,12.5757,12.38435,0,12.5757,12.38435,0,12.5757,12.77805,0,12.61503,12.6831,0,12.5757,12.38435,0,12.61503,12.6831,0,12.61503,12.4793,0,12.61503,12.4793,0,12.61503,12.6831,0,12.62845,12.5812,0,12.5757,12.38435,0,12.51313,12.30281,0.129921,12.51313,12.30281,0,12.51313,12.30281,0.129921,12.5757,12.38435,0,12.5757,12.38435,0.129921,12.33664,12.20092,0.129921,12.23474,12.1875,0,12.33664,12.20092,0,12.23474,12.1875,0,12.33664,12.20092,0.129921,12.23474,12.1875,0.129921,11.84104,12.5812,0.129921,11.85446,12.4793,0,11.85446,12.4793,0.129921,11.85446,12.4793,0,11.84104,12.5812,0.129921,11.84104,12.5812,0,11.85446,12.6831,0.129921,11.84104,12.5812,0,11.84104,12.5812,0.129921,11.84104,12.5812,0,11.85446,12.6831,0.129921,11.85446,12.6831,0,11.89379,12.77805,0.129921,11.85446,12.6831,0,11.85446,12.6831,0.129921,11.85446,12.6831,0,11.89379,12.77805,0.129921,11.89379,12.77805,0,11.95636,12.85959,0.129921,11.89379,12.77805,0,11.89379,12.77805,0.129921,11.89379,12.77805,0,11.95636,12.85959,0.129921,11.95636,12.85959,0,11.95636,12.85959,0.129921,12.03789,12.92216,0,11.95636,12.85959,0,12.03789,12.92216,0,11.95636,12.85959,0.129921,12.03789,12.92216,0.129921,12.03789,12.92216,0.129921,12.13285,12.96149,0,12.03789,12.92216,0,12.13285,12.96149,0,12.03789,12.92216,0.129921,12.13285,12.96149,0.129921,12.13285,12.96149,0.129921,12.23474,12.9749,0,12.13285,12.96149,0,12.23474,12.9749,0,12.13285,12.96149,0.129921,12.23474,12.9749,0.129921,12.23474,12.9749,0.129921,12.33664,12.96149,0,12.23474,12.9749,0,12.33664,12.96149,0,12.23474,12.9749,0.129921,12.33664,12.96149,0.129921,12.33664,12.96149,0.129921,12.4316,12.92216,0,12.33664,12.96149,0,12.4316,12.92216,0,12.33664,12.96149,0.129921,12.4316,12.92216,0.129921,12.4316,12.92216,0.129921,12.51313,12.85959,0,12.4316,12.92216,0,12.51313,12.85959,0,12.4316,12.92216,0.129921,12.51313,12.85959,0.129921,12.51313,12.85959,0,12.5757,12.77805,0.129921,12.5757,12.77805,0,12.5757,12.77805,0.129921,12.51313,12.85959,0,12.51313,12.85959,0.129921,12.5757,12.77805,0,12.61503,12.6831,0.129921,12.61503,12.6831,0,12.61503,12.6831,0.129921,12.5757,12.77805,0,12.5757,12.77805,0.129921,12.61503,12.6831,0,12.62845,12.5812,0.129921,12.62845,12.5812,0,12.62845,12.5812,0.129921,12.61503,12.6831,0,12.61503,12.6831,0.129921,12.62845,12.5812,0,12.61503,12.4793,0.129921,12.61503,12.4793,0,12.61503,12.4793,0.129921,12.62845,12.5812,0,12.62845,12.5812,0.129921,12.61503,12.4793,0,12.5757,12.38435,0.129921,12.5757,12.38435,0,12.5757,12.38435,0.129921,12.61503,12.4793,0,12.61503,12.4793,0.129921,12.23474,12.1875,0.129921,12.13285,12.20092,0,12.23474,12.1875,0,12.13285,12.20092,0,12.23474,12.1875,0.129921,12.13285,12.20092,0.129921,12.13285,12.20092,0.129921,12.03789,12.24025,0,12.13285,12.20092,0,12.03789,12.24025,0,12.13285,12.20092,0.129921,12.03789,12.24025,0.129921,12.03789,12.24025,0.129921,11.95636,12.30281,0,12.03789,12.24025,0,11.95636,12.30281,0,12.03789,12.24025,0.129921,11.95636,12.30281,0.129921,11.89379,12.38435,0.129921,11.95636,12.30281,0,11.95636,12.30281,0.129921,11.95636,12.30281,0,11.89379,12.38435,0.129921,11.89379,12.38435,0,11.85446,12.4793,0.129921,11.89379,12.38435,0,11.89379,12.38435,0.129921,11.89379,12.38435,0,11.85446,12.4793,0.129921,11.85446,12.4793,0], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0.707107,-0.707107,0,0.5,-0.866025,0,0.707107,-0.707107,0,0.5,-0.866025,0,0.707107,-0.707107,0,0.5,-0.866025,0,0.5,-0.866025,0,0.258819,-0.965926,0,0.5,-0.866025,0,0.258819,-0.965926,0,0.5,-0.866025,0,0.258819,-0.965926,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0.866025,-0.5,0,0.707107,-0.707107,0,0.707107,-0.707107,0,0.707107,-0.707107,0,0.866025,-0.5,0,0.866025,-0.5,0,0.258819,-0.965926,0,0,-1,0,0.258819,-0.965926,0,0,-1,0,0.258819,-0.965926,0,0,-1,0,-1,0,0,-0.965926,-0.258819,0,-0.965926,-0.258819,0,-0.965926,-0.258819,0,-1,0,0,-1,0,0,-0.965926,0.258819,0,-1,0,0,-1,0,0,-1,0,0,-0.965926,0.258819,0,-0.965926,0.258819,0,-0.866025,0.5,0,-0.965926,0.258819,0,-0.965926,0.258819,0,-0.965926,0.258819,0,-0.866025,0.5,0,-0.866025,0.5,0,-0.707107,0.707107,0,-0.866025,0.5,0,-0.866025,0.5,0,-0.866025,0.5,0,-0.707107,0.707107,0,-0.707107,0.707107,0,-0.707107,0.707107,0,-0.5,0.866025,0,-0.707107,0.707107,0,-0.5,0.866025,0,-0.707107,0.707107,0,-0.5,0.866025,0,-0.5,0.866025,0,-0.258819,0.965926,0,-0.5,0.866025,0,-0.258819,0.965926,0,-0.5,0.866025,0,-0.258819,0.965926,0,-0.258819,0.965926,0,0,1,0,-0.258819,0.965926,0,0,1,0,-0.258819,0.965926,0,0,1,0,0,1,0,0.258819,0.965926,0,0,1,0,0.258819,0.965926,0,0,1,0,0.258819,0.965926,0,0.258819,0.965926,0,0.5,0.866025,0,0.258819,0.965926,0,0.5,0.866025,0,0.258819,0.965926,0,0.5,0.866025,0,0.5,0.866025,0,0.707107,0.707107,0,0.5,0.866025,0,0.707107,0.707107,0,0.5,0.866025,0,0.707107,0.707107,0,0.707107,0.707107,0,0.866025,0.5,0,0.866025,0.5,0,0.866025,0.5,0,0.707107,0.707107,0,0.707107,0.707107,0,0.866025,0.5,0,0.965926,0.258819,0,0.965926,0.258819,0,0.965926,0.258819,0,0.866025,0.5,0,0.866025,0.5,0,0.965926,0.258819,0,1,0,0,1,0,0,1,0,0,0.965926,0.258819,0,0.965926,0.258819,0,1,0,0,0.965926,-0.258819,0,0.965926,-0.258819,0,0.965926,-0.258819,0,1,0,0,1,0,0,0.965926,-0.258819,0,0.866025,-0.5,0,0.866025,-0.5,0,0.866025,-0.5,0,0.965926,-0.258819,0,0.965926,-0.258819,0,0,-1,0,-0.258819,-0.965926,0,0,-1,0,-0.258819,-0.965926,0,0,-1,0,-0.258819,-0.965926,0,-0.258819,-0.965926,0,-0.5,-0.866025,0,-0.258819,-0.965926,0,-0.5,-0.866025,0,-0.258819,-0.965926,0,-0.5,-0.866025,0,-0.5,-0.866025,0,-0.707107,-0.707107,0,-0.5,-0.866025,0,-0.707107,-0.707107,0,-0.5,-0.866025,0,-0.707107,-0.707107,0,-0.866025,-0.5,0,-0.707107,-0.707107,0,-0.707107,-0.707107,0,-0.707107,-0.707107,0,-0.866025,-0.5,0,-0.866025,-0.5,0,-0.965926,-0.258819,0,-0.866025,-0.5,0,-0.866025,-0.5,0,-0.866025,-0.5,0,-0.965926,-0.258819,0,-0.965926,-0.258819,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 210, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [12.234745,12.5812,0.064961], - "radius": 0.399031 - } - } - }, - { - "uuid": "42DA02A6-25F8-4AAE-8B30-E8ED93B65215", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [2.019557,2.481326,0,2.032972,2.379428,0.129921,2.032972,2.379428,0,2.032972,2.379428,0.129921,2.019557,2.481326,0,2.019557,2.481326,0.129921,2.032972,2.379428,0,2.019557,2.277531,0.129921,2.019557,2.277531,0,2.019557,2.277531,0.129921,2.032972,2.379428,0,2.032972,2.379428,0.129921,1.258985,2.481326,0,1.258985,2.277531,0,1.24557,2.379428,0,1.258985,2.277531,0,1.258985,2.481326,0,1.298316,2.576279,0,1.258985,2.277531,0,1.298316,2.576279,0,1.298316,2.182578,0,1.298316,2.182578,0,1.298316,2.576279,0,1.360882,2.657817,0,1.298316,2.182578,0,1.360882,2.657817,0,1.360882,2.10104,0,1.360882,2.10104,0,1.360882,2.657817,0,1.44242,2.720383,0,1.360882,2.10104,0,1.44242,2.720383,0,1.44242,2.038473,0,1.44242,2.038473,0,1.44242,2.720383,0,1.537374,2.759714,0,1.44242,2.038473,0,1.537374,2.759714,0,1.537374,1.999142,0,1.537374,1.999142,0,1.537374,2.759714,0,1.639271,2.773129,0,1.537374,1.999142,0,1.639271,2.773129,0,1.639271,1.985727,0,1.639271,1.985727,0,1.639271,2.773129,0,1.741168,2.759714,0,1.639271,1.985727,0,1.741168,2.759714,0,1.741168,1.999142,0,1.741168,1.999142,0,1.741168,2.759714,0,1.836121,2.720383,0,1.741168,1.999142,0,1.836121,2.720383,0,1.836121,2.038473,0,1.836121,2.038473,0,1.836121,2.720383,0,1.917659,2.657817,0,1.836121,2.038473,0,1.917659,2.657817,0,1.917659,2.10104,0,1.917659,2.10104,0,1.917659,2.657817,0,1.980226,2.576279,0,1.917659,2.10104,0,1.980226,2.576279,0,1.980226,2.182578,0,1.980226,2.182578,0,1.980226,2.576279,0,2.019557,2.481326,0,1.980226,2.182578,0,2.019557,2.481326,0,2.019557,2.277531,0,2.019557,2.277531,0,2.019557,2.481326,0,2.032972,2.379428,0,1.980226,2.576279,0,2.019557,2.481326,0.129921,2.019557,2.481326,0,2.019557,2.481326,0.129921,1.980226,2.576279,0,1.980226,2.576279,0.129921,2.019557,2.277531,0,1.980226,2.182578,0.129921,1.980226,2.182578,0,1.980226,2.182578,0.129921,2.019557,2.277531,0,2.019557,2.277531,0.129921,1.980226,2.182578,0,1.917659,2.10104,0.129921,1.917659,2.10104,0,1.917659,2.10104,0.129921,1.980226,2.182578,0,1.980226,2.182578,0.129921,1.917659,2.10104,0.129921,1.836121,2.038473,0,1.917659,2.10104,0,1.836121,2.038473,0,1.917659,2.10104,0.129921,1.836121,2.038473,0.129921,1.836121,2.038473,0.129921,1.741168,1.999142,0,1.836121,2.038473,0,1.741168,1.999142,0,1.836121,2.038473,0.129921,1.741168,1.999142,0.129921,1.741168,1.999142,0.129921,1.639271,1.985727,0,1.741168,1.999142,0,1.639271,1.985727,0,1.741168,1.999142,0.129921,1.639271,1.985727,0.129921,1.639271,1.985727,0.129921,1.537374,1.999142,0,1.639271,1.985727,0,1.537374,1.999142,0,1.639271,1.985727,0.129921,1.537374,1.999142,0.129921,1.537374,1.999142,0.129921,1.44242,2.038473,0,1.537374,1.999142,0,1.44242,2.038473,0,1.537374,1.999142,0.129921,1.44242,2.038473,0.129921,1.44242,2.038473,0.129921,1.360882,2.10104,0,1.44242,2.038473,0,1.360882,2.10104,0,1.44242,2.038473,0.129921,1.360882,2.10104,0.129921,1.298316,2.182578,0.129921,1.360882,2.10104,0,1.360882,2.10104,0.129921,1.360882,2.10104,0,1.298316,2.182578,0.129921,1.298316,2.182578,0,1.258985,2.277531,0.129921,1.298316,2.182578,0,1.298316,2.182578,0.129921,1.298316,2.182578,0,1.258985,2.277531,0.129921,1.258985,2.277531,0,1.24557,2.379428,0.129921,1.258985,2.277531,0,1.258985,2.277531,0.129921,1.258985,2.277531,0,1.24557,2.379428,0.129921,1.24557,2.379428,0,1.258985,2.481326,0.129921,1.24557,2.379428,0,1.24557,2.379428,0.129921,1.24557,2.379428,0,1.258985,2.481326,0.129921,1.258985,2.481326,0,1.298316,2.576279,0.129921,1.258985,2.481326,0,1.258985,2.481326,0.129921,1.258985,2.481326,0,1.298316,2.576279,0.129921,1.298316,2.576279,0,1.360882,2.657817,0.129921,1.298316,2.576279,0,1.298316,2.576279,0.129921,1.298316,2.576279,0,1.360882,2.657817,0.129921,1.360882,2.657817,0,1.360882,2.657817,0.129921,1.44242,2.720383,0,1.360882,2.657817,0,1.44242,2.720383,0,1.360882,2.657817,0.129921,1.44242,2.720383,0.129921,1.44242,2.720383,0.129921,1.537374,2.759714,0,1.44242,2.720383,0,1.537374,2.759714,0,1.44242,2.720383,0.129921,1.537374,2.759714,0.129921,1.537374,2.759714,0.129921,1.639271,2.773129,0,1.537374,2.759714,0,1.639271,2.773129,0,1.537374,2.759714,0.129921,1.639271,2.773129,0.129921,1.639271,2.773129,0.129921,1.741168,2.759714,0,1.639271,2.773129,0,1.741168,2.759714,0,1.639271,2.773129,0.129921,1.741168,2.759714,0.129921,1.741168,2.759714,0.129921,1.836121,2.720383,0,1.741168,2.759714,0,1.836121,2.720383,0,1.741168,2.759714,0.129921,1.836121,2.720383,0.129921,1.836121,2.720383,0.129921,1.917659,2.657817,0,1.836121,2.720383,0,1.917659,2.657817,0,1.836121,2.720383,0.129921,1.917659,2.657817,0.129921,1.917659,2.657817,0,1.980226,2.576279,0.129921,1.980226,2.576279,0,1.980226,2.576279,0.129921,1.917659,2.657817,0,1.917659,2.657817,0.129921], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0.965926,0.258819,0,1,0,0,1,0,0,1,0,0,0.965926,0.258819,0,0.965926,0.258819,0,1,0,0,0.965926,-0.258819,0,0.965926,-0.258819,0,0.965926,-0.258819,0,1,0,0,1,0,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0.866025,0.5,0,0.965926,0.258819,0,0.965926,0.258819,0,0.965926,0.258819,0,0.866025,0.5,0,0.866025,0.5,0,0.965926,-0.258819,0,0.866025,-0.5,0,0.866025,-0.5,0,0.866025,-0.5,0,0.965926,-0.258819,0,0.965926,-0.258819,0,0.866025,-0.5,0,0.707107,-0.707107,0,0.707107,-0.707107,0,0.707107,-0.707107,0,0.866025,-0.5,0,0.866025,-0.5,0,0.707107,-0.707107,0,0.5,-0.866025,0,0.707107,-0.707107,0,0.5,-0.866025,0,0.707107,-0.707107,0,0.5,-0.866025,0,0.5,-0.866025,0,0.258819,-0.965926,0,0.5,-0.866025,0,0.258819,-0.965926,0,0.5,-0.866025,0,0.258819,-0.965926,0,0.258819,-0.965926,0,0,-1,0,0.258819,-0.965926,0,0,-1,0,0.258819,-0.965926,0,0,-1,0,0,-1,0,-0.258819,-0.965926,0,0,-1,0,-0.258819,-0.965926,0,0,-1,0,-0.258819,-0.965926,0,-0.258819,-0.965926,0,-0.5,-0.866025,0,-0.258819,-0.965926,0,-0.5,-0.866025,0,-0.258819,-0.965926,0,-0.5,-0.866025,0,-0.5,-0.866025,0,-0.707107,-0.707107,0,-0.5,-0.866025,0,-0.707107,-0.707107,0,-0.5,-0.866025,0,-0.707107,-0.707107,0,-0.866025,-0.5,0,-0.707107,-0.707107,0,-0.707107,-0.707107,0,-0.707107,-0.707107,0,-0.866025,-0.5,0,-0.866025,-0.5,0,-0.965926,-0.258819,0,-0.866025,-0.5,0,-0.866025,-0.5,0,-0.866025,-0.5,0,-0.965926,-0.258819,0,-0.965926,-0.258819,0,-1,0,0,-0.965926,-0.258819,0,-0.965926,-0.258819,0,-0.965926,-0.258819,0,-1,0,0,-1,0,0,-0.965926,0.258819,0,-1,0,0,-1,0,0,-1,0,0,-0.965926,0.258819,0,-0.965926,0.258819,0,-0.866025,0.5,0,-0.965926,0.258819,0,-0.965926,0.258819,0,-0.965926,0.258819,0,-0.866025,0.5,0,-0.866025,0.5,0,-0.707107,0.707107,0,-0.866025,0.5,0,-0.866025,0.5,0,-0.866025,0.5,0,-0.707107,0.707107,0,-0.707107,0.707107,0,-0.707107,0.707107,0,-0.5,0.866025,0,-0.707107,0.707107,0,-0.5,0.866025,0,-0.707107,0.707107,0,-0.5,0.866025,0,-0.5,0.866025,0,-0.258819,0.965926,0,-0.5,0.866025,0,-0.258819,0.965926,0,-0.5,0.866025,0,-0.258819,0.965926,0,-0.258819,0.965926,0,0,1,0,-0.258819,0.965926,0,0,1,0,-0.258819,0.965926,0,0,1,0,0,1,0,0.258819,0.965926,0,0,1,0,0.258819,0.965926,0,0,1,0,0.258819,0.965926,0,0.258819,0.965926,0,0.5,0.866025,0,0.258819,0.965926,0,0.5,0.866025,0,0.258819,0.965926,0,0.5,0.866025,0,0.5,0.866025,0,0.707107,0.707107,0,0.5,0.866025,0,0.707107,0.707107,0,0.5,0.866025,0,0.707107,0.707107,0,0.707107,0.707107,0,0.866025,0.5,0,0.866025,0.5,0,0.866025,0.5,0,0.707107,0.707107,0,0.707107,0.707107,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 210, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [1.639271,2.379428,0.064961], - "radius": 0.399025 - } - } - }, - { - "uuid": "E30DE12A-4BBA-433F-8FAE-05A6506F8449", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [6.923871,15.90157,0.523622,6.923871,15.8189,0.92126,6.923871,15.8189,0.523622,6.923871,15.8189,0.92126,6.923871,15.90157,0.523622,6.923871,15.90157,0.92126], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 6, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [6.923871,15.860235,0.722441], - "radius": 0.20307 - } - } - }, - { - "uuid": "DF7D5BAB-6D6A-490C-8FF5-CB4F85ADBB69", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [6.923871,15.90157,0.523622,6.526234,15.8189,0.523622,6.526234,15.90157,0.523622,6.526234,15.8189,0.523622,6.923871,15.90157,0.523622,6.923871,15.8189,0.523622,6.526234,15.90157,0.92126,6.526234,15.8189,0.523622,6.526234,15.8189,0.92126,6.526234,15.8189,0.523622,6.526234,15.90157,0.92126,6.526234,15.90157,0.523622,6.526234,15.90157,0.92126,6.923871,15.90157,0.523622,6.526234,15.90157,0.523622,6.923871,15.90157,0.523622,6.526234,15.90157,0.92126,6.923871,15.90157,0.92126,6.923871,15.8189,0.92126,6.526234,15.90157,0.92126,6.526234,15.8189,0.92126,6.526234,15.90157,0.92126,6.923871,15.8189,0.92126,6.923871,15.90157,0.92126], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 24, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [6.725053,15.860235,0.722441], - "radius": 0.284194 - } - } - }, - { - "uuid": "8A983351-7E05-452A-B62D-C20ADC711A1A", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [13.82677,14.17323,13.51575,0.047244,14.17323,0.129921,13.82677,14.17323,0.129921,0.047244,14.17323,0.129921,13.82677,14.17323,13.51575,0.047244,14.17323,13.51575], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 6, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [6.937007,14.17323,6.822836], - "radius": 9.605412 - } - } - }, - { - "uuid": "E0DE9356-7D91-431F-B07B-D199ACAC16B8", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [2.364743,15.90157,0.92126,2.762381,15.90157,0.523622,2.364743,15.90157,0.523622,2.762381,15.90157,0.523622,2.364743,15.90157,0.92126,2.762381,15.90157,0.92126,2.762381,15.90157,0.523622,2.364743,15.8189,0.523622,2.364743,15.90157,0.523622,2.364743,15.8189,0.523622,2.762381,15.90157,0.523622,2.762381,15.8189,0.523622,2.364743,15.90157,0.92126,2.364743,15.8189,0.523622,2.364743,15.8189,0.92126,2.364743,15.8189,0.523622,2.364743,15.90157,0.92126,2.364743,15.90157,0.523622,2.762381,15.8189,0.92126,2.364743,15.90157,0.92126,2.364743,15.8189,0.92126,2.364743,15.90157,0.92126,2.762381,15.8189,0.92126,2.762381,15.90157,0.92126,2.762381,15.90157,0.523622,2.762381,15.8189,0.92126,2.762381,15.8189,0.523622,2.762381,15.8189,0.92126,2.762381,15.90157,0.523622,2.762381,15.90157,0.92126], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 30, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [2.563562,15.860235,0.722441], - "radius": 0.284195 - } - } - }, - { - "uuid": "E4A02E17-01D2-46BC-99E2-833121264775", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [13.82677,14.17323,13.51575,0.047244,16.141729,13.51575,0.047244,14.17323,13.51575,0.047244,16.141729,13.51575,13.82677,14.17323,13.51575,13.82677,16.141729,13.51575,0.047244,16.141729,13.51575,0.047244,14.17323,0.129921,0.047244,14.17323,13.51575,0.047244,14.17323,0.129921,0.047244,16.141729,13.51575,0.047244,15.74803,1.429381,0.047244,15.74803,1.429381,0.047244,16.141729,13.51575,0.047244,16.141729,1.429381,0.047244,15.74803,0.129921,0.047244,14.17323,0.129921,0.047244,15.74803,1.429381,13.82677,15.74803,0.129921,13.82677,14.17323,13.51575,13.82677,14.17323,0.129921,13.82677,14.17323,13.51575,13.82677,15.74803,0.129921,13.82677,15.74803,1.429381,13.82677,14.17323,13.51575,13.82677,15.74803,1.429381,13.82677,16.141729,13.51575,13.82677,16.141729,13.51575,13.82677,15.74803,1.429381,13.82677,16.141729,1.429381,0.047244,16.141729,1.429381,0.632635,16.141729,2.582429,13.82677,16.141729,1.429381,0.632635,16.141729,2.582429,0.047244,16.141729,1.429381,0.047244,16.141729,13.51575,0.632635,16.141729,2.582429,0.047244,16.141729,13.51575,0.632635,16.141729,12.53666,0.632635,16.141729,12.53666,0.047244,16.141729,13.51575,13.24138,16.141729,12.53666,13.82677,16.141729,1.429381,13.24138,16.141729,2.582429,13.82677,16.141729,13.51575,13.24138,16.141729,2.582429,13.82677,16.141729,1.429381,0.632635,16.141729,2.582429,13.82677,16.141729,13.51575,13.24138,16.141729,2.582429,13.24138,16.141729,12.53666,13.82677,16.141729,13.51575,13.24138,16.141729,12.53666,0.047244,16.141729,13.51575,0.047244,15.74803,0.129921,0.170955,15.74803,0.253632,13.82677,15.74803,0.129921,0.170955,15.74803,0.253632,0.047244,15.74803,0.129921,0.047244,15.74803,1.429381,0.170955,15.74803,0.253632,0.047244,15.74803,1.429381,0.170955,15.74803,1.30567,0.170955,15.74803,1.30567,0.047244,15.74803,1.429381,9.686476,15.74803,1.30567,9.686476,15.74803,1.30567,0.047244,15.74803,1.429381,10.03315,15.74803,1.30567,10.03315,15.74803,1.30567,0.047244,15.74803,1.429381,13.70306,15.74803,1.30567,13.82677,15.74803,0.129921,13.70306,15.74803,0.253632,13.82677,15.74803,1.429381,13.70306,15.74803,0.253632,13.82677,15.74803,0.129921,0.170955,15.74803,0.253632,13.70306,15.74803,0.253632,0.170955,15.74803,0.253632,9.686476,15.74803,0.253632,13.70306,15.74803,0.253632,9.686476,15.74803,0.253632,10.03315,15.74803,0.253632,13.82677,15.74803,1.429381,13.70306,15.74803,0.253632,13.70306,15.74803,1.30567,13.82677,15.74803,1.429381,13.70306,15.74803,1.30567,0.047244,15.74803,1.429381,9.686476,15.74803,1.30567,10.03315,15.74803,0.253632,9.686476,15.74803,0.253632,10.03315,15.74803,0.253632,9.686476,15.74803,1.30567,10.03315,15.74803,1.30567,13.82677,15.74803,0.129921,0.047244,14.17323,0.129921,0.047244,15.74803,0.129921,0.047244,14.17323,0.129921,13.82677,15.74803,0.129921,13.82677,14.17323,0.129921], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 102, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [6.937007,15.15748,6.822836], - "radius": 9.655707 - } - } - }, - { - "uuid": "4D735797-CC09-4430-B2E4-894E83E628D8", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [13.70306,15.8189,0.253632,10.03315,15.74803,0.253632,10.03315,15.8189,0.253632,10.03315,15.74803,0.253632,13.70306,15.8189,0.253632,13.70306,15.74803,0.253632,10.03315,15.8189,1.30567,10.03315,15.74803,0.253632,10.03315,15.74803,1.30567,10.03315,15.74803,0.253632,10.03315,15.8189,1.30567,10.03315,15.8189,0.253632,13.70306,15.8189,0.253632,13.70306,15.74803,1.30567,13.70306,15.74803,0.253632,13.70306,15.74803,1.30567,13.70306,15.8189,0.253632,13.70306,15.8189,1.30567,13.70306,15.74803,1.30567,10.03315,15.8189,1.30567,10.03315,15.74803,1.30567,10.03315,15.8189,1.30567,13.70306,15.74803,1.30567,13.70306,15.8189,1.30567], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 24, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [11.868105,15.783465,0.779651], - "radius": 1.909191 - } - } - }, - { - "uuid": "215F49BE-A563-4727-B500-8DFB2B0B4805", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [5.734895,15.90157,0.92126,6.132533,15.90157,0.523622,5.734895,15.90157,0.523622,6.132533,15.90157,0.523622,5.734895,15.90157,0.92126,6.132533,15.90157,0.92126,6.132533,15.90157,0.523622,5.734895,15.8189,0.523622,5.734895,15.90157,0.523622,5.734895,15.8189,0.523622,6.132533,15.90157,0.523622,6.132533,15.8189,0.523622,5.734895,15.90157,0.92126,5.734895,15.8189,0.523622,5.734895,15.8189,0.92126,5.734895,15.8189,0.523622,5.734895,15.90157,0.92126,5.734895,15.90157,0.523622,6.132533,15.8189,0.92126,5.734895,15.90157,0.92126,5.734895,15.8189,0.92126,5.734895,15.90157,0.92126,6.132533,15.8189,0.92126,6.132533,15.90157,0.92126], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 24, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [5.933714,15.860235,0.722441], - "radius": 0.284195 - } - } - }, - { - "uuid": "3D67AEB3-F5AF-4335-BA8E-5AE2913022A7", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [0.838333,16.0315,0.92126,0.838333,15.8189,0.523622,0.838333,15.8189,0.92126,0.838333,15.8189,0.523622,0.838333,16.0315,0.92126,0.838333,16.0315,0.523622,1.235971,16.0315,0.523622,0.838333,15.8189,0.523622,0.838333,16.0315,0.523622,0.838333,15.8189,0.523622,1.235971,16.0315,0.523622,1.235971,15.8189,0.523622,1.235971,15.8189,0.92126,0.838333,16.0315,0.92126,0.838333,15.8189,0.92126,0.838333,16.0315,0.92126,1.235971,15.8189,0.92126,1.235971,16.0315,0.92126,0.838333,16.0315,0.92126,1.235971,16.0315,0.523622,0.838333,16.0315,0.523622,1.235971,16.0315,0.523622,0.838333,16.0315,0.92126,1.235971,16.0315,0.92126,1.235971,16.0315,0.523622,1.235971,15.8189,0.92126,1.235971,15.8189,0.523622,1.235971,15.8189,0.92126,1.235971,16.0315,0.523622,1.235971,16.0315,0.92126], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 30, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [1.037152,15.9252,0.722441], - "radius": 0.300595 - } - } - }, - { - "uuid": "8D9B4F42-D59A-42C8-8E32-F02BD16136DD", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [13.87402,8.562992,9.791339,13.5,11.41732,9.791339,13.5,8.562992,9.791339,13.5,11.41732,9.791339,13.87402,8.562992,9.791339,13.87402,11.41732,9.791339,13.5,8.562992,10.75984,13.87402,8.562992,9.791339,13.5,8.562992,9.791339,13.87402,8.562992,9.791339,13.5,8.562992,10.75984,13.87402,8.562992,10.75984,13.87402,11.41732,10.75984,13.5,11.41732,9.791339,13.87402,11.41732,9.791339,13.5,11.41732,9.791339,13.87402,11.41732,10.75984,13.5,11.41732,10.75984,13.5,11.41732,9.791339,13.5,8.562992,10.75984,13.5,8.562992,9.791339,13.5,8.562992,10.75984,13.5,11.41732,9.791339,13.5,11.41732,10.75984,13.87402,11.41732,10.75984,13.5,8.562992,10.75984,13.5,11.41732,10.75984,13.5,8.562992,10.75984,13.87402,11.41732,10.75984,13.87402,8.562992,10.75984], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 30, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [13.68701,9.990156,10.275589], - "radius": 1.51864 - } - } - }, - { - "uuid": "1B1DAF4C-5B7C-4176-AD9D-0EC61AD051AE", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [4.337257,15.90157,0.523622,4.337257,15.8189,0.92126,4.337257,15.8189,0.523622,4.337257,15.8189,0.92126,4.337257,15.90157,0.523622,4.337257,15.90157,0.92126,4.337257,15.8189,0.92126,3.939619,15.90157,0.92126,3.939619,15.8189,0.92126,3.939619,15.90157,0.92126,4.337257,15.8189,0.92126,4.337257,15.90157,0.92126,4.337257,15.90157,0.523622,3.939619,15.8189,0.523622,3.939619,15.90157,0.523622,3.939619,15.8189,0.523622,4.337257,15.90157,0.523622,4.337257,15.8189,0.523622,3.939619,15.90157,0.92126,4.337257,15.90157,0.523622,3.939619,15.90157,0.523622,4.337257,15.90157,0.523622,3.939619,15.90157,0.92126,4.337257,15.90157,0.92126,3.939619,15.90157,0.92126,3.939619,15.8189,0.523622,3.939619,15.8189,0.92126,3.939619,15.8189,0.523622,3.939619,15.90157,0.92126,3.939619,15.90157,0.523622], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 30, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [4.138438,15.860235,0.722441], - "radius": 0.284195 - } - } - }, - { - "uuid": "4BDD6DC2-A713-4D04-AE46-FF6863050869", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [5.128596,15.8189,0.92126,4.730958,15.90157,0.92126,4.730958,15.8189,0.92126,4.730958,15.90157,0.92126,5.128596,15.8189,0.92126,5.128596,15.90157,0.92126,4.730958,15.90157,0.92126,4.730958,15.8189,0.523622,4.730958,15.8189,0.92126,4.730958,15.8189,0.523622,4.730958,15.90157,0.92126,4.730958,15.90157,0.523622,5.128596,15.90157,0.523622,5.128596,15.8189,0.92126,5.128596,15.8189,0.523622,5.128596,15.8189,0.92126,5.128596,15.90157,0.523622,5.128596,15.90157,0.92126,4.730958,15.90157,0.92126,5.128596,15.90157,0.523622,4.730958,15.90157,0.523622,5.128596,15.90157,0.523622,4.730958,15.90157,0.92126,5.128596,15.90157,0.92126,5.128596,15.90157,0.523622,4.730958,15.8189,0.523622,4.730958,15.90157,0.523622,4.730958,15.8189,0.523622,5.128596,15.90157,0.523622,5.128596,15.8189,0.523622], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 30, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [4.929777,15.860235,0.722441], - "radius": 0.284195 - } - } - }, - { - "uuid": "E6B41DA8-E162-40EA-A53D-D9AA6034B830", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [0.047244,8.169291,11.15354,0,11.81102,11.15354,0,8.169291,11.15354,0,11.81102,11.15354,0.047244,8.169291,11.15354,0.047244,11.81102,11.15354,0,11.81102,11.15354,0.047244,11.81102,9.397638,0,11.81102,9.397638,0.047244,11.81102,9.397638,0,11.81102,11.15354,0.047244,11.81102,11.15354,0,8.169291,11.15354,0,8.562992,10.75984,0,8.169291,9.397638,0,8.562992,10.75984,0,8.169291,11.15354,0,11.81102,11.15354,0,8.562992,10.75984,0,11.81102,11.15354,0,11.41732,10.75984,0,11.41732,10.75984,0,11.81102,11.15354,0,11.41732,9.791339,0,8.169291,9.397638,0,8.562992,9.791339,0,11.81102,9.397638,0,8.562992,9.791339,0,8.169291,9.397638,0,8.562992,10.75984,0,11.81102,9.397638,0,8.562992,9.791339,0,11.41732,9.791339,0,11.81102,9.397638,0,11.41732,9.791339,0,11.81102,11.15354,0.047244,8.169291,11.15354,0,8.169291,9.397638,0.047244,8.169291,9.397638,0,8.169291,9.397638,0.047244,8.169291,11.15354,0,8.169291,11.15354,0.047244,11.81102,9.397638,0,8.169291,9.397638,0,11.81102,9.397638,0,8.169291,9.397638,0.047244,11.81102,9.397638,0.047244,8.169291,9.397638], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 48, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [0.023622,9.990155,10.275589], - "radius": 2.021609 - } - } - }, - { - "uuid": "DFEDF759-96D0-4F6A-AB33-E600A4D99E4D", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [0.632635,16.141729,12.53666,1.622047,15.3622,3.571842,0.632635,16.141729,2.582429,1.622047,15.3622,3.571842,0.632635,16.141729,12.53666,1.622047,15.3622,11.54724,0.632635,16.141729,12.53666,12.25197,15.3622,11.54724,1.622047,15.3622,11.54724,12.25197,15.3622,11.54724,0.632635,16.141729,12.53666,13.24138,16.141729,12.53666,1.622047,15.3622,3.571842,13.24138,16.141729,2.582429,0.632635,16.141729,2.582429,13.24138,16.141729,2.582429,1.622047,15.3622,3.571842,12.25197,15.3622,3.571842,12.25197,15.3622,3.571842,13.24138,16.141729,12.53666,13.24138,16.141729,2.582429,13.24138,16.141729,12.53666,12.25197,15.3622,3.571842,12.25197,15.3622,11.54724], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0.618868,0.785495,0,0.618868,0.785495,0,0.618868,0.785495,0,0.618868,0.785495,0,0.618868,0.785495,0,0.618868,0.785495,0,0,0.785495,-0.618868,0,0.785495,-0.618868,0,0.785495,-0.618868,0,0.785495,-0.618868,0,0.785495,-0.618868,0,0.785495,-0.618868,0,0.785495,0.618868,0,0.785495,0.618868,0,0.785495,0.618868,0,0.785495,0.618868,0,0.785495,0.618868,0,0.785495,0.618868,-0.618868,0.785495,0,-0.618868,0.785495,0,-0.618868,0.785495,0,-0.618868,0.785495,0,-0.618868,0.785495,0,-0.618868,0.785495,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 24, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [6.937007,15.751965,7.559545], - "radius": 8.041686 - } - } - }, - { - "uuid": "F049C3DF-31A0-47C0-8272-DDE5397F743F", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [9.686476,15.74803,1.30567,0.170955,15.8189,1.30567,0.170955,15.74803,1.30567,0.170955,15.8189,1.30567,9.686476,15.74803,1.30567,9.686476,15.8189,1.30567,9.686476,15.8189,0.253632,9.686476,15.74803,1.30567,9.686476,15.74803,0.253632,9.686476,15.74803,1.30567,9.686476,15.8189,0.253632,9.686476,15.8189,1.30567,0.170955,15.8189,1.30567,0.170955,15.74803,0.253632,0.170955,15.74803,1.30567,0.170955,15.74803,0.253632,0.170955,15.8189,1.30567,0.170955,15.8189,0.253632], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 18, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [4.928716,15.783465,0.779651], - "radius": 4.786881 - } - } - }, - { - "uuid": "1BDC90F4-8D43-4A18-AA9F-281183F32530", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [0.710681,15.8189,0.419605,0.838333,15.8189,0.523622,7.072885,15.8189,0.419605,0.838333,15.8189,0.523622,0.710681,15.8189,0.419605,0.710681,15.8189,1.025904,0.838333,15.8189,0.523622,0.710681,15.8189,1.025904,0.838333,15.8189,0.92126,0.838333,15.8189,0.92126,0.710681,15.8189,1.025904,1.235971,15.8189,0.92126,1.235971,15.8189,0.92126,0.710681,15.8189,1.025904,2.364743,15.8189,0.92126,2.364743,15.8189,0.92126,0.710681,15.8189,1.025904,2.762381,15.8189,0.92126,2.762381,15.8189,0.92126,0.710681,15.8189,1.025904,3.148281,15.8189,0.92126,3.148281,15.8189,0.92126,0.710681,15.8189,1.025904,3.545919,15.8189,0.92126,3.545919,15.8189,0.92126,0.710681,15.8189,1.025904,3.939619,15.8189,0.92126,3.939619,15.8189,0.92126,0.710681,15.8189,1.025904,4.337257,15.8189,0.92126,4.337257,15.8189,0.92126,0.710681,15.8189,1.025904,4.730958,15.8189,0.92126,4.730958,15.8189,0.92126,0.710681,15.8189,1.025904,5.128596,15.8189,0.92126,5.128596,15.8189,0.92126,0.710681,15.8189,1.025904,5.734895,15.8189,0.92126,5.734895,15.8189,0.92126,0.710681,15.8189,1.025904,6.132533,15.8189,0.92126,6.132533,15.8189,0.92126,0.710681,15.8189,1.025904,6.526234,15.8189,0.92126,6.526234,15.8189,0.92126,0.710681,15.8189,1.025904,6.923871,15.8189,0.92126,7.072885,15.8189,0.419605,6.923871,15.8189,0.523622,7.072885,15.8189,1.025904,6.923871,15.8189,0.523622,7.072885,15.8189,0.419605,0.838333,15.8189,0.523622,6.923871,15.8189,0.523622,0.838333,15.8189,0.523622,1.235971,15.8189,0.523622,6.923871,15.8189,0.523622,1.235971,15.8189,0.523622,2.364743,15.8189,0.523622,6.923871,15.8189,0.523622,2.364743,15.8189,0.523622,2.762381,15.8189,0.523622,6.923871,15.8189,0.523622,2.762381,15.8189,0.523622,3.148281,15.8189,0.523622,6.923871,15.8189,0.523622,3.148281,15.8189,0.523622,3.545919,15.8189,0.523622,6.923871,15.8189,0.523622,3.545919,15.8189,0.523622,3.939619,15.8189,0.523622,6.923871,15.8189,0.523622,3.939619,15.8189,0.523622,4.337257,15.8189,0.523622,6.923871,15.8189,0.523622,4.337257,15.8189,0.523622,4.730958,15.8189,0.523622,6.923871,15.8189,0.523622,4.730958,15.8189,0.523622,5.128596,15.8189,0.523622,6.923871,15.8189,0.523622,5.128596,15.8189,0.523622,5.734895,15.8189,0.523622,6.923871,15.8189,0.523622,5.734895,15.8189,0.523622,6.132533,15.8189,0.523622,6.923871,15.8189,0.523622,6.132533,15.8189,0.523622,6.526234,15.8189,0.523622,7.072885,15.8189,1.025904,6.923871,15.8189,0.523622,6.923871,15.8189,0.92126,7.072885,15.8189,1.025904,6.923871,15.8189,0.92126,0.710681,15.8189,1.025904,6.132533,15.8189,0.92126,6.526234,15.8189,0.523622,6.132533,15.8189,0.523622,6.526234,15.8189,0.523622,6.132533,15.8189,0.92126,6.526234,15.8189,0.92126,5.128596,15.8189,0.92126,5.734895,15.8189,0.523622,5.128596,15.8189,0.523622,5.734895,15.8189,0.523622,5.128596,15.8189,0.92126,5.734895,15.8189,0.92126,4.337257,15.8189,0.92126,4.730958,15.8189,0.523622,4.337257,15.8189,0.523622,4.730958,15.8189,0.523622,4.337257,15.8189,0.92126,4.730958,15.8189,0.92126,3.545919,15.8189,0.92126,3.939619,15.8189,0.523622,3.545919,15.8189,0.523622,3.939619,15.8189,0.523622,3.545919,15.8189,0.92126,3.939619,15.8189,0.92126,2.762381,15.8189,0.92126,3.148281,15.8189,0.523622,2.762381,15.8189,0.523622,3.148281,15.8189,0.523622,2.762381,15.8189,0.92126,3.148281,15.8189,0.92126,1.235971,15.8189,0.92126,2.364743,15.8189,0.523622,1.235971,15.8189,0.523622,2.364743,15.8189,0.523622,1.235971,15.8189,0.92126,2.364743,15.8189,0.92126], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 132, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [3.891783,15.8189,0.722754], - "radius": 3.195514 - } - } - }, - { - "uuid": "7EB50208-068A-45A1-B737-125C60B846BD", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [10.03315,15.8189,1.30567,13.70306,15.8189,0.253632,10.03315,15.8189,0.253632,13.70306,15.8189,0.253632,10.03315,15.8189,1.30567,13.70306,15.8189,1.30567], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 6, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [11.868105,15.8189,0.779651], - "radius": 1.908863 - } - } - }, - { - "uuid": "45D8105B-55F7-470E-9D62-9FAE7EB397D2", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [9.686476,15.8189,0.253632,0.170955,15.74803,0.253632,0.170955,15.8189,0.253632,0.170955,15.74803,0.253632,9.686476,15.8189,0.253632,9.686476,15.74803,0.253632], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 6, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [4.928716,15.783465,0.253632], - "radius": 4.757892 - } - } - }, - { - "uuid": "1CFAB872-687A-40DF-9C89-AC1E1431D78C", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [6.132533,15.90157,0.523622,6.132533,15.8189,0.92126,6.132533,15.8189,0.523622,6.132533,15.8189,0.92126,6.132533,15.90157,0.523622,6.132533,15.90157,0.92126], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 6, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [6.132533,15.860235,0.722441], - "radius": 0.20307 - } - } - }, - { - "uuid": "FF3CB2DC-0473-4FDC-844B-008031EFF31C", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [1.622047,15.3622,11.54724,12.25197,15.3622,3.571842,1.622047,15.3622,3.571842,12.25197,15.3622,3.571842,1.622047,15.3622,11.54724,12.25197,15.3622,11.54724], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 6, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [6.937009,15.3622,7.559541], - "radius": 6.644589 - } - } - }, - { - "uuid": "318AFF18-FD2F-4C92-A67E-779FA3DB870B", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [13.82677,0.787402,0.129921,12.49894,0.787402,1.457756,0.047244,0.787402,0.129921,12.49894,0.787402,1.457756,13.82677,0.787402,0.129921,13.82677,0.787402,13.51575,12.49894,0.787402,1.457756,13.82677,0.787402,13.51575,12.49894,0.787402,12.18791,12.49894,0.787402,12.18791,13.82677,0.787402,13.51575,1.375078,0.787402,12.18791,0.047244,0.787402,0.129921,1.375078,0.787402,1.457756,0.047244,0.787402,13.51575,1.375078,0.787402,1.457756,0.047244,0.787402,0.129921,12.49894,0.787402,1.457756,0.047244,0.787402,13.51575,1.375078,0.787402,1.457756,1.375078,0.787402,12.18791,0.047244,0.787402,13.51575,1.375078,0.787402,12.18791,13.82677,0.787402,13.51575], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 24, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [6.937007,0.787402,6.822836], - "radius": 9.605412 - } - } - }, - { - "uuid": "97BAC700-150B-4923-A170-4490960C82C2", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [13.82677,16.141729,1.429381,0.047244,15.74803,1.429381,0.047244,16.141729,1.429381,0.047244,15.74803,1.429381,13.82677,16.141729,1.429381,13.82677,15.74803,1.429381], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 6, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [6.937007,15.94488,1.429381], - "radius": 6.892574 - } - } - }, - { - "uuid": "3A1D3B61-692B-4B91-894C-B88F76DD356A", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [12.49894,0.787402,1.457756,1.375078,0,1.457756,1.375078,0.787402,1.457756,1.375078,0,1.457756,12.49894,0.787402,1.457756,12.49894,0,1.457756], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 6, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [6.937009,0.393701,1.457756], - "radius": 5.575848 - } - } - }, - { - "uuid": "FE75B9B3-9A57-4D03-A830-4C4B19912014", - "type": "BufferGeometry", - "data": { - "attributes": { - "position": { - "itemSize": 3, - "type": "Float32Array", - "array": [0.170955,15.8189,0.253632,0.710681,15.8189,0.419605,9.686476,15.8189,0.253632,0.710681,15.8189,0.419605,0.170955,15.8189,0.253632,0.170955,15.8189,1.30567,0.710681,15.8189,0.419605,0.170955,15.8189,1.30567,0.710681,15.8189,1.025904,0.710681,15.8189,1.025904,0.170955,15.8189,1.30567,7.072885,15.8189,1.025904,9.686476,15.8189,0.253632,7.072885,15.8189,0.419605,9.686476,15.8189,1.30567,7.072885,15.8189,0.419605,9.686476,15.8189,0.253632,0.710681,15.8189,0.419605,9.686476,15.8189,1.30567,7.072885,15.8189,0.419605,7.072885,15.8189,1.025904,9.686476,15.8189,1.30567,7.072885,15.8189,1.025904,0.170955,15.8189,1.30567], - "normalized": false - }, - "normal": { - "itemSize": 3, - "type": "Float32Array", - "array": [0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0], - "normalized": false - } - }, - "groups": [ - { - "start": 0, - "count": 24, - "materialIndex": 0 - }], - "boundingSphere": { - "center": [4.928716,15.8189,0.779651], - "radius": 4.78675 - } - } - }], - "materials": [ - { - "uuid": "0E127607-2953-45AF-8647-CE3D3DD73F75", - "type": "MeshLambertMaterial", - "name": "material_2", - "color": 13486019, - "emissive": 0, - "depthFunc": 3, - "depthTest": true, - "depthWrite": true - }, - { - "uuid": "427EAB9C-1FB3-4247-A3D2-E50CE9983855", - "type": "MeshLambertMaterial", - "name": "material_5", - "color": 5066324, - "emissive": 0, - "depthFunc": 3, - "depthTest": true, - "depthWrite": true - }, - { - "uuid": "DA7F907B-1133-441A-A331-F2C9E14AAA36", - "type": "MeshLambertMaterial", - "name": "material_7", - "color": 10329755, - "emissive": 0, - "depthFunc": 3, - "depthTest": true, - "depthWrite": true - }, - { - "uuid": "9B18E1E5-7771-48D8-BE24-1889DF7506F6", - "type": "MeshLambertMaterial", - "name": "Color_009", - "color": 0, - "emissive": 0, - "depthFunc": 3, - "depthTest": true, - "depthWrite": true - }, - { - "uuid": "06604E9A-CB6F-46B2-BAA8-531C6C86573C", - "type": "MeshLambertMaterial", - "name": "material", - "color": 16777215, - "emissive": 0, - "depthFunc": 3, - "depthTest": true, - "depthWrite": true - }, - { - "uuid": "A4A044FC-E73F-4A8A-8FE7-1B393B5C4E5B", - "type": "MeshLambertMaterial", - "name": "material_4", - "color": 3421246, - "emissive": 0, - "depthFunc": 3, - "depthTest": true, - "depthWrite": true - }, - { - "uuid": "AA72269C-CBEB-465C-9668-3B23DBF024A9", - "type": "MeshLambertMaterial", - "name": "material_6", - "color": 3158330, - "emissive": 0, - "depthFunc": 3, - "depthTest": true, - "depthWrite": true - }, - { - "uuid": "3B89D4BE-863A-4E28-A2B6-BEFB3DED5A93", - "type": "MeshLambertMaterial", - "name": "material_8", - "color": 6384503, - "emissive": 0, - "depthFunc": 3, - "depthTest": true, - "depthWrite": true - }, - { - "uuid": "7395C367-E7C5-4174-A66B-C54875B1CFD0", - "type": "MeshLambertMaterial", - "name": "material_9", - "color": 8815488, - "emissive": 0, - "depthFunc": 3, - "depthTest": true, - "depthWrite": true - }, - { - "uuid": "EB22CD14-8264-4582-BC98-75F89CB38038", - "type": "MeshLambertMaterial", - "name": "material_10", - "color": 3487546, - "emissive": 0, - "depthFunc": 3, - "depthTest": true, - "depthWrite": true - }], - "object": { - "uuid": "A8E01C56-BC93-4CB2-8C57-292FE755C8DD", - "type": "Group", - "name": "model.dae", - "matrix": [0.05,0,0,0,0,0,-0.05,0,0,0.05,0,0,0,0,0,1], - "children": [ - { - "uuid": "5D2EF246-0760-48D2-8AA4-6E7B912F55AD", - "type": "Group", - "name": "SketchUp", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,-7.5,-7.5,-6,1], - "children": [ - { - "uuid": "95BB217F-8E41-43F5-965B-CDBF31C90A84", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "F7EB5E49-1CCA-4557-902B-2312B02A8287", - "material": "0E127607-2953-45AF-8647-CE3D3DD73F75" - }, - { - "uuid": "2DD89830-68A1-4131-9589-660AB2F5D050", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "1A16EBF4-0B43-4864-B5B8-726D75970A8B", - "material": "427EAB9C-1FB3-4247-A3D2-E50CE9983855" - }, - { - "uuid": "A4917739-34FD-42BF-84D6-B0B6E2EF99EE", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "C8EBFBB8-8499-46EB-AFFF-5855824BA1AD", - "material": "427EAB9C-1FB3-4247-A3D2-E50CE9983855" - }, - { - "uuid": "44F9F476-BF1F-4D78-B164-019DB6632F84", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "B9CEA150-500C-4261-9D45-A46CF3AFE421", - "material": "427EAB9C-1FB3-4247-A3D2-E50CE9983855" - }, - { - "uuid": "7E9C40BF-7F1F-41DE-9BBA-A5DFA3887341", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "77F089C2-088A-41AB-B487-EC22A78C8B79", - "material": "DA7F907B-1133-441A-A331-F2C9E14AAA36" - }, - { - "uuid": "A958ED55-1524-4686-80D5-56C654D9384D", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "172D1A71-1ED4-4FCB-AC4F-F4C456B66AE5", - "material": "9B18E1E5-7771-48D8-BE24-1889DF7506F6" - }, - { - "uuid": "99909B06-3725-4603-8F65-E9A9CCBB5549", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "29FF03BF-C33B-44AC-A5BB-41840DBE22FC", - "material": "9B18E1E5-7771-48D8-BE24-1889DF7506F6" - }, - { - "uuid": "09F7D049-14E7-429B-A7C4-9FD6651C68C0", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "A914BFAC-7746-45B7-8D6E-1D25955973B2", - "material": "9B18E1E5-7771-48D8-BE24-1889DF7506F6" - }, - { - "uuid": "0C77D9F3-8B02-4506-9FCA-989C1EA6F4B7", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "42DA02A6-25F8-4AAE-8B30-E8ED93B65215", - "material": "9B18E1E5-7771-48D8-BE24-1889DF7506F6" - }, - { - "uuid": "DEC76BEB-BCDF-4F43-BD9D-58652327E000", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "E30DE12A-4BBA-433F-8FAE-05A6506F8449", - "material": "06604E9A-CB6F-46B2-BAA8-531C6C86573C" - }, - { - "uuid": "76F09AF8-C24F-4066-A556-9F2FE7F4CAE4", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "DF7D5BAB-6D6A-490C-8FF5-CB4F85ADBB69", - "material": "DA7F907B-1133-441A-A331-F2C9E14AAA36" - }, - { - "uuid": "8F5EB8BA-F757-4B72-B237-C4700F3EF1E1", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "8A983351-7E05-452A-B62D-C20ADC711A1A", - "material": "06604E9A-CB6F-46B2-BAA8-531C6C86573C" - }, - { - "uuid": "205B346A-9EC0-457F-A821-4D84D5BF90B1", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "E0DE9356-7D91-431F-B07B-D199ACAC16B8", - "material": "DA7F907B-1133-441A-A331-F2C9E14AAA36" - }, - { - "uuid": "70718E18-B49F-483D-BF9C-A7DF5E2CC0FD", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "E4A02E17-01D2-46BC-99E2-833121264775", - "material": "427EAB9C-1FB3-4247-A3D2-E50CE9983855" - }, - { - "uuid": "5ED78DDF-EAAA-4632-904E-6B84CE31E7E5", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "4D735797-CC09-4430-B2E4-894E83E628D8", - "material": "06604E9A-CB6F-46B2-BAA8-531C6C86573C" - }, - { - "uuid": "57209269-8E99-426E-A46A-BDD1D0749BFB", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "215F49BE-A563-4727-B500-8DFB2B0B4805", - "material": "DA7F907B-1133-441A-A331-F2C9E14AAA36" - }, - { - "uuid": "C3E3F8FE-0EE5-429C-B3C7-A77D0625D947", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "3D67AEB3-F5AF-4335-BA8E-5AE2913022A7", - "material": "DA7F907B-1133-441A-A331-F2C9E14AAA36" - }, - { - "uuid": "2BC93EAF-495A-45E2-AD3F-6FD54619161D", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "8D9B4F42-D59A-42C8-8E32-F02BD16136DD", - "material": "427EAB9C-1FB3-4247-A3D2-E50CE9983855" - }, - { - "uuid": "9041BACE-F2D4-4D4D-8181-545633762381", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "1B1DAF4C-5B7C-4176-AD9D-0EC61AD051AE", - "material": "DA7F907B-1133-441A-A331-F2C9E14AAA36" - }, - { - "uuid": "EFE6BA8C-DA60-42E4-BCC6-CADE446AB18A", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "4BDD6DC2-A713-4D04-AE46-FF6863050869", - "material": "DA7F907B-1133-441A-A331-F2C9E14AAA36" - }, - { - "uuid": "E83BB629-F7F8-40B1-9702-9D9FAFCC4470", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "E6B41DA8-E162-40EA-A53D-D9AA6034B830", - "material": "427EAB9C-1FB3-4247-A3D2-E50CE9983855" - }, - { - "uuid": "CC68C3E2-07FC-46CD-9154-B783A3BDA6AB", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "DFEDF759-96D0-4F6A-AB33-E600A4D99E4D", - "material": "427EAB9C-1FB3-4247-A3D2-E50CE9983855" - }, - { - "uuid": "23F76B0F-703F-4335-BC61-0E7700DCE278", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "F049C3DF-31A0-47C0-8272-DDE5397F743F", - "material": "06604E9A-CB6F-46B2-BAA8-531C6C86573C" - }, - { - "uuid": "DB63AF02-F4C5-4988-B518-FE772E20C1E7", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "1BDC90F4-8D43-4A18-AA9F-281183F32530", - "material": "A4A044FC-E73F-4A8A-8FE7-1B393B5C4E5B" - }, - { - "uuid": "6A05AE07-E8BE-45B6-86A2-8664BD55D62B", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "7EB50208-068A-45A1-B737-125C60B846BD", - "material": "AA72269C-CBEB-465C-9668-3B23DBF024A9" - }, - { - "uuid": "38C2C0E9-AB39-479D-8E67-46E1BCBE9130", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "45D8105B-55F7-470E-9D62-9FAE7EB397D2", - "material": "DA7F907B-1133-441A-A331-F2C9E14AAA36" - }, - { - "uuid": "300CC5EB-7EA3-4686-857D-49B55209276F", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "1CFAB872-687A-40DF-9C89-AC1E1431D78C", - "material": "06604E9A-CB6F-46B2-BAA8-531C6C86573C" - }, - { - "uuid": "B83EE85B-C566-4996-90C7-221E78C63B64", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "FF3CB2DC-0473-4FDC-844B-008031EFF31C", - "material": "3B89D4BE-863A-4E28-A2B6-BEFB3DED5A93" - }, - { - "uuid": "BA5F8CBE-2B07-4A93-8B54-7CC2F9967AA3", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "318AFF18-FD2F-4C92-A67E-779FA3DB870B", - "material": "7395C367-E7C5-4174-A66B-C54875B1CFD0" - }, - { - "uuid": "37226945-CC68-492F-905E-3D07AFFB817E", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "97BAC700-150B-4923-A170-4490960C82C2", - "material": "06604E9A-CB6F-46B2-BAA8-531C6C86573C" - }, - { - "uuid": "F4B94F42-21C5-4EEE-A030-F596DCB63659", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "3A1D3B61-692B-4B91-894C-B88F76DD356A", - "material": "EB22CD14-8264-4582-BC98-75F89CB38038" - }, - { - "uuid": "71BBCA33-B272-4C49-AFC5-52D1D6558374", - "type": "Mesh", - "matrix": [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1], - "geometry": "FE75B9B3-9A57-4D03-A830-4C4B19912014", - "material": "427EAB9C-1FB3-4247-A3D2-E50CE9983855" - }] - }] - } -} diff --git a/public/3d/scenes/AboutScene.jsx b/public/3d/scenes/AboutScene.jsx deleted file mode 100644 index 6f85f48..0000000 --- a/public/3d/scenes/AboutScene.jsx +++ /dev/null @@ -1,61 +0,0 @@ -/* - * About Scene. - * About that one lad. - * - * Dependencies: - * - * Version: - * 1.0.0 - 2018/04/08 - */ -import SceneComponent from './SceneComponent'; -import * as THREE from 'three'; -import PVM from './../models/pvm.json'; -import * as Easing from './../../animation/Easing.js'; - -class AboutScene extends SceneComponent { - constructor(props) { - super(props); - } - - onSetup(scene, camera, renderer) { - this.loader = this.loader || new THREE.ObjectLoader(); - - this.pvm = this.pvm || this.loader.parse(PVM); - if(typeof this.screenMaterial === typeof undefined) { - let child = this.pvm.children[0].children[27];//TV Screen - this.screenMaterial = child.material; - } - this.pvm.position.x = 0.7; - this.pvm.position.z = -0.7; - scene.add(this.pvm); - } - - onUpdate(scene, camera, renderer) { - var dur = 1500; - let time = new Date().getTime(); - let t = (time % dur) / dur; - let h = ((time+dur/4) % dur) / dur; - - let d; - let q; - if(t < 0.5) { - d = Easing.easeInOutQuad(t, 0, 1, 0.5); - } else { - d = Easing.easeInOutQuad(t-0.5, 1, -1, 0.5); - } - - if(h < 0.5) { - q = Easing.easeInOutQuad(h, 0, 1, 0.5); - } else { - q = Easing.easeInOutQuad(h-0.5, 1, -1, 0.5); - } - - this.pvm.rotation.x = THREE.Math.degToRad((d*10) - 90); - this.pvm.rotation.z = THREE.Math.degToRad(134-(q*2)); - this.pvm.position.y = (0.5 - q)/11; - - this.screenMaterial.color = new THREE.Color(q/8, q/4, 0.5+q/2); - } -} - -export default AboutScene; diff --git a/public/3d/scenes/SceneComponent.jsx b/public/3d/scenes/SceneComponent.jsx deleted file mode 100644 index cd8d252..0000000 --- a/public/3d/scenes/SceneComponent.jsx +++ /dev/null @@ -1,101 +0,0 @@ -/* - * Scene Component - * About that one lad. - * - * Dependencies: - * styles/components/_scene-component.scss - * - * Version: - * 1.0.0 - 2018/04/08 - */ - -import React from 'react'; -import { connect } from 'react-redux'; -import * as THREE from 'three'; - -class SceneComponet extends React.Component { - constructor(props) { - super(props); - } - - componentDidMount() { - if(typeof this.scene !== typeof undefined) return; - - this.scene = new THREE.Scene(); - this.camera = new THREE.PerspectiveCamera( - 17, - window.innerWidth / window.innerHeight, - 0.1, - 1000 - ); - this.isAlive = true; - - this.renderer = new THREE.WebGLRenderer({canvas: this.refs.canvas, alpha: true}); - this.renderer.setSize(window.innerWidth, window.innerHeight); - - this.camera.position.z = 1; - - this.ambient1 = new THREE.AmbientLight(0xFFCCFF, 0.2); - this.scene.add(this.ambient1); - this.ambient2 = new THREE.AmbientLight(0xFFFFFF, 0.5); - this.scene.add(this.ambient2); - - this.light = new THREE.DirectionalLight(0x22BBFF, 0.3); - this.light.position.x = this.camera.position.x; - this.light.position.y = this.camera.position.y; - this.light.position.z = this.camera.position.z; - this.scene.add(this.light); - - if(typeof this.onSetup !== typeof undefined) { - this.onSetup(this.scene, this.camera, this.renderer); - } - - this.onFrame(); - } - - componentWillUnmount() { - this.isAlive = false; - } - - onFrame() { - if(!this.isAlive) return; - - let now = new Date(); - let width = this.refs.canvasSpace.clientWidth; - let height = this.refs.canvasSpace.clientHeight; - let diff = now.getTime() - (this.lastTime || new Date()).getTime(); - diff = diff / 1000; - - let hfov = 95; - let hfovRad = hfov * Math.PI / 180; - let vfovRad = 2*Math.atan(Math.tan(hfovRad/2)*height/width); - - this.renderer.setSize(width, height); - this.renderer.setPixelRatio(window.devicePixelRatio); - - this.camera.aspect = width / height; - this.camera.fov = vfovRad * 180 / Math.PI; - this.camera.updateProjectionMatrix(); - - if(typeof this.onUpdate !== typeof undefined) { - this.onUpdate(diff); - } - - this.renderer.render(this.scene, this.camera); - this.lastTime = now; - - requestAnimationFrame(this.onFrame.bind(this)); - } - - render() { - return ( -
- {Language.get("contact.form.info")} -
-A small paragraph to emphasis and show important bits.
-Don't forget Ordered lists:
-- Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. -
- -Rank | -Movie | -Downloads | -Grosses | -
---|---|---|---|
torrentfreak.com | -|||
1 | -Fast Five | -9,260,000 | -$626,137,675 | -
2 | -The Hangover II | -8,840,000 | -$581,464,305 | -
3 | -Thor | -8,330,000 | -$449,326,618 | -
4 | -Source Code | -7,910,000 | -$123,278,618 | -
5 | -I Am Number Four | -7,670,000 | -$144,500,437 | -
6 | -Sucker Punch | -7,200,000 | -$89,792,502 | -
7 | -127 Hours | -6,910,000 | -$60,738,797 | -
8 | -Rango | -6,480,000 | -$245,155,348 | -
9 | -The King’s Speech | -6,250,000 | -$414,211,549 | -
10 | -Harry Potter and the Deathly Hallows Part 2 | -6,030,000 | -$1,328,111,219 | -
- Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. -
- --- -This is a properly formatted blockquote, btw. Measuring programming progress by lines of code is like measuring aircraft building progress by weight.
- -
- Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. -
--- -- “Ooh - a blockquote! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.” -
-
{ Language.get("about.descriptions.welcome") }
-{ Language.get("about.descriptions.apis") }
- -{ Language.get("about.descriptions.other") }
- -{ Language.get("about.descriptions.programming") }
- -- {Language.get("about."+props.language+".description")} -
-- I am a 23 year old programmer from Sydney, Australia. I have - been programming, and generally working with computers and other - technology for as long as I can remember. -
- -- Some of my interests include; Programming, System Administration, - Hardware Repair, Disco Music, Video Games, Livestreaming, Video - Creation and editing, Voice Acting, Anime, Manga, Learning - Japanese and more! -
- -- Click one of the below headings to find out more about my - skillsets. -
-This Privacy Policy governs the manner in which domsPlace collects, uses, maintains and discloses information collected from users (each, a "User") of the http://domsplace.com website ("Site").
- -We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, register on the site, fill out a form, respond to a survey, and in connection with other activities, services, features or resources we make available on our Site. Users may be asked for, as appropriate, name, email address. Users may, however, visit our Site anonymously. We will collect personal identification information from Users only if they voluntarily submit such information to us. Users can always refuse to supply personally identification information, except that it may prevent them from engaging in certain Site related activities.
- -We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer and technical information about Users means of connection to our Site, such as the operating system and the Internet service providers utilized and other similar information.
- -Our Site may use "cookies" to enhance User experience. User's web browser places cookies on their hard drive for record-keeping purposes and sometimes to track information about them. User may choose to set their web browser to refuse cookies, or to alert you when cookies are being sent. If they do so, note that some parts of the Site may not function properly.
- -domsPlace may collect and use Users personal information for the following purposes:
-We adopt appropriate data collection, storage and processing practices and security measures to protect against unauthorized access, alteration, disclosure or destruction of your personal information, username, password, transaction information and data stored on our Site.
- -We do not sell, trade, or rent Users personal identification information to others. We may share generic aggregated demographic information not linked to any personal identification information regarding visitors and users with our business partners, trusted affiliates and advertisers for the purposes outlined above.
- -If User decides to opt-in to our mailing list, they will receive emails that may include company news, updates, related product or service information, etc. If at any time the User would like to unsubscribe from receiving future emails, we include detailed unsubscribe instructions at the bottom of each email or User may contact us via our Site.
- -Users may find advertising or other content on our Site that link to the sites and services of our partners, suppliers, advertisers, sponsors, licensors and other third parties. We do not control the content or links that appear on these sites and are not responsible for the practices employed by websites linked to or from our Site. In addition, these sites or services, including their content and links, may be constantly changing. These sites and services may have their own privacy policies and customer service policies. Browsing and interaction on any other website, including websites which have a link to our Site, is subject to that website's own terms and policies.
- -Protecting the privacy of the very young is especially important. For that reason, we never collect or maintain information at our Site from those we actually know are under 13, and no part of our website is structured to attract anyone under 13.
- -domsPlace has the discretion to update this privacy policy at any time. When we do, we will post a notification on the main page of our Site and send you an email. We encourage Users to frequently check this page for any changes to stay informed about how we are helping to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.
- -By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes. This privacy policy was built using the https://PrivacyPolicies.com generator.
- -If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us.
- -This document was last updated on February 27, 2016
-