diff --git a/catalog.json b/catalog.json index 47c8e50..429009e 100644 --- a/catalog.json +++ b/catalog.json @@ -1,4 +1,20 @@ [ + { + "name": "cityhall", + "src": "src/models/cityhall/cityhall.gltf", + "bboxMin": [ + -1.91792, + 0.00707, + -1.92385 + ], + "bboxMax": [ + 2.11712, + 1.97267, + 2.04856 + ], + "dist": "dist/models/cityhall.glb", + "img": "dist/img/cityhall.jpg" + }, { "name": "watertower", "src": "src/models/kaykit/watertower.gltf", diff --git a/dist/citybuilderjr.js b/dist/citybuilderjr.js index ec467e6..6ee803f 100644 --- a/dist/citybuilderjr.js +++ b/dist/citybuilderjr.js @@ -1 +1 @@ -!function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var i=e();for(var s in i)("object"==typeof exports?exports:t)[s]=i[s]}}(self,(()=>(()=>{var t={631:t=>{var e=[new THREE.Vector2,new THREE.Vector2,new THREE.Vector2,new THREE.Vector2];function i(t,i,s,n){const r=1/n,a=1/s;return e[0].set(r*i,a*t+a),e[1].set(r*i,a*t),e[2].set(r*i+r,a*t),e[3].set(r*i+r,a*t+a),e}AFRAME.registerComponent("atlas-uvs",{dependencies:["geometry"],schema:{totalColumns:{type:"int",default:1},totalRows:{type:"int",default:1},column:{type:"int",default:1},row:{type:"int",default:1}},update:function(){const t=this.data,e=i(t.row-1,t.column-1,t.totalRows,t.totalColumns),s=this.el.getObject3D("mesh").geometry;var n=new Float32Array([e[0].x,e[0].y,e[3].x,e[3].y,e[1].x,e[1].y,e[2].x,e[2].y]);s.setAttribute("uv",new THREE.BufferAttribute(n,2)),s.uvsNeedUpdate=!0}}),AFRAME.registerComponent("dynamic-texture-atlas",{schema:{canvasId:{default:"dynamicAtlas"},canvasHeight:{default:1024},canvasWidth:{default:1024},debug:{default:!1},numColumns:{default:8},numRows:{default:8}},multiple:!0,init:function(){const t=this.canvas=document.createElement("canvas");t.id=this.data.canvasId,t.height=this.data.canvasHeight,t.width=this.data.canvasWidth,this.ctx=t.getContext("2d"),document.body.appendChild(t),this.data.debug&&(t.style.left=0,t.style.top=0,t.style.position="fixed",t.style.zIndex=9999999999)},drawTexture:function(t,e,s,n,r){const a=this.canvas,o=this.data;t.complete||(t.onload=()=>{this.drawTexture(t,e,s)});const l=r||a.height/o.numRows,d=n||a.width/o.numColumns;return this.ctx.drawImage(t,d*e,d*s,d,l),i(e,s,o.numRows,o.numColumns)}}),t.exports.getGridUvs=i},1:()=>{if("undefined"==typeof AFRAME)throw new Error("Component attempted to register before AFRAME was available.");AFRAME.registerComponent("gridhelper",{schema:{size:{default:5},divisions:{default:10},colorCenterLine:{default:"red"},colorGrid:{default:"black"}},init:function(){var t=this.el.object3D,e=this.data,i=e.size,s=e.divisions,n=e.colorCenterLine,r=e.colorGrid,a=new THREE.GridHelper(i,s,n,r);a.name="gridHelper",t.add(a)},remove:function(){var t=this.el.object3D;t.remove(t.getObjectByName("gridHelper"))}})},174:()=>{var t,e=AFRAME.utils.debug,i=AFRAME.utils.coordinates,s=e("components:look-at:warn"),n=i.isCoordinates||i.isCoordinate;delete AFRAME.components["look-at"],AFRAME.registerComponent("look-at",{schema:{default:"0 0 0",parse:function(t){return n(t)||"object"==typeof t?i.parse(t):t},stringify:function(t){return"object"==typeof t?i.stringify(t):t}},init:function(){this.target3D=null,this.vector=new THREE.Vector3,this.cameraListener=AFRAME.utils.bind(this.cameraListener,this),this.el.addEventListener("componentinitialized",this.cameraListener),this.el.addEventListener("componentremoved",this.cameraListener)},update:function(){var t,e=this,i=e.data;return!i||"object"==typeof i&&!Object.keys(i).length?e.remove():"object"==typeof i?this.lookAt(new THREE.Vector3(i.x,i.y,i.z)):(t=e.el.sceneEl.querySelector(i))?t.hasLoaded?e.beginTracking(t):t.addEventListener("loaded",(function(){e.beginTracking(t)})):void s('"'+i+'" does not point to a valid entity to look-at')},tick:(t=new THREE.Vector3,function(e){var i=this.target3D;i&&(i.getWorldPosition(t),this.lookAt(t))}),remove:function(){this.el.removeEventListener("componentinitialized",this.cameraListener),this.el.removeEventListener("componentremoved",this.cameraListener)},beginTracking:function(t){this.target3D=t.object3D},cameraListener:function(t){t.detail&&"camera"===t.detail.name&&this.update()},lookAt:function(t){var e=this.vector,i=this.el.object3D;this.el.getObject3D("camera")?e.subVectors(i.position,t).add(i.position):e.copy(t),i.lookAt(e)}})},699:()=>{AFRAME.registerComponent("proxy-event",{schema:{captureBubbles:{default:!1},enabled:{default:!0},event:{type:"string"},from:{type:"string"},to:{type:"string"},as:{type:"string"},bubbles:{default:!1}},multiple:!0,init:function(){var t,e,i,s=this.data,n=this.el,r=this;if(s.from?t="PARENT"===s.from?[n.parentNode]:document.querySelectorAll(s.from):i="CHILDREN"===s.to?n.querySelectorAll("*"):"SELF"===s.to?[n]:document.querySelectorAll(s.to),s.from)for(e=0;e","<","<=",">="],u=/\s+/,p=/\(|\)|\!/g;function f(t){return-1===(t=function(t){return 0===t.indexOf("!!")?t.replace("!!",""):0===t.indexOf("!")?t.replace("!",""):t}(t.trim())).indexOf(".")?t:t.substring(0,t.indexOf("."))}t.exports.parseKeysToWatch=function(t,e,i){var s,n;for(n=y(e,u),s=0;s-1&&this.subscriptions.splice(e,1)},shouldUpdate:function(t,e,i){for(var s=0;s [data-bind-for-active="false"]'))(s=a.querySelector('[data-bind-for-active="false"]')).setAttribute("data-bind-for-key",l),s.setAttribute("data-bind-for-value",d),s.object3D.visible=!0,s.play(),s.setAttribute("data-bind-for-active","true"),s.emit("bindforupdateinplace",o,!1);else{var c=this.generateFromTemplate(o,i);c.addEventListener("loaded",(function(){c.emit("bindforupdateinplace",o,!1)})),a.appendChild(c)}this.renderedKeys.push(d)}else-1!==e.indexOf(d)&&(t.length&&t[0].constructor===String?(s=a.querySelector('[data-bind-for-value="'+d+'"]')).setAttribute("data-bind-for-key",i):s=a.querySelector('[data-bind-for-key="'+l+'"]'),s.emit("bindforupdateinplace",o,!1));t[i+1]&&(this.data.delay?setTimeout((function(){n.renderItemsInPlace(t,e,i+1)}),this.data.delay):this.renderItemsInPlace(t,e,i+1))},generateFromTemplate:function(t,e){var i=this.data;this.el.appendChild(this.system.renderTemplate(this.template,t));var s=this.el.children[this.el.children.length-1];if(!t)return s.setAttribute("data-bind-for-key",""),s.setAttribute("data-bind-for-active","false"),s;var n=this.getBindForKey(t,e);return s.setAttribute("data-bind-for-key",n),i.key||s.setAttribute("data-bind-for-value",t),s.setAttribute("data-bind-for-active","true"),s},getElsToRemove:(s=[],function(t,e){var i=this.data,n=this.el;s.length=0;for(var r=0;r{AFRAME.registerComponent("grid-cursor",{schema:{allowFrom:{default:"*"},cursor:{default:"#cursor"}},init:function(){this.helperVector=new THREE.Vector3,this.cursorEl=document.querySelector(this.data.cursor),this.oldPos=(new THREE.Vector3).copy(this.cursorEl.object3D.position),this.el.addEventListener("raycaster-intersected",(t=>{t.detail.el.matches(this.data.allowFrom)&&(this.raycaster=t.detail.el)})),this.el.addEventListener("raycaster-intersected-cleared",(t=>{t.detail.el.matches(this.data.allowFrom)&&(this.raycaster=null)})),this.tick=AFRAME.utils.throttleTick(this.tick,30,this)},tick:function(){if(!this.raycaster)return void this.cursorEl.setAttribute("visible",!1);let t=this.raycaster.components.raycaster.getIntersection(this.el);if(!t)return void this.cursorEl.setAttribute("visible",!1);this.cursorEl.setAttribute("visible",!0);const e=((t,e,i)=>{const s=this.helperVector;return s.copy(t),s.x=Math.floor(s.x/i)*i+e,s.y=Math.floor(s.y/i)*i+e,s.z=Math.floor(s.z/i)*i+e,s})(t.point,.125,.25);this.oldPos.equals(e)||(this.cursorEl.object3D.position.copy(e),this.oldPos.copy(e),this.cursorEl.emit("cursormoved"))}})},216:()=>{AFRAME.registerComponent("intersection-spawn",{schema:{default:"",parse:AFRAME.utils.styleParser.parse},init:function(){const t=this.data,e=this.el;e.addEventListener(t.event,(i=>{if(t.objects&&!i.detail.intersectedEl.classList.contains(t.objects))return;const s=document.createElement("a-entity");s.setAttribute("position",i.detail.intersection.point),Object.keys(t).forEach((e=>{"event"!==e&&"objects"!==e&&AFRAME.utils.entity.setComponentProperty(s,e,t[e])})),e.sceneEl.appendChild(s)}))}})},133:()=>{AFRAME.registerComponent("snap",{dependencies:["position"],schema:{offset:{type:"vec3"},snap:{type:"vec3"}},init:function(){var t=this;this.originalPos=this.el.getAttribute("position"),this.el.addEventListener("componentchanged",(function(e){"position"===e.detail.name&&t.update()}))},update:function(){const t=this.data,e=AFRAME.utils.clone(this.originalPos);e.x=Math.floor(e.x/t.snap.x)*t.snap.x+t.offset.x,e.y=Math.floor(e.y/t.snap.y)*t.snap.y+t.offset.y,e.z=Math.floor(e.z/t.snap.z)*t.snap.z+t.offset.z,this.el.setAttribute("position",e)}})},657:()=>{function t(t){return Object.keys(t.color.list)[t.color.index]}function e(e){const i=t(e);return e.color.list[i]}function i(t){return Object.keys(t.model.list)[t.model.index]}function s(t){const e=i(t);return t.model.list[e].dist}AFRAME.registerState({initialState:{color:{list:{Blue:"#6199D5",Red:"#E54661",Green:"#61D576",Yellow:"#E0D629",Purple:"#CA29E0"},index:0,name:"",hex:""},model:{list:{watertower:{dist:"dist/models/watertower.glb",img:"dist/img/watertower.jpg"},tree_E:{dist:"dist/models/tree_E.glb",img:"dist/img/tree_E.jpg"},road_junction:{dist:"dist/models/road_junction.glb",img:"dist/img/road_junction.jpg"},road_straight:{dist:"dist/models/road_straight.glb",img:"dist/img/road_straight.jpg"},building_F:{dist:"dist/models/building_F.glb",img:"dist/img/building_F.jpg"}},index:0,name:"",img:""}},handlers:{decreaseColorIndex:function(t){t.color.index-=1,t.color.index<0&&(t.color.index=0)},increaseColorIndex:function(t){t.color.index+=1,t.color.index>=Object.keys(t.color.list).length&&(t.color.index-=1)},decreaseModelIndex:function(t){t.model.index-=1,t.model.index<0&&(t.model.index=0)},increaseModelIndex:function(t){t.model.index+=1,t.model.index>=Object.keys(t.model.list).length&&(t.model.index-=1)}},computeState:function(n,r){n.color.name=t(n),n.color.hex=e(n),n.model.name=i(n),n.model.img=function(t){const e=i(t);return t.model.list[e].img}(n),n.model.path=s(n)}}),AFRAME.registerComponent("set-color-from-state",{dependencies:["material"],init:function(){this.el.setAttribute("material","color",e(AFRAME.scenes[0].systems.state.state))}}),AFRAME.registerComponent("set-model-from-state",{init:function(){this.runOnce=!0},update:function(){this.runOnce&&(this.el.setAttribute("gltf-model","src: url("+s(AFRAME.scenes[0].systems.state.state)+")"),this.el.setAttribute("scale","0.125 0.125 0.125"),this.runOnce=!1)}})},430:()=>{!function(t){var e={};function i(s){if(e[s])return e[s].exports;var n=e[s]={exports:{},id:s,loaded:!1};return t[s].call(n.exports,n,n.exports,i),n.loaded=!0,n.exports}i.m=t,i.c=e,i.p="",i(0)}([function(t,e){if("undefined"==typeof AFRAME)throw new Error("Component attempted to register before AFRAME was available.");AFRAME.registerComponent("slice9",{schema:{alphaTest:{default:0},bottom:{default:0,min:0},color:{type:"color",default:"#fff"},debug:{default:!1},height:{default:1,min:0},left:{default:0,min:0},opacity:{default:1,min:0,max:1},padding:{default:.1,min:.01},right:{default:0,min:0},side:{default:"front",oneOf:["front","back","double"]},src:{type:"map"},top:{default:0,min:0},transparent:{default:!0},width:{default:1,min:0},usingCustomMaterial:{default:!1},usingAtlas:{default:!1},uvAtlasMin:{type:"vec2"},uvAtlasMax:{type:"vec2"}},init:function(){var t,e,i=this.data;this.textureSrc=null,t=this.geometry=new THREE.PlaneGeometry(i.width,i.height,3,3),i.usingCustomMaterial?this.plane=new THREE.Mesh(t):(e=this.material=new THREE.MeshBasicMaterial({alphaTest:i.alphaTest,color:i.color,opacity:i.opacity,transparent:i.transparent,wireframe:i.debug}),this.plane=new THREE.Mesh(t,e)),this.el.setObject3D("mesh",this.plane)},remove:function(){this.geometry&&this.geometry.dispose(),this.material&&this.material.dispose()},regenerateMesh:function(){var t,e,i,s=this.data,n=this.geometry.attributes.position.array,r=this.geometry.attributes.uv.array;if(!this.material||this.material.map){s.usingCustomMaterial?(t=1,i=1):(t=this.material.map.image.width,i=this.material.map.image.width),p(1,(e={left:s.left/i,right:s.right/i,top:s.top/t,bottom:s.bottom/t}).left,1),p(2,e.right,1),p(4,0,e.bottom),p(5,e.left,e.bottom),p(6,e.right,e.bottom),p(7,1,e.bottom),p(8,0,e.top),p(9,e.left,e.top),p(10,e.right,e.top),p(11,1,e.top),p(13,e.left,0),p(14,e.right,0),s.usingAtlas&&(p(0,0,1),p(3,1,1),p(12,0,0),p(15,1,0));var a=s.width/2,o=s.height/2,l=-a+s.padding,d=a-s.padding,c=o-s.padding,h=-o+s.padding;u(0,-a,o),u(1,l,o),u(2,d,o),u(3,a,o),u(4,-a,c),u(5,l,c),u(6,d,c),u(7,a,c),u(8,-a,h),u(9,l,h),u(10,d,h),u(11,a,h),u(13,l,-o),u(14,d,-o),u(12,-a,-o),u(15,a,-o),this.geometry.attributes.position.needsUpdate=!0,this.geometry.attributes.uv.needsUpdate=!0}function u(t,e,i){n[3*t]=e,n[3*t+1]=i}function p(t,e,i){s.usingAtlas&&(e=s.uvAtlasMin.x+e*(s.uvAtlasMax.x-s.uvAtlasMin.x),i=s.uvAtlasMin.y+i*(s.uvAtlasMax.y-s.uvAtlasMin.y)),r[2*t]=e,r[2*t+1]=i}},update:function(t){var e,i=this.data;e=AFRAME.utils.diff(i,t),i.usingCustomMaterial||(this.material.alphaTest=i.alphaTest,this.material.color.setStyle(i.color),this.material.opacity=i.opacity,this.material.transparent=i.transparent,this.material.wireframe=i.debug,this.material.side=function(t){switch(t){case"back":return THREE.BackSide;case"double":return THREE.DoubleSide;default:return THREE.FrontSide}}(i.side),"src"in e&&this.updateMap()),("width"in e||"height"in e)&&(this.geometry=new THREE.PlaneGeometry(i.width,i.height,3,3),this.plane.geometry=this.geometry),("width"in e||"height"in e||"padding"in e||"left"in e||"top"in e||"bottom"in e||"right"in e)&&this.regenerateMesh()},updateMap:function(){var t=this.data.src;if(t){if(t===this.textureSrc)return;return this.textureSrc=t,void this.el.sceneEl.systems.material.loadTexture(t,{src:t},e.bind(this))}function e(t){this.material.map=t,this.material.needsUpdate=!0,this.regenerateMesh()}this.material.map&&e(null)}})}])}},e={};function i(s){var n=e[s];if(void 0!==n)return n.exports;var r=e[s]={exports:{}};return t[s].call(r.exports,r,r.exports,i),r.exports}return i(699),i(858),i(174),i(631),i(699),i(1),i(430),i(613),i(216),i(133),i(657),{}})())); \ No newline at end of file +!function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var i=e();for(var s in i)("object"==typeof exports?exports:t)[s]=i[s]}}(self,(()=>(()=>{var t={631:t=>{var e=[new THREE.Vector2,new THREE.Vector2,new THREE.Vector2,new THREE.Vector2];function i(t,i,s,n){const r=1/n,a=1/s;return e[0].set(r*i,a*t+a),e[1].set(r*i,a*t),e[2].set(r*i+r,a*t),e[3].set(r*i+r,a*t+a),e}AFRAME.registerComponent("atlas-uvs",{dependencies:["geometry"],schema:{totalColumns:{type:"int",default:1},totalRows:{type:"int",default:1},column:{type:"int",default:1},row:{type:"int",default:1}},update:function(){const t=this.data,e=i(t.row-1,t.column-1,t.totalRows,t.totalColumns),s=this.el.getObject3D("mesh").geometry;var n=new Float32Array([e[0].x,e[0].y,e[3].x,e[3].y,e[1].x,e[1].y,e[2].x,e[2].y]);s.setAttribute("uv",new THREE.BufferAttribute(n,2)),s.uvsNeedUpdate=!0}}),AFRAME.registerComponent("dynamic-texture-atlas",{schema:{canvasId:{default:"dynamicAtlas"},canvasHeight:{default:1024},canvasWidth:{default:1024},debug:{default:!1},numColumns:{default:8},numRows:{default:8}},multiple:!0,init:function(){const t=this.canvas=document.createElement("canvas");t.id=this.data.canvasId,t.height=this.data.canvasHeight,t.width=this.data.canvasWidth,this.ctx=t.getContext("2d"),document.body.appendChild(t),this.data.debug&&(t.style.left=0,t.style.top=0,t.style.position="fixed",t.style.zIndex=9999999999)},drawTexture:function(t,e,s,n,r){const a=this.canvas,o=this.data;t.complete||(t.onload=()=>{this.drawTexture(t,e,s)});const l=r||a.height/o.numRows,d=n||a.width/o.numColumns;return this.ctx.drawImage(t,d*e,d*s,d,l),i(e,s,o.numRows,o.numColumns)}}),t.exports.getGridUvs=i},1:()=>{if("undefined"==typeof AFRAME)throw new Error("Component attempted to register before AFRAME was available.");AFRAME.registerComponent("gridhelper",{schema:{size:{default:5},divisions:{default:10},colorCenterLine:{default:"red"},colorGrid:{default:"black"}},init:function(){var t=this.el.object3D,e=this.data,i=e.size,s=e.divisions,n=e.colorCenterLine,r=e.colorGrid,a=new THREE.GridHelper(i,s,n,r);a.name="gridHelper",t.add(a)},remove:function(){var t=this.el.object3D;t.remove(t.getObjectByName("gridHelper"))}})},174:()=>{var t,e=AFRAME.utils.debug,i=AFRAME.utils.coordinates,s=e("components:look-at:warn"),n=i.isCoordinates||i.isCoordinate;delete AFRAME.components["look-at"],AFRAME.registerComponent("look-at",{schema:{default:"0 0 0",parse:function(t){return n(t)||"object"==typeof t?i.parse(t):t},stringify:function(t){return"object"==typeof t?i.stringify(t):t}},init:function(){this.target3D=null,this.vector=new THREE.Vector3,this.cameraListener=AFRAME.utils.bind(this.cameraListener,this),this.el.addEventListener("componentinitialized",this.cameraListener),this.el.addEventListener("componentremoved",this.cameraListener)},update:function(){var t,e=this,i=e.data;return!i||"object"==typeof i&&!Object.keys(i).length?e.remove():"object"==typeof i?this.lookAt(new THREE.Vector3(i.x,i.y,i.z)):(t=e.el.sceneEl.querySelector(i))?t.hasLoaded?e.beginTracking(t):t.addEventListener("loaded",(function(){e.beginTracking(t)})):void s('"'+i+'" does not point to a valid entity to look-at')},tick:(t=new THREE.Vector3,function(e){var i=this.target3D;i&&(i.getWorldPosition(t),this.lookAt(t))}),remove:function(){this.el.removeEventListener("componentinitialized",this.cameraListener),this.el.removeEventListener("componentremoved",this.cameraListener)},beginTracking:function(t){this.target3D=t.object3D},cameraListener:function(t){t.detail&&"camera"===t.detail.name&&this.update()},lookAt:function(t){var e=this.vector,i=this.el.object3D;this.el.getObject3D("camera")?e.subVectors(i.position,t).add(i.position):e.copy(t),i.lookAt(e)}})},699:()=>{AFRAME.registerComponent("proxy-event",{schema:{captureBubbles:{default:!1},enabled:{default:!0},event:{type:"string"},from:{type:"string"},to:{type:"string"},as:{type:"string"},bubbles:{default:!1}},multiple:!0,init:function(){var t,e,i,s=this.data,n=this.el,r=this;if(s.from?t="PARENT"===s.from?[n.parentNode]:document.querySelectorAll(s.from):i="CHILDREN"===s.to?n.querySelectorAll("*"):"SELF"===s.to?[n]:document.querySelectorAll(s.to),s.from)for(e=0;e","<","<=",">="],u=/\s+/,p=/\(|\)|\!/g;function f(t){return-1===(t=function(t){return 0===t.indexOf("!!")?t.replace("!!",""):0===t.indexOf("!")?t.replace("!",""):t}(t.trim())).indexOf(".")?t:t.substring(0,t.indexOf("."))}t.exports.parseKeysToWatch=function(t,e,i){var s,n;for(n=y(e,u),s=0;s-1&&this.subscriptions.splice(e,1)},shouldUpdate:function(t,e,i){for(var s=0;s [data-bind-for-active="false"]'))(s=a.querySelector('[data-bind-for-active="false"]')).setAttribute("data-bind-for-key",l),s.setAttribute("data-bind-for-value",d),s.object3D.visible=!0,s.play(),s.setAttribute("data-bind-for-active","true"),s.emit("bindforupdateinplace",o,!1);else{var c=this.generateFromTemplate(o,i);c.addEventListener("loaded",(function(){c.emit("bindforupdateinplace",o,!1)})),a.appendChild(c)}this.renderedKeys.push(d)}else-1!==e.indexOf(d)&&(t.length&&t[0].constructor===String?(s=a.querySelector('[data-bind-for-value="'+d+'"]')).setAttribute("data-bind-for-key",i):s=a.querySelector('[data-bind-for-key="'+l+'"]'),s.emit("bindforupdateinplace",o,!1));t[i+1]&&(this.data.delay?setTimeout((function(){n.renderItemsInPlace(t,e,i+1)}),this.data.delay):this.renderItemsInPlace(t,e,i+1))},generateFromTemplate:function(t,e){var i=this.data;this.el.appendChild(this.system.renderTemplate(this.template,t));var s=this.el.children[this.el.children.length-1];if(!t)return s.setAttribute("data-bind-for-key",""),s.setAttribute("data-bind-for-active","false"),s;var n=this.getBindForKey(t,e);return s.setAttribute("data-bind-for-key",n),i.key||s.setAttribute("data-bind-for-value",t),s.setAttribute("data-bind-for-active","true"),s},getElsToRemove:(s=[],function(t,e){var i=this.data,n=this.el;s.length=0;for(var r=0;r{AFRAME.registerComponent("grid-cursor",{schema:{allowFrom:{default:"*"},cursor:{default:"#cursor"}},init:function(){this.helperVector=new THREE.Vector3,this.cursorEl=document.querySelector(this.data.cursor),this.oldPos=(new THREE.Vector3).copy(this.cursorEl.object3D.position),this.el.addEventListener("raycaster-intersected",(t=>{t.detail.el.matches(this.data.allowFrom)&&(this.raycaster=t.detail.el)})),this.el.addEventListener("raycaster-intersected-cleared",(t=>{t.detail.el.matches(this.data.allowFrom)&&(this.raycaster=null)})),this.tick=AFRAME.utils.throttleTick(this.tick,30,this)},tick:function(){if(!this.raycaster)return void this.cursorEl.setAttribute("visible",!1);let t=this.raycaster.components.raycaster.getIntersection(this.el);if(!t)return void this.cursorEl.setAttribute("visible",!1);this.cursorEl.setAttribute("visible",!0);const e=((t,e,i)=>{const s=this.helperVector;return s.copy(t),s.x=Math.floor(s.x/i)*i+e,s.y=Math.floor(s.y/i)*i+e,s.z=Math.floor(s.z/i)*i+e,s})((t=>{const e=this.helperVector;return e.copy(t),this.el.object3D.worldToLocal(e),e})(t.point),.125,.25),i=(t=>{const e=new THREE.Vector3;return e.copy(t),this.el.object3D.localToWorld(e),e})(e);this.oldPos.equals(e)||(this.cursorEl.object3D.position.copy(i),this.oldPos.copy(e),this.cursorEl.emit("cursormoved"))}})},216:()=>{AFRAME.registerComponent("intersection-spawn",{schema:{default:"",parse:AFRAME.utils.styleParser.parse},init:function(){const t=this.data,e=this.el;this.helperVector=new THREE.Vector3,e.addEventListener(t.event,(e=>{if(t.objects&&!e.detail.intersectedEl.classList.contains(t.objects))return;const i=document.createElement("a-entity");Object.keys(t).forEach((e=>{["event","objects","gridSize","gridDivisions"].includes(e)||AFRAME.utils.entity.setComponentProperty(i,e,t[e])}));const s=e.detail.intersection.object.el,n=((t,e)=>{const i=this.helperVector;return i.copy(t),e.object3D.worldToLocal(i),i})(e.detail.intersection.point,s);i.setAttribute("position",n),s.appendChild(i);const r=this.localToStateGrid(n,t.gridSize,t.gridDivisions);AFRAME.scenes[0].emit("addGridObject",{lon:r.x,lat:r.y})}))},localToStateGrid:function(t,e,i){const s=i/e,n=t.x*s,r=t.z*s*-1;return{x:Math.round(n+(n>=0?.5:-.5)),y:Math.round(r+(r>=0?.5:-.5))}}})},490:()=>{AFRAME.registerComponent("set-rotation-from-anchor",{schema:{anchorId:{type:"selector"}},init:function(){this.anchorEl=null,this.data.anchorId?this.anchorEl=document.querySelector(this.data.anchorId):this.anchorEl=document.querySelector("[anchored]")},tick:function(){this.anchorEl&&this.anchorEl.object3D&&this.el.object3D.quaternion.copy(this.anchorEl.object3D.quaternion)}})},133:()=>{AFRAME.registerComponent("snap",{dependencies:["position"],schema:{offset:{type:"number"},snap:{type:"number"},localId:{type:"selector"}},init:function(){var t=this;this.helperVector=new THREE.Vector3,this.originalPos=this.el.getAttribute("position"),this.el.addEventListener("componentchanged",(function(e){"position"===e.detail.name&&t.update()})),this.localEl=null,this.data.anchorId&&(this.localEl=document.querySelector(this.data.localId))},update:function(){this.data;const t=(t,e,i)=>{const s=this.helperVector;return s.copy(t),s.x=Math.floor(s.x/i)*i+e,s.y=Math.floor(s.y/i)*i+e,s.z=Math.floor(s.z/i)*i+e,s},e=t=>{const e=this.helperVector;return e.copy(t),this.el.object3D.worldToLocal(e),e},i=t=>{const e=new THREE.Vector3;return e.copy(t),this.el.object3D.localToWorld(e),e};let s;s=this.localEl&&this.localEl.object3D?i(t(e(this.localEl.object3D.position),this.data.offset,this.data.snap)):t(this.el.object3D.position,this.data.offset,this.data.snap),console.log("snapPos",s),this.el.object3D.position.copy(s),this.el.object3D.position.y=0}})},657:()=>{const t={};for(let e=-10;e<=10;e++)for(let i=-10;i<=10;i++)t[`${e},${i}`]=1!==e&&-1!==e||1!==i&&-1!==i?{}:{model:"cityhall",rotation:0,elevation:0};const e={color:{list:{Blue:"#6199D5",Red:"#E54661",Green:"#61D576",Yellow:"#E0D629",Purple:"#CA29E0"},index:0,name:"",hex:""},model:{list:{watertower:{dist:"dist/models/watertower.glb",img:"dist/img/watertower.jpg"},tree_E:{dist:"dist/models/tree_E.glb",img:"dist/img/tree_E.jpg"},road_junction:{dist:"dist/models/road_junction.glb",img:"dist/img/road_junction.jpg"},road_straight:{dist:"dist/models/road_straight.glb",img:"dist/img/road_straight.jpg"},building_F:{dist:"dist/models/building_F.glb",img:"dist/img/building_F.jpg"}},index:0,name:"",img:""},grid:t};function i(t){return Object.keys(t.color.list)[t.color.index]}function s(t){const e=i(t);return t.color.list[e]}function n(t){return Object.keys(t.model.list)[t.model.index]}function r(t){const e=n(t);return t.model.list[e].dist}AFRAME.registerState({initialState:e,handlers:{decreaseColorIndex:function(t){t.color.index-=1,t.color.index<0&&(t.color.index=0)},increaseColorIndex:function(t){t.color.index+=1,t.color.index>=Object.keys(t.color.list).length&&(t.color.index-=1)},decreaseModelIndex:function(t){t.model.index-=1,t.model.index<0&&(t.model.index=0)},increaseModelIndex:function(t){t.model.index+=1,t.model.index>=Object.keys(t.model.list).length&&(t.model.index-=1)},addModel:function(t,e){t.model.list[e.name]={dist:e.dist,img:e.img}},addGridObject:function(t,e){console.log("Adding Grid Object:",e);let{lon:i,lat:s,model:r,rotation:a,elevation:o}=e;const l=`${i},${s}`;r||(r=n(t)),a||(a=0),o||(o=0),console.log("model",r),["1,1","-1,1","-1,-1","1,-1"].includes(l)?console.log("Cannot place object on city hall"):t.grid[l]={model:r,rotation:a,elevation:o},console.log("Updated Grid State:",t.grid)},rotateOrElevateGridObject:function(t,e){const{lon:i,lat:s,rotation:n,elevation:r}=e,a=`${i},${s}`;t.grid[a]&&!["1,1","-1,1","-1,-1","1,-1"].includes(a)&&(t.grid[a].rotation+=n,t.grid[a].elevation+=r)},clearGridCell:function(t,e){const{lon:i,lat:s}=e,n=`${i},${s}`;["1,1","-1,1","-1,-1","1,-1"].includes(n)||(t.grid[n]=null)}},computeState:function(t,e){t.color.name=i(t),t.color.hex=s(t),t.model.name=n(t),t.model.img=function(t){const e=n(t);return t.model.list[e].img}(t),t.model.path=r(t)}}),AFRAME.registerComponent("load-catalog",{schema:{source:{type:"selector"}},init:function(){this.jsonCatalogData=JSON.parse(this.data.source.data),console.log(this.jsonCatalogData);for(let t=0;t{!function(t){var e={};function i(s){if(e[s])return e[s].exports;var n=e[s]={exports:{},id:s,loaded:!1};return t[s].call(n.exports,n,n.exports,i),n.loaded=!0,n.exports}i.m=t,i.c=e,i.p="",i(0)}([function(t,e){if("undefined"==typeof AFRAME)throw new Error("Component attempted to register before AFRAME was available.");AFRAME.registerComponent("slice9",{schema:{alphaTest:{default:0},bottom:{default:0,min:0},color:{type:"color",default:"#fff"},debug:{default:!1},height:{default:1,min:0},left:{default:0,min:0},opacity:{default:1,min:0,max:1},padding:{default:.1,min:.01},right:{default:0,min:0},side:{default:"front",oneOf:["front","back","double"]},src:{type:"map"},top:{default:0,min:0},transparent:{default:!0},width:{default:1,min:0},usingCustomMaterial:{default:!1},usingAtlas:{default:!1},uvAtlasMin:{type:"vec2"},uvAtlasMax:{type:"vec2"}},init:function(){var t,e,i=this.data;this.textureSrc=null,t=this.geometry=new THREE.PlaneGeometry(i.width,i.height,3,3),i.usingCustomMaterial?this.plane=new THREE.Mesh(t):(e=this.material=new THREE.MeshBasicMaterial({alphaTest:i.alphaTest,color:i.color,opacity:i.opacity,transparent:i.transparent,wireframe:i.debug}),this.plane=new THREE.Mesh(t,e)),this.el.setObject3D("mesh",this.plane)},remove:function(){this.geometry&&this.geometry.dispose(),this.material&&this.material.dispose()},regenerateMesh:function(){var t,e,i,s=this.data,n=this.geometry.attributes.position.array,r=this.geometry.attributes.uv.array;if(!this.material||this.material.map){s.usingCustomMaterial?(t=1,i=1):(t=this.material.map.image.width,i=this.material.map.image.width),p(1,(e={left:s.left/i,right:s.right/i,top:s.top/t,bottom:s.bottom/t}).left,1),p(2,e.right,1),p(4,0,e.bottom),p(5,e.left,e.bottom),p(6,e.right,e.bottom),p(7,1,e.bottom),p(8,0,e.top),p(9,e.left,e.top),p(10,e.right,e.top),p(11,1,e.top),p(13,e.left,0),p(14,e.right,0),s.usingAtlas&&(p(0,0,1),p(3,1,1),p(12,0,0),p(15,1,0));var a=s.width/2,o=s.height/2,l=-a+s.padding,d=a-s.padding,c=o-s.padding,h=-o+s.padding;u(0,-a,o),u(1,l,o),u(2,d,o),u(3,a,o),u(4,-a,c),u(5,l,c),u(6,d,c),u(7,a,c),u(8,-a,h),u(9,l,h),u(10,d,h),u(11,a,h),u(13,l,-o),u(14,d,-o),u(12,-a,-o),u(15,a,-o),this.geometry.attributes.position.needsUpdate=!0,this.geometry.attributes.uv.needsUpdate=!0}function u(t,e,i){n[3*t]=e,n[3*t+1]=i}function p(t,e,i){s.usingAtlas&&(e=s.uvAtlasMin.x+e*(s.uvAtlasMax.x-s.uvAtlasMin.x),i=s.uvAtlasMin.y+i*(s.uvAtlasMax.y-s.uvAtlasMin.y)),r[2*t]=e,r[2*t+1]=i}},update:function(t){var e,i=this.data;e=AFRAME.utils.diff(i,t),i.usingCustomMaterial||(this.material.alphaTest=i.alphaTest,this.material.color.setStyle(i.color),this.material.opacity=i.opacity,this.material.transparent=i.transparent,this.material.wireframe=i.debug,this.material.side=function(t){switch(t){case"back":return THREE.BackSide;case"double":return THREE.DoubleSide;default:return THREE.FrontSide}}(i.side),"src"in e&&this.updateMap()),("width"in e||"height"in e)&&(this.geometry=new THREE.PlaneGeometry(i.width,i.height,3,3),this.plane.geometry=this.geometry),("width"in e||"height"in e||"padding"in e||"left"in e||"top"in e||"bottom"in e||"right"in e)&&this.regenerateMesh()},updateMap:function(){var t=this.data.src;if(t){if(t===this.textureSrc)return;return this.textureSrc=t,void this.el.sceneEl.systems.material.loadTexture(t,{src:t},e.bind(this))}function e(t){this.material.map=t,this.material.needsUpdate=!0,this.regenerateMesh()}this.material.map&&e(null)}})}])}},e={};function i(s){var n=e[s];if(void 0!==n)return n.exports;var r=e[s]={exports:{}};return t[s].call(r.exports,r,r.exports,i),r.exports}return i(699),i(858),i(174),i(631),i(699),i(1),i(430),i(613),i(216),i(133),i(490),i(657),{}})())); \ No newline at end of file diff --git a/dist/img/building_A_withoutBase.jpg b/dist/img/building_A_withoutBase.jpg index 631f541..0fc92ae 100644 Binary files a/dist/img/building_A_withoutBase.jpg and b/dist/img/building_A_withoutBase.jpg differ diff --git a/dist/img/building_B.jpg b/dist/img/building_B.jpg index 4789c0b..00433eb 100644 Binary files a/dist/img/building_B.jpg and b/dist/img/building_B.jpg differ diff --git a/dist/img/building_B_withoutBase.jpg b/dist/img/building_B_withoutBase.jpg index ac6ee8e..11b05cd 100644 Binary files a/dist/img/building_B_withoutBase.jpg and b/dist/img/building_B_withoutBase.jpg differ diff --git a/dist/img/building_C.jpg b/dist/img/building_C.jpg index 8fde4c5..666bbeb 100644 Binary files a/dist/img/building_C.jpg and b/dist/img/building_C.jpg differ diff --git a/dist/img/building_D.jpg b/dist/img/building_D.jpg index 024a515..f70dc78 100644 Binary files a/dist/img/building_D.jpg and b/dist/img/building_D.jpg differ diff --git a/dist/img/building_E_withoutBase.jpg b/dist/img/building_E_withoutBase.jpg index fda7ac9..8072983 100644 Binary files a/dist/img/building_E_withoutBase.jpg and b/dist/img/building_E_withoutBase.jpg differ diff --git a/dist/img/building_F_withoutBase.jpg b/dist/img/building_F_withoutBase.jpg index 31d44ac..4121dfd 100644 Binary files a/dist/img/building_F_withoutBase.jpg and b/dist/img/building_F_withoutBase.jpg differ diff --git a/dist/img/building_G.jpg b/dist/img/building_G.jpg index d3b8194..8a52e4e 100644 Binary files a/dist/img/building_G.jpg and b/dist/img/building_G.jpg differ diff --git a/dist/img/building_H.jpg b/dist/img/building_H.jpg index f4c1e0b..966a64d 100644 Binary files a/dist/img/building_H.jpg and b/dist/img/building_H.jpg differ diff --git a/dist/img/bush.jpg b/dist/img/bush.jpg index cddabf7..8031edf 100644 Binary files a/dist/img/bush.jpg and b/dist/img/bush.jpg differ diff --git a/dist/img/car_hatchback.jpg b/dist/img/car_hatchback.jpg index 292ecc1..1737b60 100644 Binary files a/dist/img/car_hatchback.jpg and b/dist/img/car_hatchback.jpg differ diff --git a/dist/img/car_taxi.jpg b/dist/img/car_taxi.jpg index 0b3dc3e..7b3fde6 100644 Binary files a/dist/img/car_taxi.jpg and b/dist/img/car_taxi.jpg differ diff --git a/dist/img/cityhall.jpg b/dist/img/cityhall.jpg new file mode 100644 index 0000000..dc26a85 Binary files /dev/null and b/dist/img/cityhall.jpg differ diff --git a/dist/img/park_road_junction.jpg b/dist/img/park_road_junction.jpg index 36b928d..4869a8e 100644 Binary files a/dist/img/park_road_junction.jpg and b/dist/img/park_road_junction.jpg differ diff --git a/dist/img/park_road_junction_decorated_B.jpg b/dist/img/park_road_junction_decorated_B.jpg index 4f02ca4..1adf3b2 100644 Binary files a/dist/img/park_road_junction_decorated_B.jpg and b/dist/img/park_road_junction_decorated_B.jpg differ diff --git a/dist/img/park_road_straight_decorated_A.jpg b/dist/img/park_road_straight_decorated_A.jpg index 2742cf5..471fb91 100644 Binary files a/dist/img/park_road_straight_decorated_A.jpg and b/dist/img/park_road_straight_decorated_A.jpg differ diff --git a/dist/img/park_road_tsplit.jpg b/dist/img/park_road_tsplit.jpg index fcfb81f..88f99b1 100644 Binary files a/dist/img/park_road_tsplit.jpg and b/dist/img/park_road_tsplit.jpg differ diff --git a/dist/img/park_road_tsplit_decorated.jpg b/dist/img/park_road_tsplit_decorated.jpg index ef091e6..d1c7c0c 100644 Binary files a/dist/img/park_road_tsplit_decorated.jpg and b/dist/img/park_road_tsplit_decorated.jpg differ diff --git a/dist/img/park_wall_innerCorner.jpg b/dist/img/park_wall_innerCorner.jpg index 5c9961d..60c1655 100644 Binary files a/dist/img/park_wall_innerCorner.jpg and b/dist/img/park_wall_innerCorner.jpg differ diff --git a/dist/img/road_corner_curved.jpg b/dist/img/road_corner_curved.jpg index c3e3a2d..38574bb 100644 Binary files a/dist/img/road_corner_curved.jpg and b/dist/img/road_corner_curved.jpg differ diff --git a/dist/img/road_straight_crossing.jpg b/dist/img/road_straight_crossing.jpg index 5b1f89f..fa087e4 100644 Binary files a/dist/img/road_straight_crossing.jpg and b/dist/img/road_straight_crossing.jpg differ diff --git a/dist/img/streetlight_old_double.jpg b/dist/img/streetlight_old_double.jpg index b188de6..e7906fa 100644 Binary files a/dist/img/streetlight_old_double.jpg and b/dist/img/streetlight_old_double.jpg differ diff --git a/dist/img/trash_A.jpg b/dist/img/trash_A.jpg index 6267eeb..3a64d4f 100644 Binary files a/dist/img/trash_A.jpg and b/dist/img/trash_A.jpg differ diff --git a/dist/img/tree_A.jpg b/dist/img/tree_A.jpg index 6170ec4..f94481b 100644 Binary files a/dist/img/tree_A.jpg and b/dist/img/tree_A.jpg differ diff --git a/dist/models/cityhall.glb b/dist/models/cityhall.glb new file mode 100644 index 0000000..3721ea0 Binary files /dev/null and b/dist/models/cityhall.glb differ diff --git a/index.html b/index.html index 673c771..0cad40a 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ xr-mode-ui="XRMode: ar" renderer="colorManagement: true;" load-catalog="source: #catalog" + background="color: #595959" > @@ -110,24 +111,24 @@ - + + intersection-spawn="event: click; mixin: voxel; objects: spawnable; gridSize:5; gridDivisions:20;"> - + - - - + diff --git a/package-lock.json b/package-lock.json index 75184e0..bab176b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,6 @@ "aframe-gridhelper-component": "^0.2.0", "aframe-look-at-component": "^1.0.0", "aframe-proxy-event-component": "^2.1.0", - "aframe-slice9-component": "^1.0.0", "aframe-state-component": "^7.1.1", "babel-cli": "^6.26.0", "babel-loader": "^9.1.3", @@ -1162,11 +1161,6 @@ "resolved": "https://registry.npmjs.org/aframe-proxy-event-component/-/aframe-proxy-event-component-2.1.0.tgz", "integrity": "sha512-FJ1+ZQLsETYoZbNwCe3l9xkakOHPYnBgDIE4YJMpWvqiFjiq0+BY6VuFWraZDdluul78b/d+UXIXmdd1JZRYqg==" }, - "node_modules/aframe-slice9-component": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/aframe-slice9-component/-/aframe-slice9-component-1.0.0.tgz", - "integrity": "sha512-5OyaObJ9qX7XudW/snSunszTdJStTxAkjmcXa0GaISxO7pcFWzLdFbbYOZENqeeQCqlrFAWgTSoEHkxci1DccQ==" - }, "node_modules/aframe-state-component": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/aframe-state-component/-/aframe-state-component-7.1.1.tgz", @@ -10192,11 +10186,6 @@ "resolved": "https://registry.npmjs.org/aframe-proxy-event-component/-/aframe-proxy-event-component-2.1.0.tgz", "integrity": "sha512-FJ1+ZQLsETYoZbNwCe3l9xkakOHPYnBgDIE4YJMpWvqiFjiq0+BY6VuFWraZDdluul78b/d+UXIXmdd1JZRYqg==" }, - "aframe-slice9-component": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/aframe-slice9-component/-/aframe-slice9-component-1.0.0.tgz", - "integrity": "sha512-5OyaObJ9qX7XudW/snSunszTdJStTxAkjmcXa0GaISxO7pcFWzLdFbbYOZENqeeQCqlrFAWgTSoEHkxci1DccQ==" - }, "aframe-state-component": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/aframe-state-component/-/aframe-state-component-7.1.1.tgz", diff --git a/src/app/intersection-spawn.js b/src/app/intersection-spawn.js index 4afea9c..62237bb 100644 --- a/src/app/intersection-spawn.js +++ b/src/app/intersection-spawn.js @@ -25,7 +25,7 @@ AFRAME.registerComponent('intersection-spawn', { // Set components and properties. Object.keys(data).forEach(name => { - if (name === 'event' || name === 'objects') { return; } + if (['event', 'objects', 'gridSize', 'gridDivisions'].includes(name)) { return; } AFRAME.utils.entity.setComponentProperty(spawnEl, name, data[name]); // is setAttribute a new version of "set component property"? }); @@ -38,9 +38,36 @@ AFRAME.registerComponent('intersection-spawn', { }; const targetEl = evt.detail.intersection.object.el; const localPos = _worldToLocal(evt.detail.intersection.point, targetEl); // convert world intersection position to local position + // console.log('Local Position:', localPos); spawnEl.setAttribute('position', localPos) targetEl.appendChild(spawnEl); + const gridPos = this.localToStateGrid(localPos, data.gridSize, data.gridDivisions); + // console.log('Grid Position:', gridPos); + + AFRAME.scenes[0].emit('addGridObject', { + lon: gridPos.x, + lat: gridPos.y + }); + }) + }, + // Convert local grid position to long / lat state grid coordinates + localToStateGrid: function (localPos, gridSize, gridDivisions) { + // grid divisions (# of cells) ie 20 divisions + // grid size (meter) ie 5 meters + // cellsPerMeter: gridDivisions / gridSize = 4 cells per meter + const cellsPerMeter = gridDivisions / gridSize; + // console.log(`cellsPerMeter: ${cellsPerMeter}`); + // this gives the correct point of long / lat + const gridLong = localPos.x * cellsPerMeter; + const gridLat = localPos.z * cellsPerMeter * -1; // A-Frame uses 'z' for depth/forward, we reverse so positive latitude is forward + // console.log(`Converted Lat Y: ${gridLat}, Grid Long X: ${gridLong}`); + const gridLongRounded = Math.round(gridLong + (gridLong >= 0 ? 0.5 : -0.5)); + const gridLatRounded = Math.round(gridLat + (gridLat >= 0 ? 0.5 : -0.5)); + // console.log(`Rounded Lat Y: ${gridLatRounded}, Grid Long X: ${gridLongRounded}`) + return { + x: gridLongRounded, + y: gridLatRounded + }; - }); } }); \ No newline at end of file diff --git a/src/app/snap.js b/src/app/snap.js index b9fa272..ca1412f 100644 --- a/src/app/snap.js +++ b/src/app/snap.js @@ -77,7 +77,9 @@ AFRAME.registerComponent('snap', { snapPos = _snapper(this.el.object3D.position, this.data.offset, this.data.snap); } + console.log('snapPos', snapPos); this.el.object3D.position.copy(snapPos); + this.el.object3D.position.y = 0; } diff --git a/src/app/state.js b/src/app/state.js index ef73b30..2457010 100644 --- a/src/app/state.js +++ b/src/app/state.js @@ -31,6 +31,26 @@ const MODELS = { } }; +// Define initial grid size +const GRID_SIZE = 10; // Example grid size (10x10) + +// Initial grid state setup with City Hall at the center +const INITIAL_GRID_STATE = {}; +for (let lon = -GRID_SIZE; lon <= GRID_SIZE; lon++) { + for (let lat = -GRID_SIZE; lat <= GRID_SIZE; lat++) { + // Setting up City Hall which occupies 4 central cells + if ((lon === 1 || lon === -1) && (lat === 1 || lat === -1)) { + INITIAL_GRID_STATE[`${lon},${lat}`] = { + model: 'cityhall', // Assuming 'cityhall' is defined in MODELS + rotation: 0, + elevation: 0 + }; + } else { + INITIAL_GRID_STATE[`${lon},${lat}`] = {}; + } + } +} + const INITIAL_STATE = { color: { list: COLORS, @@ -43,7 +63,8 @@ const INITIAL_STATE = { index: 0, name: '', img: '', - } + }, + grid: INITIAL_GRID_STATE } AFRAME.registerState({ @@ -65,13 +86,8 @@ AFRAME.registerState({ state.model.index += 1; if (state.model.index >= Object.keys(state.model.list).length ) { state.model.index -= 1 } }, - addModel: function (state, payload) { - state.model.list[payload.name] = { - 'dist': payload.dist, - 'img': payload.img - } - } - /* example usage of `addModel` handler + /* Handler to add a model to the list of models + example usage of `addModel` handler var payload = { "name": "tree_E", "src": "src/models/kaykit/tree_E.gltf", @@ -80,6 +96,59 @@ AFRAME.registerState({ }, AFRAME.scenes[0].emit('addModel', payload); */ + addModel: function (state, payload) { + state.model.list[payload.name] = { + 'dist': payload.dist, + 'img': payload.img + } + }, + // Handler to add an object to the grid + addGridObject: function (state, payload) { + console.log('Adding Grid Object:', payload); + + let { lon, lat, model, rotation, elevation } = payload; + const key = `${lon},${lat}`; + + if (!model) { + model = getModelNameFromState(state); + } + if (!rotation) { + rotation = 0; + } + if (!elevation) { + elevation = 0; + } + console.log('model', model); + // Prevent modification of City Hall cells + if (!['1,1', '-1,1', '-1,-1', '1,-1'].includes(key)) { + state.grid[key] = { model, rotation, elevation }; + } else { + console.log('Cannot place object on city hall'); + } + console.log('Updated Grid State:', state.grid); + }, + // Handler to rotate or elevate an object + // Note: City Hall cells cannot be rotated or elevated + rotateOrElevateGridObject: function (state, payload) { + const { lon, lat, rotation, elevation } = payload; + const key = `${lon},${lat}`; + + if (state.grid[key] && !['1,1', '-1,1', '-1,-1', '1,-1'].includes(key)) { + state.grid[key].rotation += rotation; + state.grid[key].elevation += elevation; + } + }, + // Handler to clear a cell + // Note: City Hall cells cannot be cleared + clearGridCell: function (state, payload) { + const { lon, lat } = payload; + const key = `${lon},${lat}`; + + if (!['1,1', '-1,1', '-1,-1', '1,-1'].includes(key)) { + state.grid[key] = null; + } + }, + }, computeState: function (newState, payload) { diff --git a/src/models/cityhall/cityhall.bin b/src/models/cityhall/cityhall.bin new file mode 100644 index 0000000..530ebe5 Binary files /dev/null and b/src/models/cityhall/cityhall.bin differ diff --git a/src/models/cityhall/cityhall.gltf b/src/models/cityhall/cityhall.gltf new file mode 100644 index 0000000..c9f417d --- /dev/null +++ b/src/models/cityhall/cityhall.gltf @@ -0,0 +1,12865 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.0.44", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 302, + 303 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Earth_0" + }, + { + "children":[ + 0 + ], + "name":"Earth", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6894699931144714, + -1.2384001016616821, + 7.267109394073486 + ] + }, + { + "mesh":1, + "name":"Earth.001_0" + }, + { + "children":[ + 2 + ], + "name":"Earth.001", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6413000226020813, + -1.227850079536438, + -2.6263699531555176 + ] + }, + { + "mesh":2, + "name":"Earth.002_0" + }, + { + "children":[ + 4 + ], + "name":"Earth.002", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 7.34844970703125, + 5.0667901039123535, + 3.5333800315856934 + ] + }, + { + "mesh":3, + "name":"Earth.003_0" + }, + { + "mesh":4, + "name":"Earth.003_1" + }, + { + "children":[ + 6, + 7 + ], + "name":"Earth.003", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -5.956639289855957, + -7.335869789123535, + 4.131039619445801 + ] + }, + { + "mesh":5, + "name":"Earth.004_0" + }, + { + "children":[ + 9 + ], + "name":"Earth.004", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 7.344649791717529, + -7.144829750061035, + 2.7062995433807373 + ] + }, + { + "mesh":6, + "name":"Earth.005_0" + }, + { + "children":[ + 11 + ], + "name":"Earth.005", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.5832800269126892, + 5.449819564819336, + 0.04194004833698273 + ] + }, + { + "mesh":7, + "name":"Earth.006_0" + }, + { + "children":[ + 13 + ], + "name":"Earth.006", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.1430598497390747, + 2.8645195960998535, + 0.5104798674583435 + ] + }, + { + "mesh":8, + "name":"Earth.007_0" + }, + { + "children":[ + 15 + ], + "name":"Earth.007", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6460700035095215, + 2.3578600883483887, + 0.23051001131534576 + ] + }, + { + "mesh":9, + "name":"Earth.008_0" + }, + { + "children":[ + 17 + ], + "name":"Earth.008", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.623479962348938, + 3.5402700901031494, + 0.10002010315656662 + ] + }, + { + "mesh":10, + "name":"Earth.009_0" + }, + { + "children":[ + 19 + ], + "name":"Earth.009", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.421410083770752, + 2.8645195960998535, + 0.5104798674583435 + ] + }, + { + "mesh":11, + "name":"Earth.010_0" + }, + { + "children":[ + 21 + ], + "name":"Earth.010", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.43503999710083, + 2.871419906616211, + 1.8171898126602173 + ] + }, + { + "mesh":12, + "name":"Earth.011_0" + }, + { + "children":[ + 23 + ], + "name":"Earth.011", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.141279935836792, + 2.871419906616211, + 1.8171898126602173 + ] + }, + { + "mesh":13, + "name":"Earth.012_0" + }, + { + "children":[ + 25 + ], + "name":"Earth.012", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.779749870300293, + 1.9516597986221313, + 2.2362401485443115 + ] + }, + { + "mesh":14, + "name":"Earth.013_0" + }, + { + "children":[ + 27 + ], + "name":"Earth.013", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.771109580993652, + 1.9615098237991333, + 0.4632699191570282 + ] + }, + { + "mesh":15, + "name":"Earth.014_0" + }, + { + "children":[ + 29 + ], + "name":"Earth.014", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6157400012016296, + 1.8886299133300781, + 1.5690398216247559 + ] + }, + { + "mesh":16, + "name":"Earth.015_0" + }, + { + "children":[ + 31 + ], + "name":"Earth.015", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -4.130119323730469, + -0.12930011749267578, + 2.2877399921417236 + ] + }, + { + "mesh":17, + "name":"Earth.016_0" + }, + { + "children":[ + 33 + ], + "name":"Earth.016", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6960099935531616, + -1.2157001495361328, + 0.3981599807739258 + ] + }, + { + "mesh":18, + "name":"Earth.017_0" + }, + { + "children":[ + 35 + ], + "name":"Earth.017", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -4.149129390716553, + -0.1328601986169815, + 1.4641000032424927 + ] + }, + { + "mesh":19, + "name":"Earth.018_0" + }, + { + "children":[ + 37 + ], + "name":"Earth.018", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.716899871826172, + -1.0517899990081787, + 2.624380111694336 + ] + }, + { + "mesh":20, + "name":"Earth.019_0" + }, + { + "children":[ + 39 + ], + "name":"Earth.019", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6894699931144714, + -1.2384001016616821, + 6.56220006942749 + ] + }, + { + "mesh":21, + "name":"Earth.020_0" + }, + { + "children":[ + 41 + ], + "name":"Earth.020", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -2.151519775390625, + -1.2319601774215698, + 3.5317296981811523 + ] + }, + { + "mesh":22, + "name":"Earth.021_0" + }, + { + "children":[ + 43 + ], + "name":"Earth.021", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -2.1763200759887695, + 1.8605800867080688, + 1.916069746017456 + ] + }, + { + "mesh":23, + "name":"Earth.022_0" + }, + { + "children":[ + 45 + ], + "name":"Earth.022", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.5695300102233887, + 1.9558002948760986, + 1.5602900981903076 + ] + }, + { + "mesh":24, + "name":"Earth.023_0" + }, + { + "children":[ + 47 + ], + "name":"Earth.023", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.7148299217224121, + 1.9558002948760986, + 1.5602900981903076 + ] + }, + { + "mesh":25, + "name":"Earth.024_0" + }, + { + "children":[ + 49 + ], + "name":"Earth.024", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.522709369659424, + -1.1259499788284302, + 0.35098996758461 + ] + }, + { + "mesh":26, + "name":"Earth.025_0" + }, + { + "children":[ + 51 + ], + "name":"Earth.025", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.450339317321777, + -1.1525801420211792, + 3.1872100830078125 + ] + }, + { + "mesh":27, + "name":"Earth.026_0" + }, + { + "children":[ + 53 + ], + "name":"Earth.026", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.7288099527359009, + 2.263849973678589, + 3.7571897506713867 + ] + }, + { + "mesh":28, + "name":"Earth.027_0" + }, + { + "children":[ + 55 + ], + "name":"Earth.027", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6894699931144714, + -1.2384001016616821, + 5.571559906005859 + ] + }, + { + "mesh":29, + "name":"Earth.028_0" + }, + { + "children":[ + 57 + ], + "name":"Earth.028", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.135559558868408, + -1.1720900535583496, + 0.35098996758461 + ] + }, + { + "mesh":30, + "name":"Earth.029_0" + }, + { + "children":[ + 59 + ], + "name":"Earth.029", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.0631895065307617, + -1.1454499959945679, + 3.1872100830078125 + ] + }, + { + "mesh":31, + "name":"Earth.030_0" + }, + { + "children":[ + 61 + ], + "name":"Earth.030", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.749489963054657, + -4.358170032501221, + 3.5317296981811523 + ] + }, + { + "mesh":32, + "name":"Earth.031_0" + }, + { + "children":[ + 63 + ], + "name":"Earth.031", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.749489963054657, + 1.9090502262115479, + 3.5317301750183105 + ] + }, + { + "mesh":33, + "name":"Earth.032_0" + }, + { + "children":[ + 65 + ], + "name":"Earth.032", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 3.574619770050049, + -1.2319601774215698, + 3.5317296981811523 + ] + }, + { + "mesh":34, + "name":"Earth.033_0" + }, + { + "children":[ + 67 + ], + "name":"Earth.033", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 3.594409942626953, + 1.860589861869812, + 1.916069746017456 + ] + }, + { + "mesh":35, + "name":"Earth.034_0" + }, + { + "children":[ + 69 + ], + "name":"Earth.034", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 3.594409942626953, + -4.315189838409424, + 1.9160701036453247 + ] + }, + { + "mesh":36, + "name":"Earth.035_0" + }, + { + "children":[ + 71 + ], + "name":"Earth.035", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -2.1763200759887695, + -4.315189838409424, + 1.9160701036453247 + ] + }, + { + "mesh":37, + "name":"Earth.036_0" + }, + { + "children":[ + 73 + ], + "name":"Earth.036", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.05862003564834595, + 1.8707499504089355, + 1.5756402015686035 + ] + }, + { + "mesh":38, + "name":"Earth.037_0" + }, + { + "children":[ + 75 + ], + "name":"Earth.037", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 1.2351100444793701, + 1.8707499504089355, + 1.5756402015686035 + ] + }, + { + "mesh":39, + "name":"Earth.038_0" + }, + { + "children":[ + 77 + ], + "name":"Earth.038", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.6725600957870483, + -0.7694600820541382, + 4.789649486541748 + ] + }, + { + "mesh":40, + "name":"Earth.039_0" + }, + { + "children":[ + 79 + ], + "name":"Earth.039", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -0.9274700880050659, + 0.5465600490570068, + 4.789649963378906 + ] + }, + { + "mesh":41, + "name":"Earth.040_0" + }, + { + "children":[ + 81 + ], + "name":"Earth.040", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 1.9880999326705933, + -3.289400100708008, + 4.789649486541748 + ] + }, + { + "mesh":42, + "name":"Earth.041_0" + }, + { + "children":[ + 83 + ], + "name":"Earth.041", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.8997998237609863, + -2.2208800315856934, + 4.789649963378906 + ] + }, + { + "mesh":43, + "name":"Earth.042_0" + }, + { + "children":[ + 85 + ], + "name":"Earth.042", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 3.0726699829101562, + -0.8530800342559814, + 4.789649486541748 + ] + }, + { + "mesh":44, + "name":"Earth.043_0" + }, + { + "children":[ + 87 + ], + "name":"Earth.043", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.5039596557617188, + 0.33856987953186035, + 4.789649486541748 + ] + }, + { + "mesh":45, + "name":"Earth.044_0" + }, + { + "children":[ + 89 + ], + "name":"Earth.044", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6904000043869019, + -3.6404902935028076, + 4.789649486541748 + ] + }, + { + "mesh":46, + "name":"Earth.045_0" + }, + { + "children":[ + 91 + ], + "name":"Earth.045", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -0.7160899639129639, + -3.1734697818756104, + 4.789649486541748 + ] + }, + { + "mesh":47, + "name":"Earth.046_0" + }, + { + "children":[ + 93 + ], + "name":"Earth.046", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.5602599382400513, + -2.0678598880767822, + 4.789649963378906 + ] + }, + { + "mesh":48, + "name":"Earth.047_0" + }, + { + "children":[ + 95 + ], + "name":"Earth.047", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.1005098819732666, + -4.2831501960754395, + 2.2877397537231445 + ] + }, + { + "mesh":49, + "name":"Earth.048_0" + }, + { + "children":[ + 97 + ], + "name":"Earth.048", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6616600155830383, + -4.283239841461182, + 2.2877397537231445 + ] + }, + { + "mesh":50, + "name":"Earth.049_0" + }, + { + "children":[ + 99 + ], + "name":"Earth.049", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.423839807510376, + -4.283339977264404, + 2.2877397537231445 + ] + }, + { + "mesh":51, + "name":"Earth.050_0" + }, + { + "children":[ + 101 + ], + "name":"Earth.050", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.5370893478393555, + 0.7202099561691284, + 2.2877397537231445 + ] + }, + { + "mesh":52, + "name":"Earth.051_0" + }, + { + "children":[ + 103 + ], + "name":"Earth.051", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 5.517270088195801, + -2.1687300205230713, + 2.2877399921417236 + ] + }, + { + "mesh":53, + "name":"Earth.052_0" + }, + { + "children":[ + 105 + ], + "name":"Earth.052", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 5.517270088195801, + -0.178550124168396, + 2.2877399921417236 + ] + }, + { + "mesh":54, + "name":"Earth.053_0" + }, + { + "children":[ + 107 + ], + "name":"Earth.053", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.535029888153076, + -3.009160041809082, + 2.2877397537231445 + ] + }, + { + "mesh":55, + "name":"Earth.054_0" + }, + { + "children":[ + 109 + ], + "name":"Earth.054", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.14993953704834, + -3.018249988555908, + 2.2877397537231445 + ] + }, + { + "mesh":56, + "name":"Earth.055_0" + }, + { + "children":[ + 111 + ], + "name":"Earth.055", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.1478700637817383, + 0.7111200094223022, + 2.2877397537231445 + ] + }, + { + "mesh":57, + "name":"Earth.056_0" + }, + { + "children":[ + 113 + ], + "name":"Earth.056", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -4.130119323730469, + -2.1194801330566406, + 2.2877399921417236 + ] + }, + { + "mesh":58, + "name":"Earth.057_0" + }, + { + "children":[ + 115 + ], + "name":"Earth.057", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.6814898252487183, + -0.7678900361061096, + 4.798299312591553 + ] + }, + { + "mesh":59, + "name":"Earth.058_0" + }, + { + "children":[ + 117 + ], + "name":"Earth.058", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.6877199411392212, + -0.7696200013160706, + 4.606349945068359 + ] + }, + { + "mesh":60, + "name":"Earth.059_0" + }, + { + "children":[ + 119 + ], + "name":"Earth.059", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.6987301111221313, + -0.7635400891304016, + 4.488539695739746 + ] + }, + { + "mesh":61, + "name":"Earth.060_0" + }, + { + "children":[ + 121 + ], + "name":"Earth.060", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.6877199411392212, + -0.7696200013160706, + 4.144069671630859 + ] + }, + { + "mesh":62, + "name":"Earth.061_0" + }, + { + "children":[ + 123 + ], + "name":"Earth.061", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -0.9336597919464111, + 0.5531898736953735, + 4.798299789428711 + ] + }, + { + "mesh":63, + "name":"Earth.062_0" + }, + { + "children":[ + 125 + ], + "name":"Earth.062", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -0.9396698474884033, + 0.5555399060249329, + 4.606349945068359 + ] + }, + { + "mesh":64, + "name":"Earth.063_0" + }, + { + "children":[ + 127 + ], + "name":"Earth.063", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -0.9448199272155762, + 0.5670298933982849, + 4.488540172576904 + ] + }, + { + "mesh":65, + "name":"Earth.064_0" + }, + { + "children":[ + 129 + ], + "name":"Earth.064", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -0.9396698474884033, + 0.5555399656295776, + 4.144070148468018 + ] + }, + { + "mesh":66, + "name":"Earth.065_0" + }, + { + "children":[ + 131 + ], + "name":"Earth.065", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 1.992879867553711, + -3.297110080718994, + 4.798299312591553 + ] + }, + { + "mesh":67, + "name":"Earth.066_0" + }, + { + "children":[ + 133 + ], + "name":"Earth.066", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 1.9983198642730713, + -3.3005900382995605, + 4.606349468231201 + ] + }, + { + "mesh":68, + "name":"Earth.067_0" + }, + { + "children":[ + 135 + ], + "name":"Earth.067", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.0011301040649414, + -3.3128602504730225, + 4.488539695739746 + ] + }, + { + "mesh":69, + "name":"Earth.068_0" + }, + { + "children":[ + 137 + ], + "name":"Earth.068", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 1.9983198642730713, + -3.3005900382995605, + 4.144069671630859 + ] + }, + { + "mesh":70, + "name":"Earth.069_0" + }, + { + "children":[ + 139 + ], + "name":"Earth.069", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.9080100059509277, + -2.22475004196167, + 4.798299789428711 + ] + }, + { + "mesh":71, + "name":"Earth.070_0" + }, + { + "children":[ + 141 + ], + "name":"Earth.070", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.9144697189331055, + -2.224709987640381, + 4.606349945068359 + ] + }, + { + "mesh":72, + "name":"Earth.071_0" + }, + { + "children":[ + 143 + ], + "name":"Earth.071", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.9235000610351562, + -2.2334799766540527, + 4.488539695739746 + ] + }, + { + "mesh":73, + "name":"Earth.072_0" + }, + { + "children":[ + 145 + ], + "name":"Earth.072", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.9144697189331055, + -2.224709987640381, + 4.144069671630859 + ] + }, + { + "mesh":74, + "name":"Earth.073_0" + }, + { + "children":[ + 147 + ], + "name":"Earth.073", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 3.0816397666931152, + -0.8517000079154968, + 4.798299312591553 + ] + }, + { + "mesh":75, + "name":"Earth.074_0" + }, + { + "children":[ + 149 + ], + "name":"Earth.074", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 3.0869698524475098, + -0.8480600714683533, + 4.606349945068359 + ] + }, + { + "mesh":76, + "name":"Earth.075_0" + }, + { + "children":[ + 151 + ], + "name":"Earth.075", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 3.0993599891662598, + -0.8502800464630127, + 4.488539695739746 + ] + }, + { + "mesh":77, + "name":"Earth.076_0" + }, + { + "children":[ + 153 + ], + "name":"Earth.076", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 3.0869698524475098, + -0.8480600714683533, + 4.144069671630859 + ] + }, + { + "mesh":78, + "name":"Earth.077_0" + }, + { + "children":[ + 155 + ], + "name":"Earth.077", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.510669708251953, + 0.34467995166778564, + 4.798299312591553 + ] + }, + { + "mesh":79, + "name":"Earth.078_0" + }, + { + "children":[ + 157 + ], + "name":"Earth.078", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.513089656829834, + 0.35066989064216614, + 4.606349945068359 + ] + }, + { + "mesh":80, + "name":"Earth.079_0" + }, + { + "children":[ + 159 + ], + "name":"Earth.079", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.5246400833129883, + 0.3556697964668274, + 4.488539695739746 + ] + }, + { + "mesh":81, + "name":"Earth.080_0" + }, + { + "children":[ + 161 + ], + "name":"Earth.080", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.513089656829834, + 0.3506699502468109, + 4.144069671630859 + ] + }, + { + "mesh":82, + "name":"Earth.081_0" + }, + { + "children":[ + 163 + ], + "name":"Earth.081", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6904099583625793, + -3.6495602130889893, + 4.798299312591553 + ] + }, + { + "mesh":83, + "name":"Earth.082_0" + }, + { + "children":[ + 165 + ], + "name":"Earth.082", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6932099461555481, + -3.6553800106048584, + 4.606349468231201 + ] + }, + { + "mesh":84, + "name":"Earth.083_0" + }, + { + "children":[ + 167 + ], + "name":"Earth.083", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6891499757766724, + -3.66729998588562, + 4.488539695739746 + ] + }, + { + "mesh":85, + "name":"Earth.084_0" + }, + { + "children":[ + 169 + ], + "name":"Earth.084", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6932099461555481, + -3.6553800106048584, + 4.144069671630859 + ] + }, + { + "mesh":86, + "name":"Earth.085_0" + }, + { + "children":[ + 171 + ], + "name":"Earth.085", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -0.7214198112487793, + -3.180809736251831, + 4.798299312591553 + ] + }, + { + "mesh":87, + "name":"Earth.086_0" + }, + { + "children":[ + 173 + ], + "name":"Earth.086", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -0.7225899696350098, + -3.187160015106201, + 4.606349468231201 + ] + }, + { + "mesh":88, + "name":"Earth.087_0" + }, + { + "children":[ + 175 + ], + "name":"Earth.087", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -0.7328900098800659, + -3.1944000720977783, + 4.488539695739746 + ] + }, + { + "mesh":89, + "name":"Earth.088_0" + }, + { + "children":[ + 177 + ], + "name":"Earth.088", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -0.7225899696350098, + -3.187160015106201, + 4.144069671630859 + ] + }, + { + "mesh":90, + "name":"Earth.089_0" + }, + { + "children":[ + 179 + ], + "name":"Earth.089", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.5687600374221802, + -2.0710198879241943, + 4.798299789428711 + ] + }, + { + "mesh":91, + "name":"Earth.090_0" + }, + { + "children":[ + 181 + ], + "name":"Earth.090", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.5732499361038208, + -2.075670003890991, + 4.606349945068359 + ] + }, + { + "mesh":92, + "name":"Earth.091_0" + }, + { + "children":[ + 183 + ], + "name":"Earth.091", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.5858298540115356, + -2.0759899616241455, + 4.488539695739746 + ] + }, + { + "mesh":93, + "name":"Earth.092_0" + }, + { + "children":[ + 185 + ], + "name":"Earth.092", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.5732499361038208, + -2.075670003890991, + 4.144069671630859 + ] + }, + { + "mesh":94, + "name":"Earth.093_0" + }, + { + "children":[ + 187 + ], + "name":"Earth.093", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.1005098819732666, + -4.29472017288208, + 2.29876971244812 + ] + }, + { + "mesh":95, + "name":"Earth.094_0" + }, + { + "children":[ + 189 + ], + "name":"Earth.094", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.0969500541687012, + -4.302159786224365, + 2.053889751434326 + ] + }, + { + "mesh":96, + "name":"Earth.095_0" + }, + { + "children":[ + 191 + ], + "name":"Earth.095", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.102159857749939, + -4.317339897155762, + 1.903579831123352 + ] + }, + { + "mesh":97, + "name":"Earth.096_0" + }, + { + "children":[ + 193 + ], + "name":"Earth.096", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -1.0969500541687012, + -4.302159786224365, + 1.4641002416610718 + ] + }, + { + "mesh":98, + "name":"Earth.097_0" + }, + { + "children":[ + 195 + ], + "name":"Earth.097", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6616600155830383, + -4.2948198318481445, + 2.29876971244812 + ] + }, + { + "mesh":99, + "name":"Earth.098_0" + }, + { + "children":[ + 197 + ], + "name":"Earth.098", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6652200222015381, + -4.302249908447266, + 2.053889751434326 + ] + }, + { + "mesh":100, + "name":"Earth.099_0" + }, + { + "children":[ + 199 + ], + "name":"Earth.099", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6600099802017212, + -4.317440032958984, + 1.903579831123352 + ] + }, + { + "mesh":101, + "name":"Earth.100_0" + }, + { + "children":[ + 201 + ], + "name":"Earth.100", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6652200222015381, + -4.302249908447266, + 1.4641002416610718 + ] + }, + { + "mesh":102, + "name":"Earth.101_0" + }, + { + "children":[ + 203 + ], + "name":"Earth.101", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.423839807510376, + -4.294909954071045, + 2.29876971244812 + ] + }, + { + "mesh":103, + "name":"Earth.102_0" + }, + { + "children":[ + 205 + ], + "name":"Earth.102", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.4273898601531982, + -4.302340030670166, + 2.053889751434326 + ] + }, + { + "mesh":104, + "name":"Earth.103_0" + }, + { + "children":[ + 207 + ], + "name":"Earth.103", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.422179698944092, + -4.317530155181885, + 1.903579831123352 + ] + }, + { + "mesh":105, + "name":"Earth.104_0" + }, + { + "children":[ + 209 + ], + "name":"Earth.104", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 2.4273898601531982, + -4.302340030670166, + 1.4641002416610718 + ] + }, + { + "mesh":106, + "name":"Earth.105_0" + }, + { + "children":[ + 211 + ], + "name":"Earth.105", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.5370893478393555, + 0.7317899465560913, + 2.298769950866699 + ] + }, + { + "mesh":107, + "name":"Earth.106_0" + }, + { + "children":[ + 213 + ], + "name":"Earth.106", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.533539295196533, + 0.7392200231552124, + 2.053889751434326 + ] + }, + { + "mesh":108, + "name":"Earth.107_0" + }, + { + "children":[ + 215 + ], + "name":"Earth.107", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.538749694824219, + 0.7544099688529968, + 1.9035797119140625 + ] + }, + { + "mesh":109, + "name":"Earth.108_0" + }, + { + "children":[ + 217 + ], + "name":"Earth.108", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.533539295196533, + 0.7392199039459229, + 1.4640998840332031 + ] + }, + { + "mesh":110, + "name":"Earth.109_0" + }, + { + "children":[ + 219 + ], + "name":"Earth.109", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 5.528840065002441, + -2.1687300205230713, + 2.2987701892852783 + ] + }, + { + "mesh":111, + "name":"Earth.110_0" + }, + { + "children":[ + 221 + ], + "name":"Earth.110", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 5.536280155181885, + -2.1651699542999268, + 2.0538899898529053 + ] + }, + { + "mesh":112, + "name":"Earth.111_0" + }, + { + "children":[ + 223 + ], + "name":"Earth.111", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 5.551469802856445, + -2.170380115509033, + 1.903579831123352 + ] + }, + { + "mesh":113, + "name":"Earth.112_0" + }, + { + "children":[ + 225 + ], + "name":"Earth.112", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 5.536280155181885, + -2.1651699542999268, + 1.4640997648239136 + ] + }, + { + "mesh":114, + "name":"Earth.113_0" + }, + { + "children":[ + 227 + ], + "name":"Earth.113", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 5.528840065002441, + -0.1785501390695572, + 2.298769950866699 + ] + }, + { + "mesh":115, + "name":"Earth.114_0" + }, + { + "children":[ + 229 + ], + "name":"Earth.114", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 5.536280155181885, + -0.17500004172325134, + 2.0538899898529053 + ] + }, + { + "mesh":116, + "name":"Earth.115_0" + }, + { + "children":[ + 231 + ], + "name":"Earth.115", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 5.551469802856445, + -0.18021006882190704, + 1.903579831123352 + ] + }, + { + "mesh":117, + "name":"Earth.116_0" + }, + { + "children":[ + 233 + ], + "name":"Earth.116", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 5.536280155181885, + -0.17500008642673492, + 1.4641000032424927 + ] + }, + { + "mesh":118, + "name":"Earth.117_0" + }, + { + "children":[ + 235 + ], + "name":"Earth.117", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.535019874572754, + -3.0207302570343018, + 2.298769950866699 + ] + }, + { + "mesh":119, + "name":"Earth.118_0" + }, + { + "children":[ + 237 + ], + "name":"Earth.118", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.538579940795898, + -3.0281600952148438, + 2.053889751434326 + ] + }, + { + "mesh":120, + "name":"Earth.119_0" + }, + { + "children":[ + 239 + ], + "name":"Earth.119", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.533369541168213, + -3.0433499813079834, + 1.9035797119140625 + ] + }, + { + "mesh":121, + "name":"Earth.120_0" + }, + { + "children":[ + 241 + ], + "name":"Earth.120", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 4.538579940795898, + -3.0281600952148438, + 1.4641001224517822 + ] + }, + { + "mesh":122, + "name":"Earth.121_0" + }, + { + "children":[ + 243 + ], + "name":"Earth.121", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.14993953704834, + -3.029819965362549, + 2.298769950866699 + ] + }, + { + "mesh":123, + "name":"Earth.122_0" + }, + { + "children":[ + 245 + ], + "name":"Earth.122", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.1463894844055176, + -3.03725004196167, + 2.053889751434326 + ] + }, + { + "mesh":124, + "name":"Earth.123_0" + }, + { + "children":[ + 247 + ], + "name":"Earth.123", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.151599884033203, + -3.0524399280548096, + 1.9035797119140625 + ] + }, + { + "mesh":125, + "name":"Earth.124_0" + }, + { + "children":[ + 249 + ], + "name":"Earth.124", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.1463894844055176, + -3.037250280380249, + 1.4641001224517822 + ] + }, + { + "mesh":126, + "name":"Earth.125_0" + }, + { + "children":[ + 251 + ], + "name":"Earth.125", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.1478700637817383, + 0.722699761390686, + 2.298769950866699 + ] + }, + { + "mesh":127, + "name":"Earth.126_0" + }, + { + "children":[ + 253 + ], + "name":"Earth.126", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.1514296531677246, + 0.7301298379898071, + 2.053889751434326 + ] + }, + { + "mesh":128, + "name":"Earth.127_0" + }, + { + "children":[ + 255 + ], + "name":"Earth.127", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.1462197303771973, + 0.7453200221061707, + 1.9035797119140625 + ] + }, + { + "mesh":129, + "name":"Earth.128_0" + }, + { + "children":[ + 257 + ], + "name":"Earth.128", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.1514296531677246, + 0.7301299571990967, + 1.4640998840332031 + ] + }, + { + "mesh":130, + "name":"Earth.129_0" + }, + { + "children":[ + 259 + ], + "name":"Earth.129", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -4.141689300537109, + -2.1194801330566406, + 2.2987701892852783 + ] + }, + { + "mesh":131, + "name":"Earth.130_0" + }, + { + "children":[ + 261 + ], + "name":"Earth.130", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -4.1491193771362305, + -2.123039960861206, + 2.0538899898529053 + ] + }, + { + "mesh":132, + "name":"Earth.131_0" + }, + { + "children":[ + 263 + ], + "name":"Earth.131", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -4.164319038391113, + -2.1178300380706787, + 1.903579831123352 + ] + }, + { + "mesh":133, + "name":"Earth.132_0" + }, + { + "children":[ + 265 + ], + "name":"Earth.132", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -4.149129390716553, + -2.123039960861206, + 1.4640997648239136 + ] + }, + { + "mesh":134, + "name":"Earth.133_0" + }, + { + "children":[ + 267 + ], + "name":"Earth.133", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -4.141689300537109, + -0.12930013239383698, + 2.298769950866699 + ] + }, + { + "mesh":135, + "name":"Earth.134_0" + }, + { + "children":[ + 269 + ], + "name":"Earth.134", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -4.1491193771362305, + -0.13286015391349792, + 2.0538899898529053 + ] + }, + { + "mesh":136, + "name":"Earth.135_0" + }, + { + "children":[ + 271 + ], + "name":"Earth.135", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -4.164309024810791, + -0.12764997780323029, + 1.903579831123352 + ] + }, + { + "mesh":137, + "name":"Earth.136_0" + }, + { + "children":[ + 273 + ], + "name":"Earth.136", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 0.6912000179290771, + 2.6331398487091064, + 4.867690086364746 + ] + }, + { + "mesh":138, + "name":"Earth.137_0" + }, + { + "children":[ + 275 + ], + "name":"Earth.137", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.1142897605895996, + 1.9704896211624146, + 2.2362401485443115 + ] + }, + { + "mesh":139, + "name":"Earth.138_0" + }, + { + "children":[ + 277 + ], + "name":"Earth.138", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + -3.1241397857666016, + 1.9618598222732544, + 0.4632699191570282 + ] + }, + { + "mesh":140, + "name":"Earth.139_0" + }, + { + "children":[ + 279 + ], + "name":"Earth.139", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 7.344649791717529, + -7.144829750061035, + 2.7062995433807373 + ] + }, + { + "mesh":141, + "name":"Earth.140_0" + }, + { + "children":[ + 281 + ], + "name":"Earth.140", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 7.344649791717529, + -7.144829750061035, + 2.7062995433807373 + ] + }, + { + "mesh":142, + "name":"Earth.141_0" + }, + { + "children":[ + 283 + ], + "name":"Earth.141", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 7.344649791717529, + -7.144829750061035, + 2.7062995433807373 + ] + }, + { + "mesh":143, + "name":"Earth.142_0" + }, + { + "children":[ + 285 + ], + "name":"Earth.142", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 7.344649791717529, + -7.144829750061035, + 2.7062995433807373 + ] + }, + { + "mesh":144, + "name":"Earth.143_0" + }, + { + "children":[ + 287 + ], + "name":"Earth.143", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 7.344649791717529, + -7.144829750061035, + 2.7062995433807373 + ] + }, + { + "mesh":145, + "name":"Earth.144_0" + }, + { + "children":[ + 289 + ], + "name":"Earth.144", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 7.34844970703125, + 5.0667901039123535, + 3.5333800315856934 + ] + }, + { + "mesh":146, + "name":"Earth.145_0" + }, + { + "children":[ + 291 + ], + "name":"Earth.145", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 7.34844970703125, + 5.0667901039123535, + 3.5333800315856934 + ] + }, + { + "mesh":147, + "name":"Earth.146_0" + }, + { + "children":[ + 293 + ], + "name":"Earth.146", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 7.34844970703125, + 5.0667901039123535, + 3.5333800315856934 + ] + }, + { + "mesh":148, + "name":"Earth.147_0" + }, + { + "children":[ + 295 + ], + "name":"Earth.147", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 7.34844970703125, + 5.0667901039123535, + 3.5333800315856934 + ] + }, + { + "mesh":149, + "name":"Earth.148_0" + }, + { + "children":[ + 297 + ], + "name":"Earth.148", + "rotation":[ + -0.20385248959064484, + 0.7425962686538696, + 0.16207227110862732, + 0.6170312762260437 + ], + "scale":[ + 1.4610568284988403, + 1.4610559940338135, + 1.4610605239868164 + ], + "translation":[ + 7.34844970703125, + 5.0667901039123535, + 3.5333800315856934 + ] + }, + { + "mesh":150, + "name":"Town_hall_text_0" + }, + { + "children":[ + 299 + ], + "name":"Town_hall_text", + "rotation":[ + 1.9304387024021707e-05, + 0.7071068286895752, + 0.7071068286895752, + 1.9304387024021707e-05 + ], + "scale":[ + 0.5494400858879089, + 0.5494400858879089, + 0.5494400858879089 + ], + "translation":[ + 0.7232699990272522, + 3.2245898246765137, + 4.080169677734375 + ] + }, + { + "children":[ + 1, + 3, + 5, + 8, + 10, + 12, + 14, + 16, + 18, + 20, + 22, + 24, + 26, + 28, + 30, + 32, + 34, + 36, + 38, + 40, + 42, + 44, + 46, + 48, + 50, + 52, + 54, + 56, + 58, + 60, + 62, + 64, + 66, + 68, + 70, + 72, + 74, + 76, + 78, + 80, + 82, + 84, + 86, + 88, + 90, + 92, + 94, + 96, + 98, + 100, + 102, + 104, + 106, + 108, + 110, + 112, + 114, + 116, + 118, + 120, + 122, + 124, + 126, + 128, + 130, + 132, + 134, + 136, + 138, + 140, + 142, + 144, + 146, + 148, + 150, + 152, + 154, + 156, + 158, + 160, + 162, + 164, + 166, + 168, + 170, + 172, + 174, + 176, + 178, + 180, + 182, + 184, + 186, + 188, + 190, + 192, + 194, + 196, + 198, + 200, + 202, + 204, + 206, + 208, + 210, + 212, + 214, + 216, + 218, + 220, + 222, + 224, + 226, + 228, + 230, + 232, + 234, + 236, + 238, + 240, + 242, + 244, + 246, + 248, + 250, + 252, + 254, + 256, + 258, + 260, + 262, + 264, + 266, + 268, + 270, + 272, + 274, + 276, + 278, + 280, + 282, + 284, + 286, + 288, + 290, + 292, + 294, + 296, + 298, + 300 + ], + "name":"Root" + }, + { + "children":[ + 301 + ], + "name":"Sketchfab_model", + "rotation":[ + -0.70710688829422, + 0, + 0, + 0.7071066498756409 + ], + "scale":[ + 0.21494069695472717, + 0.21494072675704956, + 0.21494072675704956 + ], + "translation":[ + -0.1498699188232422, + 0.2821319103240967, + -0.2818712592124939 + ] + }, + { + "mesh":151, + "name":"Cube", + "scale":[ + 0.21494069695472717, + 0.21494069695472717, + 0.21494069695472717 + ], + "translation":[ + -0.012381970882415771, + 0.2821319103240967, + -0.02945910394191742 + ] + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Bronze", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.47353148460388184, + 0.16513219475746155, + 0.03560131415724754, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.6000000238418579 + } + }, + { + "doubleSided":true, + "name":"Grass", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.022173885256052017, + 0.26635560393333435, + 0.08865558356046677, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.6000000238418579 + } + }, + { + "doubleSided":true, + "name":"Wood_colour_01", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.15896083414554596, + 0.0802198201417923, + 0.03310476616024971, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.6000000238418579 + } + }, + { + "doubleSided":true, + "name":"Rock_colour", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.12477181851863861, + 0.13013647496700287, + 0.11697066575288773, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.6000000238418579 + } + }, + { + "doubleSided":true, + "name":"Rock_colour_02", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.3967552185058594, + 0.38132601976394653, + 0.30054378509521484, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.6000000238418579 + } + }, + { + "doubleSided":true, + "name":"TownHall_base_colour", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.7379103899002075, + 0.2015562504529953, + 0.05951123684644699, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.6000000238418579 + } + }, + { + "doubleSided":true, + "name":"Metal_colour", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.2581828534603119, + 0.2581828534603119, + 0.2581828534603119, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.6000000238418579 + } + }, + { + "doubleSided":true, + "name":"Glass", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.0802198201417923, + 0.4564110338687897, + 0.7991027235984802, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.6000000238418579 + } + }, + { + "doubleSided":true, + "name":"Edge_colour", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.8148465752601624, + 0.5906188488006592, + 0.16202937066555023, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.6000000238418579 + } + }, + { + "doubleSided":true, + "name":"Wood_colour_02", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.08650045841932297, + 0.06301001459360123, + 0.04666508734226227, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.6000000238418579 + } + }, + { + "doubleSided":true, + "name":"Roof_colour", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.28314873576164246, + 0.11697066575288773, + 0.04970656707882881, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.6000000238418579 + } + }, + { + "doubleSided":true, + "name":"Fehr", + "pbrMetallicRoughness":{ + "metallicFactor":0, + "roughnessFactor":0.6000000238418579 + } + }, + { + "doubleSided":true, + "name":"Material", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Earth_0", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + } + ] + }, + { + "name":"Earth.001_0", + "primitives":[ + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + }, + { + "name":"Earth.002_0", + "primitives":[ + { + "attributes":{ + "POSITION":6, + "NORMAL":7 + }, + "indices":8, + "material":1 + } + ] + }, + { + "name":"Earth.003_0", + "primitives":[ + { + "attributes":{ + "POSITION":9, + "NORMAL":10 + }, + "indices":11, + "material":1 + } + ] + }, + { + "name":"Earth.003_1", + "primitives":[ + { + "attributes":{ + "POSITION":12, + "NORMAL":13 + }, + "indices":14, + "material":2 + } + ] + }, + { + "name":"Earth.004_0", + "primitives":[ + { + "attributes":{ + "POSITION":15, + "NORMAL":16 + }, + "indices":17, + "material":1 + } + ] + }, + { + "name":"Earth.005_0", + "primitives":[ + { + "attributes":{ + "POSITION":18, + "NORMAL":19 + }, + "indices":20, + "material":3 + } + ] + }, + { + "name":"Earth.006_0", + "primitives":[ + { + "attributes":{ + "POSITION":21, + "NORMAL":22 + }, + "indices":23, + "material":3 + } + ] + }, + { + "name":"Earth.007_0", + "primitives":[ + { + "attributes":{ + "POSITION":24, + "NORMAL":25 + }, + "indices":8, + "material":4 + } + ] + }, + { + "name":"Earth.008_0", + "primitives":[ + { + "attributes":{ + "POSITION":26, + "NORMAL":27 + }, + "indices":28, + "material":4 + } + ] + }, + { + "name":"Earth.009_0", + "primitives":[ + { + "attributes":{ + "POSITION":29, + "NORMAL":30 + }, + "indices":31, + "material":3 + } + ] + }, + { + "name":"Earth.010_0", + "primitives":[ + { + "attributes":{ + "POSITION":32, + "NORMAL":33 + }, + "indices":34, + "material":5 + } + ] + }, + { + "name":"Earth.011_0", + "primitives":[ + { + "attributes":{ + "POSITION":35, + "NORMAL":36 + }, + "indices":37, + "material":5 + } + ] + }, + { + "name":"Earth.012_0", + "primitives":[ + { + "attributes":{ + "POSITION":38, + "NORMAL":39 + }, + "indices":40, + "material":1 + } + ] + }, + { + "name":"Earth.013_0", + "primitives":[ + { + "attributes":{ + "POSITION":41, + "NORMAL":42 + }, + "indices":43, + "material":2 + } + ] + }, + { + "name":"Earth.014_0", + "primitives":[ + { + "attributes":{ + "POSITION":44, + "NORMAL":45 + }, + "indices":46, + "material":6 + } + ] + }, + { + "name":"Earth.015_0", + "primitives":[ + { + "attributes":{ + "POSITION":47, + "NORMAL":48 + }, + "indices":49, + "material":7 + } + ] + }, + { + "name":"Earth.016_0", + "primitives":[ + { + "attributes":{ + "POSITION":50, + "NORMAL":51 + }, + "indices":52, + "material":8 + } + ] + }, + { + "name":"Earth.017_0", + "primitives":[ + { + "attributes":{ + "POSITION":53, + "NORMAL":54 + }, + "indices":55, + "material":9 + } + ] + }, + { + "name":"Earth.018_0", + "primitives":[ + { + "attributes":{ + "POSITION":56, + "NORMAL":57 + }, + "indices":58, + "material":5 + } + ] + }, + { + "name":"Earth.019_0", + "primitives":[ + { + "attributes":{ + "POSITION":59, + "NORMAL":60 + }, + "indices":61, + "material":10 + } + ] + }, + { + "name":"Earth.020_0", + "primitives":[ + { + "attributes":{ + "POSITION":62, + "NORMAL":63 + }, + "indices":28, + "material":8 + } + ] + }, + { + "name":"Earth.021_0", + "primitives":[ + { + "attributes":{ + "POSITION":64, + "NORMAL":65 + }, + "indices":8, + "material":8 + } + ] + }, + { + "name":"Earth.022_0", + "primitives":[ + { + "attributes":{ + "POSITION":66, + "NORMAL":67 + }, + "indices":68, + "material":6 + } + ] + }, + { + "name":"Earth.023_0", + "primitives":[ + { + "attributes":{ + "POSITION":69, + "NORMAL":70 + }, + "indices":71, + "material":6 + } + ] + }, + { + "name":"Earth.024_0", + "primitives":[ + { + "attributes":{ + "POSITION":72, + "NORMAL":73 + }, + "indices":74, + "material":8 + } + ] + }, + { + "name":"Earth.025_0", + "primitives":[ + { + "attributes":{ + "POSITION":75, + "NORMAL":76 + }, + "indices":77, + "material":8 + } + ] + }, + { + "name":"Earth.026_0", + "primitives":[ + { + "attributes":{ + "POSITION":78, + "NORMAL":79 + }, + "indices":80, + "material":8 + } + ] + }, + { + "name":"Earth.027_0", + "primitives":[ + { + "attributes":{ + "POSITION":81, + "NORMAL":82 + }, + "indices":83, + "material":8 + } + ] + }, + { + "name":"Earth.028_0", + "primitives":[ + { + "attributes":{ + "POSITION":84, + "NORMAL":85 + }, + "indices":86, + "material":8 + } + ] + }, + { + "name":"Earth.029_0", + "primitives":[ + { + "attributes":{ + "POSITION":87, + "NORMAL":88 + }, + "indices":89, + "material":8 + } + ] + }, + { + "name":"Earth.030_0", + "primitives":[ + { + "attributes":{ + "POSITION":90, + "NORMAL":91 + }, + "indices":92, + "material":8 + } + ] + }, + { + "name":"Earth.031_0", + "primitives":[ + { + "attributes":{ + "POSITION":93, + "NORMAL":94 + }, + "indices":92, + "material":8 + } + ] + }, + { + "name":"Earth.032_0", + "primitives":[ + { + "attributes":{ + "POSITION":95, + "NORMAL":96 + }, + "indices":28, + "material":8 + } + ] + }, + { + "name":"Earth.033_0", + "primitives":[ + { + "attributes":{ + "POSITION":97, + "NORMAL":98 + }, + "indices":99, + "material":8 + } + ] + }, + { + "name":"Earth.034_0", + "primitives":[ + { + "attributes":{ + "POSITION":100, + "NORMAL":101 + }, + "indices":99, + "material":8 + } + ] + }, + { + "name":"Earth.035_0", + "primitives":[ + { + "attributes":{ + "POSITION":102, + "NORMAL":103 + }, + "indices":104, + "material":8 + } + ] + }, + { + "name":"Earth.036_0", + "primitives":[ + { + "attributes":{ + "POSITION":105, + "NORMAL":106 + }, + "indices":20, + "material":7 + } + ] + }, + { + "name":"Earth.037_0", + "primitives":[ + { + "attributes":{ + "POSITION":107, + "NORMAL":108 + }, + "indices":20, + "material":7 + } + ] + }, + { + "name":"Earth.038_0", + "primitives":[ + { + "attributes":{ + "POSITION":109, + "NORMAL":110 + }, + "indices":111, + "material":7 + } + ] + }, + { + "name":"Earth.039_0", + "primitives":[ + { + "attributes":{ + "POSITION":112, + "NORMAL":113 + }, + "indices":114, + "material":7 + } + ] + }, + { + "name":"Earth.040_0", + "primitives":[ + { + "attributes":{ + "POSITION":115, + "NORMAL":116 + }, + "indices":117, + "material":7 + } + ] + }, + { + "name":"Earth.041_0", + "primitives":[ + { + "attributes":{ + "POSITION":118, + "NORMAL":119 + }, + "indices":120, + "material":7 + } + ] + }, + { + "name":"Earth.042_0", + "primitives":[ + { + "attributes":{ + "POSITION":121, + "NORMAL":122 + }, + "indices":123, + "material":7 + } + ] + }, + { + "name":"Earth.043_0", + "primitives":[ + { + "attributes":{ + "POSITION":124, + "NORMAL":125 + }, + "indices":126, + "material":7 + } + ] + }, + { + "name":"Earth.044_0", + "primitives":[ + { + "attributes":{ + "POSITION":127, + "NORMAL":128 + }, + "indices":129, + "material":7 + } + ] + }, + { + "name":"Earth.045_0", + "primitives":[ + { + "attributes":{ + "POSITION":130, + "NORMAL":131 + }, + "indices":132, + "material":7 + } + ] + }, + { + "name":"Earth.046_0", + "primitives":[ + { + "attributes":{ + "POSITION":133, + "NORMAL":134 + }, + "indices":135, + "material":7 + } + ] + }, + { + "name":"Earth.047_0", + "primitives":[ + { + "attributes":{ + "POSITION":136, + "NORMAL":137 + }, + "indices":138, + "material":7 + } + ] + }, + { + "name":"Earth.048_0", + "primitives":[ + { + "attributes":{ + "POSITION":139, + "NORMAL":140 + }, + "indices":138, + "material":7 + } + ] + }, + { + "name":"Earth.049_0", + "primitives":[ + { + "attributes":{ + "POSITION":141, + "NORMAL":142 + }, + "indices":143, + "material":7 + } + ] + }, + { + "name":"Earth.050_0", + "primitives":[ + { + "attributes":{ + "POSITION":144, + "NORMAL":145 + }, + "indices":146, + "material":7 + } + ] + }, + { + "name":"Earth.051_0", + "primitives":[ + { + "attributes":{ + "POSITION":147, + "NORMAL":148 + }, + "indices":149, + "material":7 + } + ] + }, + { + "name":"Earth.052_0", + "primitives":[ + { + "attributes":{ + "POSITION":150, + "NORMAL":151 + }, + "indices":152, + "material":7 + } + ] + }, + { + "name":"Earth.053_0", + "primitives":[ + { + "attributes":{ + "POSITION":153, + "NORMAL":154 + }, + "indices":155, + "material":7 + } + ] + }, + { + "name":"Earth.054_0", + "primitives":[ + { + "attributes":{ + "POSITION":156, + "NORMAL":157 + }, + "indices":158, + "material":7 + } + ] + }, + { + "name":"Earth.055_0", + "primitives":[ + { + "attributes":{ + "POSITION":159, + "NORMAL":160 + }, + "indices":161, + "material":7 + } + ] + }, + { + "name":"Earth.056_0", + "primitives":[ + { + "attributes":{ + "POSITION":162, + "NORMAL":163 + }, + "indices":164, + "material":7 + } + ] + }, + { + "name":"Earth.057_0", + "primitives":[ + { + "attributes":{ + "POSITION":165, + "NORMAL":166 + }, + "indices":167, + "material":9 + } + ] + }, + { + "name":"Earth.058_0", + "primitives":[ + { + "attributes":{ + "POSITION":168, + "NORMAL":169 + }, + "indices":170, + "material":9 + } + ] + }, + { + "name":"Earth.059_0", + "primitives":[ + { + "attributes":{ + "POSITION":171, + "NORMAL":172 + }, + "indices":173, + "material":9 + } + ] + }, + { + "name":"Earth.060_0", + "primitives":[ + { + "attributes":{ + "POSITION":174, + "NORMAL":175 + }, + "indices":8, + "material":9 + } + ] + }, + { + "name":"Earth.061_0", + "primitives":[ + { + "attributes":{ + "POSITION":176, + "NORMAL":177 + }, + "indices":178, + "material":9 + } + ] + }, + { + "name":"Earth.062_0", + "primitives":[ + { + "attributes":{ + "POSITION":179, + "NORMAL":180 + }, + "indices":181, + "material":9 + } + ] + }, + { + "name":"Earth.063_0", + "primitives":[ + { + "attributes":{ + "POSITION":182, + "NORMAL":183 + }, + "indices":184, + "material":9 + } + ] + }, + { + "name":"Earth.064_0", + "primitives":[ + { + "attributes":{ + "POSITION":185, + "NORMAL":186 + }, + "indices":187, + "material":9 + } + ] + }, + { + "name":"Earth.065_0", + "primitives":[ + { + "attributes":{ + "POSITION":188, + "NORMAL":189 + }, + "indices":190, + "material":9 + } + ] + }, + { + "name":"Earth.066_0", + "primitives":[ + { + "attributes":{ + "POSITION":191, + "NORMAL":192 + }, + "indices":193, + "material":9 + } + ] + }, + { + "name":"Earth.067_0", + "primitives":[ + { + "attributes":{ + "POSITION":194, + "NORMAL":195 + }, + "indices":196, + "material":9 + } + ] + }, + { + "name":"Earth.068_0", + "primitives":[ + { + "attributes":{ + "POSITION":197, + "NORMAL":198 + }, + "indices":199, + "material":9 + } + ] + }, + { + "name":"Earth.069_0", + "primitives":[ + { + "attributes":{ + "POSITION":200, + "NORMAL":201 + }, + "indices":202, + "material":9 + } + ] + }, + { + "name":"Earth.070_0", + "primitives":[ + { + "attributes":{ + "POSITION":203, + "NORMAL":204 + }, + "indices":205, + "material":9 + } + ] + }, + { + "name":"Earth.071_0", + "primitives":[ + { + "attributes":{ + "POSITION":206, + "NORMAL":207 + }, + "indices":208, + "material":9 + } + ] + }, + { + "name":"Earth.072_0", + "primitives":[ + { + "attributes":{ + "POSITION":209, + "NORMAL":210 + }, + "indices":211, + "material":9 + } + ] + }, + { + "name":"Earth.073_0", + "primitives":[ + { + "attributes":{ + "POSITION":212, + "NORMAL":213 + }, + "indices":214, + "material":9 + } + ] + }, + { + "name":"Earth.074_0", + "primitives":[ + { + "attributes":{ + "POSITION":215, + "NORMAL":216 + }, + "indices":8, + "material":9 + } + ] + }, + { + "name":"Earth.075_0", + "primitives":[ + { + "attributes":{ + "POSITION":217, + "NORMAL":218 + }, + "indices":219, + "material":9 + } + ] + }, + { + "name":"Earth.076_0", + "primitives":[ + { + "attributes":{ + "POSITION":220, + "NORMAL":221 + }, + "indices":8, + "material":9 + } + ] + }, + { + "name":"Earth.077_0", + "primitives":[ + { + "attributes":{ + "POSITION":222, + "NORMAL":223 + }, + "indices":224, + "material":9 + } + ] + }, + { + "name":"Earth.078_0", + "primitives":[ + { + "attributes":{ + "POSITION":225, + "NORMAL":226 + }, + "indices":227, + "material":9 + } + ] + }, + { + "name":"Earth.079_0", + "primitives":[ + { + "attributes":{ + "POSITION":228, + "NORMAL":229 + }, + "indices":230, + "material":9 + } + ] + }, + { + "name":"Earth.080_0", + "primitives":[ + { + "attributes":{ + "POSITION":231, + "NORMAL":232 + }, + "indices":233, + "material":9 + } + ] + }, + { + "name":"Earth.081_0", + "primitives":[ + { + "attributes":{ + "POSITION":234, + "NORMAL":235 + }, + "indices":236, + "material":9 + } + ] + }, + { + "name":"Earth.082_0", + "primitives":[ + { + "attributes":{ + "POSITION":237, + "NORMAL":238 + }, + "indices":239, + "material":9 + } + ] + }, + { + "name":"Earth.083_0", + "primitives":[ + { + "attributes":{ + "POSITION":240, + "NORMAL":241 + }, + "indices":242, + "material":9 + } + ] + }, + { + "name":"Earth.084_0", + "primitives":[ + { + "attributes":{ + "POSITION":243, + "NORMAL":244 + }, + "indices":8, + "material":9 + } + ] + }, + { + "name":"Earth.085_0", + "primitives":[ + { + "attributes":{ + "POSITION":245, + "NORMAL":246 + }, + "indices":247, + "material":9 + } + ] + }, + { + "name":"Earth.086_0", + "primitives":[ + { + "attributes":{ + "POSITION":248, + "NORMAL":249 + }, + "indices":205, + "material":9 + } + ] + }, + { + "name":"Earth.087_0", + "primitives":[ + { + "attributes":{ + "POSITION":250, + "NORMAL":251 + }, + "indices":252, + "material":9 + } + ] + }, + { + "name":"Earth.088_0", + "primitives":[ + { + "attributes":{ + "POSITION":253, + "NORMAL":254 + }, + "indices":255, + "material":9 + } + ] + }, + { + "name":"Earth.089_0", + "primitives":[ + { + "attributes":{ + "POSITION":256, + "NORMAL":257 + }, + "indices":258, + "material":9 + } + ] + }, + { + "name":"Earth.090_0", + "primitives":[ + { + "attributes":{ + "POSITION":259, + "NORMAL":260 + }, + "indices":261, + "material":9 + } + ] + }, + { + "name":"Earth.091_0", + "primitives":[ + { + "attributes":{ + "POSITION":262, + "NORMAL":263 + }, + "indices":264, + "material":9 + } + ] + }, + { + "name":"Earth.092_0", + "primitives":[ + { + "attributes":{ + "POSITION":265, + "NORMAL":266 + }, + "indices":267, + "material":9 + } + ] + }, + { + "name":"Earth.093_0", + "primitives":[ + { + "attributes":{ + "POSITION":268, + "NORMAL":269 + }, + "indices":270, + "material":9 + } + ] + }, + { + "name":"Earth.094_0", + "primitives":[ + { + "attributes":{ + "POSITION":271, + "NORMAL":272 + }, + "indices":273, + "material":9 + } + ] + }, + { + "name":"Earth.095_0", + "primitives":[ + { + "attributes":{ + "POSITION":274, + "NORMAL":275 + }, + "indices":8, + "material":9 + } + ] + }, + { + "name":"Earth.096_0", + "primitives":[ + { + "attributes":{ + "POSITION":276, + "NORMAL":277 + }, + "indices":278, + "material":9 + } + ] + }, + { + "name":"Earth.097_0", + "primitives":[ + { + "attributes":{ + "POSITION":279, + "NORMAL":280 + }, + "indices":281, + "material":9 + } + ] + }, + { + "name":"Earth.098_0", + "primitives":[ + { + "attributes":{ + "POSITION":282, + "NORMAL":283 + }, + "indices":273, + "material":9 + } + ] + }, + { + "name":"Earth.099_0", + "primitives":[ + { + "attributes":{ + "POSITION":284, + "NORMAL":285 + }, + "indices":8, + "material":9 + } + ] + }, + { + "name":"Earth.100_0", + "primitives":[ + { + "attributes":{ + "POSITION":286, + "NORMAL":287 + }, + "indices":288, + "material":9 + } + ] + }, + { + "name":"Earth.101_0", + "primitives":[ + { + "attributes":{ + "POSITION":289, + "NORMAL":290 + }, + "indices":291, + "material":9 + } + ] + }, + { + "name":"Earth.102_0", + "primitives":[ + { + "attributes":{ + "POSITION":292, + "NORMAL":293 + }, + "indices":294, + "material":9 + } + ] + }, + { + "name":"Earth.103_0", + "primitives":[ + { + "attributes":{ + "POSITION":295, + "NORMAL":296 + }, + "indices":8, + "material":9 + } + ] + }, + { + "name":"Earth.104_0", + "primitives":[ + { + "attributes":{ + "POSITION":297, + "NORMAL":298 + }, + "indices":299, + "material":9 + } + ] + }, + { + "name":"Earth.105_0", + "primitives":[ + { + "attributes":{ + "POSITION":300, + "NORMAL":301 + }, + "indices":302, + "material":9 + } + ] + }, + { + "name":"Earth.106_0", + "primitives":[ + { + "attributes":{ + "POSITION":303, + "NORMAL":304 + }, + "indices":305, + "material":9 + } + ] + }, + { + "name":"Earth.107_0", + "primitives":[ + { + "attributes":{ + "POSITION":306, + "NORMAL":307 + }, + "indices":308, + "material":9 + } + ] + }, + { + "name":"Earth.108_0", + "primitives":[ + { + "attributes":{ + "POSITION":309, + "NORMAL":310 + }, + "indices":305, + "material":9 + } + ] + }, + { + "name":"Earth.109_0", + "primitives":[ + { + "attributes":{ + "POSITION":311, + "NORMAL":312 + }, + "indices":313, + "material":9 + } + ] + }, + { + "name":"Earth.110_0", + "primitives":[ + { + "attributes":{ + "POSITION":314, + "NORMAL":315 + }, + "indices":316, + "material":9 + } + ] + }, + { + "name":"Earth.111_0", + "primitives":[ + { + "attributes":{ + "POSITION":317, + "NORMAL":318 + }, + "indices":319, + "material":9 + } + ] + }, + { + "name":"Earth.112_0", + "primitives":[ + { + "attributes":{ + "POSITION":320, + "NORMAL":321 + }, + "indices":322, + "material":9 + } + ] + }, + { + "name":"Earth.113_0", + "primitives":[ + { + "attributes":{ + "POSITION":323, + "NORMAL":324 + }, + "indices":325, + "material":9 + } + ] + }, + { + "name":"Earth.114_0", + "primitives":[ + { + "attributes":{ + "POSITION":326, + "NORMAL":327 + }, + "indices":322, + "material":9 + } + ] + }, + { + "name":"Earth.115_0", + "primitives":[ + { + "attributes":{ + "POSITION":328, + "NORMAL":329 + }, + "indices":319, + "material":9 + } + ] + }, + { + "name":"Earth.116_0", + "primitives":[ + { + "attributes":{ + "POSITION":330, + "NORMAL":331 + }, + "indices":316, + "material":9 + } + ] + }, + { + "name":"Earth.117_0", + "primitives":[ + { + "attributes":{ + "POSITION":332, + "NORMAL":333 + }, + "indices":334, + "material":9 + } + ] + }, + { + "name":"Earth.118_0", + "primitives":[ + { + "attributes":{ + "POSITION":335, + "NORMAL":336 + }, + "indices":337, + "material":9 + } + ] + }, + { + "name":"Earth.119_0", + "primitives":[ + { + "attributes":{ + "POSITION":338, + "NORMAL":339 + }, + "indices":308, + "material":9 + } + ] + }, + { + "name":"Earth.120_0", + "primitives":[ + { + "attributes":{ + "POSITION":340, + "NORMAL":341 + }, + "indices":337, + "material":9 + } + ] + }, + { + "name":"Earth.121_0", + "primitives":[ + { + "attributes":{ + "POSITION":342, + "NORMAL":343 + }, + "indices":344, + "material":9 + } + ] + }, + { + "name":"Earth.122_0", + "primitives":[ + { + "attributes":{ + "POSITION":345, + "NORMAL":346 + }, + "indices":294, + "material":9 + } + ] + }, + { + "name":"Earth.123_0", + "primitives":[ + { + "attributes":{ + "POSITION":347, + "NORMAL":348 + }, + "indices":8, + "material":9 + } + ] + }, + { + "name":"Earth.124_0", + "primitives":[ + { + "attributes":{ + "POSITION":349, + "NORMAL":350 + }, + "indices":273, + "material":9 + } + ] + }, + { + "name":"Earth.125_0", + "primitives":[ + { + "attributes":{ + "POSITION":351, + "NORMAL":352 + }, + "indices":353, + "material":9 + } + ] + }, + { + "name":"Earth.126_0", + "primitives":[ + { + "attributes":{ + "POSITION":354, + "NORMAL":355 + }, + "indices":356, + "material":9 + } + ] + }, + { + "name":"Earth.127_0", + "primitives":[ + { + "attributes":{ + "POSITION":357, + "NORMAL":358 + }, + "indices":8, + "material":9 + } + ] + }, + { + "name":"Earth.128_0", + "primitives":[ + { + "attributes":{ + "POSITION":359, + "NORMAL":360 + }, + "indices":361, + "material":9 + } + ] + }, + { + "name":"Earth.129_0", + "primitives":[ + { + "attributes":{ + "POSITION":362, + "NORMAL":363 + }, + "indices":364, + "material":9 + } + ] + }, + { + "name":"Earth.130_0", + "primitives":[ + { + "attributes":{ + "POSITION":365, + "NORMAL":366 + }, + "indices":367, + "material":9 + } + ] + }, + { + "name":"Earth.131_0", + "primitives":[ + { + "attributes":{ + "POSITION":368, + "NORMAL":369 + }, + "indices":370, + "material":9 + } + ] + }, + { + "name":"Earth.132_0", + "primitives":[ + { + "attributes":{ + "POSITION":371, + "NORMAL":372 + }, + "indices":55, + "material":9 + } + ] + }, + { + "name":"Earth.133_0", + "primitives":[ + { + "attributes":{ + "POSITION":373, + "NORMAL":374 + }, + "indices":375, + "material":9 + } + ] + }, + { + "name":"Earth.134_0", + "primitives":[ + { + "attributes":{ + "POSITION":376, + "NORMAL":377 + }, + "indices":378, + "material":9 + } + ] + }, + { + "name":"Earth.135_0", + "primitives":[ + { + "attributes":{ + "POSITION":379, + "NORMAL":380 + }, + "indices":381, + "material":9 + } + ] + }, + { + "name":"Earth.136_0", + "primitives":[ + { + "attributes":{ + "POSITION":382, + "NORMAL":383 + }, + "indices":384, + "material":10 + } + ] + }, + { + "name":"Earth.137_0", + "primitives":[ + { + "attributes":{ + "POSITION":385, + "NORMAL":386 + }, + "indices":387, + "material":1 + } + ] + }, + { + "name":"Earth.138_0", + "primitives":[ + { + "attributes":{ + "POSITION":388, + "NORMAL":389 + }, + "indices":390, + "material":2 + } + ] + }, + { + "name":"Earth.139_0", + "primitives":[ + { + "attributes":{ + "POSITION":391, + "NORMAL":392 + }, + "indices":17, + "material":1 + } + ] + }, + { + "name":"Earth.140_0", + "primitives":[ + { + "attributes":{ + "POSITION":393, + "NORMAL":394 + }, + "indices":395, + "material":9 + } + ] + }, + { + "name":"Earth.141_0", + "primitives":[ + { + "attributes":{ + "POSITION":396, + "NORMAL":397 + }, + "indices":398, + "material":9 + } + ] + }, + { + "name":"Earth.142_0", + "primitives":[ + { + "attributes":{ + "POSITION":399, + "NORMAL":400 + }, + "indices":401, + "material":9 + } + ] + }, + { + "name":"Earth.143_0", + "primitives":[ + { + "attributes":{ + "POSITION":402, + "NORMAL":403 + }, + "indices":17, + "material":1 + } + ] + }, + { + "name":"Earth.144_0", + "primitives":[ + { + "attributes":{ + "POSITION":404, + "NORMAL":405 + }, + "indices":8, + "material":1 + } + ] + }, + { + "name":"Earth.145_0", + "primitives":[ + { + "attributes":{ + "POSITION":406, + "NORMAL":407 + }, + "indices":408, + "material":2 + } + ] + }, + { + "name":"Earth.146_0", + "primitives":[ + { + "attributes":{ + "POSITION":409, + "NORMAL":410 + }, + "indices":8, + "material":1 + } + ] + }, + { + "name":"Earth.147_0", + "primitives":[ + { + "attributes":{ + "POSITION":411, + "NORMAL":412 + }, + "indices":8, + "material":1 + } + ] + }, + { + "name":"Earth.148_0", + "primitives":[ + { + "attributes":{ + "POSITION":413, + "NORMAL":414 + }, + "indices":8, + "material":1 + } + ] + }, + { + "name":"Town_hall_text_0", + "primitives":[ + { + "attributes":{ + "POSITION":415, + "NORMAL":416 + }, + "indices":417, + "material":11 + } + ] + }, + { + "name":"Cube", + "primitives":[ + { + "attributes":{ + "POSITION":418, + "NORMAL":419, + "TEXCOORD_0":420 + }, + "indices":421, + "material":12 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":96, + "max":[ + 0.06791999936103821, + 0.34994998574256897, + 0.3442800045013428 + ], + "min":[ + -0.08282999694347382, + -0.34988999366760254, + -0.3433000147342682 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":96, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":96, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":22, + "max":[ + 0.6613100171089172, + 8.286930084228516, + 7.976719856262207 + ], + "min":[ + -3.351490020751953, + -8.316659927368164, + -8.486040115356445 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":22, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":6, + "componentType":5126, + "count":24, + "max":[ + -1.1049000024795532, + 0.9015200138092041, + 0.9533900022506714 + ], + "min":[ + -2.7163798809051514, + -0.7882699966430664, + -0.9358199834823608 + ], + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":8, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":9, + "componentType":5126, + "count":280, + "max":[ + 1.5069400072097778, + 1.160040020942688, + 1.2742199897766113 + ], + "min":[ + -2.2925500869750977, + -0.9602800011634827, + -0.8829399943351746 + ], + "type":"VEC3" + }, + { + "bufferView":10, + "componentType":5126, + "count":280, + "type":"VEC3" + }, + { + "bufferView":11, + "componentType":5123, + "count":384, + "type":"SCALAR" + }, + { + "bufferView":12, + "componentType":5126, + "count":69, + "max":[ + 2.932420015335083, + 0.3765600025653839, + 0.8683199882507324 + ], + "min":[ + 1.282080054283142, + -0.28022998571395874, + -0.0081599997356534 + ], + "type":"VEC3" + }, + { + "bufferView":13, + "componentType":5126, + "count":69, + "type":"VEC3" + }, + { + "bufferView":14, + "componentType":5123, + "count":84, + "type":"SCALAR" + }, + { + "bufferView":15, + "componentType":5126, + "count":60, + "max":[ + -1.54312002658844, + 0.9639999866485596, + 0.9316800236701965 + ], + "min":[ + -3.5307400226593018, + -0.9931700229644775, + -1.2049100399017334 + ], + "type":"VEC3" + }, + { + "bufferView":16, + "componentType":5126, + "count":60, + "type":"VEC3" + }, + { + "bufferView":17, + "componentType":5123, + "count":60, + "type":"SCALAR" + }, + { + "bufferView":18, + "componentType":5126, + "count":4, + "max":[ + 0.3488200008869171, + 1.9254800081253052, + 1.8036099672317505 + ], + "min":[ + -0.3488200008869171, + -1.9254800081253052, + -1.8036099672317505 + ], + "type":"VEC3" + }, + { + "bufferView":19, + "componentType":5126, + "count":4, + "type":"VEC3" + }, + { + "bufferView":20, + "componentType":5123, + "count":6, + "type":"SCALAR" + }, + { + "bufferView":21, + "componentType":5126, + "count":32, + "max":[ + 0.08688999712467194, + 0.3075200021266937, + 0.3061400055885315 + ], + "min":[ + -0.08688999712467194, + -0.3075200021266937, + -0.3061400055885315 + ], + "type":"VEC3" + }, + { + "bufferView":22, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":23, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":24, + "componentType":5126, + "count":24, + "max":[ + 0.5359699726104736, + 1.5680500268936157, + 2.0164499282836914 + ], + "min":[ + -0.5359699726104736, + -1.5680500268936157, + -2.0164499282836914 + ], + "type":"VEC3" + }, + { + "bufferView":25, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":26, + "componentType":5126, + "count":28, + "max":[ + 0.2506999969482422, + 0.7002900242805481, + 0.9491699934005737 + ], + "min":[ + -0.2506999969482422, + -0.7002900242805481, + -0.9491699934005737 + ], + "type":"VEC3" + }, + { + "bufferView":27, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":28, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":29, + "componentType":5126, + "count":32, + "max":[ + 0.08688999712467194, + 0.3075200021266937, + 0.3061400055885315 + ], + "min":[ + -0.08688999712467194, + -0.3075200021266937, + -0.3061400055885315 + ], + "type":"VEC3" + }, + { + "bufferView":30, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":31, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":32, + "componentType":5126, + "count":1951, + "max":[ + 0.9257699847221375, + 0.19381999969482422, + 0.2755900025367737 + ], + "min":[ + -0.8788300156593323, + -0.19280000030994415, + -0.26269999146461487 + ], + "type":"VEC3" + }, + { + "bufferView":33, + "componentType":5126, + "count":1951, + "type":"VEC3" + }, + { + "bufferView":34, + "componentType":5123, + "count":2100, + "type":"SCALAR" + }, + { + "bufferView":35, + "componentType":5126, + "count":1947, + "max":[ + 0.9257699847221375, + 0.19381999969482422, + 0.2755900025367737 + ], + "min":[ + -0.8788300156593323, + -0.19280000030994415, + -0.26269999146461487 + ], + "type":"VEC3" + }, + { + "bufferView":36, + "componentType":5126, + "count":1947, + "type":"VEC3" + }, + { + "bufferView":37, + "componentType":5123, + "count":2100, + "type":"SCALAR" + }, + { + "bufferView":38, + "componentType":5126, + "count":312, + "max":[ + 0.9115099906921387, + 0.5548800230026245, + 0.642579972743988 + ], + "min":[ + -0.8951699733734131, + -0.4533500075340271, + -0.3831599950790405 + ], + "type":"VEC3" + }, + { + "bufferView":39, + "componentType":5126, + "count":312, + "type":"VEC3" + }, + { + "bufferView":40, + "componentType":5123, + "count":384, + "type":"SCALAR" + }, + { + "bufferView":41, + "componentType":5126, + "count":64, + "max":[ + 0.3968699872493744, + 0.16035999357700348, + 0.22554999589920044 + ], + "min":[ + -0.38787999749183655, + -0.15195000171661377, + -0.1912200003862381 + ], + "type":"VEC3" + }, + { + "bufferView":42, + "componentType":5126, + "count":64, + "type":"VEC3" + }, + { + "bufferView":43, + "componentType":5123, + "count":84, + "type":"SCALAR" + }, + { + "bufferView":44, + "componentType":5126, + "count":267, + "max":[ + 0.771589994430542, + 0.38565999269485474, + 0.7973600029945374 + ], + "min":[ + -0.8009999990463257, + -0.46904999017715454, + -0.791130006313324 + ], + "type":"VEC3" + }, + { + "bufferView":45, + "componentType":5126, + "count":267, + "type":"VEC3" + }, + { + "bufferView":46, + "componentType":5123, + "count":306, + "type":"SCALAR" + }, + { + "bufferView":47, + "componentType":5126, + "count":28, + "max":[ + 0.7621600031852722, + 0.22102999687194824, + 0.26072999835014343 + ], + "min":[ + -0.22341999411582947, + -0.21445000171661377, + -0.13293999433517456 + ], + "type":"VEC3" + }, + { + "bufferView":48, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":49, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":50, + "componentType":5126, + "count":40, + "max":[ + 0.8223000168800354, + 2.9196999073028564, + 2.8838698863983154 + ], + "min":[ + -0.6837400197982788, + -2.9181699752807617, + -2.8576300144195557 + ], + "type":"VEC3" + }, + { + "bufferView":51, + "componentType":5126, + "count":40, + "type":"VEC3" + }, + { + "bufferView":52, + "componentType":5123, + "count":48, + "type":"SCALAR" + }, + { + "bufferView":53, + "componentType":5126, + "count":32, + "max":[ + 0.050530001521110535, + 0.260699987411499, + 0.1588899940252304 + ], + "min":[ + -0.050530001521110535, + -0.260699987411499, + -0.1588899940252304 + ], + "type":"VEC3" + }, + { + "bufferView":54, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":55, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":56, + "componentType":5126, + "count":661, + "max":[ + 2.639389991760254, + 3.8144099712371826, + 2.5546000003814697 + ], + "min":[ + -1.976699948310852, + -2.2985999584198, + -4.635650157928467 + ], + "type":"VEC3" + }, + { + "bufferView":57, + "componentType":5126, + "count":661, + "type":"VEC3" + }, + { + "bufferView":58, + "componentType":5123, + "count":906, + "type":"SCALAR" + }, + { + "bufferView":59, + "componentType":5126, + "count":1578, + "max":[ + 0.7992799878120422, + 1.2399200201034546, + 1.3197400569915771 + ], + "min":[ + -0.5367500185966492, + -1.2285699844360352, + -1.1381700038909912 + ], + "type":"VEC3" + }, + { + "bufferView":60, + "componentType":5126, + "count":1578, + "type":"VEC3" + }, + { + "bufferView":61, + "componentType":5123, + "count":1920, + "type":"SCALAR" + }, + { + "bufferView":62, + "componentType":5126, + "count":28, + "max":[ + 0.3205699920654297, + 1.856950044631958, + 1.1344499588012695 + ], + "min":[ + -0.3205699920654297, + -1.856950044631958, + -1.1344499588012695 + ], + "type":"VEC3" + }, + { + "bufferView":63, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":64, + "componentType":5126, + "count":24, + "max":[ + 1.339020013809204, + 0.23668000102043152, + 0.45969000458717346 + ], + "min":[ + -1.339020013809204, + -0.23668000102043152, + -0.45969000458717346 + ], + "type":"VEC3" + }, + { + "bufferView":65, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":66, + "componentType":5126, + "count":202, + "max":[ + 0.14173999428749084, + 0.037300001829862595, + 0.0473800003528595 + ], + "min":[ + -0.13666999340057373, + -0.04089000076055527, + -0.05432000011205673 + ], + "type":"VEC3" + }, + { + "bufferView":67, + "componentType":5126, + "count":202, + "type":"VEC3" + }, + { + "bufferView":68, + "componentType":5123, + "count":210, + "type":"SCALAR" + }, + { + "bufferView":69, + "componentType":5126, + "count":262, + "max":[ + 0.14173999428749084, + 0.037300001829862595, + 0.0473800003528595 + ], + "min":[ + -0.13666999340057373, + -0.04089000076055527, + -0.05432000011205673 + ], + "type":"VEC3" + }, + { + "bufferView":70, + "componentType":5126, + "count":262, + "type":"VEC3" + }, + { + "bufferView":71, + "componentType":5123, + "count":276, + "type":"SCALAR" + }, + { + "bufferView":72, + "componentType":5126, + "count":70, + "max":[ + 0.5173299908638, + 1.577299952507019, + 1.360450029373169 + ], + "min":[ + -0.4275699853897095, + -1.5373599529266357, + -1.3156700134277344 + ], + "type":"VEC3" + }, + { + "bufferView":73, + "componentType":5126, + "count":70, + "type":"VEC3" + }, + { + "bufferView":74, + "componentType":5123, + "count":90, + "type":"SCALAR" + }, + { + "bufferView":75, + "componentType":5126, + "count":64, + "max":[ + 0.34292998909950256, + 1.4215999841690063, + 1.2658100128173828 + ], + "min":[ + -0.38578999042510986, + -1.4710700511932373, + -1.177970051765442 + ], + "type":"VEC3" + }, + { + "bufferView":76, + "componentType":5126, + "count":64, + "type":"VEC3" + }, + { + "bufferView":77, + "componentType":5123, + "count":84, + "type":"SCALAR" + }, + { + "bufferView":78, + "componentType":5126, + "count":136, + "max":[ + 0.7724699974060059, + 1.4077399969100952, + 1.7906700372695923 + ], + "min":[ + -1.193269968032837, + -1.406540036201477, + -1.8075000047683716 + ], + "type":"VEC3" + }, + { + "bufferView":79, + "componentType":5126, + "count":136, + "type":"VEC3" + }, + { + "bufferView":80, + "componentType":5123, + "count":204, + "type":"SCALAR" + }, + { + "bufferView":81, + "componentType":5126, + "count":250, + "max":[ + 0.45625001192092896, + 1.404710054397583, + 1.4147900342941284 + ], + "min":[ + -0.3590500056743622, + -1.4036400318145752, + -1.3963899612426758 + ], + "type":"VEC3" + }, + { + "bufferView":82, + "componentType":5126, + "count":250, + "type":"VEC3" + }, + { + "bufferView":83, + "componentType":5123, + "count":384, + "type":"SCALAR" + }, + { + "bufferView":84, + "componentType":5126, + "count":70, + "max":[ + 0.5228300094604492, + 1.538409948348999, + 1.3336800336837769 + ], + "min":[ + -0.42219001054763794, + -1.5762499570846558, + -1.342419981956482 + ], + "type":"VEC3" + }, + { + "bufferView":85, + "componentType":5126, + "count":70, + "type":"VEC3" + }, + { + "bufferView":86, + "componentType":5123, + "count":90, + "type":"SCALAR" + }, + { + "bufferView":87, + "componentType":5126, + "count":64, + "max":[ + 0.35995998978614807, + 1.4707900285720825, + 1.1730799674987793 + ], + "min":[ + -0.3687799870967865, + -1.4218900203704834, + -1.2706999778747559 + ], + "type":"VEC3" + }, + { + "bufferView":88, + "componentType":5126, + "count":64, + "type":"VEC3" + }, + { + "bufferView":89, + "componentType":5123, + "count":84, + "type":"SCALAR" + }, + { + "bufferView":90, + "componentType":5126, + "count":28, + "max":[ + 0.4247699975967407, + 1.1418399810791016, + 1.842579960823059 + ], + "min":[ + -0.4247699975967407, + -1.1418399810791016, + -1.842579960823059 + ], + "type":"VEC3" + }, + { + "bufferView":91, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":92, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":93, + "componentType":5126, + "count":28, + "max":[ + 0.4247699975967407, + 1.1418399810791016, + 1.842579960823059 + ], + "min":[ + -0.4247699975967407, + -1.1418399810791016, + -1.842579960823059 + ], + "type":"VEC3" + }, + { + "bufferView":94, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":95, + "componentType":5126, + "count":28, + "max":[ + 0.3205699920654297, + 1.856950044631958, + 1.1344499588012695 + ], + "min":[ + -0.3205699920654297, + -1.856950044631958, + -1.1344499588012695 + ], + "type":"VEC3" + }, + { + "bufferView":96, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":97, + "componentType":5126, + "count":32, + "max":[ + 1.339020013809204, + 0.23667000234127045, + 0.45969000458717346 + ], + "min":[ + -1.339020013809204, + -0.23667000234127045, + -0.45969000458717346 + ], + "type":"VEC3" + }, + { + "bufferView":98, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":99, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":100, + "componentType":5126, + "count":32, + "max":[ + 1.339020013809204, + 0.23667000234127045, + 0.45969000458717346 + ], + "min":[ + -1.339020013809204, + -0.23667000234127045, + -0.45969000458717346 + ], + "type":"VEC3" + }, + { + "bufferView":101, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":102, + "componentType":5126, + "count":28, + "max":[ + 1.339020013809204, + 0.23668000102043152, + 0.45969000458717346 + ], + "min":[ + -1.339020013809204, + -0.23667000234127045, + -0.45969000458717346 + ], + "type":"VEC3" + }, + { + "bufferView":103, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":104, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":105, + "componentType":5126, + "count":4, + "max":[ + 0.5907400250434875, + 0.13961000740528107, + 0.32989001274108887 + ], + "min":[ + -0.5907400250434875, + -0.13961000740528107, + -0.32989001274108887 + ], + "type":"VEC3" + }, + { + "bufferView":106, + "componentType":5126, + "count":4, + "type":"VEC3" + }, + { + "bufferView":107, + "componentType":5126, + "count":4, + "max":[ + 0.5930799841880798, + 0.1471800059080124, + 0.3426800072193146 + ], + "min":[ + -0.5930799841880798, + -0.1471800059080124, + -0.3426800072193146 + ], + "type":"VEC3" + }, + { + "bufferView":108, + "componentType":5126, + "count":4, + "type":"VEC3" + }, + { + "bufferView":109, + "componentType":5126, + "count":23, + "max":[ + 0.6023200154304504, + 0.153889998793602, + 0.23138000071048737 + ], + "min":[ + -0.17677000164985657, + -0.1486400067806244, + -0.12985000014305115 + ], + "type":"VEC3" + }, + { + "bufferView":110, + "componentType":5126, + "count":23, + "type":"VEC3" + }, + { + "bufferView":111, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":112, + "componentType":5126, + "count":28, + "max":[ + 0.613099992275238, + 0.04935000091791153, + 0.29416999220848083 + ], + "min":[ + -0.18038000166416168, + -0.04360000044107437, + -0.19293999671936035 + ], + "type":"VEC3" + }, + { + "bufferView":113, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":114, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":115, + "componentType":5126, + "count":26, + "max":[ + 0.6134099960327148, + 0.011900000274181366, + 0.2998400032520294 + ], + "min":[ + -0.1807200014591217, + -0.006169999949634075, + -0.19681000709533691 + ], + "type":"VEC3" + }, + { + "bufferView":116, + "componentType":5126, + "count":26, + "type":"VEC3" + }, + { + "bufferView":117, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":118, + "componentType":5126, + "count":28, + "max":[ + 0.6081900000572205, + 0.1165200024843216, + 0.26600000262260437 + ], + "min":[ + -0.17892999947071075, + -0.11003000289201736, + -0.16430999338626862 + ], + "type":"VEC3" + }, + { + "bufferView":119, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":120, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":121, + "componentType":5126, + "count":24, + "max":[ + 0.592490017414093, + 0.18695999681949615, + 0.17855000495910645 + ], + "min":[ + -0.17357000708580017, + -0.1801300048828125, + -0.08167000114917755 + ], + "type":"VEC3" + }, + { + "bufferView":122, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":123, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":124, + "componentType":5126, + "count":23, + "max":[ + 0.5830600261688232, + 0.1959799975156784, + 0.14975999295711517 + ], + "min":[ + -0.17032000422477722, + -0.18910999596118927, + -0.056689999997615814 + ], + "type":"VEC3" + }, + { + "bufferView":125, + "componentType":5126, + "count":23, + "type":"VEC3" + }, + { + "bufferView":126, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":127, + "componentType":5126, + "count":27, + "max":[ + 0.6075000166893005, + 0.10311999917030334, + 0.27445998787879944 + ], + "min":[ + -0.17870000004768372, + -0.09763000160455704, + -0.17229999601840973 + ], + "type":"VEC3" + }, + { + "bufferView":128, + "componentType":5126, + "count":27, + "type":"VEC3" + }, + { + "bufferView":129, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":130, + "componentType":5126, + "count":26, + "max":[ + 0.5900800228118896, + 0.18297000229358673, + 0.18667000532150269 + ], + "min":[ + -0.17274999618530273, + -0.1778700053691864, + -0.08934000134468079 + ], + "type":"VEC3" + }, + { + "bufferView":131, + "componentType":5126, + "count":26, + "type":"VEC3" + }, + { + "bufferView":132, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":133, + "componentType":5126, + "count":28, + "max":[ + 0.5856299996376038, + 0.1966100037097931, + 0.14116999506950378 + ], + "min":[ + -0.17117999494075775, + -0.1915699988603592, + -0.04972999915480614 + ], + "type":"VEC3" + }, + { + "bufferView":134, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":135, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":136, + "componentType":5126, + "count":24, + "max":[ + 0.7750099897384644, + 0.13198000192642212, + 0.34992000460624695 + ], + "min":[ + -0.22797000408172607, + -0.12498000264167786, + -0.21960000693798065 + ], + "type":"VEC3" + }, + { + "bufferView":137, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":138, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":139, + "componentType":5126, + "count":24, + "max":[ + 0.7750099897384644, + 0.13198000192642212, + 0.34992000460624695 + ], + "min":[ + -0.22797000408172607, + -0.12498000264167786, + -0.21960000693798065 + ], + "type":"VEC3" + }, + { + "bufferView":140, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":141, + "componentType":5126, + "count":24, + "max":[ + 0.7750099897384644, + 0.13198000192642212, + 0.34992000460624695 + ], + "min":[ + -0.22797000408172607, + -0.12498000264167786, + -0.21960000693798065 + ], + "type":"VEC3" + }, + { + "bufferView":142, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":143, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":144, + "componentType":5126, + "count":26, + "max":[ + 0.775189995765686, + 0.1325799971818924, + 0.34891000390052795 + ], + "min":[ + -0.22777999937534332, + -0.12437999993562698, + -0.21964000165462494 + ], + "type":"VEC3" + }, + { + "bufferView":145, + "componentType":5126, + "count":26, + "type":"VEC3" + }, + { + "bufferView":146, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":147, + "componentType":5126, + "count":26, + "max":[ + 0.7620300054550171, + 0.2220499962568283, + 0.26131001114845276 + ], + "min":[ + -0.22353999316692352, + -0.21342000365257263, + -0.13586999475955963 + ], + "type":"VEC3" + }, + { + "bufferView":148, + "componentType":5126, + "count":26, + "type":"VEC3" + }, + { + "bufferView":149, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":150, + "componentType":5126, + "count":22, + "max":[ + 0.7620300054550171, + 0.2220499962568283, + 0.26131001114845276 + ], + "min":[ + -0.22353999316692352, + -0.21342000365257263, + -0.13586999475955963 + ], + "type":"VEC3" + }, + { + "bufferView":151, + "componentType":5126, + "count":22, + "type":"VEC3" + }, + { + "bufferView":152, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":153, + "componentType":5126, + "count":29, + "max":[ + 0.7750099897384644, + 0.13197000324726105, + 0.3499299883842468 + ], + "min":[ + -0.22797000408172607, + -0.12495999783277512, + -0.21960000693798065 + ], + "type":"VEC3" + }, + { + "bufferView":154, + "componentType":5126, + "count":29, + "type":"VEC3" + }, + { + "bufferView":155, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":156, + "componentType":5126, + "count":26, + "max":[ + 0.7750099897384644, + 0.13198000192642212, + 0.34992000460624695 + ], + "min":[ + -0.22797000408172607, + -0.12498000264167786, + -0.21960000693798065 + ], + "type":"VEC3" + }, + { + "bufferView":157, + "componentType":5126, + "count":26, + "type":"VEC3" + }, + { + "bufferView":158, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":159, + "componentType":5126, + "count":28, + "max":[ + 0.7752000093460083, + 0.13256999850273132, + 0.34891998767852783 + ], + "min":[ + -0.22777999937534332, + -0.12437000125646591, + -0.219650000333786 + ], + "type":"VEC3" + }, + { + "bufferView":160, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":161, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":162, + "componentType":5126, + "count":26, + "max":[ + 0.7621600031852722, + 0.22102999687194824, + 0.26072999835014343 + ], + "min":[ + -0.22341999411582947, + -0.21445000171661377, + -0.13293999433517456 + ], + "type":"VEC3" + }, + { + "bufferView":163, + "componentType":5126, + "count":26, + "type":"VEC3" + }, + { + "bufferView":164, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":165, + "componentType":5126, + "count":207, + "max":[ + 0.6624199748039246, + 0.20469999313354492, + 0.30441999435424805 + ], + "min":[ + -0.21402999758720398, + -0.21265000104904175, + -0.17753000557422638 + ], + "type":"VEC3" + }, + { + "bufferView":166, + "componentType":5126, + "count":207, + "type":"VEC3" + }, + { + "bufferView":167, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":168, + "componentType":5126, + "count":30, + "max":[ + 0.045260000973939896, + 0.18262000381946564, + 0.15583999454975128 + ], + "min":[ + -0.045260000973939896, + -0.1826300024986267, + -0.15583999454975128 + ], + "type":"VEC3" + }, + { + "bufferView":169, + "componentType":5126, + "count":30, + "type":"VEC3" + }, + { + "bufferView":170, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":171, + "componentType":5126, + "count":34, + "max":[ + 0.39761999249458313, + 0.021880000829696655, + 0.09131000190973282 + ], + "min":[ + -0.39761999249458313, + -0.021880000829696655, + -0.09131000190973282 + ], + "type":"VEC3" + }, + { + "bufferView":172, + "componentType":5126, + "count":34, + "type":"VEC3" + }, + { + "bufferView":173, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":174, + "componentType":5126, + "count":24, + "max":[ + 0.045260000973939896, + 0.1826300024986267, + 0.15583999454975128 + ], + "min":[ + -0.045260000973939896, + -0.1826300024986267, + -0.15583999454975128 + ], + "type":"VEC3" + }, + { + "bufferView":175, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":176, + "componentType":5126, + "count":212, + "max":[ + 0.6727499961853027, + 0.08602999895811081, + 0.35537999868392944 + ], + "min":[ + -0.2134000062942505, + -0.10030999779701233, + -0.24007000029087067 + ], + "type":"VEC3" + }, + { + "bufferView":177, + "componentType":5126, + "count":212, + "type":"VEC3" + }, + { + "bufferView":178, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":179, + "componentType":5126, + "count":36, + "max":[ + 0.05705000087618828, + 0.06103000044822693, + 0.225600004196167 + ], + "min":[ + -0.05705000087618828, + -0.06103000044822693, + -0.225600004196167 + ], + "type":"VEC3" + }, + { + "bufferView":180, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":181, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":182, + "componentType":5126, + "count":32, + "max":[ + 0.39741000533103943, + 0.017179999500513077, + 0.09087000042200089 + ], + "min":[ + -0.39741000533103943, + -0.017179999500513077, + -0.09087000042200089 + ], + "type":"VEC3" + }, + { + "bufferView":183, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":184, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":185, + "componentType":5126, + "count":30, + "max":[ + 0.05705000087618828, + 0.06103000044822693, + 0.225600004196167 + ], + "min":[ + -0.05705000087618828, + -0.06103000044822693, + -0.225600004196167 + ], + "type":"VEC3" + }, + { + "bufferView":186, + "componentType":5126, + "count":30, + "type":"VEC3" + }, + { + "bufferView":187, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":188, + "componentType":5126, + "count":216, + "max":[ + 0.6724299788475037, + 0.06204000115394592, + 0.35245001316070557 + ], + "min":[ + -0.21256999671459198, + -0.03471999987959862, + -0.24021999537944794 + ], + "type":"VEC3" + }, + { + "bufferView":189, + "componentType":5126, + "count":216, + "type":"VEC3" + }, + { + "bufferView":190, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":191, + "componentType":5126, + "count":26, + "max":[ + 0.05737999826669693, + 0.016519999131560326, + 0.22940999269485474 + ], + "min":[ + -0.05737999826669693, + -0.016519999131560326, + -0.22940999269485474 + ], + "type":"VEC3" + }, + { + "bufferView":192, + "componentType":5126, + "count":26, + "type":"VEC3" + }, + { + "bufferView":193, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":194, + "componentType":5126, + "count":36, + "max":[ + 0.39719998836517334, + 0.014580000191926956, + 0.08935999870300293 + ], + "min":[ + -0.39719998836517334, + -0.014580000191926956, + -0.08935999870300293 + ], + "type":"VEC3" + }, + { + "bufferView":195, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":196, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":197, + "componentType":5126, + "count":28, + "max":[ + 0.05737999826669693, + 0.016519999131560326, + 0.22940999269485474 + ], + "min":[ + -0.05737999826669693, + -0.016519999131560326, + -0.22940999269485474 + ], + "type":"VEC3" + }, + { + "bufferView":198, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":199, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":200, + "componentType":5126, + "count":211, + "max":[ + 0.6705899834632874, + 0.18127000331878662, + 0.32558000087738037 + ], + "min":[ + -0.21277999877929688, + -0.15674999356269836, + -0.22614000737667084 + ], + "type":"VEC3" + }, + { + "bufferView":201, + "componentType":5126, + "count":211, + "type":"VEC3" + }, + { + "bufferView":202, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":203, + "componentType":5126, + "count":30, + "max":[ + 0.05203999951481819, + 0.1391099989414215, + 0.19438999891281128 + ], + "min":[ + -0.05203999951481819, + -0.1391099989414215, + -0.19438999891281128 + ], + "type":"VEC3" + }, + { + "bufferView":204, + "componentType":5126, + "count":30, + "type":"VEC3" + }, + { + "bufferView":205, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":206, + "componentType":5126, + "count":36, + "max":[ + 0.3977000117301941, + 0.020749999210238457, + 0.09199000149965286 + ], + "min":[ + -0.3977000117301941, + -0.020749999210238457, + -0.09199000149965286 + ], + "type":"VEC3" + }, + { + "bufferView":207, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":208, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":209, + "componentType":5126, + "count":30, + "max":[ + 0.05203999951481819, + 0.1391099989414215, + 0.19438999891281128 + ], + "min":[ + -0.05203999951481819, + -0.1391099989414215, + -0.19438999891281128 + ], + "type":"VEC3" + }, + { + "bufferView":210, + "componentType":5126, + "count":30, + "type":"VEC3" + }, + { + "bufferView":211, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":212, + "componentType":5126, + "count":210, + "max":[ + 0.6549199819564819, + 0.24514000117778778, + 0.22849999368190765 + ], + "min":[ + -0.20821000635623932, + -0.22987000644207, + -0.1424500048160553 + ], + "type":"VEC3" + }, + { + "bufferView":213, + "componentType":5126, + "count":210, + "type":"VEC3" + }, + { + "bufferView":214, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":215, + "componentType":5126, + "count":24, + "max":[ + 0.03400000184774399, + 0.2183299958705902, + 0.09397000074386597 + ], + "min":[ + -0.03400000184774399, + -0.2183299958705902, + -0.09397000074386597 + ], + "type":"VEC3" + }, + { + "bufferView":216, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":217, + "componentType":5126, + "count":32, + "max":[ + 0.3972199857234955, + 0.02157999947667122, + 0.08888000249862671 + ], + "min":[ + -0.3972199857234955, + -0.02157999947667122, + -0.08888000249862671 + ], + "type":"VEC3" + }, + { + "bufferView":218, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":219, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":220, + "componentType":5126, + "count":24, + "max":[ + 0.03400000184774399, + 0.2183299958705902, + 0.09397000074386597 + ], + "min":[ + -0.03400000184774399, + -0.2183299958705902, + -0.09397000074386597 + ], + "type":"VEC3" + }, + { + "bufferView":221, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":222, + "componentType":5126, + "count":209, + "max":[ + 0.6441199779510498, + 0.2442599982023239, + 0.19454999268054962 + ], + "min":[ + -0.2046400010585785, + -0.24108000099658966, + -0.11409000307321548 + ], + "type":"VEC3" + }, + { + "bufferView":223, + "componentType":5126, + "count":209, + "type":"VEC3" + }, + { + "bufferView":224, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":225, + "componentType":5126, + "count":32, + "max":[ + 0.022849999368190765, + 0.2275400012731552, + 0.060419999063014984 + ], + "min":[ + -0.022849999368190765, + -0.2275400012731552, + -0.060419999063014984 + ], + "type":"VEC3" + }, + { + "bufferView":226, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":227, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":228, + "componentType":5126, + "count":26, + "max":[ + 0.3966499865055084, + 0.020749999210238457, + 0.08715999871492386 + ], + "min":[ + -0.3966499865055084, + -0.020749999210238457, + -0.08715999871492386 + ], + "type":"VEC3" + }, + { + "bufferView":229, + "componentType":5126, + "count":26, + "type":"VEC3" + }, + { + "bufferView":230, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":231, + "componentType":5126, + "count":28, + "max":[ + 0.022849999368190765, + 0.2275400012731552, + 0.060419999063014984 + ], + "min":[ + -0.022849999368190765, + -0.2275400012731552, + -0.060419999063014984 + ], + "type":"VEC3" + }, + { + "bufferView":232, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":233, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":234, + "componentType":5126, + "count":208, + "max":[ + 0.6678599715232849, + 0.16695000231266022, + 0.3443799912929535 + ], + "min":[ + -0.21480000019073486, + -0.1427599936723709, + -0.22223000228405 + ], + "type":"VEC3" + }, + { + "bufferView":235, + "componentType":5126, + "count":208, + "type":"VEC3" + }, + { + "bufferView":236, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":237, + "componentType":5126, + "count":30, + "max":[ + 0.051270000636577606, + 0.12415999919176102, + 0.2037699967622757 + ], + "min":[ + -0.051270000636577606, + -0.12415999919176102, + -0.2037699967622757 + ], + "type":"VEC3" + }, + { + "bufferView":238, + "componentType":5126, + "count":30, + "type":"VEC3" + }, + { + "bufferView":239, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":240, + "componentType":5126, + "count":30, + "max":[ + 0.3977000117301941, + 0.020190000534057617, + 0.09195999801158905 + ], + "min":[ + -0.3977000117301941, + -0.020190000534057617, + -0.09195999801158905 + ], + "type":"VEC3" + }, + { + "bufferView":241, + "componentType":5126, + "count":30, + "type":"VEC3" + }, + { + "bufferView":242, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":243, + "componentType":5126, + "count":24, + "max":[ + 0.051270000636577606, + 0.12415999919176102, + 0.2037699967622757 + ], + "min":[ + -0.051270000636577606, + -0.12415999919176102, + -0.2037699967622757 + ], + "type":"VEC3" + }, + { + "bufferView":244, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":245, + "componentType":5126, + "count":223, + "max":[ + 0.6485499739646912, + 0.24214999377727509, + 0.25685998797416687 + ], + "min":[ + -0.2110300064086914, + -0.22815999388694763, + -0.13202999532222748 + ], + "type":"VEC3" + }, + { + "bufferView":246, + "componentType":5126, + "count":223, + "type":"VEC3" + }, + { + "bufferView":247, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":248, + "componentType":5126, + "count":30, + "max":[ + 0.03117999993264675, + 0.21499000489711761, + 0.10344000160694122 + ], + "min":[ + -0.03117999993264675, + -0.21499000489711761, + -0.10344000160694122 + ], + "type":"VEC3" + }, + { + "bufferView":249, + "componentType":5126, + "count":30, + "type":"VEC3" + }, + { + "bufferView":250, + "componentType":5126, + "count":34, + "max":[ + 0.39708998799324036, + 0.021719999611377716, + 0.08931999653577805 + ], + "min":[ + -0.39708998799324036, + -0.021719999611377716, + -0.08931999653577805 + ], + "type":"VEC3" + }, + { + "bufferView":251, + "componentType":5126, + "count":34, + "type":"VEC3" + }, + { + "bufferView":252, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":253, + "componentType":5126, + "count":32, + "max":[ + 0.03117999993264675, + 0.21499000489711761, + 0.10344000160694122 + ], + "min":[ + -0.03117999993264675, + -0.21499000489711761, + -0.10344000160694122 + ], + "type":"VEC3" + }, + { + "bufferView":254, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":255, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":256, + "componentType":5126, + "count":217, + "max":[ + 0.643310010433197, + 0.24390999972820282, + 0.20472000539302826 + ], + "min":[ + -0.20945000648498535, + -0.24209000170230865, + -0.0855799987912178 + ], + "type":"VEC3" + }, + { + "bufferView":257, + "componentType":5126, + "count":217, + "type":"VEC3" + }, + { + "bufferView":258, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":259, + "componentType":5126, + "count":34, + "max":[ + 0.0258799996227026, + 0.22898000478744507, + 0.05025000125169754 + ], + "min":[ + -0.0258799996227026, + -0.22898000478744507, + -0.05025000125169754 + ], + "type":"VEC3" + }, + { + "bufferView":260, + "componentType":5126, + "count":34, + "type":"VEC3" + }, + { + "bufferView":261, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":262, + "componentType":5126, + "count":32, + "max":[ + 0.3968200087547302, + 0.02046000026166439, + 0.0865899994969368 + ], + "min":[ + -0.3968200087547302, + -0.02046000026166439, + -0.0865899994969368 + ], + "type":"VEC3" + }, + { + "bufferView":263, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":264, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":265, + "componentType":5126, + "count":32, + "max":[ + 0.0258799996227026, + 0.22898000478744507, + 0.05025000125169754 + ], + "min":[ + -0.0258799996227026, + -0.22898000478744507, + -0.05025000125169754 + ], + "type":"VEC3" + }, + { + "bufferView":266, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":267, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":268, + "componentType":5126, + "count":211, + "max":[ + 0.8520200252532959, + 0.21344999969005585, + 0.4391700029373169 + ], + "min":[ + -0.2740499973297119, + -0.18261000514030457, + -0.2833000123500824 + ], + "type":"VEC3" + }, + { + "bufferView":269, + "componentType":5126, + "count":211, + "type":"VEC3" + }, + { + "bufferView":270, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":271, + "componentType":5126, + "count":36, + "max":[ + 0.06536000221967697, + 0.1588899940252304, + 0.25971001386642456 + ], + "min":[ + -0.06536000221967697, + -0.1588899940252304, + -0.25971001386642456 + ], + "type":"VEC3" + }, + { + "bufferView":272, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":273, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":274, + "componentType":5126, + "count":24, + "max":[ + 0.507390022277832, + 0.025769999250769615, + 0.1173200011253357 + ], + "min":[ + -0.507390022277832, + -0.025769999250769615, + -0.1173200011253357 + ], + "type":"VEC3" + }, + { + "bufferView":275, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":276, + "componentType":5126, + "count":34, + "max":[ + 0.06536000221967697, + 0.1588899940252304, + 0.25971001386642456 + ], + "min":[ + -0.06536000221967697, + -0.1588899940252304, + -0.25971001386642456 + ], + "type":"VEC3" + }, + { + "bufferView":277, + "componentType":5126, + "count":34, + "type":"VEC3" + }, + { + "bufferView":278, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":279, + "componentType":5126, + "count":208, + "max":[ + 0.8520200252532959, + 0.21344999969005585, + 0.4391700029373169 + ], + "min":[ + -0.2740499973297119, + -0.18261000514030457, + -0.2833099961280823 + ], + "type":"VEC3" + }, + { + "bufferView":280, + "componentType":5126, + "count":208, + "type":"VEC3" + }, + { + "bufferView":281, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":282, + "componentType":5126, + "count":36, + "max":[ + 0.06536000221967697, + 0.1588899940252304, + 0.25971001386642456 + ], + "min":[ + -0.06536000221967697, + -0.1588899940252304, + -0.25971001386642456 + ], + "type":"VEC3" + }, + { + "bufferView":283, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":284, + "componentType":5126, + "count":24, + "max":[ + 0.507390022277832, + 0.025769999250769615, + 0.1173200011253357 + ], + "min":[ + -0.507390022277832, + -0.025769999250769615, + -0.1173200011253357 + ], + "type":"VEC3" + }, + { + "bufferView":285, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":286, + "componentType":5126, + "count":36, + "max":[ + 0.06536000221967697, + 0.1588899940252304, + 0.25971001386642456 + ], + "min":[ + -0.06536000221967697, + -0.1588899940252304, + -0.25971001386642456 + ], + "type":"VEC3" + }, + { + "bufferView":287, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":288, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":289, + "componentType":5126, + "count":208, + "max":[ + 0.8520200252532959, + 0.21344999969005585, + 0.4391700029373169 + ], + "min":[ + -0.2740499973297119, + -0.18261000514030457, + -0.2833099961280823 + ], + "type":"VEC3" + }, + { + "bufferView":290, + "componentType":5126, + "count":208, + "type":"VEC3" + }, + { + "bufferView":291, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":292, + "componentType":5126, + "count":36, + "max":[ + 0.06536000221967697, + 0.1588899940252304, + 0.25971001386642456 + ], + "min":[ + -0.06536000221967697, + -0.1588899940252304, + -0.25971001386642456 + ], + "type":"VEC3" + }, + { + "bufferView":293, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":294, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":295, + "componentType":5126, + "count":24, + "max":[ + 0.507390022277832, + 0.025769999250769615, + 0.1173200011253357 + ], + "min":[ + -0.507390022277832, + -0.025769999250769615, + -0.1173200011253357 + ], + "type":"VEC3" + }, + { + "bufferView":296, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":297, + "componentType":5126, + "count":36, + "max":[ + 0.06536000221967697, + 0.1588899940252304, + 0.25971001386642456 + ], + "min":[ + -0.06536000221967697, + -0.1588899940252304, + -0.25971001386642456 + ], + "type":"VEC3" + }, + { + "bufferView":298, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":299, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":300, + "componentType":5126, + "count":170, + "max":[ + 0.8550099730491638, + 0.19092999398708344, + 0.42469000816345215 + ], + "min":[ + -0.2710599899291992, + -0.20512999594211578, + -0.29660001397132874 + ], + "type":"VEC3" + }, + { + "bufferView":301, + "componentType":5126, + "count":170, + "type":"VEC3" + }, + { + "bufferView":302, + "componentType":5123, + "count":216, + "type":"SCALAR" + }, + { + "bufferView":303, + "componentType":5126, + "count":24, + "max":[ + 0.06536000221967697, + 0.1588899940252304, + 0.25971001386642456 + ], + "min":[ + -0.06536000221967697, + -0.1588899940252304, + -0.25971001386642456 + ], + "type":"VEC3" + }, + { + "bufferView":304, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":305, + "componentType":5123, + "count":24, + "type":"SCALAR" + }, + { + "bufferView":306, + "componentType":5126, + "count":16, + "max":[ + 0.507390022277832, + 0.025769999250769615, + 0.1173200011253357 + ], + "min":[ + -0.507390022277832, + -0.025769999250769615, + -0.1173200011253357 + ], + "type":"VEC3" + }, + { + "bufferView":307, + "componentType":5126, + "count":16, + "type":"VEC3" + }, + { + "bufferView":308, + "componentType":5123, + "count":24, + "type":"SCALAR" + }, + { + "bufferView":309, + "componentType":5126, + "count":24, + "max":[ + 0.06536000221967697, + 0.1588899940252304, + 0.25971001386642456 + ], + "min":[ + -0.06536000221967697, + -0.1588899940252304, + -0.25971001386642456 + ], + "type":"VEC3" + }, + { + "bufferView":310, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":311, + "componentType":5126, + "count":197, + "max":[ + 0.8421900272369385, + 0.3011400103569031, + 0.33017998933792114 + ], + "min":[ + -0.26771000027656555, + -0.27803999185562134, + -0.216389998793602 + ], + "type":"VEC3" + }, + { + "bufferView":312, + "componentType":5126, + "count":197, + "type":"VEC3" + }, + { + "bufferView":313, + "componentType":5123, + "count":216, + "type":"SCALAR" + }, + { + "bufferView":314, + "componentType":5126, + "count":20, + "max":[ + 0.050530001521110535, + 0.260699987411499, + 0.1588899940252304 + ], + "min":[ + -0.050530001521110535, + -0.260699987411499, + -0.1588899940252304 + ], + "type":"VEC3" + }, + { + "bufferView":315, + "componentType":5126, + "count":20, + "type":"VEC3" + }, + { + "bufferView":316, + "componentType":5123, + "count":24, + "type":"SCALAR" + }, + { + "bufferView":317, + "componentType":5126, + "count":18, + "max":[ + 0.507070004940033, + 0.02800999954342842, + 0.11511000245809555 + ], + "min":[ + -0.507070004940033, + -0.02800999954342842, + -0.11511000245809555 + ], + "type":"VEC3" + }, + { + "bufferView":318, + "componentType":5126, + "count":18, + "type":"VEC3" + }, + { + "bufferView":319, + "componentType":5123, + "count":24, + "type":"SCALAR" + }, + { + "bufferView":320, + "componentType":5126, + "count":20, + "max":[ + 0.050530001521110535, + 0.260699987411499, + 0.1588899940252304 + ], + "min":[ + -0.050530001521110535, + -0.260699987411499, + -0.1588899940252304 + ], + "type":"VEC3" + }, + { + "bufferView":321, + "componentType":5126, + "count":20, + "type":"VEC3" + }, + { + "bufferView":322, + "componentType":5123, + "count":24, + "type":"SCALAR" + }, + { + "bufferView":323, + "componentType":5126, + "count":198, + "max":[ + 0.8421900272369385, + 0.3011400103569031, + 0.33017998933792114 + ], + "min":[ + -0.26771000027656555, + -0.27803999185562134, + -0.216389998793602 + ], + "type":"VEC3" + }, + { + "bufferView":324, + "componentType":5126, + "count":198, + "type":"VEC3" + }, + { + "bufferView":325, + "componentType":5123, + "count":216, + "type":"SCALAR" + }, + { + "bufferView":326, + "componentType":5126, + "count":20, + "max":[ + 0.050530001521110535, + 0.260699987411499, + 0.1588899940252304 + ], + "min":[ + -0.050530001521110535, + -0.260699987411499, + -0.1588899940252304 + ], + "type":"VEC3" + }, + { + "bufferView":327, + "componentType":5126, + "count":20, + "type":"VEC3" + }, + { + "bufferView":328, + "componentType":5126, + "count":18, + "max":[ + 0.507070004940033, + 0.02800999954342842, + 0.11511000245809555 + ], + "min":[ + -0.507070004940033, + -0.02800999954342842, + -0.11511000245809555 + ], + "type":"VEC3" + }, + { + "bufferView":329, + "componentType":5126, + "count":18, + "type":"VEC3" + }, + { + "bufferView":330, + "componentType":5126, + "count":20, + "max":[ + 0.050530001521110535, + 0.260699987411499, + 0.1588899940252304 + ], + "min":[ + -0.050530001521110535, + -0.260699987411499, + -0.1588899940252304 + ], + "type":"VEC3" + }, + { + "bufferView":331, + "componentType":5126, + "count":20, + "type":"VEC3" + }, + { + "bufferView":332, + "componentType":5126, + "count":168, + "max":[ + 0.8520200252532959, + 0.21344000101089478, + 0.4391799867153168 + ], + "min":[ + -0.2740499973297119, + -0.1826000064611435, + -0.2833099961280823 + ], + "type":"VEC3" + }, + { + "bufferView":333, + "componentType":5126, + "count":168, + "type":"VEC3" + }, + { + "bufferView":334, + "componentType":5123, + "count":216, + "type":"SCALAR" + }, + { + "bufferView":335, + "componentType":5126, + "count":24, + "max":[ + 0.06536000221967697, + 0.15887999534606934, + 0.25971999764442444 + ], + "min":[ + -0.06536000221967697, + -0.15887999534606934, + -0.25971999764442444 + ], + "type":"VEC3" + }, + { + "bufferView":336, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":337, + "componentType":5123, + "count":24, + "type":"SCALAR" + }, + { + "bufferView":338, + "componentType":5126, + "count":16, + "max":[ + 0.507390022277832, + 0.025769999250769615, + 0.1173200011253357 + ], + "min":[ + -0.507390022277832, + -0.025769999250769615, + -0.1173200011253357 + ], + "type":"VEC3" + }, + { + "bufferView":339, + "componentType":5126, + "count":16, + "type":"VEC3" + }, + { + "bufferView":340, + "componentType":5126, + "count":24, + "max":[ + 0.06536000221967697, + 0.15887999534606934, + 0.25971999764442444 + ], + "min":[ + -0.06536000221967697, + -0.15887999534606934, + -0.25971999764442444 + ], + "type":"VEC3" + }, + { + "bufferView":341, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":342, + "componentType":5126, + "count":210, + "max":[ + 0.8520200252532959, + 0.21344999969005585, + 0.4391700029373169 + ], + "min":[ + -0.2740499973297119, + -0.18261000514030457, + -0.2833000123500824 + ], + "type":"VEC3" + }, + { + "bufferView":343, + "componentType":5126, + "count":210, + "type":"VEC3" + }, + { + "bufferView":344, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":345, + "componentType":5126, + "count":36, + "max":[ + 0.06536000221967697, + 0.1588899940252304, + 0.25971001386642456 + ], + "min":[ + -0.06536000221967697, + -0.1588899940252304, + -0.25971001386642456 + ], + "type":"VEC3" + }, + { + "bufferView":346, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":347, + "componentType":5126, + "count":24, + "max":[ + 0.507390022277832, + 0.025769999250769615, + 0.1173200011253357 + ], + "min":[ + -0.507390022277832, + -0.025769999250769615, + -0.1173200011253357 + ], + "type":"VEC3" + }, + { + "bufferView":348, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":349, + "componentType":5126, + "count":36, + "max":[ + 0.06536000221967697, + 0.1588899940252304, + 0.25971001386642456 + ], + "min":[ + -0.06536000221967697, + -0.1588899940252304, + -0.25971001386642456 + ], + "type":"VEC3" + }, + { + "bufferView":350, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":351, + "componentType":5126, + "count":211, + "max":[ + 0.8550099730491638, + 0.19091999530792236, + 0.424699991941452 + ], + "min":[ + -0.2710599899291992, + -0.2051199972629547, + -0.29660001397132874 + ], + "type":"VEC3" + }, + { + "bufferView":352, + "componentType":5126, + "count":211, + "type":"VEC3" + }, + { + "bufferView":353, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":354, + "componentType":5126, + "count":36, + "max":[ + 0.06536000221967697, + 0.15887999534606934, + 0.25971999764442444 + ], + "min":[ + -0.06536000221967697, + -0.15887999534606934, + -0.25971999764442444 + ], + "type":"VEC3" + }, + { + "bufferView":355, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":356, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":357, + "componentType":5126, + "count":24, + "max":[ + 0.507390022277832, + 0.025769999250769615, + 0.1173200011253357 + ], + "min":[ + -0.507390022277832, + -0.025769999250769615, + -0.1173200011253357 + ], + "type":"VEC3" + }, + { + "bufferView":358, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":359, + "componentType":5126, + "count":36, + "max":[ + 0.06536000221967697, + 0.15887999534606934, + 0.25971999764442444 + ], + "min":[ + -0.06536000221967697, + -0.15887999534606934, + -0.25971999764442444 + ], + "type":"VEC3" + }, + { + "bufferView":360, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":361, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":362, + "componentType":5126, + "count":216, + "max":[ + 0.8381500244140625, + 0.2863599956035614, + 0.3523400127887726 + ], + "min":[ + -0.27173998951911926, + -0.292820006608963, + -0.18995000422000885 + ], + "type":"VEC3" + }, + { + "bufferView":363, + "componentType":5126, + "count":216, + "type":"VEC3" + }, + { + "bufferView":364, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":365, + "componentType":5126, + "count":32, + "max":[ + 0.050530001521110535, + 0.260699987411499, + 0.1588899940252304 + ], + "min":[ + -0.050530001521110535, + -0.260699987411499, + -0.1588899940252304 + ], + "type":"VEC3" + }, + { + "bufferView":366, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":367, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":368, + "componentType":5126, + "count":26, + "max":[ + 0.507070004940033, + 0.02800999954342842, + 0.11511000245809555 + ], + "min":[ + -0.507070004940033, + -0.02800999954342842, + -0.11511000245809555 + ], + "type":"VEC3" + }, + { + "bufferView":369, + "componentType":5126, + "count":26, + "type":"VEC3" + }, + { + "bufferView":370, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":371, + "componentType":5126, + "count":32, + "max":[ + 0.050530001521110535, + 0.260699987411499, + 0.1588899940252304 + ], + "min":[ + -0.050530001521110535, + -0.260699987411499, + -0.1588899940252304 + ], + "type":"VEC3" + }, + { + "bufferView":372, + "componentType":5126, + "count":32, + "type":"VEC3" + }, + { + "bufferView":373, + "componentType":5126, + "count":216, + "max":[ + 0.8381500244140625, + 0.2863599956035614, + 0.3523400127887726 + ], + "min":[ + -0.27173998951911926, + -0.292820006608963, + -0.18995000422000885 + ], + "type":"VEC3" + }, + { + "bufferView":374, + "componentType":5126, + "count":216, + "type":"VEC3" + }, + { + "bufferView":375, + "componentType":5123, + "count":246, + "type":"SCALAR" + }, + { + "bufferView":376, + "componentType":5126, + "count":28, + "max":[ + 0.050530001521110535, + 0.260699987411499, + 0.1588899940252304 + ], + "min":[ + -0.050530001521110535, + -0.260699987411499, + -0.1588899940252304 + ], + "type":"VEC3" + }, + { + "bufferView":377, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":378, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":379, + "componentType":5126, + "count":28, + "max":[ + 0.507070004940033, + 0.02800999954342842, + 0.11511000245809555 + ], + "min":[ + -0.507070004940033, + -0.02800999954342842, + -0.11511000245809555 + ], + "type":"VEC3" + }, + { + "bufferView":380, + "componentType":5126, + "count":28, + "type":"VEC3" + }, + { + "bufferView":381, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":382, + "componentType":5126, + "count":82, + "max":[ + 0.590499997138977, + 1.2616100311279297, + 1.6906399726867676 + ], + "min":[ + -0.5216299891471863, + -1.656630039215088, + -1.7821999788284302 + ], + "type":"VEC3" + }, + { + "bufferView":383, + "componentType":5126, + "count":82, + "type":"VEC3" + }, + { + "bufferView":384, + "componentType":5123, + "count":96, + "type":"SCALAR" + }, + { + "bufferView":385, + "componentType":5126, + "count":316, + "max":[ + 0.878279983997345, + 0.5006800293922424, + 0.618619978427887 + ], + "min":[ + -0.8937299847602844, + -0.5290300250053406, + -0.389739990234375 + ], + "type":"VEC3" + }, + { + "bufferView":386, + "componentType":5126, + "count":316, + "type":"VEC3" + }, + { + "bufferView":387, + "componentType":5123, + "count":384, + "type":"SCALAR" + }, + { + "bufferView":388, + "componentType":5126, + "count":71, + "max":[ + 0.39583998918533325, + 0.16290000081062317, + 0.22285999357700348 + ], + "min":[ + -0.3790600001811981, + -0.1549600064754486, + -0.18986999988555908 + ], + "type":"VEC3" + }, + { + "bufferView":389, + "componentType":5126, + "count":71, + "type":"VEC3" + }, + { + "bufferView":390, + "componentType":5123, + "count":84, + "type":"SCALAR" + }, + { + "bufferView":391, + "componentType":5126, + "count":60, + "max":[ + 0.1084199994802475, + 1.0696300268173218, + 2.5634100437164307 + ], + "min":[ + -1.6804300546646118, + -0.6316499710083008, + 0.5634099841117859 + ], + "type":"VEC3" + }, + { + "bufferView":392, + "componentType":5126, + "count":60, + "type":"VEC3" + }, + { + "bufferView":393, + "componentType":5126, + "count":163, + "max":[ + 2.007819890975952, + 0.193790003657341, + 1.8406599760055542 + ], + "min":[ + -0.5260699987411499, + -0.2719700038433075, + -0.6607400178909302 + ], + "type":"VEC3" + }, + { + "bufferView":394, + "componentType":5126, + "count":163, + "type":"VEC3" + }, + { + "bufferView":395, + "componentType":5123, + "count":204, + "type":"SCALAR" + }, + { + "bufferView":396, + "componentType":5126, + "count":167, + "max":[ + 1.842919945716858, + 0.30156999826431274, + 0.5217700004577637 + ], + "min":[ + -0.5198799967765808, + -0.1606999933719635, + -2.1026899814605713 + ], + "type":"VEC3" + }, + { + "bufferView":397, + "componentType":5126, + "count":167, + "type":"VEC3" + }, + { + "bufferView":398, + "componentType":5123, + "count":204, + "type":"SCALAR" + }, + { + "bufferView":399, + "componentType":5126, + "count":229, + "max":[ + 2.1665899753570557, + 0.12296999990940094, + 0.6961600184440613 + ], + "min":[ + -2.768939971923828, + -0.33849000930786133, + -0.9080600142478943 + ], + "type":"VEC3" + }, + { + "bufferView":400, + "componentType":5126, + "count":229, + "type":"VEC3" + }, + { + "bufferView":401, + "componentType":5123, + "count":288, + "type":"SCALAR" + }, + { + "bufferView":402, + "componentType":5126, + "count":60, + "max":[ + 0.988569974899292, + 1.4998799562454224, + -0.17735999822616577 + ], + "min":[ + -2.082580089569092, + -1.4944599866867065, + -3.2860300540924072 + ], + "type":"VEC3" + }, + { + "bufferView":403, + "componentType":5126, + "count":60, + "type":"VEC3" + }, + { + "bufferView":404, + "componentType":5126, + "count":24, + "max":[ + 0.9648399949073792, + 0.3609499931335449, + 0.7430700063705444 + ], + "min":[ + -0.6466299891471863, + -1.3288400173187256, + -1.1461399793624878 + ], + "type":"VEC3" + }, + { + "bufferView":405, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":406, + "componentType":5126, + "count":78, + "max":[ + 2.8203299045562744, + 0.35085999965667725, + 0.8859099745750427 + ], + "min":[ + 0.10954999923706055, + -0.36327001452445984, + -0.2121800035238266 + ], + "type":"VEC3" + }, + { + "bufferView":407, + "componentType":5126, + "count":78, + "type":"VEC3" + }, + { + "bufferView":408, + "componentType":5123, + "count":108, + "type":"SCALAR" + }, + { + "bufferView":409, + "componentType":5126, + "count":24, + "max":[ + 1.1521999835968018, + 1.570180058479309, + 1.379040002822876 + ], + "min":[ + -1.0114799737930298, + -0.6986600160598755, + -1.1575499773025513 + ], + "type":"VEC3" + }, + { + "bufferView":410, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":411, + "componentType":5126, + "count":24, + "max":[ + -0.28431999683380127, + 1.3856300115585327, + 0.1035500019788742 + ], + "min":[ + -1.5541499853134155, + 0.054099999368190765, + -1.3851300477981567 + ], + "type":"VEC3" + }, + { + "bufferView":412, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":413, + "componentType":5126, + "count":24, + "max":[ + 0.1667100042104721, + 0.580299973487854, + 1.4432400465011597 + ], + "min":[ + -2.2312099933624268, + -1.9341599941253662, + -1.367959976196289 + ], + "type":"VEC3" + }, + { + "bufferView":414, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":415, + "componentType":5126, + "count":785, + "max":[ + 2.938499927520752, + 0.3499999940395355, + 0 + ], + "min":[ + -2.938499927520752, + -0.3499999940395355, + -0.15000000596046448 + ], + "type":"VEC3" + }, + { + "bufferView":416, + "componentType":5126, + "count":785, + "type":"VEC3" + }, + { + "bufferView":417, + "componentType":5123, + "count":1860, + "type":"SCALAR" + }, + { + "bufferView":418, + "componentType":5126, + "count":24, + "max":[ + 1, + 1, + 1 + ], + "min":[ + -1, + -1, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":419, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":420, + "componentType":5126, + "count":24, + "type":"VEC2" + }, + { + "bufferView":421, + "componentType":5123, + "count":36, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1152, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1152, + "byteOffset":1152, + "target":34962 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":2304, + "target":34963 + }, + { + "buffer":0, + "byteLength":264, + "byteOffset":2496, + "target":34962 + }, + { + "buffer":0, + "byteLength":264, + "byteOffset":2760, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":3024, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":3084, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":3372, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":3660, + "target":34963 + }, + { + "buffer":0, + "byteLength":3360, + "byteOffset":3732, + "target":34962 + }, + { + "buffer":0, + "byteLength":3360, + "byteOffset":7092, + "target":34962 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":10452, + "target":34963 + }, + { + "buffer":0, + "byteLength":828, + "byteOffset":11220, + "target":34962 + }, + { + "buffer":0, + "byteLength":828, + "byteOffset":12048, + "target":34962 + }, + { + "buffer":0, + "byteLength":168, + "byteOffset":12876, + "target":34963 + }, + { + "buffer":0, + "byteLength":720, + "byteOffset":13044, + "target":34962 + }, + { + "buffer":0, + "byteLength":720, + "byteOffset":13764, + "target":34962 + }, + { + "buffer":0, + "byteLength":120, + "byteOffset":14484, + "target":34963 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":14604, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":14652, + "target":34962 + }, + { + "buffer":0, + "byteLength":12, + "byteOffset":14700, + "target":34963 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":14712, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":15096, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":15480, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":15552, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":15840, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":16128, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":16464, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":16800, + "target":34963 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":16872, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":17256, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":17640, + "target":34963 + }, + { + "buffer":0, + "byteLength":23412, + "byteOffset":17712, + "target":34962 + }, + { + "buffer":0, + "byteLength":23412, + "byteOffset":41124, + "target":34962 + }, + { + "buffer":0, + "byteLength":4200, + "byteOffset":64536, + "target":34963 + }, + { + "buffer":0, + "byteLength":23364, + "byteOffset":68736, + "target":34962 + }, + { + "buffer":0, + "byteLength":23364, + "byteOffset":92100, + "target":34962 + }, + { + "buffer":0, + "byteLength":4200, + "byteOffset":115464, + "target":34963 + }, + { + "buffer":0, + "byteLength":3744, + "byteOffset":119664, + "target":34962 + }, + { + "buffer":0, + "byteLength":3744, + "byteOffset":123408, + "target":34962 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":127152, + "target":34963 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":127920, + "target":34962 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":128688, + "target":34962 + }, + { + "buffer":0, + "byteLength":168, + "byteOffset":129456, + "target":34963 + }, + { + "buffer":0, + "byteLength":3204, + "byteOffset":129624, + "target":34962 + }, + { + "buffer":0, + "byteLength":3204, + "byteOffset":132828, + "target":34962 + }, + { + "buffer":0, + "byteLength":612, + "byteOffset":136032, + "target":34963 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":136644, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":136980, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":137316, + "target":34963 + }, + { + "buffer":0, + "byteLength":480, + "byteOffset":137376, + "target":34962 + }, + { + "buffer":0, + "byteLength":480, + "byteOffset":137856, + "target":34962 + }, + { + "buffer":0, + "byteLength":96, + "byteOffset":138336, + "target":34963 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":138432, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":138816, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":139200, + "target":34963 + }, + { + "buffer":0, + "byteLength":7932, + "byteOffset":139272, + "target":34962 + }, + { + "buffer":0, + "byteLength":7932, + "byteOffset":147204, + "target":34962 + }, + { + "buffer":0, + "byteLength":1812, + "byteOffset":155136, + "target":34963 + }, + { + "buffer":0, + "byteLength":18936, + "byteOffset":156948, + "target":34962 + }, + { + "buffer":0, + "byteLength":18936, + "byteOffset":175884, + "target":34962 + }, + { + "buffer":0, + "byteLength":3840, + "byteOffset":194820, + "target":34963 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":198660, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":198996, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":199332, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":199620, + "target":34962 + }, + { + "buffer":0, + "byteLength":2424, + "byteOffset":199908, + "target":34962 + }, + { + "buffer":0, + "byteLength":2424, + "byteOffset":202332, + "target":34962 + }, + { + "buffer":0, + "byteLength":420, + "byteOffset":204756, + "target":34963 + }, + { + "buffer":0, + "byteLength":3144, + "byteOffset":205176, + "target":34962 + }, + { + "buffer":0, + "byteLength":3144, + "byteOffset":208320, + "target":34962 + }, + { + "buffer":0, + "byteLength":552, + "byteOffset":211464, + "target":34963 + }, + { + "buffer":0, + "byteLength":840, + "byteOffset":212016, + "target":34962 + }, + { + "buffer":0, + "byteLength":840, + "byteOffset":212856, + "target":34962 + }, + { + "buffer":0, + "byteLength":180, + "byteOffset":213696, + "target":34963 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":213876, + "target":34962 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":214644, + "target":34962 + }, + { + "buffer":0, + "byteLength":168, + "byteOffset":215412, + "target":34963 + }, + { + "buffer":0, + "byteLength":1632, + "byteOffset":215580, + "target":34962 + }, + { + "buffer":0, + "byteLength":1632, + "byteOffset":217212, + "target":34962 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":218844, + "target":34963 + }, + { + "buffer":0, + "byteLength":3000, + "byteOffset":219252, + "target":34962 + }, + { + "buffer":0, + "byteLength":3000, + "byteOffset":222252, + "target":34962 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":225252, + "target":34963 + }, + { + "buffer":0, + "byteLength":840, + "byteOffset":226020, + "target":34962 + }, + { + "buffer":0, + "byteLength":840, + "byteOffset":226860, + "target":34962 + }, + { + "buffer":0, + "byteLength":180, + "byteOffset":227700, + "target":34963 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":227880, + "target":34962 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":228648, + "target":34962 + }, + { + "buffer":0, + "byteLength":168, + "byteOffset":229416, + "target":34963 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":229584, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":229920, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":230256, + "target":34963 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":230328, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":230664, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":231000, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":231336, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":231672, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":232056, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":232440, + "target":34963 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":232512, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":232896, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":233280, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":233616, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":233952, + "target":34963 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":234024, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":234072, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":234120, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":234168, + "target":34962 + }, + { + "buffer":0, + "byteLength":276, + "byteOffset":234216, + "target":34962 + }, + { + "buffer":0, + "byteLength":276, + "byteOffset":234492, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":234768, + "target":34963 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":234828, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":235164, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":235500, + "target":34963 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":235560, + "target":34962 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":235872, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":236184, + "target":34963 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":236244, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":236580, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":236916, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":236976, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":237264, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":237552, + "target":34963 + }, + { + "buffer":0, + "byteLength":276, + "byteOffset":237612, + "target":34962 + }, + { + "buffer":0, + "byteLength":276, + "byteOffset":237888, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":238164, + "target":34963 + }, + { + "buffer":0, + "byteLength":324, + "byteOffset":238224, + "target":34962 + }, + { + "buffer":0, + "byteLength":324, + "byteOffset":238548, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":238872, + "target":34963 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":238932, + "target":34962 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":239244, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":239556, + "target":34963 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":239616, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":239952, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":240288, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":240348, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":240636, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":240924, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":240984, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":241272, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":241560, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":241848, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":242136, + "target":34963 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":242196, + "target":34962 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":242508, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":242820, + "target":34963 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":242880, + "target":34962 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":243192, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":243504, + "target":34963 + }, + { + "buffer":0, + "byteLength":264, + "byteOffset":243564, + "target":34962 + }, + { + "buffer":0, + "byteLength":264, + "byteOffset":243828, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":244092, + "target":34963 + }, + { + "buffer":0, + "byteLength":348, + "byteOffset":244152, + "target":34962 + }, + { + "buffer":0, + "byteLength":348, + "byteOffset":244500, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":244848, + "target":34963 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":244908, + "target":34962 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":245220, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":245532, + "target":34963 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":245592, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":245928, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":246264, + "target":34963 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":246324, + "target":34962 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":246636, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":246948, + "target":34963 + }, + { + "buffer":0, + "byteLength":2484, + "byteOffset":247008, + "target":34962 + }, + { + "buffer":0, + "byteLength":2484, + "byteOffset":249492, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":251976, + "target":34963 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":252468, + "target":34962 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":252828, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":253188, + "target":34963 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":253260, + "target":34962 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":253668, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":254076, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":254148, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":254436, + "target":34962 + }, + { + "buffer":0, + "byteLength":2544, + "byteOffset":254724, + "target":34962 + }, + { + "buffer":0, + "byteLength":2544, + "byteOffset":257268, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":259812, + "target":34963 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":260304, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":260736, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":261168, + "target":34963 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":261240, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":261624, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":262008, + "target":34963 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":262080, + "target":34962 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":262440, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":262800, + "target":34963 + }, + { + "buffer":0, + "byteLength":2592, + "byteOffset":262872, + "target":34962 + }, + { + "buffer":0, + "byteLength":2592, + "byteOffset":265464, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":268056, + "target":34963 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":268548, + "target":34962 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":268860, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":269172, + "target":34963 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":269244, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":269676, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":270108, + "target":34963 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":270180, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":270516, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":270852, + "target":34963 + }, + { + "buffer":0, + "byteLength":2532, + "byteOffset":270924, + "target":34962 + }, + { + "buffer":0, + "byteLength":2532, + "byteOffset":273456, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":275988, + "target":34963 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":276480, + "target":34962 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":276840, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":277200, + "target":34963 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":277272, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":277704, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":278136, + "target":34963 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":278208, + "target":34962 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":278568, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":278928, + "target":34963 + }, + { + "buffer":0, + "byteLength":2520, + "byteOffset":279000, + "target":34962 + }, + { + "buffer":0, + "byteLength":2520, + "byteOffset":281520, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":284040, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":284532, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":284820, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":285108, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":285492, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":285876, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":285948, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":286236, + "target":34962 + }, + { + "buffer":0, + "byteLength":2508, + "byteOffset":286524, + "target":34962 + }, + { + "buffer":0, + "byteLength":2508, + "byteOffset":289032, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":291540, + "target":34963 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":292032, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":292416, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":292800, + "target":34963 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":292872, + "target":34962 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":293184, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":293496, + "target":34963 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":293568, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":293904, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":294240, + "target":34963 + }, + { + "buffer":0, + "byteLength":2496, + "byteOffset":294312, + "target":34962 + }, + { + "buffer":0, + "byteLength":2496, + "byteOffset":296808, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":299304, + "target":34963 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":299796, + "target":34962 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":300156, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":300516, + "target":34963 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":300588, + "target":34962 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":300948, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":301308, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":301380, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":301668, + "target":34962 + }, + { + "buffer":0, + "byteLength":2676, + "byteOffset":301956, + "target":34962 + }, + { + "buffer":0, + "byteLength":2676, + "byteOffset":304632, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":307308, + "target":34963 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":307800, + "target":34962 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":308160, + "target":34962 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":308520, + "target":34962 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":308928, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":309336, + "target":34963 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":309408, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":309792, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":310176, + "target":34963 + }, + { + "buffer":0, + "byteLength":2604, + "byteOffset":310248, + "target":34962 + }, + { + "buffer":0, + "byteLength":2604, + "byteOffset":312852, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":315456, + "target":34963 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":315948, + "target":34962 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":316356, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":316764, + "target":34963 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":316836, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":317220, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":317604, + "target":34963 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":317676, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":318060, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":318444, + "target":34963 + }, + { + "buffer":0, + "byteLength":2532, + "byteOffset":318516, + "target":34962 + }, + { + "buffer":0, + "byteLength":2532, + "byteOffset":321048, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":323580, + "target":34963 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":324072, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":324504, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":324936, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":325008, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":325296, + "target":34962 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":325584, + "target":34962 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":325992, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":326400, + "target":34963 + }, + { + "buffer":0, + "byteLength":2496, + "byteOffset":326472, + "target":34962 + }, + { + "buffer":0, + "byteLength":2496, + "byteOffset":328968, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":331464, + "target":34963 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":331956, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":332388, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":332820, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":333108, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":333396, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":333828, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":334260, + "target":34963 + }, + { + "buffer":0, + "byteLength":2496, + "byteOffset":334332, + "target":34962 + }, + { + "buffer":0, + "byteLength":2496, + "byteOffset":336828, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":339324, + "target":34963 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":339816, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":340248, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":340680, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":340752, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":341040, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":341328, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":341760, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":342192, + "target":34963 + }, + { + "buffer":0, + "byteLength":2040, + "byteOffset":342264, + "target":34962 + }, + { + "buffer":0, + "byteLength":2040, + "byteOffset":344304, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":346344, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":346776, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":347064, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":347352, + "target":34963 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":347400, + "target":34962 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":347592, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":347784, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":347832, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":348120, + "target":34962 + }, + { + "buffer":0, + "byteLength":2364, + "byteOffset":348408, + "target":34962 + }, + { + "buffer":0, + "byteLength":2364, + "byteOffset":350772, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":353136, + "target":34963 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":353568, + "target":34962 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":353808, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":354048, + "target":34963 + }, + { + "buffer":0, + "byteLength":216, + "byteOffset":354096, + "target":34962 + }, + { + "buffer":0, + "byteLength":216, + "byteOffset":354312, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":354528, + "target":34963 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":354576, + "target":34962 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":354816, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":355056, + "target":34963 + }, + { + "buffer":0, + "byteLength":2376, + "byteOffset":355104, + "target":34962 + }, + { + "buffer":0, + "byteLength":2376, + "byteOffset":357480, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":359856, + "target":34963 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":360288, + "target":34962 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":360528, + "target":34962 + }, + { + "buffer":0, + "byteLength":216, + "byteOffset":360768, + "target":34962 + }, + { + "buffer":0, + "byteLength":216, + "byteOffset":360984, + "target":34962 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":361200, + "target":34962 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":361440, + "target":34962 + }, + { + "buffer":0, + "byteLength":2016, + "byteOffset":361680, + "target":34962 + }, + { + "buffer":0, + "byteLength":2016, + "byteOffset":363696, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":365712, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":366144, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":366432, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":366720, + "target":34963 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":366768, + "target":34962 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":366960, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":367152, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":367440, + "target":34962 + }, + { + "buffer":0, + "byteLength":2520, + "byteOffset":367728, + "target":34962 + }, + { + "buffer":0, + "byteLength":2520, + "byteOffset":370248, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":372768, + "target":34963 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":373260, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":373692, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":374124, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":374412, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":374700, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":375132, + "target":34962 + }, + { + "buffer":0, + "byteLength":2532, + "byteOffset":375564, + "target":34962 + }, + { + "buffer":0, + "byteLength":2532, + "byteOffset":378096, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":380628, + "target":34963 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":381120, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":381552, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":381984, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":382056, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":382344, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":382632, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":383064, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":383496, + "target":34963 + }, + { + "buffer":0, + "byteLength":2592, + "byteOffset":383568, + "target":34962 + }, + { + "buffer":0, + "byteLength":2592, + "byteOffset":386160, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":388752, + "target":34963 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":389244, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":389628, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":390012, + "target":34963 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":390084, + "target":34962 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":390396, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":390708, + "target":34963 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":390780, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":391164, + "target":34962 + }, + { + "buffer":0, + "byteLength":2592, + "byteOffset":391548, + "target":34962 + }, + { + "buffer":0, + "byteLength":2592, + "byteOffset":394140, + "target":34962 + }, + { + "buffer":0, + "byteLength":492, + "byteOffset":396732, + "target":34963 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":397224, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":397560, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":397896, + "target":34963 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":397968, + "target":34962 + }, + { + "buffer":0, + "byteLength":336, + "byteOffset":398304, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":398640, + "target":34963 + }, + { + "buffer":0, + "byteLength":984, + "byteOffset":398712, + "target":34962 + }, + { + "buffer":0, + "byteLength":984, + "byteOffset":399696, + "target":34962 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":400680, + "target":34963 + }, + { + "buffer":0, + "byteLength":3792, + "byteOffset":400872, + "target":34962 + }, + { + "buffer":0, + "byteLength":3792, + "byteOffset":404664, + "target":34962 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":408456, + "target":34963 + }, + { + "buffer":0, + "byteLength":852, + "byteOffset":409224, + "target":34962 + }, + { + "buffer":0, + "byteLength":852, + "byteOffset":410076, + "target":34962 + }, + { + "buffer":0, + "byteLength":168, + "byteOffset":410928, + "target":34963 + }, + { + "buffer":0, + "byteLength":720, + "byteOffset":411096, + "target":34962 + }, + { + "buffer":0, + "byteLength":720, + "byteOffset":411816, + "target":34962 + }, + { + "buffer":0, + "byteLength":1956, + "byteOffset":412536, + "target":34962 + }, + { + "buffer":0, + "byteLength":1956, + "byteOffset":414492, + "target":34962 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":416448, + "target":34963 + }, + { + "buffer":0, + "byteLength":2004, + "byteOffset":416856, + "target":34962 + }, + { + "buffer":0, + "byteLength":2004, + "byteOffset":418860, + "target":34962 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":420864, + "target":34963 + }, + { + "buffer":0, + "byteLength":2748, + "byteOffset":421272, + "target":34962 + }, + { + "buffer":0, + "byteLength":2748, + "byteOffset":424020, + "target":34962 + }, + { + "buffer":0, + "byteLength":576, + "byteOffset":426768, + "target":34963 + }, + { + "buffer":0, + "byteLength":720, + "byteOffset":427344, + "target":34962 + }, + { + "buffer":0, + "byteLength":720, + "byteOffset":428064, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":428784, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":429072, + "target":34962 + }, + { + "buffer":0, + "byteLength":936, + "byteOffset":429360, + "target":34962 + }, + { + "buffer":0, + "byteLength":936, + "byteOffset":430296, + "target":34962 + }, + { + "buffer":0, + "byteLength":216, + "byteOffset":431232, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":431448, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":431736, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":432024, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":432312, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":432600, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":432888, + "target":34962 + }, + { + "buffer":0, + "byteLength":9420, + "byteOffset":433176, + "target":34962 + }, + { + "buffer":0, + "byteLength":9420, + "byteOffset":442596, + "target":34962 + }, + { + "buffer":0, + "byteLength":3720, + "byteOffset":452016, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":455736, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":456024, + "target":34962 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":456312, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":456504, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":456576, + "uri":"cityhall.bin" + } + ] +} diff --git a/src/models/cityhall/license.txt b/src/models/cityhall/license.txt new file mode 100644 index 0000000..d16c3c3 --- /dev/null +++ b/src/models/cityhall/license.txt @@ -0,0 +1,11 @@ +Model Information: +* title: Low poly cartoon Town Hall +* source: https://sketchfab.com/3d-models/low-poly-cartoon-town-hall-d0022fe1b265486497b847049b2edfdf +* author: Skodvirr (https://sketchfab.com/skodvirr) + +Model License: +* license type: CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/) +* requirements: Author must be credited. Commercial use is allowed. + +If you use this 3D model in your project be sure to copy paste this credit wherever you share it: +This work is based on "Low poly cartoon Town Hall" (https://sketchfab.com/3d-models/low-poly-cartoon-town-hall-d0022fe1b265486497b847049b2edfdf) by Skodvirr (https://sketchfab.com/skodvirr) licensed under CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/) \ No newline at end of file