From 7f7d487c3446113ca4c37914015dc5660914b0e4 Mon Sep 17 00:00:00 2001
From: Georgi-S <106542204+Georgi-S@users.noreply.github.com>
Date: Thu, 7 Nov 2024 17:32:10 +0100
Subject: [PATCH 1/6] split files & lid animation
---
src/main.tsx | 26 +-
src/scenes/bike/bike-scene.tsx | 25 -
src/scenes/bike/index.tsx | 26 +
src/scenes/bike/model.tsx | 7244 ----------------------
src/scenes/bike/model/battery.tsx | 87 +
src/scenes/bike/model/ble.tsx | 282 +
src/scenes/bike/model/enclosure.tsx | 71 +
src/scenes/bike/model/fan.tsx | 33 +
src/scenes/bike/model/fanEnclosure.tsx | 33 +
src/scenes/bike/model/hdc1080.tsx | 35 +
src/scenes/bike/model/index.tsx | 171 +
src/scenes/bike/model/levelBooster.tsx | 35 +
src/scenes/bike/model/lid.tsx | 136 +
src/scenes/bike/model/lipoMeshBoard.tsx | 52 +
src/scenes/bike/model/mcu.tsx | 5585 +++++++++++++++++
src/scenes/bike/model/tof.tsx | 44 +
src/scenes/bike/model/types/materials.ts | 608 ++
src/scenes/bike/model/types/module.ts | 8 +
src/scenes/bike/model/types/nodes.ts | 608 ++
19 files changed, 7828 insertions(+), 7281 deletions(-)
delete mode 100644 src/scenes/bike/bike-scene.tsx
create mode 100644 src/scenes/bike/index.tsx
delete mode 100644 src/scenes/bike/model.tsx
create mode 100644 src/scenes/bike/model/battery.tsx
create mode 100644 src/scenes/bike/model/ble.tsx
create mode 100644 src/scenes/bike/model/enclosure.tsx
create mode 100644 src/scenes/bike/model/fan.tsx
create mode 100644 src/scenes/bike/model/fanEnclosure.tsx
create mode 100644 src/scenes/bike/model/hdc1080.tsx
create mode 100644 src/scenes/bike/model/index.tsx
create mode 100644 src/scenes/bike/model/levelBooster.tsx
create mode 100644 src/scenes/bike/model/lid.tsx
create mode 100644 src/scenes/bike/model/lipoMeshBoard.tsx
create mode 100644 src/scenes/bike/model/mcu.tsx
create mode 100644 src/scenes/bike/model/tof.tsx
create mode 100644 src/scenes/bike/model/types/materials.ts
create mode 100644 src/scenes/bike/model/types/module.ts
create mode 100644 src/scenes/bike/model/types/nodes.ts
diff --git a/src/main.tsx b/src/main.tsx
index 79a5867..7c80b88 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -1,8 +1,8 @@
-import { StrictMode } from 'react'
-import { createRoot } from 'react-dom/client'
-import './index.css'
-import { createBrowserRouter, RouterProvider } from 'react-router-dom';
-import BikeScene from './scenes/bike/bike-scene';
+import { StrictMode } from "react";
+import { createRoot } from "react-dom/client";
+import "./index.css";
+import { createBrowserRouter, RouterProvider } from "react-router-dom";
+import BikeScene from "./scenes/bike";
const router = createBrowserRouter([
{
@@ -15,13 +15,15 @@ const router = createBrowserRouter([
},
{
path: "/",
- element:
-
senseBox 3D models
-
Bike
-
,
+ element: (
+
+
senseBox 3D models
+
Bike
+
+ ),
},
]);
-createRoot(document.getElementById('root')!).render(
-
-)
+createRoot(document.getElementById("root")!).render(
+ ,
+);
diff --git a/src/scenes/bike/bike-scene.tsx b/src/scenes/bike/bike-scene.tsx
deleted file mode 100644
index ac4ef06..0000000
--- a/src/scenes/bike/bike-scene.tsx
+++ /dev/null
@@ -1,25 +0,0 @@
-
-import { Suspense, useRef } from 'react'
-import { Canvas } from '@react-three/fiber'
-import { OrbitControls, Stage } from '@react-three/drei'
-import { Model } from './model'
-
-export default function BikeScene() {
- const ref = useRef(null)
- return (
-
- )
-}
\ No newline at end of file
diff --git a/src/scenes/bike/index.tsx b/src/scenes/bike/index.tsx
new file mode 100644
index 0000000..13a4756
--- /dev/null
+++ b/src/scenes/bike/index.tsx
@@ -0,0 +1,26 @@
+import { Suspense, useRef } from "react";
+import { Canvas } from "@react-three/fiber";
+import { OrbitControls, Stage } from "@react-three/drei";
+import { Model } from "./model";
+
+export default function BikeScene() {
+ const ref = useRef(null);
+ return (
+
+ );
+}
diff --git a/src/scenes/bike/model.tsx b/src/scenes/bike/model.tsx
deleted file mode 100644
index 1e4ac7a..0000000
--- a/src/scenes/bike/model.tsx
+++ /dev/null
@@ -1,7244 +0,0 @@
-/*
-Auto-generated by: https://github.com/pmndrs/gltfjsx
-*/
-
-import * as THREE from 'three'
-import { useEffect, useRef } from 'react'
-import { useGLTF, useAnimations } from '@react-three/drei'
-import { GLTF } from 'three-stdlib'
-
-type GLTFResult = GLTF & {
- nodes: {
- Body1x: THREE.Mesh
- Body1: THREE.Mesh
- Body2: THREE.Mesh
- Body3: THREE.Mesh
- Body4: THREE.Mesh
- Body5: THREE.Mesh
- Buffer_Object: THREE.Mesh
- Buffer_Object_1: THREE.Mesh
- Buffer_Object_2: THREE.Mesh
- Buffer_Object_3: THREE.Mesh
- Buffer_Object_4: THREE.Mesh
- Buffer_Object_5: THREE.Mesh
- Buffer_Object_6: THREE.Mesh
- Buffer_Object_7: THREE.Mesh
- Buffer_Object_8: THREE.Mesh
- Buffer_Object_9: THREE.Mesh
- Buffer_Object_10: THREE.Mesh
- Buffer_Object_11: THREE.Mesh
- Buffer_Object_12: THREE.Mesh
- Buffer_Object_13: THREE.Mesh
- Body18: THREE.Mesh
- Body21: THREE.Mesh
- Body31: THREE.Mesh
- Body41: THREE.Mesh
- Body51: THREE.Mesh
- Body6: THREE.Mesh
- Body7: THREE.Mesh
- Body8: THREE.Mesh
- Body9: THREE.Mesh
- Body10: THREE.Mesh
- Body11_1: THREE.Mesh
- Body12_1: THREE.Mesh
- Body13_1: THREE.Mesh
- Body14_1: THREE.Mesh
- Body15_1: THREE.Mesh
- Body16_1: THREE.Mesh
- Body17_1: THREE.Mesh
- Body18_1: THREE.Mesh
- Body19: THREE.Mesh
- Body20: THREE.Mesh
- Body21_1: THREE.Mesh
- Body22: THREE.Mesh
- Body23: THREE.Mesh
- Body24: THREE.Mesh
- Body25: THREE.Mesh
- Body26: THREE.Mesh
- Body27: THREE.Mesh
- Body28: THREE.Mesh
- Body29: THREE.Mesh
- Body30: THREE.Mesh
- Body19_1: THREE.Mesh
- Body22_1: THREE.Mesh
- Body32: THREE.Mesh
- Body42: THREE.Mesh
- Body52: THREE.Mesh
- Body61: THREE.Mesh
- Body71: THREE.Mesh
- Body81: THREE.Mesh
- Body91: THREE.Mesh
- Body101: THREE.Mesh
- Body111: THREE.Mesh
- Body121: THREE.Mesh
- Body131: THREE.Mesh
- Body141: THREE.Mesh
- Body151: THREE.Mesh
- Body161: THREE.Mesh
- Body171: THREE.Mesh
- Body181: THREE.Mesh
- Body191: THREE.Mesh
- Body201: THREE.Mesh
- Body211: THREE.Mesh
- Body221: THREE.Mesh
- Body231: THREE.Mesh
- Body241: THREE.Mesh
- Body251: THREE.Mesh
- Body261: THREE.Mesh
- Body271: THREE.Mesh
- Body281: THREE.Mesh
- Body291: THREE.Mesh
- Body301: THREE.Mesh
- Body31_1: THREE.Mesh
- Body32_1: THREE.Mesh
- Body33: THREE.Mesh
- Body34: THREE.Mesh
- Body35: THREE.Mesh
- Body36: THREE.Mesh
- Body37: THREE.Mesh
- Body38: THREE.Mesh
- Body39: THREE.Mesh
- Body40: THREE.Mesh
- Body41_1: THREE.Mesh
- Body42_1: THREE.Mesh
- Body43: THREE.Mesh
- Body44: THREE.Mesh
- Body110: THREE.Mesh
- Body111_1: THREE.Mesh
- Body112: THREE.Mesh
- Body23_1: THREE.Mesh
- Body33_1: THREE.Mesh
- Body43_1: THREE.Mesh
- Body53: THREE.Mesh
- Body62: THREE.Mesh
- Body72: THREE.Mesh
- Body82: THREE.Mesh
- Body92: THREE.Mesh
- Body102: THREE.Mesh
- Body112_1: THREE.Mesh
- Body122: THREE.Mesh
- Body132: THREE.Mesh
- Body142: THREE.Mesh
- Body152: THREE.Mesh
- Body162: THREE.Mesh
- Body172: THREE.Mesh
- Body182: THREE.Mesh
- Body192: THREE.Mesh
- Body202: THREE.Mesh
- Body212: THREE.Mesh
- Body222: THREE.Mesh
- Body232: THREE.Mesh
- Body242: THREE.Mesh
- Body252: THREE.Mesh
- Body262: THREE.Mesh
- Body272: THREE.Mesh
- Body282: THREE.Mesh
- Body292: THREE.Mesh
- Body302: THREE.Mesh
- Body311: THREE.Mesh
- Body321: THREE.Mesh
- Body331: THREE.Mesh
- Body341: THREE.Mesh
- Body351: THREE.Mesh
- Body361: THREE.Mesh
- Body371: THREE.Mesh
- Body381: THREE.Mesh
- Body391: THREE.Mesh
- Body401: THREE.Mesh
- Body411: THREE.Mesh
- Body421: THREE.Mesh
- Body431: THREE.Mesh
- Body441: THREE.Mesh
- Body45: THREE.Mesh
- Body46: THREE.Mesh
- Body47: THREE.Mesh
- Body48: THREE.Mesh
- Body49: THREE.Mesh
- Body50: THREE.Mesh
- Body51_1: THREE.Mesh
- Body52_1: THREE.Mesh
- Body53_1: THREE.Mesh
- Body54: THREE.Mesh
- Body55: THREE.Mesh
- Body56: THREE.Mesh
- Body57: THREE.Mesh
- Body58: THREE.Mesh
- Body59: THREE.Mesh
- Body60: THREE.Mesh
- Body61_1: THREE.Mesh
- Body62_1: THREE.Mesh
- Body63: THREE.Mesh
- Body64: THREE.Mesh
- Body65: THREE.Mesh
- Body66: THREE.Mesh
- Body67: THREE.Mesh
- Body68: THREE.Mesh
- Body69: THREE.Mesh
- Body70: THREE.Mesh
- Body71_1: THREE.Mesh
- Body72_1: THREE.Mesh
- Body73: THREE.Mesh
- Body74: THREE.Mesh
- Body75: THREE.Mesh
- Body76: THREE.Mesh
- Body77: THREE.Mesh
- Buffer_Object_14: THREE.Mesh
- Buffer_Object_15: THREE.Mesh
- Buffer_Object_16: THREE.Mesh
- Buffer_Object_17: THREE.Mesh
- Buffer_Object_18: THREE.Mesh
- Buffer_Object_19: THREE.Mesh
- Buffer_Object_20: THREE.Mesh
- Buffer_Object_21: THREE.Mesh
- Buffer_Object_22: THREE.Mesh
- Buffer_Object_23: THREE.Mesh
- Buffer_Object_24: THREE.Mesh
- Buffer_Object_25: THREE.Mesh
- Buffer_Object_26: THREE.Mesh
- Buffer_Object_27: THREE.Mesh
- Buffer_Object_28: THREE.Mesh
- Buffer_Object_29: THREE.Mesh
- Buffer_Object_30: THREE.Mesh
- Buffer_Object_31: THREE.Mesh
- Buffer_Object_32: THREE.Mesh
- Buffer_Object_33: THREE.Mesh
- Buffer_Object_34: THREE.Mesh
- Buffer_Object_35: THREE.Mesh
- Buffer_Object_36: THREE.Mesh
- Buffer_Object_37: THREE.Mesh
- Buffer_Object_38: THREE.Mesh
- Buffer_Object_39: THREE.Mesh
- Buffer_Object_40: THREE.Mesh
- Buffer_Object_41: THREE.Mesh
- Buffer_Object_42: THREE.Mesh
- Buffer_Object_43: THREE.Mesh
- Buffer_Object_44: THREE.Mesh
- Buffer_Object_45: THREE.Mesh
- Buffer_Object_46: THREE.Mesh
- Buffer_Object_47: THREE.Mesh
- Buffer_Object_48: THREE.Mesh
- Body125: THREE.Mesh
- Body24_1: THREE.Mesh
- Body34_1: THREE.Mesh
- Body44_1: THREE.Mesh
- Body54_1: THREE.Mesh
- Body63_1: THREE.Mesh
- Buffer_Object_49: THREE.Mesh
- Buffer_Object_50: THREE.Mesh
- Buffer_Object_51: THREE.Mesh
- Buffer_Object_52: THREE.Mesh
- Buffer_Object_53: THREE.Mesh
- Buffer_Object_54: THREE.Mesh
- Buffer_Object_55: THREE.Mesh
- Buffer_Object_56: THREE.Mesh
- Buffer_Object_57: THREE.Mesh
- Buffer_Object_58: THREE.Mesh
- Buffer_Object_59: THREE.Mesh
- Buffer_Object_60: THREE.Mesh
- Buffer_Object_61: THREE.Mesh
- Buffer_Object_62: THREE.Mesh
- Buffer_Object_63: THREE.Mesh
- Body131_1: THREE.Mesh
- Body25_1: THREE.Mesh
- Body35_1: THREE.Mesh
- Body45_1: THREE.Mesh
- Body55_1: THREE.Mesh
- Body64_1: THREE.Mesh
- Body73_1: THREE.Mesh
- Body83: THREE.Mesh
- Body93: THREE.Mesh
- Body103: THREE.Mesh
- Body113_1: THREE.Mesh
- Body132_1: THREE.Mesh
- Body26_1: THREE.Mesh
- Body36_1: THREE.Mesh
- Body46_1: THREE.Mesh
- Body56_1: THREE.Mesh
- Body65_1: THREE.Mesh
- Body74_1: THREE.Mesh
- Body84: THREE.Mesh
- Body94: THREE.Mesh
- Body104: THREE.Mesh
- Body114_1: THREE.Mesh
- Body133: THREE.Mesh
- Body27_1: THREE.Mesh
- Body37_1: THREE.Mesh
- Body47_1: THREE.Mesh
- Body57_1: THREE.Mesh
- Body66_1: THREE.Mesh
- Body75_1: THREE.Mesh
- Body85: THREE.Mesh
- Body95: THREE.Mesh
- Body105: THREE.Mesh
- Body115_1: THREE.Mesh
- Body123_1: THREE.Mesh
- Body133_1: THREE.Mesh
- Body143: THREE.Mesh
- Body153: THREE.Mesh
- Body163: THREE.Mesh
- Body173: THREE.Mesh
- Body183: THREE.Mesh
- Body193: THREE.Mesh
- Body203: THREE.Mesh
- Body213: THREE.Mesh
- Body223: THREE.Mesh
- Body233: THREE.Mesh
- Body243: THREE.Mesh
- Body253: THREE.Mesh
- Body263: THREE.Mesh
- Body134: THREE.Mesh
- Body28_1: THREE.Mesh
- Body38_1: THREE.Mesh
- Body48_1: THREE.Mesh
- Body135: THREE.Mesh
- Body29_1: THREE.Mesh
- Body39_1: THREE.Mesh
- Body49_1: THREE.Mesh
- Body136: THREE.Mesh
- Body210: THREE.Mesh
- Body310: THREE.Mesh
- Body410: THREE.Mesh
- Body137: THREE.Mesh
- Body211_1: THREE.Mesh
- Body311_1: THREE.Mesh
- Body411_1: THREE.Mesh
- Body58_1: THREE.Mesh
- Body67_1: THREE.Mesh
- Body76_1: THREE.Mesh
- Body138: THREE.Mesh
- Body212_1: THREE.Mesh
- Body312: THREE.Mesh
- Body412: THREE.Mesh
- Body59_1: THREE.Mesh
- Body68_1: THREE.Mesh
- Body139: THREE.Mesh
- Body213_1: THREE.Mesh
- Body313: THREE.Mesh
- Body413: THREE.Mesh
- Body510: THREE.Mesh
- Body69_1: THREE.Mesh
- Body77_1: THREE.Mesh
- Body86: THREE.Mesh
- Body96: THREE.Mesh
- Body106: THREE.Mesh
- Body116_1: THREE.Mesh
- Body124_1: THREE.Mesh
- Body134_1: THREE.Mesh
- Body144: THREE.Mesh
- Body154: THREE.Mesh
- Body164: THREE.Mesh
- Body174: THREE.Mesh
- Body184: THREE.Mesh
- Body194: THREE.Mesh
- Body204: THREE.Mesh
- Body214: THREE.Mesh
- Body224: THREE.Mesh
- Body140: THREE.Mesh
- Body214_1: THREE.Mesh
- Body314: THREE.Mesh
- Body414: THREE.Mesh
- Body511: THREE.Mesh
- Body610: THREE.Mesh
- Body78: THREE.Mesh
- Body87: THREE.Mesh
- Body141_1: THREE.Mesh
- Body215: THREE.Mesh
- Body315: THREE.Mesh
- Body415: THREE.Mesh
- Body512: THREE.Mesh
- Body611: THREE.Mesh
- Body79: THREE.Mesh
- Body88: THREE.Mesh
- Buffer_Object_64: THREE.Mesh
- Buffer_Object_65: THREE.Mesh
- Body143_1: THREE.Mesh
- Body216: THREE.Mesh
- Body316: THREE.Mesh
- Body416: THREE.Mesh
- Buffer_Object_66: THREE.Mesh
- Buffer_Object_67: THREE.Mesh
- Buffer_Object_68: THREE.Mesh
- Buffer_Object_69: THREE.Mesh
- Buffer_Object_70: THREE.Mesh
- Buffer_Object_71: THREE.Mesh
- Buffer_Object_72: THREE.Mesh
- Buffer_Object_73: THREE.Mesh
- Buffer_Object_74: THREE.Mesh
- Buffer_Object_75: THREE.Mesh
- Buffer_Object_76: THREE.Mesh
- Buffer_Object_77: THREE.Mesh
- Buffer_Object_78: THREE.Mesh
- Buffer_Object_79: THREE.Mesh
- Buffer_Object_80: THREE.Mesh
- Buffer_Object_81: THREE.Mesh
- Buffer_Object_82: THREE.Mesh
- Buffer_Object_83: THREE.Mesh
- Buffer_Object_84: THREE.Mesh
- Body150: THREE.Mesh
- Body217: THREE.Mesh
- Body317: THREE.Mesh
- Body417: THREE.Mesh
- Body513: THREE.Mesh
- Body612: THREE.Mesh
- Body710: THREE.Mesh
- Body89: THREE.Mesh
- Body97: THREE.Mesh
- Body107: THREE.Mesh
- Body117_1: THREE.Mesh
- Body151_1: THREE.Mesh
- Body218: THREE.Mesh
- Body318: THREE.Mesh
- Body418: THREE.Mesh
- Body514: THREE.Mesh
- Body613: THREE.Mesh
- Body711: THREE.Mesh
- Body810: THREE.Mesh
- Body98: THREE.Mesh
- Body108: THREE.Mesh
- Body118_1: THREE.Mesh
- Body152_1: THREE.Mesh
- Body219: THREE.Mesh
- Body319: THREE.Mesh
- Body419: THREE.Mesh
- Body515: THREE.Mesh
- Body614: THREE.Mesh
- Body712: THREE.Mesh
- Body811: THREE.Mesh
- Body99: THREE.Mesh
- Body109: THREE.Mesh
- Body119_1: THREE.Mesh
- Buffer_Object_85: THREE.Mesh
- Buffer_Object_86: THREE.Mesh
- Body154_1: THREE.Mesh
- Buffer_Object_87: THREE.Mesh
- Buffer_Object_88: THREE.Mesh
- Body156: THREE.Mesh
- Body157: THREE.Mesh
- Body158: THREE.Mesh
- Body159: THREE.Mesh
- Body160: THREE.Mesh
- Body161_1: THREE.Mesh
- Body162_1: THREE.Mesh
- Body163_1: THREE.Mesh
- Body164_1: THREE.Mesh
- Body220: THREE.Mesh
- Body320: THREE.Mesh
- Body420: THREE.Mesh
- Body516: THREE.Mesh
- Body615: THREE.Mesh
- Body713: THREE.Mesh
- Body812: THREE.Mesh
- Body165: THREE.Mesh
- Body221_1: THREE.Mesh
- Body321_1: THREE.Mesh
- Body421_1: THREE.Mesh
- Buffer_Object_89: THREE.Mesh
- Buffer_Object_90: THREE.Mesh
- Buffer_Object_91: THREE.Mesh
- Buffer_Object_92: THREE.Mesh
- Buffer_Object_93: THREE.Mesh
- Buffer_Object_94: THREE.Mesh
- Buffer_Object_95: THREE.Mesh
- Buffer_Object_96: THREE.Mesh
- Buffer_Object_97: THREE.Mesh
- Buffer_Object_98: THREE.Mesh
- Buffer_Object_99: THREE.Mesh
- Buffer_Object_100: THREE.Mesh
- Buffer_Object_101: THREE.Mesh
- Buffer_Object_102: THREE.Mesh
- Buffer_Object_103: THREE.Mesh
- Buffer_Object_104: THREE.Mesh
- Buffer_Object_105: THREE.Mesh
- Buffer_Object_106: THREE.Mesh
- Buffer_Object_107: THREE.Mesh
- Buffer_Object_108: THREE.Mesh
- Buffer_Object_109: THREE.Mesh
- Buffer_Object_110: THREE.Mesh
- Buffer_Object_111: THREE.Mesh
- Buffer_Object_112: THREE.Mesh
- Buffer_Object_113: THREE.Mesh
- Buffer_Object_114: THREE.Mesh
- Buffer_Object_115: THREE.Mesh
- Buffer_Object_116: THREE.Mesh
- Buffer_Object_117: THREE.Mesh
- Buffer_Object_118: THREE.Mesh
- Buffer_Object_119: THREE.Mesh
- Buffer_Object_120: THREE.Mesh
- Buffer_Object_121: THREE.Mesh
- Buffer_Object_122: THREE.Mesh
- Buffer_Object_123: THREE.Mesh
- Buffer_Object_124: THREE.Mesh
- Buffer_Object_125: THREE.Mesh
- Buffer_Object_126: THREE.Mesh
- Buffer_Object_127: THREE.Mesh
- Buffer_Object_128: THREE.Mesh
- Buffer_Object_129: THREE.Mesh
- Buffer_Object_130: THREE.Mesh
- Buffer_Object_131: THREE.Mesh
- Buffer_Object_132: THREE.Mesh
- Buffer_Object_133: THREE.Mesh
- Buffer_Object_134: THREE.Mesh
- Buffer_Object_135: THREE.Mesh
- Buffer_Object_136: THREE.Mesh
- Buffer_Object_137: THREE.Mesh
- Buffer_Object_138: THREE.Mesh
- Buffer_Object_139: THREE.Mesh
- Buffer_Object_140: THREE.Mesh
- Buffer_Object_141: THREE.Mesh
- Buffer_Object_142: THREE.Mesh
- Buffer_Object_143: THREE.Mesh
- Buffer_Object_144: THREE.Mesh
- Buffer_Object_145: THREE.Mesh
- Buffer_Object_146: THREE.Mesh
- Buffer_Object_147: THREE.Mesh
- Buffer_Object_148: THREE.Mesh
- Buffer_Object_149: THREE.Mesh
- Buffer_Object_150: THREE.Mesh
- Buffer_Object_151: THREE.Mesh
- Buffer_Object_152: THREE.Mesh
- Buffer_Object_153: THREE.Mesh
- Buffer_Object_154: THREE.Mesh
- Body182_1: THREE.Mesh
- Buffer_Object_155: THREE.Mesh
- Buffer_Object_156: THREE.Mesh
- Buffer_Object_157: THREE.Mesh
- Buffer_Object_158: THREE.Mesh
- Buffer_Object_159: THREE.Mesh
- Buffer_Object_160: THREE.Mesh
- Buffer_Object_161: THREE.Mesh
- Buffer_Object_162: THREE.Mesh
- Buffer_Object_163: THREE.Mesh
- Buffer_Object_164: THREE.Mesh
- Buffer_Object_165: THREE.Mesh
- Buffer_Object_166: THREE.Mesh
- Buffer_Object_167: THREE.Mesh
- Buffer_Object_168: THREE.Mesh
- Buffer_Object_169: THREE.Mesh
- Buffer_Object_170: THREE.Mesh
- Buffer_Object_171: THREE.Mesh
- Buffer_Object_172: THREE.Mesh
- Buffer_Object_173: THREE.Mesh
- Buffer_Object_174: THREE.Mesh
- Buffer_Object_175: THREE.Mesh
- Buffer_Object_176: THREE.Mesh
- Buffer_Object_177: THREE.Mesh
- Buffer_Object_178: THREE.Mesh
- Buffer_Object_179: THREE.Mesh
- Buffer_Object_180: THREE.Mesh
- Buffer_Object_181: THREE.Mesh
- Buffer_Object_182: THREE.Mesh
- Buffer_Object_183: THREE.Mesh
- Buffer_Object_184: THREE.Mesh
- Buffer_Object_185: THREE.Mesh
- Buffer_Object_186: THREE.Mesh
- Buffer_Object_187: THREE.Mesh
- Buffer_Object_188: THREE.Mesh
- Buffer_Object_189: THREE.Mesh
- Body195: THREE.Mesh
- Body196: THREE.Mesh
- Body197: THREE.Mesh
- Body198: THREE.Mesh
- Body199: THREE.Mesh
- Body1100: THREE.Mesh
- Buffer_Object_190: THREE.Mesh
- Buffer_Object_191: THREE.Mesh
- Body1102: THREE.Mesh
- Board: THREE.Mesh
- Buffer_Object_192: THREE.Mesh
- Buffer_Object_193: THREE.Mesh
- Buffer_Object_194: THREE.Mesh
- Buffer_Object_195: THREE.Mesh
- Buffer_Object_196: THREE.Mesh
- Buffer_Object_197: THREE.Mesh
- Buffer_Object_198: THREE.Mesh
- Buffer_Object_199: THREE.Mesh
- Buffer_Object_200: THREE.Mesh
- Buffer_Object_201: THREE.Mesh
- Buffer_Object_202: THREE.Mesh
- Body224_1: THREE.Mesh
- Body1106: THREE.Mesh
- Buffer_Object_203: THREE.Mesh
- Buffer_Object_204: THREE.Mesh
- Body323: THREE.Mesh
- Body423: THREE.Mesh
- Body518: THREE.Mesh
- Body617: THREE.Mesh
- Body715: THREE.Mesh
- Body814: THREE.Mesh
- Buffer_Object_205: THREE.Mesh
- Buffer_Object_206: THREE.Mesh
- Buffer_Object_207: THREE.Mesh
- Buffer_Object_208: THREE.Mesh
- Buffer_Object_209: THREE.Mesh
- Buffer_Object_210: THREE.Mesh
- Buffer_Object_211: THREE.Mesh
- Body1109: THREE.Mesh
- Body1108: THREE.Mesh
- Body1111: THREE.Mesh
- Body1112: THREE.Mesh
- Buffer_Object_212: THREE.Mesh
- Buffer_Object_213: THREE.Mesh
- Board1: THREE.Mesh
- Body1113: THREE.Mesh
- Body1110: THREE.Mesh
- DustSensor: THREE.Mesh
- Buffer_Object_214: THREE.Mesh
- Buffer_Object_215: THREE.Mesh
- Buffer_Object_216: THREE.Mesh
- Buffer_Object_217: THREE.Mesh
- Buffer_Object_218: THREE.Mesh
- RGB_LED_Pin: THREE.Mesh
- ['TPU_-_Puffer_Display']: THREE.Mesh
- ['PC_CF_-_DustSensor_Halter']: THREE.Mesh
- ['Acryl_-_Display_Glas']: THREE.Mesh
- Filter1: THREE.Mesh
- ['TPU_-_Deckel_mit_Display']: THREE.Mesh
- Buffer_Object_219: THREE.Mesh
- Buffer_Object_220: THREE.Mesh
- Buffer_Object_221: THREE.Mesh
- Buffer_Object_222: THREE.Mesh
- Buffer_Object_223: THREE.Mesh
- Buffer_Object_224: THREE.Mesh
- Buffer_Object_225: THREE.Mesh
- Buffer_Object_226: THREE.Mesh
- Buffer_Object_227: THREE.Mesh
- Buffer_Object_228: THREE.Mesh
- Buffer_Object_229: THREE.Mesh
- ['PC_CF_-_PowerSchalter_-_Hebel']: THREE.Mesh
- ['PC_CF_-_PowerSchalter_-_Klammer']: THREE.Mesh
- ['TPU_-_Boden']: THREE.Mesh
- ['PP_GF_-_Schale']: THREE.Mesh
- ['TPU_Module_-_SD_Karte']: THREE.Mesh
- ['TPU_Module_-_USB_C']: THREE.Mesh
- ['TPU_Module_-_Distanz_Sensor_ToF_V3']: THREE.Mesh
- Filter: THREE.Mesh
- ['TPU_Module_-_Lüfter_Ohne_Gitter']: THREE.Mesh
- }
- materials: {
- Habanero: THREE.MeshStandardMaterial
- ['Opaque(255,255,255)']: THREE.MeshStandardMaterial
- Camouflage: THREE.MeshStandardMaterial
- Himalaya: THREE.MeshStandardMaterial
- ['Butterfly Garden']: THREE.MeshStandardMaterial
- ['Opaque(255,255,192)']: THREE.MeshStandardMaterial
- ['Opaque(215,208,192)']: THREE.MeshStandardMaterial
- ['Opaque(211,214,211)']: THREE.MeshStandardMaterial
- ['Opaque(215,208,192)']: THREE.MeshStandardMaterial
- ['Opaque(211,214,211)']: THREE.MeshStandardMaterial
- ['Opaque(215,208,192)']: THREE.MeshStandardMaterial
- ['Opaque(211,214,211)']: THREE.MeshStandardMaterial
- ['Opaque(215,208,192)']: THREE.MeshStandardMaterial
- ['Opaque(211,214,211)']: THREE.MeshStandardMaterial
- ['Opaque(215,208,192)']: THREE.MeshStandardMaterial
- ['Opaque(211,214,211)']: THREE.MeshStandardMaterial
- ['Opaque(215,208,192)']: THREE.MeshStandardMaterial
- ['Opaque(211,214,211)']: THREE.MeshStandardMaterial
- ['Opaque(215,208,192)']: THREE.MeshStandardMaterial
- ['Opaque(211,214,211)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- Cleopatra: THREE.MeshStandardMaterial
- Blaze: THREE.MeshStandardMaterial
- ['Opaque(255,207,128)']: THREE.MeshStandardMaterial
- Bella: THREE.MeshStandardMaterial
- Aurora: THREE.MeshStandardMaterial
- Diamond: THREE.MeshStandardMaterial
- ['Classic Mix']: THREE.MeshStandardMaterial
- Infusion: THREE.MeshStandardMaterial
- ['Pacific Spirit']: THREE.MeshStandardMaterial
- Brooklyn: THREE.MeshStandardMaterial
- Nylon: THREE.MeshStandardMaterial
- Mikado: THREE.MeshStandardMaterial
- Santana: THREE.MeshStandardMaterial
- Zambia: THREE.MeshStandardMaterial
- ['Cactus Hill']: THREE.MeshStandardMaterial
- ['Retro Vibe']: THREE.MeshStandardMaterial
- Amulet: THREE.MeshStandardMaterial
- Karma: THREE.MeshStandardMaterial
- Landon: THREE.MeshStandardMaterial
- Belfast: THREE.MeshStandardMaterial
- Kenya: THREE.MeshStandardMaterial
- ['Cold Spring']: THREE.MeshStandardMaterial
- Allure: THREE.MeshStandardMaterial
- Zuni: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- Beauty: THREE.MeshStandardMaterial
- Milton: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- ['Silver Glossy']: THREE.MeshStandardMaterial
- ['Opaque(255,207,128)']: THREE.MeshStandardMaterial
- ['Magic Moment']: THREE.MeshStandardMaterial
- Amelia: THREE.MeshStandardMaterial
- Tulip: THREE.MeshStandardMaterial
- ['Delicious Mix']: THREE.MeshStandardMaterial
- Pyramid: THREE.MeshStandardMaterial
- Pluto: THREE.MeshStandardMaterial
- Excalibur: THREE.MeshStandardMaterial
- ['Caribbean Beauty']: THREE.MeshStandardMaterial
- Kentucky: THREE.MeshStandardMaterial
- Shelton: THREE.MeshStandardMaterial
- Turbo: THREE.MeshStandardMaterial
- ['Cold North']: THREE.MeshStandardMaterial
- Milano: THREE.MeshStandardMaterial
- Kimono: THREE.MeshStandardMaterial
- Eternity: THREE.MeshStandardMaterial
- Valencia: THREE.MeshStandardMaterial
- Havana: THREE.MeshStandardMaterial
- ['Hidden Place']: THREE.MeshStandardMaterial
- ['Morning Rush']: THREE.MeshStandardMaterial
- ['Emerald Dream']: THREE.MeshStandardMaterial
- ['Coral Garden']: THREE.MeshStandardMaterial
- Stanley: THREE.MeshStandardMaterial
- ['Irish Beauty']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- ['Lucky Day']: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(255,207,128)']: THREE.MeshStandardMaterial
- ['Garden Glory']: THREE.MeshStandardMaterial
- ['Mystic Harbor']: THREE.MeshStandardMaterial
- Afternoon: THREE.MeshStandardMaterial
- ['Gossip Soda']: THREE.MeshStandardMaterial
- ['Hawaiian Passion']: THREE.MeshStandardMaterial
- Bermuda: THREE.MeshStandardMaterial
- Aragon: THREE.MeshStandardMaterial
- ['Force of Nature']: THREE.MeshStandardMaterial
- Picasso: THREE.MeshStandardMaterial
- ['Distant Land']: THREE.MeshStandardMaterial
- ['Lunar Dust']: THREE.MeshStandardMaterial
- Tuscan: THREE.MeshStandardMaterial
- Euphoria: THREE.MeshStandardMaterial
- Valley: THREE.MeshStandardMaterial
- Skyline: THREE.MeshStandardMaterial
- ['Plastic_-_Matte_(Black)']: THREE.MeshStandardMaterial
- ['Hidden Paradise']: THREE.MeshStandardMaterial
- ['Opaque(255,207,128)']: THREE.MeshStandardMaterial
- ['Secret Path']: THREE.MeshStandardMaterial
- Blair: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(255,207,128)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- ['Opaque(255,207,128)']: THREE.MeshStandardMaterial
- ['Early Glow']: THREE.MeshStandardMaterial
- Atoll: THREE.MeshStandardMaterial
- Adonis: THREE.MeshStandardMaterial
- Monarch: THREE.MeshStandardMaterial
- Vera: THREE.MeshStandardMaterial
- Dallas: THREE.MeshStandardMaterial
- ['Exotic Life']: THREE.MeshStandardMaterial
- Solitaire: THREE.MeshStandardMaterial
- Berry: THREE.MeshStandardMaterial
- Nana: THREE.MeshStandardMaterial
- ['Opaque(128,128,128)']: THREE.MeshStandardMaterial
- ['Opaque(255,207,128)']: THREE.MeshStandardMaterial
- Arctic: THREE.MeshStandardMaterial
- ['Fresh Air']: THREE.MeshStandardMaterial
- Fiesta: THREE.MeshStandardMaterial
- Alpine: THREE.MeshStandardMaterial
- Fantasy: THREE.MeshStandardMaterial
- Fountain: THREE.MeshStandardMaterial
- Beluga: THREE.MeshStandardMaterial
- Incognito: THREE.MeshStandardMaterial
- ['Quiet Time']: THREE.MeshStandardMaterial
- ['Private Tone']: THREE.MeshStandardMaterial
- Atlantis: THREE.MeshStandardMaterial
- ['Duck Hunt']: THREE.MeshStandardMaterial
- Jasper: THREE.MeshStandardMaterial
- ['Exotic Escape']: THREE.MeshStandardMaterial
- ['Wild Party']: THREE.MeshStandardMaterial
- Warrior: THREE.MeshStandardMaterial
- ['Secret Garden']: THREE.MeshStandardMaterial
- Mars: THREE.MeshStandardMaterial
- Backlight: THREE.MeshStandardMaterial
- Andres: THREE.MeshStandardMaterial
- ['Secret Story']: THREE.MeshStandardMaterial
- Kimberly: THREE.MeshStandardMaterial
- Bastille: THREE.MeshStandardMaterial
- Cologne: THREE.MeshStandardMaterial
- Satellite: THREE.MeshStandardMaterial
- Harlequin: THREE.MeshStandardMaterial
- ['Gentle Glow']: THREE.MeshStandardMaterial
- ['Crazy Eyes']: THREE.MeshStandardMaterial
- Romeo: THREE.MeshStandardMaterial
- ['Royal Vibe']: THREE.MeshStandardMaterial
- Medusa: THREE.MeshStandardMaterial
- Bavarian: THREE.MeshStandardMaterial
- Ozark: THREE.MeshStandardMaterial
- Emily: THREE.MeshStandardMaterial
- Tsunami: THREE.MeshStandardMaterial
- Solar: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(255,207,128)']: THREE.MeshStandardMaterial
- Hero: THREE.MeshStandardMaterial
- ['Little Valley']: THREE.MeshStandardMaterial
- Denver: THREE.MeshStandardMaterial
- Retro: THREE.MeshStandardMaterial
- ['Morning Shine']: THREE.MeshStandardMaterial
- Saxon: THREE.MeshStandardMaterial
- ['Instant Glory']: THREE.MeshStandardMaterial
- ['Dizzy Days']: THREE.MeshStandardMaterial
- Alexa: THREE.MeshStandardMaterial
- Aiden: THREE.MeshStandardMaterial
- Lisa: THREE.MeshStandardMaterial
- Berlin: THREE.MeshStandardMaterial
- Kingdom: THREE.MeshStandardMaterial
- Melbourne: THREE.MeshStandardMaterial
- ['Hawaii Morning']: THREE.MeshStandardMaterial
- Bubble: THREE.MeshStandardMaterial
- Kashmir: THREE.MeshStandardMaterial
- ['Horizon Glow']: THREE.MeshStandardMaterial
- Phantom: THREE.MeshStandardMaterial
- ['Island Moment']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Clean Slate']: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Solid: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Golem: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Diesel: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Alley: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Poetic Charm']: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Maple View']: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Eagle Eye']: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Safari: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Monet: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Nobel: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(192,192,192)']: THREE.MeshStandardMaterial
- Orient: THREE.MeshStandardMaterial
- ['Clear View']: THREE.MeshStandardMaterial
- London: THREE.MeshStandardMaterial
- Azul: THREE.MeshStandardMaterial
- Madison: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(255,255,255)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- Godzilla: THREE.MeshStandardMaterial
- Ballon: THREE.MeshStandardMaterial
- Bengal: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- ['Quiet Moment']: THREE.MeshStandardMaterial
- Corvette: THREE.MeshStandardMaterial
- Relax: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(255,255,255)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- Hampton: THREE.MeshStandardMaterial
- Cupcake: THREE.MeshStandardMaterial
- Yolanda: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- Niagara: THREE.MeshStandardMaterial
- ['Timeless Beauty']: THREE.MeshStandardMaterial
- ['Caribbean Balm']: THREE.MeshStandardMaterial
- ['Opaque(255,255,255)']: THREE.MeshStandardMaterial
- Circus: THREE.MeshStandardMaterial
- Hurricane: THREE.MeshStandardMaterial
- ['Cozy Cover']: THREE.MeshStandardMaterial
- Placebo: THREE.MeshStandardMaterial
- Jupiter: THREE.MeshStandardMaterial
- Bizarre: THREE.MeshStandardMaterial
- Rosemary: THREE.MeshStandardMaterial
- Manhattan: THREE.MeshStandardMaterial
- ['Coastal Calm']: THREE.MeshStandardMaterial
- ['Simply Elegant']: THREE.MeshStandardMaterial
- ['Country Summer']: THREE.MeshStandardMaterial
- Nemo: THREE.MeshStandardMaterial
- ['Historic Shade']: THREE.MeshStandardMaterial
- Axel: THREE.MeshStandardMaterial
- Maverick: THREE.MeshStandardMaterial
- ['Classic Calm']: THREE.MeshStandardMaterial
- ['Day Dream']: THREE.MeshStandardMaterial
- ['Island Paradise']: THREE.MeshStandardMaterial
- ['Eternal Flame']: THREE.MeshStandardMaterial
- ['Crocodile Smile']: THREE.MeshStandardMaterial
- Lola: THREE.MeshStandardMaterial
- Panama: THREE.MeshStandardMaterial
- Reflection: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(255,255,255)']: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(204,209,238)']: THREE.MeshStandardMaterial
- ['Simply Delicious']: THREE.MeshStandardMaterial
- Abyss: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(204,209,238)']: THREE.MeshStandardMaterial
- ['Electric Glow']: THREE.MeshStandardMaterial
- ['Silk Glow']: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(204,209,238)']: THREE.MeshStandardMaterial
- ['Perfect Tint']: THREE.MeshStandardMaterial
- ['California Dream']: THREE.MeshStandardMaterial
- ['Opaque(255,255,255)']: THREE.MeshStandardMaterial
- Autumn: THREE.MeshStandardMaterial
- Windsurf: THREE.MeshStandardMaterial
- ['Bright Idea']: THREE.MeshStandardMaterial
- ['Coastal Breeze']: THREE.MeshStandardMaterial
- ['True Love']: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- Sienna: THREE.MeshStandardMaterial
- Aura: THREE.MeshStandardMaterial
- ['City Park']: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- ['Opaque(185,185,185)']: THREE.MeshStandardMaterial
- ['Spanish Style']: THREE.MeshStandardMaterial
- ['Monte Carlo']: THREE.MeshStandardMaterial
- Namibia: THREE.MeshStandardMaterial
- Uranus: THREE.MeshStandardMaterial
- Arizona: THREE.MeshStandardMaterial
- Impulse: THREE.MeshStandardMaterial
- ['Butterfly Wing']: THREE.MeshStandardMaterial
- Hugo: THREE.MeshStandardMaterial
- Porcelain: THREE.MeshStandardMaterial
- ['Free Spirit']: THREE.MeshStandardMaterial
- ['Cozy Vibe']: THREE.MeshStandardMaterial
- ['Evening Glow']: THREE.MeshStandardMaterial
- Iris: THREE.MeshStandardMaterial
- Lisbon: THREE.MeshStandardMaterial
- ['Light Spirit']: THREE.MeshStandardMaterial
- Phoenix: THREE.MeshStandardMaterial
- Bumblebee: THREE.MeshStandardMaterial
- Freya: THREE.MeshStandardMaterial
- Malibu: THREE.MeshStandardMaterial
- ['Opaque(150,150,150)']: THREE.MeshStandardMaterial
- ['Opaque(50,50,50)']: THREE.MeshStandardMaterial
- ['Opaque(150,150,150)']: THREE.MeshStandardMaterial
- ['Opaque(110,110,110)']: THREE.MeshStandardMaterial
- ['Opaque(185,185,185)']: THREE.MeshStandardMaterial
- ['Harvest Time']: THREE.MeshStandardMaterial
- Aloha: THREE.MeshStandardMaterial
- Victoria: THREE.MeshStandardMaterial
- Spartacus: THREE.MeshStandardMaterial
- ['Paradise Island']: THREE.MeshStandardMaterial
- ['Opaque(150,150,150)']: THREE.MeshStandardMaterial
- ['Opaque(110,110,110)']: THREE.MeshStandardMaterial
- ['Opaque(185,185,185)']: THREE.MeshStandardMaterial
- Hudson: THREE.MeshStandardMaterial
- Adeline: THREE.MeshStandardMaterial
- California: THREE.MeshStandardMaterial
- Durango: THREE.MeshStandardMaterial
- ['Floral Scent']: THREE.MeshStandardMaterial
- ['Opaque(51,51,51)']: THREE.MeshStandardMaterial
- ['Opaque(249,249,249)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- Melissa: THREE.MeshStandardMaterial
- ['Opaque(0,128,0)']: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(219,188,126)']: THREE.MeshStandardMaterial
- ['Opaque(87,173,113)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(219,188,126)']: THREE.MeshStandardMaterial
- ['Opaque(87,173,113)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(35,103,185)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Aztec: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(255,255,255)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- Columbia: THREE.MeshStandardMaterial
- Argos: THREE.MeshStandardMaterial
- ['Butterfly Bush']: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- Galactica: THREE.MeshStandardMaterial
- Abbey: THREE.MeshStandardMaterial
- Luna: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(255,255,255)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- Zanzibar: THREE.MeshStandardMaterial
- Aria: THREE.MeshStandardMaterial
- Andorra: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- Zion: THREE.MeshStandardMaterial
- Felicia: THREE.MeshStandardMaterial
- Brimstone: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(255,255,255)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- Opera: THREE.MeshStandardMaterial
- Haiti: THREE.MeshStandardMaterial
- ['Country Breeze']: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- ['Fairytale Dream']: THREE.MeshStandardMaterial
- ['Silk Elegance']: THREE.MeshStandardMaterial
- Alhambra: THREE.MeshStandardMaterial
- ['Opaque(31,31,31)']: THREE.MeshStandardMaterial
- ['Opaque(178,178,178)']: THREE.MeshStandardMaterial
- Felix: THREE.MeshStandardMaterial
- ['Opaque(165,173,178)']: THREE.MeshStandardMaterial
- ['Opaque(229,0,0)']: THREE.MeshStandardMaterial
- ['Plastic_-_Matte_(Black)']: THREE.MeshStandardMaterial
- Zoya: THREE.MeshStandardMaterial
- Utah: THREE.MeshStandardMaterial
- Venus: THREE.MeshStandardMaterial
- Matrix: THREE.MeshStandardMaterial
- ['Clear Day']: THREE.MeshStandardMaterial
- ['Opaque(191,191,191)']: THREE.MeshStandardMaterial
- ['Opaque(77,77,77)']: THREE.MeshStandardMaterial
- ['Opaque(187,197,203)']: THREE.MeshStandardMaterial
- Belize: THREE.MeshStandardMaterial
- ['Beyond the Clouds']: THREE.MeshStandardMaterial
- Kathmandu: THREE.MeshStandardMaterial
- ['Future Vision']: THREE.MeshStandardMaterial
- Nordic: THREE.MeshStandardMaterial
- Volt: THREE.MeshStandardMaterial
- Florida: THREE.MeshStandardMaterial
- ['Opaque(64,64,64)']: THREE.MeshStandardMaterial
- ['Opaque(204,209,238)']: THREE.MeshStandardMaterial
- Montana: THREE.MeshStandardMaterial
- ['Best of Summer']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- Bombay: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Arabella: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Chicago: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Pacific: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Herbal Scent']: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Vienna: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Esprit: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Alvin: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['May Mist']: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Ace: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Wellington: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Madagascar: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- Fiji: THREE.MeshStandardMaterial
- ['Opaque(97,69,55)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(215,208,192)']: THREE.MeshStandardMaterial
- ['Opaque(211,214,211)']: THREE.MeshStandardMaterial
- ['Opaque(225,225,225)']: THREE.MeshStandardMaterial
- ['Opaque(155,96,80)']: THREE.MeshStandardMaterial
- Manchester: THREE.MeshStandardMaterial
- ['Opaque(155,96,80)']: THREE.MeshStandardMaterial
- ['Opaque(225,225,225)']: THREE.MeshStandardMaterial
- Austin: THREE.MeshStandardMaterial
- ['Opaque(155,96,80)']: THREE.MeshStandardMaterial
- ['Opaque(225,225,225)']: THREE.MeshStandardMaterial
- Nautico: THREE.MeshStandardMaterial
- ['Opaque(155,96,80)']: THREE.MeshStandardMaterial
- ['Opaque(225,225,225)']: THREE.MeshStandardMaterial
- ['Gentle Touch']: THREE.MeshStandardMaterial
- ['Opaque(155,96,80)']: THREE.MeshStandardMaterial
- ['Opaque(225,225,225)']: THREE.MeshStandardMaterial
- Nevada: THREE.MeshStandardMaterial
- ['Opaque(155,96,80)']: THREE.MeshStandardMaterial
- ['Opaque(225,225,225)']: THREE.MeshStandardMaterial
- ['Calm Balm']: THREE.MeshStandardMaterial
- ['Opaque(155,96,80)']: THREE.MeshStandardMaterial
- ['Opaque(225,225,225)']: THREE.MeshStandardMaterial
- Oxford: THREE.MeshStandardMaterial
- ['Opaque(155,96,80)']: THREE.MeshStandardMaterial
- ['Opaque(225,225,225)']: THREE.MeshStandardMaterial
- ['Opaque(25,25,25)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(70,70,70)']: THREE.MeshStandardMaterial
- ['Breath of Spring']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(210,209,199)']: THREE.MeshStandardMaterial
- ['Opaque(228,227,207)']: THREE.MeshStandardMaterial
- ['Opaque(21,22,24)']: THREE.MeshStandardMaterial
- ['Opaque(191,191,191)']: THREE.MeshStandardMaterial
- ['Opaque(10,10,10)']: THREE.MeshStandardMaterial
- ['Opaque(31,31,31)']: THREE.MeshStandardMaterial
- ['Opaque(178,178,178)']: THREE.MeshStandardMaterial
- ['Opaque(178,116,83)']: THREE.MeshStandardMaterial
- ['Opaque(31,31,31)']: THREE.MeshStandardMaterial
- ['Opaque(178,178,178)']: THREE.MeshStandardMaterial
- ['Opaque(63,63,63)']: THREE.MeshStandardMaterial
- ['Opaque(250,250,250)']: THREE.MeshStandardMaterial
- ['Opaque(160,160,160)']: THREE.MeshStandardMaterial
- Keira: THREE.MeshStandardMaterial
- ['Opaque(0,128,0)']: THREE.MeshStandardMaterial
- ['Opaque(0,128,0)']: THREE.MeshStandardMaterial
- ['ABS_(White)']: THREE.MeshStandardMaterial
- ['Paint_-_Enamel_Glossy_(Grey)']: THREE.MeshStandardMaterial
- Tokyo: THREE.MeshStandardMaterial
- ['Opaque(255,221,135)']: THREE.MeshStandardMaterial
- ['Opaque(25,25,25)']: THREE.MeshStandardMaterial
- ['Opaque(255,242,232)']: THREE.MeshStandardMaterial
- ['Opaque(202,209,238)']: THREE.MeshStandardMaterial
- ['Opaque(0,128,0)']: THREE.MeshStandardMaterial
- ['Opaque(255,221,135)']: THREE.MeshStandardMaterial
- ['Opaque(230,235,235)']: THREE.MeshStandardMaterial
- ['Opaque(230,235,235)']: THREE.MeshStandardMaterial
- Radar: THREE.MeshStandardMaterial
- ['Opaque(1,60,210)']: THREE.MeshStandardMaterial
- ['Opaque(255,255,255)']: THREE.MeshStandardMaterial
- ['Opaque(230,235,235)']: THREE.MeshStandardMaterial
- ['Dark Marmalade']: THREE.MeshStandardMaterial
- Lorenzo: THREE.MeshStandardMaterial
- ['Light Aroma']: THREE.MeshStandardMaterial
- Monaco: THREE.MeshStandardMaterial
- Canberra: THREE.MeshStandardMaterial
- ['Opaque(255,221,135)']: THREE.MeshStandardMaterial
- ['Opaque(25,25,25)']: THREE.MeshStandardMaterial
- Colorado: THREE.MeshStandardMaterial
- ['Opaque(255,221,135)']: THREE.MeshStandardMaterial
- ['Opaque(25,25,25)']: THREE.MeshStandardMaterial
- ['Opaque(255,221,135)']: THREE.MeshStandardMaterial
- ['Opaque(25,25,25)']: THREE.MeshStandardMaterial
- ['Opaque(26,26,26)']: THREE.MeshStandardMaterial
- ['ABS_(White)_3']: THREE.MeshStandardMaterial
- ['Opaque(247,224,153)']: THREE.MeshStandardMaterial
- ['Urban Charm']: THREE.MeshStandardMaterial
- ['Paint_-_Enamel_Glossy_(Green)']: THREE.MeshStandardMaterial
- ['Steel_-_Satin']: THREE.MeshStandardMaterial
- ['Opaque(0,128,0)']: THREE.MeshStandardMaterial
- ['Steel_-_Satin']: THREE.MeshStandardMaterial
- ['Opaque(26,26,26)']: THREE.MeshStandardMaterial
- ['Paint_-_Enamel_Glossy_(Green)']: THREE.MeshStandardMaterial
- ['Opaque(255,207,128)']: THREE.MeshStandardMaterial
- ['Opaque(0,128,0)']: THREE.MeshStandardMaterial
- ['Steel_-_Satin']: THREE.MeshStandardMaterial
- ['Opaque(87,173,113)']: THREE.MeshStandardMaterial
- ['Opaque(10,10,10)']: THREE.MeshStandardMaterial
- ['Acrylic_(Clear)']: THREE.MeshStandardMaterial
- ['Plastic_-_Matte_(Black)']: THREE.MeshStandardMaterial
- ['ABS_(White)_3']: THREE.MeshStandardMaterial
- ['Acrylic_(Clear)']: THREE.MeshStandardMaterial
- ['ABS_(White)_3']: THREE.MeshStandardMaterial
- ['ABS_(White)_1']: THREE.MeshStandardMaterial
- ['Steel_-_Satin']: THREE.MeshStandardMaterial
- ['Opaque(0,128,0)']: THREE.MeshStandardMaterial
- ['Opaque(255,210,127)']: THREE.MeshStandardMaterial
- ['Opaque(255,221,135)']: THREE.MeshStandardMaterial
- ['Steel_-_Satin']: THREE.MeshStandardMaterial
- ['Opaque(0,128,0)']: THREE.MeshStandardMaterial
- ['Opaque(255,210,127)']: THREE.MeshStandardMaterial
- ['Opaque(50,50,50)']: THREE.MeshStandardMaterial
- ['Opaque(0,128,0)']: THREE.MeshStandardMaterial
- ['Opaque(226,210,195)']: THREE.MeshStandardMaterial
- ['ABS_(White)']: THREE.MeshStandardMaterial
- ['Plastic_-_Matte_(Black)']: THREE.MeshStandardMaterial
- ['Steel_-_Satin']: THREE.MeshStandardMaterial
- ['ABS_(White)_1']: THREE.MeshStandardMaterial
- ['ABS_(White)_2']: THREE.MeshStandardMaterial
- ['Plastic_-_Glossy_(Black)']: THREE.MeshStandardMaterial
- ['Plastic_-_Glossy_(Black)']: THREE.MeshStandardMaterial
- ['Plastic_-_Glossy_(Black)']: THREE.MeshStandardMaterial
- ['ABS_(White)_3']: THREE.MeshStandardMaterial
- ['Plastic_-_Glossy_(Black)']: THREE.MeshStandardMaterial
- }
-}
-
-// type ActionName = 'open lid' | 'explode tof' | 'explode hdc'
-// type GLTFActions = Record
-
-export function Model(props: JSX.IntrinsicElements['group']) {
- const group = useRef(null)
- const { nodes, materials, animations } = useGLTF('/gltf/bike/senseBox_bike.gltf') as GLTFResult
- const { actions } = useAnimations(animations, group)
-
- useEffect(() => {
-
-
- if (actions['open lid']) {
- actions['open lid'].play().setEffectiveTimeScale(0.6).setLoop(THREE.LoopPingPong, 255)
- }
-
- }, [actions])
-
- return (
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- )
-}
-
-useGLTF.preload('/gltf/bike/senseBox_bike.gltf')
diff --git a/src/scenes/bike/model/battery.tsx b/src/scenes/bike/model/battery.tsx
new file mode 100644
index 0000000..a85102d
--- /dev/null
+++ b/src/scenes/bike/model/battery.tsx
@@ -0,0 +1,87 @@
+import ModuleGroupProps from "./types/module";
+
+export function Battery({ nodes, materials, ...props }: ModuleGroupProps) {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/scenes/bike/model/ble.tsx b/src/scenes/bike/model/ble.tsx
new file mode 100644
index 0000000..cd44d18
--- /dev/null
+++ b/src/scenes/bike/model/ble.tsx
@@ -0,0 +1,282 @@
+import ModuleGroupProps from "./types/module";
+
+export function Ble({ nodes, materials, ...props }: ModuleGroupProps) {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/scenes/bike/model/enclosure.tsx b/src/scenes/bike/model/enclosure.tsx
new file mode 100644
index 0000000..c1653b9
--- /dev/null
+++ b/src/scenes/bike/model/enclosure.tsx
@@ -0,0 +1,71 @@
+import ModuleGroupProps from "./types/module";
+
+export function Enclosure({ nodes, materials, ...props }: ModuleGroupProps) {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/scenes/bike/model/fan.tsx b/src/scenes/bike/model/fan.tsx
new file mode 100644
index 0000000..a386315
--- /dev/null
+++ b/src/scenes/bike/model/fan.tsx
@@ -0,0 +1,33 @@
+import ModuleGroupProps from "./types/module";
+
+export function Fan({ nodes, materials, ...props }: ModuleGroupProps) {
+ return (
+
+
+
+
+ );
+}
diff --git a/src/scenes/bike/model/fanEnclosure.tsx b/src/scenes/bike/model/fanEnclosure.tsx
new file mode 100644
index 0000000..d7c4d14
--- /dev/null
+++ b/src/scenes/bike/model/fanEnclosure.tsx
@@ -0,0 +1,33 @@
+import ModuleGroupProps from "./types/module";
+
+export function FanEnclosure({ nodes, materials, ...props }: ModuleGroupProps) {
+ return (
+
+
+
+
+ );
+}
diff --git a/src/scenes/bike/model/hdc1080.tsx b/src/scenes/bike/model/hdc1080.tsx
new file mode 100644
index 0000000..2529e93
--- /dev/null
+++ b/src/scenes/bike/model/hdc1080.tsx
@@ -0,0 +1,35 @@
+import ModuleGroupProps from "./types/module";
+
+export function Hdc1080({ nodes, materials, ...props }: ModuleGroupProps) {
+ return (
+
+
+
+
+
+ );
+}
diff --git a/src/scenes/bike/model/index.tsx b/src/scenes/bike/model/index.tsx
new file mode 100644
index 0000000..7f26db5
--- /dev/null
+++ b/src/scenes/bike/model/index.tsx
@@ -0,0 +1,171 @@
+/*
+Auto-generated by: https://github.com/pmndrs/gltfjsx
+*/
+
+import * as THREE from "three";
+import { useRef, useState } from "react";
+import { useGLTF, useAnimations } from "@react-three/drei";
+import { GLTF } from "three-stdlib";
+import { Nodes } from "./types/nodes";
+import { Materials } from "./types/materials";
+import { Lid } from "./lid";
+import { Mcu } from "./mcu";
+import { Hdc1080 } from "./hdc1080";
+import { Ble } from "./ble";
+import { Fan } from "./fan";
+import { Battery } from "./battery";
+import { LevelBooster } from "./levelBooster";
+import { LipoMeshBoard } from "./lipoMeshBoard";
+import { ToF } from "./tof";
+import { FanEnclosure } from "./fanEnclosure";
+import { Enclosure } from "./enclosure";
+
+type GLTFResult = GLTF & {
+ nodes: Nodes;
+ materials: Materials;
+};
+
+// type ActionName = 'open lid' | 'explode tof' | 'explode hdc'
+// type GLTFActions = Record
+
+export function Model(props: JSX.IntrinsicElements["group"]) {
+ const group = useRef(null);
+ const { nodes, materials, animations } = useGLTF(
+ "/gltf/bike/senseBox_bike.gltf",
+ ) as GLTFResult;
+ const { actions } = useAnimations(animations, group);
+
+ const [isReversed, setIsReversed] = useState(false);
+
+ const toggleAnimation = () => {
+ if (actions["open lid"]) {
+ const action = actions["open lid"];
+
+ // Configure the animation to play once and stop at the last frame
+ action.clampWhenFinished = true;
+ action.loop = THREE.LoopOnce;
+
+ // Set the time scale based on the direction
+ action.timeScale = isReversed ? -0.9 : 0.6;
+
+ action.reset();
+
+ // Set the action's time to the last frame if the animation is reversed
+ if (isReversed) action.time = action.getClip().duration;
+
+ action.play();
+
+ setIsReversed(!isReversed);
+ }
+ };
+
+ return (
+
+
+
+ {/* mcu-2 */}
+
+
+ {/* hdc1080 */}
+
+
+ {/* BLE-Bee */}
+
+ {/* Fan */}
+
+ {/* Battery */}
+
+ {/* Deckel */}
+ toggleAnimation()}
+ />
+ {/* Level_Booster */}
+
+
+ {/* Lipo_Mess_Board */}
+
+ {/* ToF */}
+
+ {/* Enclosure */}
+
+ {/*
+
+
+
+
+
+
+
+ */}
+ {/* Fan_Encloser */}
+
+
+
+
+ );
+}
+
+useGLTF.preload("/gltf/bike/senseBox_bike.gltf");
diff --git a/src/scenes/bike/model/levelBooster.tsx b/src/scenes/bike/model/levelBooster.tsx
new file mode 100644
index 0000000..c9a8771
--- /dev/null
+++ b/src/scenes/bike/model/levelBooster.tsx
@@ -0,0 +1,35 @@
+import ModuleGroupProps from "./types/module";
+
+export function LevelBooster({ nodes, materials, ...props }: ModuleGroupProps) {
+ return (
+
+
+
+
+
+ );
+}
diff --git a/src/scenes/bike/model/lid.tsx b/src/scenes/bike/model/lid.tsx
new file mode 100644
index 0000000..624616d
--- /dev/null
+++ b/src/scenes/bike/model/lid.tsx
@@ -0,0 +1,136 @@
+import ModuleGroupProps from "./types/module";
+
+export function Lid({ nodes, materials, ...props }: ModuleGroupProps) {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/scenes/bike/model/lipoMeshBoard.tsx b/src/scenes/bike/model/lipoMeshBoard.tsx
new file mode 100644
index 0000000..e48660b
--- /dev/null
+++ b/src/scenes/bike/model/lipoMeshBoard.tsx
@@ -0,0 +1,52 @@
+import ModuleGroupProps from "./types/module";
+
+export function LipoMeshBoard({
+ nodes,
+ materials,
+ ...props
+}: ModuleGroupProps) {
+ return (
+
+
+
+
+
+
+ );
+}
diff --git a/src/scenes/bike/model/mcu.tsx b/src/scenes/bike/model/mcu.tsx
new file mode 100644
index 0000000..7c8f8ee
--- /dev/null
+++ b/src/scenes/bike/model/mcu.tsx
@@ -0,0 +1,5585 @@
+import ModuleGroupProps from "./types/module";
+
+export function Mcu({ nodes, materials, ...props }: ModuleGroupProps) {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/scenes/bike/model/tof.tsx b/src/scenes/bike/model/tof.tsx
new file mode 100644
index 0000000..367dd21
--- /dev/null
+++ b/src/scenes/bike/model/tof.tsx
@@ -0,0 +1,44 @@
+import ModuleGroupProps from "./types/module";
+
+export function ToF({ nodes, materials, ...props }: ModuleGroupProps) {
+ return (
+
+
+
+
+
+
+ );
+}
diff --git a/src/scenes/bike/model/types/materials.ts b/src/scenes/bike/model/types/materials.ts
new file mode 100644
index 0000000..f2babfe
--- /dev/null
+++ b/src/scenes/bike/model/types/materials.ts
@@ -0,0 +1,608 @@
+import * as THREE from "three";
+
+export type Materials = {
+ Habanero: THREE.MeshStandardMaterial;
+ ["Opaque(255,255,255)"]: THREE.MeshStandardMaterial;
+ Camouflage: THREE.MeshStandardMaterial;
+ Himalaya: THREE.MeshStandardMaterial;
+ ["Butterfly Garden"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,255,192)"]: THREE.MeshStandardMaterial;
+ ["Opaque(215,208,192)"]: THREE.MeshStandardMaterial;
+ ["Opaque(211,214,211)"]: THREE.MeshStandardMaterial;
+ ["Opaque(215,208,192)"]: THREE.MeshStandardMaterial;
+ ["Opaque(211,214,211)"]: THREE.MeshStandardMaterial;
+ ["Opaque(215,208,192)"]: THREE.MeshStandardMaterial;
+ ["Opaque(211,214,211)"]: THREE.MeshStandardMaterial;
+ ["Opaque(215,208,192)"]: THREE.MeshStandardMaterial;
+ ["Opaque(211,214,211)"]: THREE.MeshStandardMaterial;
+ ["Opaque(215,208,192)"]: THREE.MeshStandardMaterial;
+ ["Opaque(211,214,211)"]: THREE.MeshStandardMaterial;
+ ["Opaque(215,208,192)"]: THREE.MeshStandardMaterial;
+ ["Opaque(211,214,211)"]: THREE.MeshStandardMaterial;
+ ["Opaque(215,208,192)"]: THREE.MeshStandardMaterial;
+ ["Opaque(211,214,211)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ Cleopatra: THREE.MeshStandardMaterial;
+ Blaze: THREE.MeshStandardMaterial;
+ ["Opaque(255,207,128)"]: THREE.MeshStandardMaterial;
+ Bella: THREE.MeshStandardMaterial;
+ Aurora: THREE.MeshStandardMaterial;
+ Diamond: THREE.MeshStandardMaterial;
+ ["Classic Mix"]: THREE.MeshStandardMaterial;
+ Infusion: THREE.MeshStandardMaterial;
+ ["Pacific Spirit"]: THREE.MeshStandardMaterial;
+ Brooklyn: THREE.MeshStandardMaterial;
+ Nylon: THREE.MeshStandardMaterial;
+ Mikado: THREE.MeshStandardMaterial;
+ Santana: THREE.MeshStandardMaterial;
+ Zambia: THREE.MeshStandardMaterial;
+ ["Cactus Hill"]: THREE.MeshStandardMaterial;
+ ["Retro Vibe"]: THREE.MeshStandardMaterial;
+ Amulet: THREE.MeshStandardMaterial;
+ Karma: THREE.MeshStandardMaterial;
+ Landon: THREE.MeshStandardMaterial;
+ Belfast: THREE.MeshStandardMaterial;
+ Kenya: THREE.MeshStandardMaterial;
+ ["Cold Spring"]: THREE.MeshStandardMaterial;
+ Allure: THREE.MeshStandardMaterial;
+ Zuni: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ Beauty: THREE.MeshStandardMaterial;
+ Milton: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ ["Silver Glossy"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,207,128)"]: THREE.MeshStandardMaterial;
+ ["Magic Moment"]: THREE.MeshStandardMaterial;
+ Amelia: THREE.MeshStandardMaterial;
+ Tulip: THREE.MeshStandardMaterial;
+ ["Delicious Mix"]: THREE.MeshStandardMaterial;
+ Pyramid: THREE.MeshStandardMaterial;
+ Pluto: THREE.MeshStandardMaterial;
+ Excalibur: THREE.MeshStandardMaterial;
+ ["Caribbean Beauty"]: THREE.MeshStandardMaterial;
+ Kentucky: THREE.MeshStandardMaterial;
+ Shelton: THREE.MeshStandardMaterial;
+ Turbo: THREE.MeshStandardMaterial;
+ ["Cold North"]: THREE.MeshStandardMaterial;
+ Milano: THREE.MeshStandardMaterial;
+ Kimono: THREE.MeshStandardMaterial;
+ Eternity: THREE.MeshStandardMaterial;
+ Valencia: THREE.MeshStandardMaterial;
+ Havana: THREE.MeshStandardMaterial;
+ ["Hidden Place"]: THREE.MeshStandardMaterial;
+ ["Morning Rush"]: THREE.MeshStandardMaterial;
+ ["Emerald Dream"]: THREE.MeshStandardMaterial;
+ ["Coral Garden"]: THREE.MeshStandardMaterial;
+ Stanley: THREE.MeshStandardMaterial;
+ ["Irish Beauty"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ ["Lucky Day"]: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,207,128)"]: THREE.MeshStandardMaterial;
+ ["Garden Glory"]: THREE.MeshStandardMaterial;
+ ["Mystic Harbor"]: THREE.MeshStandardMaterial;
+ Afternoon: THREE.MeshStandardMaterial;
+ ["Gossip Soda"]: THREE.MeshStandardMaterial;
+ ["Hawaiian Passion"]: THREE.MeshStandardMaterial;
+ Bermuda: THREE.MeshStandardMaterial;
+ Aragon: THREE.MeshStandardMaterial;
+ ["Force of Nature"]: THREE.MeshStandardMaterial;
+ Picasso: THREE.MeshStandardMaterial;
+ ["Distant Land"]: THREE.MeshStandardMaterial;
+ ["Lunar Dust"]: THREE.MeshStandardMaterial;
+ Tuscan: THREE.MeshStandardMaterial;
+ Euphoria: THREE.MeshStandardMaterial;
+ Valley: THREE.MeshStandardMaterial;
+ Skyline: THREE.MeshStandardMaterial;
+ ["Plastic_-_Matte_(Black)"]: THREE.MeshStandardMaterial;
+ ["Hidden Paradise"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,207,128)"]: THREE.MeshStandardMaterial;
+ ["Secret Path"]: THREE.MeshStandardMaterial;
+ Blair: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,207,128)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,207,128)"]: THREE.MeshStandardMaterial;
+ ["Early Glow"]: THREE.MeshStandardMaterial;
+ Atoll: THREE.MeshStandardMaterial;
+ Adonis: THREE.MeshStandardMaterial;
+ Monarch: THREE.MeshStandardMaterial;
+ Vera: THREE.MeshStandardMaterial;
+ Dallas: THREE.MeshStandardMaterial;
+ ["Exotic Life"]: THREE.MeshStandardMaterial;
+ Solitaire: THREE.MeshStandardMaterial;
+ Berry: THREE.MeshStandardMaterial;
+ Nana: THREE.MeshStandardMaterial;
+ ["Opaque(128,128,128)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,207,128)"]: THREE.MeshStandardMaterial;
+ Arctic: THREE.MeshStandardMaterial;
+ ["Fresh Air"]: THREE.MeshStandardMaterial;
+ Fiesta: THREE.MeshStandardMaterial;
+ Alpine: THREE.MeshStandardMaterial;
+ Fantasy: THREE.MeshStandardMaterial;
+ Fountain: THREE.MeshStandardMaterial;
+ Beluga: THREE.MeshStandardMaterial;
+ Incognito: THREE.MeshStandardMaterial;
+ ["Quiet Time"]: THREE.MeshStandardMaterial;
+ ["Private Tone"]: THREE.MeshStandardMaterial;
+ Atlantis: THREE.MeshStandardMaterial;
+ ["Duck Hunt"]: THREE.MeshStandardMaterial;
+ Jasper: THREE.MeshStandardMaterial;
+ ["Exotic Escape"]: THREE.MeshStandardMaterial;
+ ["Wild Party"]: THREE.MeshStandardMaterial;
+ Warrior: THREE.MeshStandardMaterial;
+ ["Secret Garden"]: THREE.MeshStandardMaterial;
+ Mars: THREE.MeshStandardMaterial;
+ Backlight: THREE.MeshStandardMaterial;
+ Andres: THREE.MeshStandardMaterial;
+ ["Secret Story"]: THREE.MeshStandardMaterial;
+ Kimberly: THREE.MeshStandardMaterial;
+ Bastille: THREE.MeshStandardMaterial;
+ Cologne: THREE.MeshStandardMaterial;
+ Satellite: THREE.MeshStandardMaterial;
+ Harlequin: THREE.MeshStandardMaterial;
+ ["Gentle Glow"]: THREE.MeshStandardMaterial;
+ ["Crazy Eyes"]: THREE.MeshStandardMaterial;
+ Romeo: THREE.MeshStandardMaterial;
+ ["Royal Vibe"]: THREE.MeshStandardMaterial;
+ Medusa: THREE.MeshStandardMaterial;
+ Bavarian: THREE.MeshStandardMaterial;
+ Ozark: THREE.MeshStandardMaterial;
+ Emily: THREE.MeshStandardMaterial;
+ Tsunami: THREE.MeshStandardMaterial;
+ Solar: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,207,128)"]: THREE.MeshStandardMaterial;
+ Hero: THREE.MeshStandardMaterial;
+ ["Little Valley"]: THREE.MeshStandardMaterial;
+ Denver: THREE.MeshStandardMaterial;
+ Retro: THREE.MeshStandardMaterial;
+ ["Morning Shine"]: THREE.MeshStandardMaterial;
+ Saxon: THREE.MeshStandardMaterial;
+ ["Instant Glory"]: THREE.MeshStandardMaterial;
+ ["Dizzy Days"]: THREE.MeshStandardMaterial;
+ Alexa: THREE.MeshStandardMaterial;
+ Aiden: THREE.MeshStandardMaterial;
+ Lisa: THREE.MeshStandardMaterial;
+ Berlin: THREE.MeshStandardMaterial;
+ Kingdom: THREE.MeshStandardMaterial;
+ Melbourne: THREE.MeshStandardMaterial;
+ ["Hawaii Morning"]: THREE.MeshStandardMaterial;
+ Bubble: THREE.MeshStandardMaterial;
+ Kashmir: THREE.MeshStandardMaterial;
+ ["Horizon Glow"]: THREE.MeshStandardMaterial;
+ Phantom: THREE.MeshStandardMaterial;
+ ["Island Moment"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Clean Slate"]: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Solid: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Golem: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Diesel: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Alley: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Poetic Charm"]: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Maple View"]: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Eagle Eye"]: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Safari: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Monet: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Nobel: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(192,192,192)"]: THREE.MeshStandardMaterial;
+ Orient: THREE.MeshStandardMaterial;
+ ["Clear View"]: THREE.MeshStandardMaterial;
+ London: THREE.MeshStandardMaterial;
+ Azul: THREE.MeshStandardMaterial;
+ Madison: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,255,255)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ Godzilla: THREE.MeshStandardMaterial;
+ Ballon: THREE.MeshStandardMaterial;
+ Bengal: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ ["Quiet Moment"]: THREE.MeshStandardMaterial;
+ Corvette: THREE.MeshStandardMaterial;
+ Relax: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,255,255)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ Hampton: THREE.MeshStandardMaterial;
+ Cupcake: THREE.MeshStandardMaterial;
+ Yolanda: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ Niagara: THREE.MeshStandardMaterial;
+ ["Timeless Beauty"]: THREE.MeshStandardMaterial;
+ ["Caribbean Balm"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,255,255)"]: THREE.MeshStandardMaterial;
+ Circus: THREE.MeshStandardMaterial;
+ Hurricane: THREE.MeshStandardMaterial;
+ ["Cozy Cover"]: THREE.MeshStandardMaterial;
+ Placebo: THREE.MeshStandardMaterial;
+ Jupiter: THREE.MeshStandardMaterial;
+ Bizarre: THREE.MeshStandardMaterial;
+ Rosemary: THREE.MeshStandardMaterial;
+ Manhattan: THREE.MeshStandardMaterial;
+ ["Coastal Calm"]: THREE.MeshStandardMaterial;
+ ["Simply Elegant"]: THREE.MeshStandardMaterial;
+ ["Country Summer"]: THREE.MeshStandardMaterial;
+ Nemo: THREE.MeshStandardMaterial;
+ ["Historic Shade"]: THREE.MeshStandardMaterial;
+ Axel: THREE.MeshStandardMaterial;
+ Maverick: THREE.MeshStandardMaterial;
+ ["Classic Calm"]: THREE.MeshStandardMaterial;
+ ["Day Dream"]: THREE.MeshStandardMaterial;
+ ["Island Paradise"]: THREE.MeshStandardMaterial;
+ ["Eternal Flame"]: THREE.MeshStandardMaterial;
+ ["Crocodile Smile"]: THREE.MeshStandardMaterial;
+ Lola: THREE.MeshStandardMaterial;
+ Panama: THREE.MeshStandardMaterial;
+ Reflection: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,255,255)"]: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(204,209,238)"]: THREE.MeshStandardMaterial;
+ ["Simply Delicious"]: THREE.MeshStandardMaterial;
+ Abyss: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(204,209,238)"]: THREE.MeshStandardMaterial;
+ ["Electric Glow"]: THREE.MeshStandardMaterial;
+ ["Silk Glow"]: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(204,209,238)"]: THREE.MeshStandardMaterial;
+ ["Perfect Tint"]: THREE.MeshStandardMaterial;
+ ["California Dream"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,255,255)"]: THREE.MeshStandardMaterial;
+ Autumn: THREE.MeshStandardMaterial;
+ Windsurf: THREE.MeshStandardMaterial;
+ ["Bright Idea"]: THREE.MeshStandardMaterial;
+ ["Coastal Breeze"]: THREE.MeshStandardMaterial;
+ ["True Love"]: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ Sienna: THREE.MeshStandardMaterial;
+ Aura: THREE.MeshStandardMaterial;
+ ["City Park"]: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ ["Opaque(185,185,185)"]: THREE.MeshStandardMaterial;
+ ["Spanish Style"]: THREE.MeshStandardMaterial;
+ ["Monte Carlo"]: THREE.MeshStandardMaterial;
+ Namibia: THREE.MeshStandardMaterial;
+ Uranus: THREE.MeshStandardMaterial;
+ Arizona: THREE.MeshStandardMaterial;
+ Impulse: THREE.MeshStandardMaterial;
+ ["Butterfly Wing"]: THREE.MeshStandardMaterial;
+ Hugo: THREE.MeshStandardMaterial;
+ Porcelain: THREE.MeshStandardMaterial;
+ ["Free Spirit"]: THREE.MeshStandardMaterial;
+ ["Cozy Vibe"]: THREE.MeshStandardMaterial;
+ ["Evening Glow"]: THREE.MeshStandardMaterial;
+ Iris: THREE.MeshStandardMaterial;
+ Lisbon: THREE.MeshStandardMaterial;
+ ["Light Spirit"]: THREE.MeshStandardMaterial;
+ Phoenix: THREE.MeshStandardMaterial;
+ Bumblebee: THREE.MeshStandardMaterial;
+ Freya: THREE.MeshStandardMaterial;
+ Malibu: THREE.MeshStandardMaterial;
+ ["Opaque(150,150,150)"]: THREE.MeshStandardMaterial;
+ ["Opaque(50,50,50)"]: THREE.MeshStandardMaterial;
+ ["Opaque(150,150,150)"]: THREE.MeshStandardMaterial;
+ ["Opaque(110,110,110)"]: THREE.MeshStandardMaterial;
+ ["Opaque(185,185,185)"]: THREE.MeshStandardMaterial;
+ ["Harvest Time"]: THREE.MeshStandardMaterial;
+ Aloha: THREE.MeshStandardMaterial;
+ Victoria: THREE.MeshStandardMaterial;
+ Spartacus: THREE.MeshStandardMaterial;
+ ["Paradise Island"]: THREE.MeshStandardMaterial;
+ ["Opaque(150,150,150)"]: THREE.MeshStandardMaterial;
+ ["Opaque(110,110,110)"]: THREE.MeshStandardMaterial;
+ ["Opaque(185,185,185)"]: THREE.MeshStandardMaterial;
+ Hudson: THREE.MeshStandardMaterial;
+ Adeline: THREE.MeshStandardMaterial;
+ California: THREE.MeshStandardMaterial;
+ Durango: THREE.MeshStandardMaterial;
+ ["Floral Scent"]: THREE.MeshStandardMaterial;
+ ["Opaque(51,51,51)"]: THREE.MeshStandardMaterial;
+ ["Opaque(249,249,249)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ Melissa: THREE.MeshStandardMaterial;
+ ["Opaque(0,128,0)"]: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(219,188,126)"]: THREE.MeshStandardMaterial;
+ ["Opaque(87,173,113)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(219,188,126)"]: THREE.MeshStandardMaterial;
+ ["Opaque(87,173,113)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(35,103,185)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Aztec: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,255,255)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ Columbia: THREE.MeshStandardMaterial;
+ Argos: THREE.MeshStandardMaterial;
+ ["Butterfly Bush"]: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ Galactica: THREE.MeshStandardMaterial;
+ Abbey: THREE.MeshStandardMaterial;
+ Luna: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,255,255)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ Zanzibar: THREE.MeshStandardMaterial;
+ Aria: THREE.MeshStandardMaterial;
+ Andorra: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ Zion: THREE.MeshStandardMaterial;
+ Felicia: THREE.MeshStandardMaterial;
+ Brimstone: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,255,255)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ Opera: THREE.MeshStandardMaterial;
+ Haiti: THREE.MeshStandardMaterial;
+ ["Country Breeze"]: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ ["Fairytale Dream"]: THREE.MeshStandardMaterial;
+ ["Silk Elegance"]: THREE.MeshStandardMaterial;
+ Alhambra: THREE.MeshStandardMaterial;
+ ["Opaque(31,31,31)"]: THREE.MeshStandardMaterial;
+ ["Opaque(178,178,178)"]: THREE.MeshStandardMaterial;
+ Felix: THREE.MeshStandardMaterial;
+ ["Opaque(165,173,178)"]: THREE.MeshStandardMaterial;
+ ["Opaque(229,0,0)"]: THREE.MeshStandardMaterial;
+ ["Plastic_-_Matte_(Black)"]: THREE.MeshStandardMaterial;
+ Zoya: THREE.MeshStandardMaterial;
+ Utah: THREE.MeshStandardMaterial;
+ Venus: THREE.MeshStandardMaterial;
+ Matrix: THREE.MeshStandardMaterial;
+ ["Clear Day"]: THREE.MeshStandardMaterial;
+ ["Opaque(191,191,191)"]: THREE.MeshStandardMaterial;
+ ["Opaque(77,77,77)"]: THREE.MeshStandardMaterial;
+ ["Opaque(187,197,203)"]: THREE.MeshStandardMaterial;
+ Belize: THREE.MeshStandardMaterial;
+ ["Beyond the Clouds"]: THREE.MeshStandardMaterial;
+ Kathmandu: THREE.MeshStandardMaterial;
+ ["Future Vision"]: THREE.MeshStandardMaterial;
+ Nordic: THREE.MeshStandardMaterial;
+ Volt: THREE.MeshStandardMaterial;
+ Florida: THREE.MeshStandardMaterial;
+ ["Opaque(64,64,64)"]: THREE.MeshStandardMaterial;
+ ["Opaque(204,209,238)"]: THREE.MeshStandardMaterial;
+ Montana: THREE.MeshStandardMaterial;
+ ["Best of Summer"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ Bombay: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Arabella: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Chicago: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Pacific: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Herbal Scent"]: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Vienna: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Esprit: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Alvin: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["May Mist"]: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Ace: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Wellington: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Madagascar: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ Fiji: THREE.MeshStandardMaterial;
+ ["Opaque(97,69,55)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(215,208,192)"]: THREE.MeshStandardMaterial;
+ ["Opaque(211,214,211)"]: THREE.MeshStandardMaterial;
+ ["Opaque(225,225,225)"]: THREE.MeshStandardMaterial;
+ ["Opaque(155,96,80)"]: THREE.MeshStandardMaterial;
+ Manchester: THREE.MeshStandardMaterial;
+ ["Opaque(155,96,80)"]: THREE.MeshStandardMaterial;
+ ["Opaque(225,225,225)"]: THREE.MeshStandardMaterial;
+ Austin: THREE.MeshStandardMaterial;
+ ["Opaque(155,96,80)"]: THREE.MeshStandardMaterial;
+ ["Opaque(225,225,225)"]: THREE.MeshStandardMaterial;
+ Nautico: THREE.MeshStandardMaterial;
+ ["Opaque(155,96,80)"]: THREE.MeshStandardMaterial;
+ ["Opaque(225,225,225)"]: THREE.MeshStandardMaterial;
+ ["Gentle Touch"]: THREE.MeshStandardMaterial;
+ ["Opaque(155,96,80)"]: THREE.MeshStandardMaterial;
+ ["Opaque(225,225,225)"]: THREE.MeshStandardMaterial;
+ Nevada: THREE.MeshStandardMaterial;
+ ["Opaque(155,96,80)"]: THREE.MeshStandardMaterial;
+ ["Opaque(225,225,225)"]: THREE.MeshStandardMaterial;
+ ["Calm Balm"]: THREE.MeshStandardMaterial;
+ ["Opaque(155,96,80)"]: THREE.MeshStandardMaterial;
+ ["Opaque(225,225,225)"]: THREE.MeshStandardMaterial;
+ Oxford: THREE.MeshStandardMaterial;
+ ["Opaque(155,96,80)"]: THREE.MeshStandardMaterial;
+ ["Opaque(225,225,225)"]: THREE.MeshStandardMaterial;
+ ["Opaque(25,25,25)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(70,70,70)"]: THREE.MeshStandardMaterial;
+ ["Breath of Spring"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(210,209,199)"]: THREE.MeshStandardMaterial;
+ ["Opaque(228,227,207)"]: THREE.MeshStandardMaterial;
+ ["Opaque(21,22,24)"]: THREE.MeshStandardMaterial;
+ ["Opaque(191,191,191)"]: THREE.MeshStandardMaterial;
+ ["Opaque(10,10,10)"]: THREE.MeshStandardMaterial;
+ ["Opaque(31,31,31)"]: THREE.MeshStandardMaterial;
+ ["Opaque(178,178,178)"]: THREE.MeshStandardMaterial;
+ ["Opaque(178,116,83)"]: THREE.MeshStandardMaterial;
+ ["Opaque(31,31,31)"]: THREE.MeshStandardMaterial;
+ ["Opaque(178,178,178)"]: THREE.MeshStandardMaterial;
+ ["Opaque(63,63,63)"]: THREE.MeshStandardMaterial;
+ ["Opaque(250,250,250)"]: THREE.MeshStandardMaterial;
+ ["Opaque(160,160,160)"]: THREE.MeshStandardMaterial;
+ Keira: THREE.MeshStandardMaterial;
+ ["Opaque(0,128,0)"]: THREE.MeshStandardMaterial;
+ ["Opaque(0,128,0)"]: THREE.MeshStandardMaterial;
+ ["ABS_(White)"]: THREE.MeshStandardMaterial;
+ ["Paint_-_Enamel_Glossy_(Grey)"]: THREE.MeshStandardMaterial;
+ Tokyo: THREE.MeshStandardMaterial;
+ ["Opaque(255,221,135)"]: THREE.MeshStandardMaterial;
+ ["Opaque(25,25,25)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,242,232)"]: THREE.MeshStandardMaterial;
+ ["Opaque(202,209,238)"]: THREE.MeshStandardMaterial;
+ ["Opaque(0,128,0)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,221,135)"]: THREE.MeshStandardMaterial;
+ ["Opaque(230,235,235)"]: THREE.MeshStandardMaterial;
+ ["Opaque(230,235,235)"]: THREE.MeshStandardMaterial;
+ Radar: THREE.MeshStandardMaterial;
+ ["Opaque(1,60,210)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,255,255)"]: THREE.MeshStandardMaterial;
+ ["Opaque(230,235,235)"]: THREE.MeshStandardMaterial;
+ ["Dark Marmalade"]: THREE.MeshStandardMaterial;
+ Lorenzo: THREE.MeshStandardMaterial;
+ ["Light Aroma"]: THREE.MeshStandardMaterial;
+ Monaco: THREE.MeshStandardMaterial;
+ Canberra: THREE.MeshStandardMaterial;
+ ["Opaque(255,221,135)"]: THREE.MeshStandardMaterial;
+ ["Opaque(25,25,25)"]: THREE.MeshStandardMaterial;
+ Colorado: THREE.MeshStandardMaterial;
+ ["Opaque(255,221,135)"]: THREE.MeshStandardMaterial;
+ ["Opaque(25,25,25)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,221,135)"]: THREE.MeshStandardMaterial;
+ ["Opaque(25,25,25)"]: THREE.MeshStandardMaterial;
+ ["Opaque(26,26,26)"]: THREE.MeshStandardMaterial;
+ ["ABS_(White)_3"]: THREE.MeshStandardMaterial;
+ ["Opaque(247,224,153)"]: THREE.MeshStandardMaterial;
+ ["Urban Charm"]: THREE.MeshStandardMaterial;
+ ["Paint_-_Enamel_Glossy_(Green)"]: THREE.MeshStandardMaterial;
+ ["Steel_-_Satin"]: THREE.MeshStandardMaterial;
+ ["Opaque(0,128,0)"]: THREE.MeshStandardMaterial;
+ ["Steel_-_Satin"]: THREE.MeshStandardMaterial;
+ ["Opaque(26,26,26)"]: THREE.MeshStandardMaterial;
+ ["Paint_-_Enamel_Glossy_(Green)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,207,128)"]: THREE.MeshStandardMaterial;
+ ["Opaque(0,128,0)"]: THREE.MeshStandardMaterial;
+ ["Steel_-_Satin"]: THREE.MeshStandardMaterial;
+ ["Opaque(87,173,113)"]: THREE.MeshStandardMaterial;
+ ["Opaque(10,10,10)"]: THREE.MeshStandardMaterial;
+ ["Acrylic_(Clear)"]: THREE.MeshStandardMaterial;
+ ["Plastic_-_Matte_(Black)"]: THREE.MeshStandardMaterial;
+ ["ABS_(White)_3"]: THREE.MeshStandardMaterial;
+ ["Acrylic_(Clear)"]: THREE.MeshStandardMaterial;
+ ["ABS_(White)_3"]: THREE.MeshStandardMaterial;
+ ["ABS_(White)_1"]: THREE.MeshStandardMaterial;
+ ["Steel_-_Satin"]: THREE.MeshStandardMaterial;
+ ["Opaque(0,128,0)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,210,127)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,221,135)"]: THREE.MeshStandardMaterial;
+ ["Steel_-_Satin"]: THREE.MeshStandardMaterial;
+ ["Opaque(0,128,0)"]: THREE.MeshStandardMaterial;
+ ["Opaque(255,210,127)"]: THREE.MeshStandardMaterial;
+ ["Opaque(50,50,50)"]: THREE.MeshStandardMaterial;
+ ["Opaque(0,128,0)"]: THREE.MeshStandardMaterial;
+ ["Opaque(226,210,195)"]: THREE.MeshStandardMaterial;
+ ["ABS_(White)"]: THREE.MeshStandardMaterial;
+ ["Plastic_-_Matte_(Black)"]: THREE.MeshStandardMaterial;
+ ["Steel_-_Satin"]: THREE.MeshStandardMaterial;
+ ["ABS_(White)_1"]: THREE.MeshStandardMaterial;
+ ["ABS_(White)_2"]: THREE.MeshStandardMaterial;
+ ["Plastic_-_Glossy_(Black)"]: THREE.MeshStandardMaterial;
+ ["Plastic_-_Glossy_(Black)"]: THREE.MeshStandardMaterial;
+ ["Plastic_-_Glossy_(Black)"]: THREE.MeshStandardMaterial;
+ ["ABS_(White)_3"]: THREE.MeshStandardMaterial;
+ ["Plastic_-_Glossy_(Black)"]: THREE.MeshStandardMaterial;
+};
diff --git a/src/scenes/bike/model/types/module.ts b/src/scenes/bike/model/types/module.ts
new file mode 100644
index 0000000..faefd0a
--- /dev/null
+++ b/src/scenes/bike/model/types/module.ts
@@ -0,0 +1,8 @@
+import { GroupProps } from "@react-three/fiber";
+import { Materials } from "./materials";
+import { Nodes } from "./nodes";
+
+export default interface ModuleGroupProps extends GroupProps {
+ nodes: Nodes;
+ materials: Materials;
+}
diff --git a/src/scenes/bike/model/types/nodes.ts b/src/scenes/bike/model/types/nodes.ts
new file mode 100644
index 0000000..033e916
--- /dev/null
+++ b/src/scenes/bike/model/types/nodes.ts
@@ -0,0 +1,608 @@
+import * as THREE from "three";
+
+export type Nodes = {
+ Body1x: THREE.Mesh;
+ Body1: THREE.Mesh;
+ Body2: THREE.Mesh;
+ Body3: THREE.Mesh;
+ Body4: THREE.Mesh;
+ Body5: THREE.Mesh;
+ Buffer_Object: THREE.Mesh;
+ Buffer_Object_1: THREE.Mesh;
+ Buffer_Object_2: THREE.Mesh;
+ Buffer_Object_3: THREE.Mesh;
+ Buffer_Object_4: THREE.Mesh;
+ Buffer_Object_5: THREE.Mesh;
+ Buffer_Object_6: THREE.Mesh;
+ Buffer_Object_7: THREE.Mesh;
+ Buffer_Object_8: THREE.Mesh;
+ Buffer_Object_9: THREE.Mesh;
+ Buffer_Object_10: THREE.Mesh;
+ Buffer_Object_11: THREE.Mesh;
+ Buffer_Object_12: THREE.Mesh;
+ Buffer_Object_13: THREE.Mesh;
+ Body18: THREE.Mesh;
+ Body21: THREE.Mesh;
+ Body31: THREE.Mesh;
+ Body41: THREE.Mesh;
+ Body51: THREE.Mesh;
+ Body6: THREE.Mesh;
+ Body7: THREE.Mesh;
+ Body8: THREE.Mesh;
+ Body9: THREE.Mesh;
+ Body10: THREE.Mesh;
+ Body11_1: THREE.Mesh;
+ Body12_1: THREE.Mesh;
+ Body13_1: THREE.Mesh;
+ Body14_1: THREE.Mesh;
+ Body15_1: THREE.Mesh;
+ Body16_1: THREE.Mesh;
+ Body17_1: THREE.Mesh;
+ Body18_1: THREE.Mesh;
+ Body19: THREE.Mesh;
+ Body20: THREE.Mesh;
+ Body21_1: THREE.Mesh;
+ Body22: THREE.Mesh;
+ Body23: THREE.Mesh;
+ Body24: THREE.Mesh;
+ Body25: THREE.Mesh;
+ Body26: THREE.Mesh;
+ Body27: THREE.Mesh;
+ Body28: THREE.Mesh;
+ Body29: THREE.Mesh;
+ Body30: THREE.Mesh;
+ Body19_1: THREE.Mesh;
+ Body22_1: THREE.Mesh;
+ Body32: THREE.Mesh;
+ Body42: THREE.Mesh;
+ Body52: THREE.Mesh;
+ Body61: THREE.Mesh;
+ Body71: THREE.Mesh;
+ Body81: THREE.Mesh;
+ Body91: THREE.Mesh;
+ Body101: THREE.Mesh;
+ Body111: THREE.Mesh;
+ Body121: THREE.Mesh;
+ Body131: THREE.Mesh;
+ Body141: THREE.Mesh;
+ Body151: THREE.Mesh;
+ Body161: THREE.Mesh;
+ Body171: THREE.Mesh;
+ Body181: THREE.Mesh;
+ Body191: THREE.Mesh;
+ Body201: THREE.Mesh;
+ Body211: THREE.Mesh;
+ Body221: THREE.Mesh;
+ Body231: THREE.Mesh;
+ Body241: THREE.Mesh;
+ Body251: THREE.Mesh;
+ Body261: THREE.Mesh;
+ Body271: THREE.Mesh;
+ Body281: THREE.Mesh;
+ Body291: THREE.Mesh;
+ Body301: THREE.Mesh;
+ Body31_1: THREE.Mesh;
+ Body32_1: THREE.Mesh;
+ Body33: THREE.Mesh;
+ Body34: THREE.Mesh;
+ Body35: THREE.Mesh;
+ Body36: THREE.Mesh;
+ Body37: THREE.Mesh;
+ Body38: THREE.Mesh;
+ Body39: THREE.Mesh;
+ Body40: THREE.Mesh;
+ Body41_1: THREE.Mesh;
+ Body42_1: THREE.Mesh;
+ Body43: THREE.Mesh;
+ Body44: THREE.Mesh;
+ Body110: THREE.Mesh;
+ Body111_1: THREE.Mesh;
+ Body112: THREE.Mesh;
+ Body23_1: THREE.Mesh;
+ Body33_1: THREE.Mesh;
+ Body43_1: THREE.Mesh;
+ Body53: THREE.Mesh;
+ Body62: THREE.Mesh;
+ Body72: THREE.Mesh;
+ Body82: THREE.Mesh;
+ Body92: THREE.Mesh;
+ Body102: THREE.Mesh;
+ Body112_1: THREE.Mesh;
+ Body122: THREE.Mesh;
+ Body132: THREE.Mesh;
+ Body142: THREE.Mesh;
+ Body152: THREE.Mesh;
+ Body162: THREE.Mesh;
+ Body172: THREE.Mesh;
+ Body182: THREE.Mesh;
+ Body192: THREE.Mesh;
+ Body202: THREE.Mesh;
+ Body212: THREE.Mesh;
+ Body222: THREE.Mesh;
+ Body232: THREE.Mesh;
+ Body242: THREE.Mesh;
+ Body252: THREE.Mesh;
+ Body262: THREE.Mesh;
+ Body272: THREE.Mesh;
+ Body282: THREE.Mesh;
+ Body292: THREE.Mesh;
+ Body302: THREE.Mesh;
+ Body311: THREE.Mesh;
+ Body321: THREE.Mesh;
+ Body331: THREE.Mesh;
+ Body341: THREE.Mesh;
+ Body351: THREE.Mesh;
+ Body361: THREE.Mesh;
+ Body371: THREE.Mesh;
+ Body381: THREE.Mesh;
+ Body391: THREE.Mesh;
+ Body401: THREE.Mesh;
+ Body411: THREE.Mesh;
+ Body421: THREE.Mesh;
+ Body431: THREE.Mesh;
+ Body441: THREE.Mesh;
+ Body45: THREE.Mesh;
+ Body46: THREE.Mesh;
+ Body47: THREE.Mesh;
+ Body48: THREE.Mesh;
+ Body49: THREE.Mesh;
+ Body50: THREE.Mesh;
+ Body51_1: THREE.Mesh;
+ Body52_1: THREE.Mesh;
+ Body53_1: THREE.Mesh;
+ Body54: THREE.Mesh;
+ Body55: THREE.Mesh;
+ Body56: THREE.Mesh;
+ Body57: THREE.Mesh;
+ Body58: THREE.Mesh;
+ Body59: THREE.Mesh;
+ Body60: THREE.Mesh;
+ Body61_1: THREE.Mesh;
+ Body62_1: THREE.Mesh;
+ Body63: THREE.Mesh;
+ Body64: THREE.Mesh;
+ Body65: THREE.Mesh;
+ Body66: THREE.Mesh;
+ Body67: THREE.Mesh;
+ Body68: THREE.Mesh;
+ Body69: THREE.Mesh;
+ Body70: THREE.Mesh;
+ Body71_1: THREE.Mesh;
+ Body72_1: THREE.Mesh;
+ Body73: THREE.Mesh;
+ Body74: THREE.Mesh;
+ Body75: THREE.Mesh;
+ Body76: THREE.Mesh;
+ Body77: THREE.Mesh;
+ Buffer_Object_14: THREE.Mesh;
+ Buffer_Object_15: THREE.Mesh;
+ Buffer_Object_16: THREE.Mesh;
+ Buffer_Object_17: THREE.Mesh;
+ Buffer_Object_18: THREE.Mesh;
+ Buffer_Object_19: THREE.Mesh;
+ Buffer_Object_20: THREE.Mesh;
+ Buffer_Object_21: THREE.Mesh;
+ Buffer_Object_22: THREE.Mesh;
+ Buffer_Object_23: THREE.Mesh;
+ Buffer_Object_24: THREE.Mesh;
+ Buffer_Object_25: THREE.Mesh;
+ Buffer_Object_26: THREE.Mesh;
+ Buffer_Object_27: THREE.Mesh;
+ Buffer_Object_28: THREE.Mesh;
+ Buffer_Object_29: THREE.Mesh;
+ Buffer_Object_30: THREE.Mesh;
+ Buffer_Object_31: THREE.Mesh;
+ Buffer_Object_32: THREE.Mesh;
+ Buffer_Object_33: THREE.Mesh;
+ Buffer_Object_34: THREE.Mesh;
+ Buffer_Object_35: THREE.Mesh;
+ Buffer_Object_36: THREE.Mesh;
+ Buffer_Object_37: THREE.Mesh;
+ Buffer_Object_38: THREE.Mesh;
+ Buffer_Object_39: THREE.Mesh;
+ Buffer_Object_40: THREE.Mesh;
+ Buffer_Object_41: THREE.Mesh;
+ Buffer_Object_42: THREE.Mesh;
+ Buffer_Object_43: THREE.Mesh;
+ Buffer_Object_44: THREE.Mesh;
+ Buffer_Object_45: THREE.Mesh;
+ Buffer_Object_46: THREE.Mesh;
+ Buffer_Object_47: THREE.Mesh;
+ Buffer_Object_48: THREE.Mesh;
+ Body125: THREE.Mesh;
+ Body24_1: THREE.Mesh;
+ Body34_1: THREE.Mesh;
+ Body44_1: THREE.Mesh;
+ Body54_1: THREE.Mesh;
+ Body63_1: THREE.Mesh;
+ Buffer_Object_49: THREE.Mesh;
+ Buffer_Object_50: THREE.Mesh;
+ Buffer_Object_51: THREE.Mesh;
+ Buffer_Object_52: THREE.Mesh;
+ Buffer_Object_53: THREE.Mesh;
+ Buffer_Object_54: THREE.Mesh;
+ Buffer_Object_55: THREE.Mesh;
+ Buffer_Object_56: THREE.Mesh;
+ Buffer_Object_57: THREE.Mesh;
+ Buffer_Object_58: THREE.Mesh;
+ Buffer_Object_59: THREE.Mesh;
+ Buffer_Object_60: THREE.Mesh;
+ Buffer_Object_61: THREE.Mesh;
+ Buffer_Object_62: THREE.Mesh;
+ Buffer_Object_63: THREE.Mesh;
+ Body131_1: THREE.Mesh;
+ Body25_1: THREE.Mesh;
+ Body35_1: THREE.Mesh;
+ Body45_1: THREE.Mesh;
+ Body55_1: THREE.Mesh;
+ Body64_1: THREE.Mesh;
+ Body73_1: THREE.Mesh;
+ Body83: THREE.Mesh;
+ Body93: THREE.Mesh;
+ Body103: THREE.Mesh;
+ Body113_1: THREE.Mesh;
+ Body132_1: THREE.Mesh;
+ Body26_1: THREE.Mesh;
+ Body36_1: THREE.Mesh;
+ Body46_1: THREE.Mesh;
+ Body56_1: THREE.Mesh;
+ Body65_1: THREE.Mesh;
+ Body74_1: THREE.Mesh;
+ Body84: THREE.Mesh;
+ Body94: THREE.Mesh;
+ Body104: THREE.Mesh;
+ Body114_1: THREE.Mesh;
+ Body133: THREE.Mesh;
+ Body27_1: THREE.Mesh;
+ Body37_1: THREE.Mesh;
+ Body47_1: THREE.Mesh;
+ Body57_1: THREE.Mesh;
+ Body66_1: THREE.Mesh;
+ Body75_1: THREE.Mesh;
+ Body85: THREE.Mesh;
+ Body95: THREE.Mesh;
+ Body105: THREE.Mesh;
+ Body115_1: THREE.Mesh;
+ Body123_1: THREE.Mesh;
+ Body133_1: THREE.Mesh;
+ Body143: THREE.Mesh;
+ Body153: THREE.Mesh;
+ Body163: THREE.Mesh;
+ Body173: THREE.Mesh;
+ Body183: THREE.Mesh;
+ Body193: THREE.Mesh;
+ Body203: THREE.Mesh;
+ Body213: THREE.Mesh;
+ Body223: THREE.Mesh;
+ Body233: THREE.Mesh;
+ Body243: THREE.Mesh;
+ Body253: THREE.Mesh;
+ Body263: THREE.Mesh;
+ Body134: THREE.Mesh;
+ Body28_1: THREE.Mesh;
+ Body38_1: THREE.Mesh;
+ Body48_1: THREE.Mesh;
+ Body135: THREE.Mesh;
+ Body29_1: THREE.Mesh;
+ Body39_1: THREE.Mesh;
+ Body49_1: THREE.Mesh;
+ Body136: THREE.Mesh;
+ Body210: THREE.Mesh;
+ Body310: THREE.Mesh;
+ Body410: THREE.Mesh;
+ Body137: THREE.Mesh;
+ Body211_1: THREE.Mesh;
+ Body311_1: THREE.Mesh;
+ Body411_1: THREE.Mesh;
+ Body58_1: THREE.Mesh;
+ Body67_1: THREE.Mesh;
+ Body76_1: THREE.Mesh;
+ Body138: THREE.Mesh;
+ Body212_1: THREE.Mesh;
+ Body312: THREE.Mesh;
+ Body412: THREE.Mesh;
+ Body59_1: THREE.Mesh;
+ Body68_1: THREE.Mesh;
+ Body139: THREE.Mesh;
+ Body213_1: THREE.Mesh;
+ Body313: THREE.Mesh;
+ Body413: THREE.Mesh;
+ Body510: THREE.Mesh;
+ Body69_1: THREE.Mesh;
+ Body77_1: THREE.Mesh;
+ Body86: THREE.Mesh;
+ Body96: THREE.Mesh;
+ Body106: THREE.Mesh;
+ Body116_1: THREE.Mesh;
+ Body124_1: THREE.Mesh;
+ Body134_1: THREE.Mesh;
+ Body144: THREE.Mesh;
+ Body154: THREE.Mesh;
+ Body164: THREE.Mesh;
+ Body174: THREE.Mesh;
+ Body184: THREE.Mesh;
+ Body194: THREE.Mesh;
+ Body204: THREE.Mesh;
+ Body214: THREE.Mesh;
+ Body224: THREE.Mesh;
+ Body140: THREE.Mesh;
+ Body214_1: THREE.Mesh;
+ Body314: THREE.Mesh;
+ Body414: THREE.Mesh;
+ Body511: THREE.Mesh;
+ Body610: THREE.Mesh;
+ Body78: THREE.Mesh;
+ Body87: THREE.Mesh;
+ Body141_1: THREE.Mesh;
+ Body215: THREE.Mesh;
+ Body315: THREE.Mesh;
+ Body415: THREE.Mesh;
+ Body512: THREE.Mesh;
+ Body611: THREE.Mesh;
+ Body79: THREE.Mesh;
+ Body88: THREE.Mesh;
+ Buffer_Object_64: THREE.Mesh;
+ Buffer_Object_65: THREE.Mesh;
+ Body143_1: THREE.Mesh;
+ Body216: THREE.Mesh;
+ Body316: THREE.Mesh;
+ Body416: THREE.Mesh;
+ Buffer_Object_66: THREE.Mesh;
+ Buffer_Object_67: THREE.Mesh;
+ Buffer_Object_68: THREE.Mesh;
+ Buffer_Object_69: THREE.Mesh;
+ Buffer_Object_70: THREE.Mesh;
+ Buffer_Object_71: THREE.Mesh;
+ Buffer_Object_72: THREE.Mesh;
+ Buffer_Object_73: THREE.Mesh;
+ Buffer_Object_74: THREE.Mesh;
+ Buffer_Object_75: THREE.Mesh;
+ Buffer_Object_76: THREE.Mesh;
+ Buffer_Object_77: THREE.Mesh;
+ Buffer_Object_78: THREE.Mesh;
+ Buffer_Object_79: THREE.Mesh;
+ Buffer_Object_80: THREE.Mesh;
+ Buffer_Object_81: THREE.Mesh;
+ Buffer_Object_82: THREE.Mesh;
+ Buffer_Object_83: THREE.Mesh;
+ Buffer_Object_84: THREE.Mesh;
+ Body150: THREE.Mesh;
+ Body217: THREE.Mesh;
+ Body317: THREE.Mesh;
+ Body417: THREE.Mesh;
+ Body513: THREE.Mesh;
+ Body612: THREE.Mesh;
+ Body710: THREE.Mesh;
+ Body89: THREE.Mesh;
+ Body97: THREE.Mesh;
+ Body107: THREE.Mesh;
+ Body117_1: THREE.Mesh;
+ Body151_1: THREE.Mesh;
+ Body218: THREE.Mesh;
+ Body318: THREE.Mesh;
+ Body418: THREE.Mesh;
+ Body514: THREE.Mesh;
+ Body613: THREE.Mesh;
+ Body711: THREE.Mesh;
+ Body810: THREE.Mesh;
+ Body98: THREE.Mesh;
+ Body108: THREE.Mesh;
+ Body118_1: THREE.Mesh;
+ Body152_1: THREE.Mesh;
+ Body219: THREE.Mesh;
+ Body319: THREE.Mesh;
+ Body419: THREE.Mesh;
+ Body515: THREE.Mesh;
+ Body614: THREE.Mesh;
+ Body712: THREE.Mesh;
+ Body811: THREE.Mesh;
+ Body99: THREE.Mesh;
+ Body109: THREE.Mesh;
+ Body119_1: THREE.Mesh;
+ Buffer_Object_85: THREE.Mesh;
+ Buffer_Object_86: THREE.Mesh;
+ Body154_1: THREE.Mesh;
+ Buffer_Object_87: THREE.Mesh;
+ Buffer_Object_88: THREE.Mesh;
+ Body156: THREE.Mesh;
+ Body157: THREE.Mesh;
+ Body158: THREE.Mesh;
+ Body159: THREE.Mesh;
+ Body160: THREE.Mesh;
+ Body161_1: THREE.Mesh;
+ Body162_1: THREE.Mesh;
+ Body163_1: THREE.Mesh;
+ Body164_1: THREE.Mesh;
+ Body220: THREE.Mesh;
+ Body320: THREE.Mesh;
+ Body420: THREE.Mesh;
+ Body516: THREE.Mesh;
+ Body615: THREE.Mesh;
+ Body713: THREE.Mesh;
+ Body812: THREE.Mesh;
+ Body165: THREE.Mesh;
+ Body221_1: THREE.Mesh;
+ Body321_1: THREE.Mesh;
+ Body421_1: THREE.Mesh;
+ Buffer_Object_89: THREE.Mesh;
+ Buffer_Object_90: THREE.Mesh;
+ Buffer_Object_91: THREE.Mesh;
+ Buffer_Object_92: THREE.Mesh;
+ Buffer_Object_93: THREE.Mesh;
+ Buffer_Object_94: THREE.Mesh;
+ Buffer_Object_95: THREE.Mesh;
+ Buffer_Object_96: THREE.Mesh;
+ Buffer_Object_97: THREE.Mesh;
+ Buffer_Object_98: THREE.Mesh;
+ Buffer_Object_99: THREE.Mesh;
+ Buffer_Object_100: THREE.Mesh;
+ Buffer_Object_101: THREE.Mesh;
+ Buffer_Object_102: THREE.Mesh;
+ Buffer_Object_103: THREE.Mesh;
+ Buffer_Object_104: THREE.Mesh;
+ Buffer_Object_105: THREE.Mesh;
+ Buffer_Object_106: THREE.Mesh;
+ Buffer_Object_107: THREE.Mesh;
+ Buffer_Object_108: THREE.Mesh;
+ Buffer_Object_109: THREE.Mesh;
+ Buffer_Object_110: THREE.Mesh;
+ Buffer_Object_111: THREE.Mesh;
+ Buffer_Object_112: THREE.Mesh;
+ Buffer_Object_113: THREE.Mesh;
+ Buffer_Object_114: THREE.Mesh;
+ Buffer_Object_115: THREE.Mesh;
+ Buffer_Object_116: THREE.Mesh;
+ Buffer_Object_117: THREE.Mesh;
+ Buffer_Object_118: THREE.Mesh;
+ Buffer_Object_119: THREE.Mesh;
+ Buffer_Object_120: THREE.Mesh;
+ Buffer_Object_121: THREE.Mesh;
+ Buffer_Object_122: THREE.Mesh;
+ Buffer_Object_123: THREE.Mesh;
+ Buffer_Object_124: THREE.Mesh;
+ Buffer_Object_125: THREE.Mesh;
+ Buffer_Object_126: THREE.Mesh;
+ Buffer_Object_127: THREE.Mesh;
+ Buffer_Object_128: THREE.Mesh;
+ Buffer_Object_129: THREE.Mesh;
+ Buffer_Object_130: THREE.Mesh;
+ Buffer_Object_131: THREE.Mesh;
+ Buffer_Object_132: THREE.Mesh;
+ Buffer_Object_133: THREE.Mesh;
+ Buffer_Object_134: THREE.Mesh;
+ Buffer_Object_135: THREE.Mesh;
+ Buffer_Object_136: THREE.Mesh;
+ Buffer_Object_137: THREE.Mesh;
+ Buffer_Object_138: THREE.Mesh;
+ Buffer_Object_139: THREE.Mesh;
+ Buffer_Object_140: THREE.Mesh;
+ Buffer_Object_141: THREE.Mesh;
+ Buffer_Object_142: THREE.Mesh;
+ Buffer_Object_143: THREE.Mesh;
+ Buffer_Object_144: THREE.Mesh;
+ Buffer_Object_145: THREE.Mesh;
+ Buffer_Object_146: THREE.Mesh;
+ Buffer_Object_147: THREE.Mesh;
+ Buffer_Object_148: THREE.Mesh;
+ Buffer_Object_149: THREE.Mesh;
+ Buffer_Object_150: THREE.Mesh;
+ Buffer_Object_151: THREE.Mesh;
+ Buffer_Object_152: THREE.Mesh;
+ Buffer_Object_153: THREE.Mesh;
+ Buffer_Object_154: THREE.Mesh;
+ Body182_1: THREE.Mesh;
+ Buffer_Object_155: THREE.Mesh;
+ Buffer_Object_156: THREE.Mesh;
+ Buffer_Object_157: THREE.Mesh;
+ Buffer_Object_158: THREE.Mesh;
+ Buffer_Object_159: THREE.Mesh;
+ Buffer_Object_160: THREE.Mesh;
+ Buffer_Object_161: THREE.Mesh;
+ Buffer_Object_162: THREE.Mesh;
+ Buffer_Object_163: THREE.Mesh;
+ Buffer_Object_164: THREE.Mesh;
+ Buffer_Object_165: THREE.Mesh;
+ Buffer_Object_166: THREE.Mesh;
+ Buffer_Object_167: THREE.Mesh;
+ Buffer_Object_168: THREE.Mesh;
+ Buffer_Object_169: THREE.Mesh;
+ Buffer_Object_170: THREE.Mesh;
+ Buffer_Object_171: THREE.Mesh;
+ Buffer_Object_172: THREE.Mesh;
+ Buffer_Object_173: THREE.Mesh;
+ Buffer_Object_174: THREE.Mesh;
+ Buffer_Object_175: THREE.Mesh;
+ Buffer_Object_176: THREE.Mesh;
+ Buffer_Object_177: THREE.Mesh;
+ Buffer_Object_178: THREE.Mesh;
+ Buffer_Object_179: THREE.Mesh;
+ Buffer_Object_180: THREE.Mesh;
+ Buffer_Object_181: THREE.Mesh;
+ Buffer_Object_182: THREE.Mesh;
+ Buffer_Object_183: THREE.Mesh;
+ Buffer_Object_184: THREE.Mesh;
+ Buffer_Object_185: THREE.Mesh;
+ Buffer_Object_186: THREE.Mesh;
+ Buffer_Object_187: THREE.Mesh;
+ Buffer_Object_188: THREE.Mesh;
+ Buffer_Object_189: THREE.Mesh;
+ Body195: THREE.Mesh;
+ Body196: THREE.Mesh;
+ Body197: THREE.Mesh;
+ Body198: THREE.Mesh;
+ Body199: THREE.Mesh;
+ Body1100: THREE.Mesh;
+ Buffer_Object_190: THREE.Mesh;
+ Buffer_Object_191: THREE.Mesh;
+ Body1102: THREE.Mesh;
+ Board: THREE.Mesh;
+ Buffer_Object_192: THREE.Mesh;
+ Buffer_Object_193: THREE.Mesh;
+ Buffer_Object_194: THREE.Mesh;
+ Buffer_Object_195: THREE.Mesh;
+ Buffer_Object_196: THREE.Mesh;
+ Buffer_Object_197: THREE.Mesh;
+ Buffer_Object_198: THREE.Mesh;
+ Buffer_Object_199: THREE.Mesh;
+ Buffer_Object_200: THREE.Mesh;
+ Buffer_Object_201: THREE.Mesh;
+ Buffer_Object_202: THREE.Mesh;
+ Body224_1: THREE.Mesh;
+ Body1106: THREE.Mesh;
+ Buffer_Object_203: THREE.Mesh;
+ Buffer_Object_204: THREE.Mesh;
+ Body323: THREE.Mesh;
+ Body423: THREE.Mesh;
+ Body518: THREE.Mesh;
+ Body617: THREE.Mesh;
+ Body715: THREE.Mesh;
+ Body814: THREE.Mesh;
+ Buffer_Object_205: THREE.Mesh;
+ Buffer_Object_206: THREE.Mesh;
+ Buffer_Object_207: THREE.Mesh;
+ Buffer_Object_208: THREE.Mesh;
+ Buffer_Object_209: THREE.Mesh;
+ Buffer_Object_210: THREE.Mesh;
+ Buffer_Object_211: THREE.Mesh;
+ Body1109: THREE.Mesh;
+ Body1108: THREE.Mesh;
+ Body1111: THREE.Mesh;
+ Body1112: THREE.Mesh;
+ Buffer_Object_212: THREE.Mesh;
+ Buffer_Object_213: THREE.Mesh;
+ Board1: THREE.Mesh;
+ Body1113: THREE.Mesh;
+ Body1110: THREE.Mesh;
+ DustSensor: THREE.Mesh;
+ Buffer_Object_214: THREE.Mesh;
+ Buffer_Object_215: THREE.Mesh;
+ Buffer_Object_216: THREE.Mesh;
+ Buffer_Object_217: THREE.Mesh;
+ Buffer_Object_218: THREE.Mesh;
+ RGB_LED_Pin: THREE.Mesh;
+ ["TPU_-_Puffer_Display"]: THREE.Mesh;
+ ["PC_CF_-_DustSensor_Halter"]: THREE.Mesh;
+ ["Acryl_-_Display_Glas"]: THREE.Mesh;
+ Filter1: THREE.Mesh;
+ ["TPU_-_Deckel_mit_Display"]: THREE.Mesh;
+ Buffer_Object_219: THREE.Mesh;
+ Buffer_Object_220: THREE.Mesh;
+ Buffer_Object_221: THREE.Mesh;
+ Buffer_Object_222: THREE.Mesh;
+ Buffer_Object_223: THREE.Mesh;
+ Buffer_Object_224: THREE.Mesh;
+ Buffer_Object_225: THREE.Mesh;
+ Buffer_Object_226: THREE.Mesh;
+ Buffer_Object_227: THREE.Mesh;
+ Buffer_Object_228: THREE.Mesh;
+ Buffer_Object_229: THREE.Mesh;
+ ["PC_CF_-_PowerSchalter_-_Hebel"]: THREE.Mesh;
+ ["PC_CF_-_PowerSchalter_-_Klammer"]: THREE.Mesh;
+ ["TPU_-_Boden"]: THREE.Mesh;
+ ["PP_GF_-_Schale"]: THREE.Mesh;
+ ["TPU_Module_-_SD_Karte"]: THREE.Mesh;
+ ["TPU_Module_-_USB_C"]: THREE.Mesh;
+ ["TPU_Module_-_Distanz_Sensor_ToF_V3"]: THREE.Mesh;
+ Filter: THREE.Mesh;
+ ["TPU_Module_-_Lüfter_Ohne_Gitter"]: THREE.Mesh;
+};
From cbf15432fcf2c56abdf871a575101cb4db83426d Mon Sep 17 00:00:00 2001
From: Georgi-S <106542204+Georgi-S@users.noreply.github.com>
Date: Thu, 7 Nov 2024 18:59:20 +0100
Subject: [PATCH 2/6] minimizes zooming of the object
---
src/scenes/bike/index.tsx | 19 +++++++++++++++----
src/scenes/bike/model/index.tsx | 15 ++++++++++-----
2 files changed, 25 insertions(+), 9 deletions(-)
diff --git a/src/scenes/bike/index.tsx b/src/scenes/bike/index.tsx
index 13a4756..ba1f38a 100644
--- a/src/scenes/bike/index.tsx
+++ b/src/scenes/bike/index.tsx
@@ -4,15 +4,19 @@ import { OrbitControls, Stage } from "@react-three/drei";
import { Model } from "./model";
export default function BikeScene() {
- const ref = useRef(null);
+ const controlsRef = useRef(null);
+
return (
);
}
diff --git a/src/scenes/bike/model/index.tsx b/src/scenes/bike/model/index.tsx
index 7f26db5..8b3619d 100644
--- a/src/scenes/bike/model/index.tsx
+++ b/src/scenes/bike/model/index.tsx
@@ -46,19 +46,24 @@ export function Model(props: JSX.IntrinsicElements["group"]) {
action.loop = THREE.LoopOnce;
// Set the time scale based on the direction
- action.timeScale = isReversed ? -0.9 : 0.6;
+ action.timeScale = isReversed ? -1 : 1;
- action.reset();
+ if (!action.isRunning()) {
+ // Reset the animation to the beginning if the animation is not running
+ action.reset();
- // Set the action's time to the last frame if the animation is reversed
- if (isReversed) action.time = action.getClip().duration;
+ // Start to play the animation from the end if the animation is reversed
+ if (isReversed) {
+ action.time = action.getClip().duration;
+ }
+ }
action.play();
+ // Toggle reverse state and store the new last time after animation starts
setIsReversed(!isReversed);
}
};
-
return (
From 672db382d5a3543d0edcb3b18115ffb58da4e950 Mon Sep 17 00:00:00 2001
From: Georgi-S <106542204+Georgi-S@users.noreply.github.com>
Date: Fri, 8 Nov 2024 14:24:28 +0100
Subject: [PATCH 3/6] extract toggleAnimation to hook
---
.../bike/model/hooks/useToggleAnimation.ts | 29 +++++
src/scenes/bike/model/index.tsx | 122 +-----------------
2 files changed, 35 insertions(+), 116 deletions(-)
create mode 100644 src/scenes/bike/model/hooks/useToggleAnimation.ts
diff --git a/src/scenes/bike/model/hooks/useToggleAnimation.ts b/src/scenes/bike/model/hooks/useToggleAnimation.ts
new file mode 100644
index 0000000..496b282
--- /dev/null
+++ b/src/scenes/bike/model/hooks/useToggleAnimation.ts
@@ -0,0 +1,29 @@
+import { useState } from "react";
+import * as THREE from "three";
+
+export function useToggleAnimation(action: THREE.AnimationAction | null) {
+ const [isReversed, setIsReversed] = useState(false);
+
+ const toggleAnimation = () => {
+ if (action) {
+ // Set up the animation to play once and stop at the last frame
+ action.clampWhenFinished = true;
+ action.loop = THREE.LoopOnce;
+
+ // Set the time scale based on the direction
+ action.timeScale = isReversed ? -1 : 1;
+
+ if (!action.isRunning()) {
+ action.reset();
+ if (isReversed) {
+ action.time = action.getClip().duration;
+ }
+ }
+
+ action.play();
+ setIsReversed(!isReversed);
+ }
+ };
+
+ return toggleAnimation;
+}
diff --git a/src/scenes/bike/model/index.tsx b/src/scenes/bike/model/index.tsx
index 8b3619d..c012a52 100644
--- a/src/scenes/bike/model/index.tsx
+++ b/src/scenes/bike/model/index.tsx
@@ -1,9 +1,6 @@
-/*
-Auto-generated by: https://github.com/pmndrs/gltfjsx
-*/
-
+// path: src/scenes/bike/model/index.tsx
import * as THREE from "three";
-import { useRef, useState } from "react";
+import { useRef } from "react";
import { useGLTF, useAnimations } from "@react-three/drei";
import { GLTF } from "three-stdlib";
import { Nodes } from "./types/nodes";
@@ -19,15 +16,13 @@ import { LipoMeshBoard } from "./lipoMeshBoard";
import { ToF } from "./tof";
import { FanEnclosure } from "./fanEnclosure";
import { Enclosure } from "./enclosure";
+import { useToggleAnimation } from "./hooks/useToggleAnimation";
type GLTFResult = GLTF & {
nodes: Nodes;
materials: Materials;
};
-// type ActionName = 'open lid' | 'explode tof' | 'explode hdc'
-// type GLTFActions = Record
-
export function Model(props: JSX.IntrinsicElements["group"]) {
const group = useRef(null);
const { nodes, materials, animations } = useGLTF(
@@ -35,35 +30,9 @@ export function Model(props: JSX.IntrinsicElements["group"]) {
) as GLTFResult;
const { actions } = useAnimations(animations, group);
- const [isReversed, setIsReversed] = useState(false);
-
- const toggleAnimation = () => {
- if (actions["open lid"]) {
- const action = actions["open lid"];
-
- // Configure the animation to play once and stop at the last frame
- action.clampWhenFinished = true;
- action.loop = THREE.LoopOnce;
-
- // Set the time scale based on the direction
- action.timeScale = isReversed ? -1 : 1;
-
- if (!action.isRunning()) {
- // Reset the animation to the beginning if the animation is not running
- action.reset();
+ // Verwende den Hook für die "open lid"-Animation
+ const toggleLidAnimation = useToggleAnimation(actions["open lid"]);
- // Start to play the animation from the end if the animation is reversed
- if (isReversed) {
- action.time = action.getClip().duration;
- }
- }
-
- action.play();
-
- // Toggle reverse state and store the new last time after animation starts
- setIsReversed(!isReversed);
- }
- };
return (
@@ -73,99 +42,20 @@ export function Model(props: JSX.IntrinsicElements["group"]) {
scale={0.001}
userData={{ name: "BikeBox+Mini+S2 (1)" }}
>
- {/* mcu-2 */}
-
- {/* hdc1080 */}
-
- {/* BLE-Bee */}
- {/* Fan */}
- {/* Battery */}
- {/* Deckel */}
toggleAnimation()}
+ onClick={() => toggleLidAnimation()}
/>
- {/* Level_Booster */}
-
- {/* Lipo_Mess_Board */}
- {/* ToF */}
- {/* Enclosure */}
- {/*
-
-
-
-
-
-
-
- */}
- {/* Fan_Encloser */}
From 8cd4678cdefd75549e6ec438ec328b229c104d6c Mon Sep 17 00:00:00 2001
From: Georgi-S <106542204+Georgi-S@users.noreply.github.com>
Date: Fri, 8 Nov 2024 15:20:56 +0100
Subject: [PATCH 4/6] enable animations for hdc and tof sensor
---
src/scenes/bike/model/enclosure.tsx | 9 ---------
.../bike/model/hooks/useToggleAnimation.ts | 7 ++++++-
src/scenes/bike/model/index.tsx | 18 ++++++++++++++----
src/scenes/bike/model/tof.tsx | 9 +++++++++
4 files changed, 29 insertions(+), 14 deletions(-)
diff --git a/src/scenes/bike/model/enclosure.tsx b/src/scenes/bike/model/enclosure.tsx
index c1653b9..16f3c98 100644
--- a/src/scenes/bike/model/enclosure.tsx
+++ b/src/scenes/bike/model/enclosure.tsx
@@ -57,15 +57,6 @@ export function Enclosure({ nodes, materials, ...props }: ModuleGroupProps) {
rotation={[Math.PI / 2, 0, 0]}
userData={{ name: "TPU Module - USB C" }}
/>
-
);
}
diff --git a/src/scenes/bike/model/hooks/useToggleAnimation.ts b/src/scenes/bike/model/hooks/useToggleAnimation.ts
index 496b282..233987c 100644
--- a/src/scenes/bike/model/hooks/useToggleAnimation.ts
+++ b/src/scenes/bike/model/hooks/useToggleAnimation.ts
@@ -1,9 +1,13 @@
-import { useState } from "react";
+import { useEffect, useState } from "react";
import * as THREE from "three";
export function useToggleAnimation(action: THREE.AnimationAction | null) {
const [isReversed, setIsReversed] = useState(false);
+ useEffect(() => {
+ console.log("useToggleAnimation", action);
+ }, [action]);
+
const toggleAnimation = () => {
if (action) {
// Set up the animation to play once and stop at the last frame
@@ -23,6 +27,7 @@ export function useToggleAnimation(action: THREE.AnimationAction | null) {
action.play();
setIsReversed(!isReversed);
}
+ console.log("toggleAnimation", action);
};
return toggleAnimation;
diff --git a/src/scenes/bike/model/index.tsx b/src/scenes/bike/model/index.tsx
index c012a52..7a4967e 100644
--- a/src/scenes/bike/model/index.tsx
+++ b/src/scenes/bike/model/index.tsx
@@ -32,6 +32,8 @@ export function Model(props: JSX.IntrinsicElements["group"]) {
// Verwende den Hook für die "open lid"-Animation
const toggleLidAnimation = useToggleAnimation(actions["open lid"]);
+ const toggleTofAnimation = useToggleAnimation(actions["explode tof"]);
+ const toggleHdcAnimation = useToggleAnimation(actions["explode hdc"]);
return (
@@ -43,9 +45,14 @@ export function Model(props: JSX.IntrinsicElements["group"]) {
userData={{ name: "BikeBox+Mini+S2 (1)" }}
>
-
+ toggleHdcAnimation()}>
+
+
+
+
+
-
+
-
+ toggleTofAnimation()}
+ />
-
diff --git a/src/scenes/bike/model/tof.tsx b/src/scenes/bike/model/tof.tsx
index 367dd21..56fd323 100644
--- a/src/scenes/bike/model/tof.tsx
+++ b/src/scenes/bike/model/tof.tsx
@@ -39,6 +39,15 @@ export function ToF({ nodes, materials, ...props }: ModuleGroupProps) {
rotation={[Math.PI / 2, 0, 0]}
userData={{ name: "Buffer Object" }}
/>
+
);
}
From d00b2db5fd4be8cd4fae8475d8c74469acf20008 Mon Sep 17 00:00:00 2001
From: Felix Erdmann
Date: Mon, 11 Nov 2024 14:43:28 +0100
Subject: [PATCH 5/6] feat: outline
---
.github/workflows/deploy-github-pages.yml | 2 +-
LICENSE.md | 2 +-
README.md | 2 +-
eslint.config.js | 24 +-
package-lock.json | 45 +
package.json | 2 +
public/gltf/bike/senseBox_bike.gltf | 54572 +++++++++++++++-
src/scenes/bike/index.tsx | 4 +-
.../bike/model/hooks/useToggleAnimation.ts | 7 +-
src/scenes/bike/model/index.tsx | 86 +-
src/scenes/bike/model/utils/outline.tsx | 39 +
vite.config.ts | 8 +-
12 files changed, 54735 insertions(+), 58 deletions(-)
create mode 100644 src/scenes/bike/model/utils/outline.tsx
diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml
index 20b3760..5399fd3 100644
--- a/.github/workflows/deploy-github-pages.yml
+++ b/.github/workflows/deploy-github-pages.yml
@@ -47,4 +47,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
- cname: 3d.sensebox.de
\ No newline at end of file
+ cname: 3d.sensebox.de
diff --git a/LICENSE.md b/LICENSE.md
index 54f0564..fd73fa4 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -4,4 +4,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
index 8839ee2..2e31e64 100644
--- a/README.md
+++ b/README.md
@@ -20,4 +20,4 @@ npm run dev
## License
-This project is licensed under the [MIT License](./LICENSE.md).
\ No newline at end of file
+This project is licensed under the [MIT License](./LICENSE.md).
diff --git a/eslint.config.js b/eslint.config.js
index 092408a..79a552e 100644
--- a/eslint.config.js
+++ b/eslint.config.js
@@ -1,28 +1,28 @@
-import js from '@eslint/js'
-import globals from 'globals'
-import reactHooks from 'eslint-plugin-react-hooks'
-import reactRefresh from 'eslint-plugin-react-refresh'
-import tseslint from 'typescript-eslint'
+import js from "@eslint/js";
+import globals from "globals";
+import reactHooks from "eslint-plugin-react-hooks";
+import reactRefresh from "eslint-plugin-react-refresh";
+import tseslint from "typescript-eslint";
export default tseslint.config(
- { ignores: ['dist'] },
+ { ignores: ["dist"] },
{
extends: [js.configs.recommended, ...tseslint.configs.recommended],
- files: ['**/*.{ts,tsx}'],
+ files: ["**/*.{ts,tsx}"],
languageOptions: {
ecmaVersion: 2020,
globals: globals.browser,
},
plugins: {
- 'react-hooks': reactHooks,
- 'react-refresh': reactRefresh,
+ "react-hooks": reactHooks,
+ "react-refresh": reactRefresh,
},
rules: {
...reactHooks.configs.recommended.rules,
- 'react-refresh/only-export-components': [
- 'warn',
+ "react-refresh/only-export-components": [
+ "warn",
{ allowConstantExport: true },
],
},
},
-)
+);
diff --git a/package-lock.json b/package-lock.json
index 886d954..4bb345f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,9 @@
"dependencies": {
"@react-three/drei": "^9.114.6",
"@react-three/fiber": "^8.17.10",
+ "@react-three/postprocessing": "^2.16.3",
"lamina": "^1.1.23",
+ "postprocessing": "^6.36.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
@@ -1561,6 +1563,32 @@
}
}
},
+ "node_modules/@react-three/postprocessing": {
+ "version": "2.16.3",
+ "resolved": "https://registry.npmjs.org/@react-three/postprocessing/-/postprocessing-2.16.3.tgz",
+ "integrity": "sha512-ftodXpUsy0/mzn0KqyV7MBau71dD9C5UOFnB3kHhCLNoxjKYQWZa9do0olJTSkl3owYXRfNHcLriK1Xn8wxZJw==",
+ "dependencies": {
+ "buffer": "^6.0.3",
+ "maath": "^0.6.0",
+ "n8ao": "^1.6.6",
+ "postprocessing": "^6.32.1",
+ "three-stdlib": "^2.23.4"
+ },
+ "peerDependencies": {
+ "@react-three/fiber": ">=8.0",
+ "react": ">=18.0",
+ "three": ">= 0.138.0"
+ }
+ },
+ "node_modules/@react-three/postprocessing/node_modules/maath": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/maath/-/maath-0.6.0.tgz",
+ "integrity": "sha512-dSb2xQuP7vDnaYqfoKzlApeRcR2xtN8/f7WV/TMAkBC8552TwTLtOO0JTcSygkYMjNDPoo6V01jTw/aPi4JrMw==",
+ "peerDependencies": {
+ "@types/three": ">=0.144.0",
+ "three": ">=0.144.0"
+ }
+ },
"node_modules/@remix-run/router": {
"version": "1.21.0",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz",
@@ -3563,6 +3591,15 @@
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"dev": true
},
+ "node_modules/n8ao": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmjs.org/n8ao/-/n8ao-1.9.3.tgz",
+ "integrity": "sha512-OZX+u8LaEfxLi6lupuyT8gIv80D6D8FIeKbBNkCyY0nE+1wmm6sQ4yeyW3a15lFMrfTcEhe0AU8QhhDejHg7sg==",
+ "peerDependencies": {
+ "postprocessing": ">=6.30.0",
+ "three": ">=0.137"
+ }
+ },
"node_modules/nanoid": {
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
@@ -3731,6 +3768,14 @@
"node": "^10 || ^12 || >=14"
}
},
+ "node_modules/postprocessing": {
+ "version": "6.36.4",
+ "resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.36.4.tgz",
+ "integrity": "sha512-3fAyBGuLNR7Rg/q+f2SNlsVCI5mDrymvxhOif3tPKEej8M38z4TvwzNZm+RNpRY2tACE7qQUNE5IHyMcqgvlAg==",
+ "peerDependencies": {
+ "three": ">= 0.157.0 < 0.171.0"
+ }
+ },
"node_modules/potpack": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/potpack/-/potpack-1.0.2.tgz",
diff --git a/package.json b/package.json
index d0e0838..3e01909 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,9 @@
"dependencies": {
"@react-three/drei": "^9.114.6",
"@react-three/fiber": "^8.17.10",
+ "@react-three/postprocessing": "^2.16.3",
"lamina": "^1.1.23",
+ "postprocessing": "^6.36.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
diff --git a/public/gltf/bike/senseBox_bike.gltf b/public/gltf/bike/senseBox_bike.gltf
index 794cf85..35b8435 100644
--- a/public/gltf/bike/senseBox_bike.gltf
+++ b/public/gltf/bike/senseBox_bike.gltf
@@ -1 +1,54571 @@
-{"asset":{"version":"2.0","generator":"VECTARY"},"nodes":[{"translation":[0,0,0],"scale":[0.001,0.001,0.001],"rotation":[-1,0,0,2.220446049250313e-16],"name":"BikeBox+Mini+S2 (1)","children":[1,606,610,642,645,654,669,673,678,683,684,685,686,687,688,689,690]},{"translation":[-0.4951324462890625,-4.218749999999998,-34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"senseBox MCU S2","children":[2,3,4,5,6,7,8,11,14,17,20,23,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,185,189,193,197,201,205,209,213,217,221,225,229,230,231,232,233,234,235,239,243,247,251,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,369,370,371,372,373,377,381,385,390,394,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,434,435,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,461,465,469,473,477,481,485,489,493,497,501,505,509,513,516,519,523,527,531,535,539,543,547,548,551,556,560,564,568,572,576,580,584,588,592,595,596,597,598,599,600,601,604,605]},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:x","mesh":0},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1","mesh":1},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2","mesh":2},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3","mesh":3},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4","mesh":4},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5","mesh":5},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:1","children":[9,10]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":6},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":7},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:2","children":[12,13]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":8},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":9},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:3","children":[15,16]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":10},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":11},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:4","children":[18,19]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":12},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":13},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:5","children":[21,22]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":14},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":15},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:6","children":[24,25]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":16},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":17},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:7","children":[27,28]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":18},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":19},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:8","mesh":20},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:1","mesh":21},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:1","mesh":22},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:1","mesh":23},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:1","mesh":24},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6","mesh":25},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7","mesh":26},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8","mesh":27},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body9","mesh":28},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body10","mesh":29},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body11","mesh":30},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body12","mesh":31},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body13","mesh":32},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body14","mesh":33},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body15","mesh":34},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body16","mesh":35},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body17","mesh":36},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body18","mesh":37},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body19","mesh":38},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body20","mesh":39},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body21","mesh":40},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body22","mesh":41},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body23","mesh":42},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body24","mesh":43},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body25","mesh":44},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body26","mesh":45},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body27","mesh":46},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body28","mesh":47},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body29","mesh":48},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body30","mesh":49},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:9","mesh":50},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:2","mesh":51},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:2","mesh":52},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:2","mesh":53},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:2","mesh":54},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:1","mesh":55},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:1","mesh":56},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:1","mesh":57},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body9:1","mesh":58},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body10:1","mesh":59},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body11:1","mesh":60},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body12:1","mesh":61},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body13:1","mesh":62},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body14:1","mesh":63},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body15:1","mesh":64},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body16:1","mesh":65},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body17:1","mesh":66},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body18:1","mesh":67},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body19:1","mesh":68},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body20:1","mesh":69},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body21:1","mesh":70},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body22:1","mesh":71},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body23:1","mesh":72},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body24:1","mesh":73},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body25:1","mesh":74},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body26:1","mesh":75},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body27:1","mesh":76},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body28:1","mesh":77},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body29:1","mesh":78},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body30:1","mesh":79},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body31","mesh":80},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body32","mesh":81},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body33","mesh":82},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body34","mesh":83},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body35","mesh":84},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body36","mesh":85},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body37","mesh":86},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body38","mesh":87},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body39","mesh":88},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body40","mesh":89},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body41","mesh":90},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body42","mesh":91},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body43","mesh":92},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body44","mesh":93},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:10","mesh":94},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:11","mesh":95},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:12","mesh":96},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:3","mesh":97},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:3","mesh":98},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:3","mesh":99},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:3","mesh":100},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:2","mesh":101},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:2","mesh":102},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:2","mesh":103},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body9:2","mesh":104},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body10:2","mesh":105},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body11:2","mesh":106},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body12:2","mesh":107},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body13:2","mesh":108},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body14:2","mesh":109},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body15:2","mesh":110},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body16:2","mesh":111},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body17:2","mesh":112},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body18:2","mesh":113},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body19:2","mesh":114},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body20:2","mesh":115},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body21:2","mesh":116},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body22:2","mesh":117},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body23:2","mesh":118},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body24:2","mesh":119},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body25:2","mesh":120},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body26:2","mesh":121},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body27:2","mesh":122},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body28:2","mesh":123},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body29:2","mesh":124},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body30:2","mesh":125},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body31:1","mesh":126},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body32:1","mesh":127},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body33:1","mesh":128},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body34:1","mesh":129},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body35:1","mesh":130},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body36:1","mesh":131},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body37:1","mesh":132},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body38:1","mesh":133},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body39:1","mesh":134},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body40:1","mesh":135},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body41:1","mesh":136},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body42:1","mesh":137},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body43:1","mesh":138},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body44:1","mesh":139},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body45","mesh":140},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body46","mesh":141},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body47","mesh":142},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body48","mesh":143},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body49","mesh":144},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body50","mesh":145},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body51","mesh":146},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body52","mesh":147},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body53","mesh":148},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body54","mesh":149},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body55","mesh":150},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body56","mesh":151},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body57","mesh":152},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body58","mesh":153},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body59","mesh":154},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body60","mesh":155},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body61","mesh":156},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body62","mesh":157},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body63","mesh":158},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body64","mesh":159},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body65","mesh":160},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body66","mesh":161},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body67","mesh":162},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body68","mesh":163},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body69","mesh":164},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body70","mesh":165},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body71","mesh":166},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body72","mesh":167},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body73","mesh":168},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body74","mesh":169},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body75","mesh":170},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body76","mesh":171},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body77","mesh":172},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:13","children":[183,184]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":173},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":174},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:14","children":[186,187,188]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":175},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":176},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":177},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:15","children":[190,191,192]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":178},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":179},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":180},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:16","children":[194,195,196]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":181},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":182},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":183},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:17","children":[198,199,200]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":184},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":185},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":186},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:18","children":[202,203,204]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":187},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":188},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":189},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:19","children":[206,207,208]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":190},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":191},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":192},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:20","children":[210,211,212]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":193},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":194},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":195},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:21","children":[214,215,216]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":196},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":197},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":198},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:22","children":[218,219,220]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":199},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":200},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":201},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:23","children":[222,223,224]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":202},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":203},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":204},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:24","children":[226,227,228]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":205},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":206},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":207},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:25","mesh":208},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:4","mesh":209},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:4","mesh":210},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:4","mesh":211},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:4","mesh":212},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:3","mesh":213},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:26","children":[236,237,238]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":214},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":215},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":216},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:27","children":[240,241,242]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":217},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":218},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":219},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:28","children":[244,245,246]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":220},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":221},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":222},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:29","children":[248,249,250]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":223},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":224},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":225},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:30","children":[252,253,254]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":226},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":227},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":228},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:31","mesh":229},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:5","mesh":230},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:5","mesh":231},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:5","mesh":232},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:5","mesh":233},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:4","mesh":234},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:3","mesh":235},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:3","mesh":236},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body9:3","mesh":237},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body10:3","mesh":238},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body11:3","mesh":239},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:32","mesh":240},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:6","mesh":241},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:6","mesh":242},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:6","mesh":243},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:6","mesh":244},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:5","mesh":245},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:4","mesh":246},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:4","mesh":247},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body9:4","mesh":248},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body10:4","mesh":249},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body11:4","mesh":250},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:33","mesh":251},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:7","mesh":252},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:7","mesh":253},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:7","mesh":254},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:7","mesh":255},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:6","mesh":256},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:5","mesh":257},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:5","mesh":258},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body9:5","mesh":259},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body10:5","mesh":260},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body11:5","mesh":261},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body12:3","mesh":262},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body13:3","mesh":263},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body14:3","mesh":264},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body15:3","mesh":265},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body16:3","mesh":266},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body17:3","mesh":267},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body18:3","mesh":268},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body19:3","mesh":269},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body20:3","mesh":270},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body21:3","mesh":271},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body22:3","mesh":272},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body23:3","mesh":273},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body24:3","mesh":274},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body25:3","mesh":275},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body26:3","mesh":276},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:34","mesh":277},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:8","mesh":278},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:8","mesh":279},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:8","mesh":280},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:35","mesh":281},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:9","mesh":282},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:9","mesh":283},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:9","mesh":284},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:36","mesh":285},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:10","mesh":286},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:10","mesh":287},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:10","mesh":288},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:37","mesh":289},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:11","mesh":290},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:11","mesh":291},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:11","mesh":292},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:8","mesh":293},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:7","mesh":294},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:6","mesh":295},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:38","mesh":296},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:12","mesh":297},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:12","mesh":298},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:12","mesh":299},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:9","mesh":300},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:8","mesh":301},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:39","mesh":302},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:13","mesh":303},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:13","mesh":304},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:13","mesh":305},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:10","mesh":306},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:9","mesh":307},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:7","mesh":308},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:6","mesh":309},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body9:6","mesh":310},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body10:6","mesh":311},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body11:6","mesh":312},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body12:4","mesh":313},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body13:4","mesh":314},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body14:4","mesh":315},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body15:4","mesh":316},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body16:4","mesh":317},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body17:4","mesh":318},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body18:4","mesh":319},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body19:4","mesh":320},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body20:4","mesh":321},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body21:4","mesh":322},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body22:4","mesh":323},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:40","mesh":324},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:14","mesh":325},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:14","mesh":326},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:14","mesh":327},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:11","mesh":328},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:10","mesh":329},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:8","mesh":330},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:7","mesh":331},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:41","mesh":332},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:15","mesh":333},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:15","mesh":334},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:15","mesh":335},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:12","mesh":336},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:11","mesh":337},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:9","mesh":338},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:8","mesh":339},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:42","children":[367,368]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":340},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":341},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:43","mesh":342},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:16","mesh":343},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:16","mesh":344},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:16","mesh":345},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:44","children":[374,375,376]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":346},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":347},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":348},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:45","children":[378,379,380]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":349},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":350},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":351},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:46","children":[382,383,384]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":352},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":353},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":354},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:47","children":[386,387,388,389]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":355},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":356},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":357},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":358},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:48","children":[391,392,393]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":359},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":360},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":361},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:49","children":[395,396,397]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":362},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":363},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":364},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:50","mesh":365},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:17","mesh":366},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:17","mesh":367},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:17","mesh":368},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:13","mesh":369},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:12","mesh":370},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:10","mesh":371},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:9","mesh":372},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body9:7","mesh":373},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body10:7","mesh":374},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body11:7","mesh":375},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:51","mesh":376},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:18","mesh":377},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:18","mesh":378},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:18","mesh":379},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:14","mesh":380},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:13","mesh":381},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:11","mesh":382},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:10","mesh":383},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body9:8","mesh":384},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body10:8","mesh":385},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body11:8","mesh":386},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:52","mesh":387},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:19","mesh":388},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:19","mesh":389},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:19","mesh":390},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:15","mesh":391},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:14","mesh":392},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:12","mesh":393},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:11","mesh":394},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body9:9","mesh":395},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body10:9","mesh":396},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body11:9","mesh":397},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:53","children":[432,433]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":398},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":399},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:54","mesh":400},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:55","children":[436,437]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":401},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":402},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:56","mesh":403},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:57","mesh":404},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:58","mesh":405},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:59","mesh":406},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:60","mesh":407},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:61","mesh":408},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:62","mesh":409},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:63","mesh":410},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:64","mesh":411},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:20","mesh":412},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:20","mesh":413},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:20","mesh":414},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:16","mesh":415},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:15","mesh":416},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:13","mesh":417},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:12","mesh":418},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:65","mesh":419},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:21","mesh":420},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:21","mesh":421},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:21","mesh":422},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:66","children":[459,460]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":423},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":424},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:67","children":[462,463,464]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":425},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":426},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":427},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:68","children":[466,467,468]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":428},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":429},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":430},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:69","children":[470,471,472]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":431},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":432},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":433},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:70","children":[474,475,476]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":434},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":435},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":436},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:71","children":[478,479,480]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":437},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":438},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":439},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:72","children":[482,483,484]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":440},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":441},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":442},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:73","children":[486,487,488]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":443},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":444},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":445},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:74","children":[490,491,492]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":446},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":447},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":448},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:75","children":[494,495,496]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":449},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":450},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":451},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:76","children":[498,499,500]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":452},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":453},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":454},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:77","children":[502,503,504]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":455},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":456},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":457},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:78","children":[506,507,508]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":458},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":459},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":460},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:79","children":[510,511,512]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":461},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":462},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":463},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:80","children":[514,515]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":464},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":465},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:81","children":[517,518]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":466},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":467},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body2:22","children":[520,521,522]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":468},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":469},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":470},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body3:22","children":[524,525,526]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":471},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":472},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":473},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body4:22","children":[528,529,530]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":474},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":475},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":476},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body5:17","children":[532,533,534]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":477},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":478},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":479},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body6:16","children":[536,537,538]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":480},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":481},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":482},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body7:14","children":[540,541,542]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":483},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":484},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":485},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body8:13","children":[544,545,546]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":486},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":487},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":488},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:82","mesh":489},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:83","children":[549,550]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":490},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":491},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:84","children":[552,553,554,555]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":492},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":493},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":494},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":495},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:85","children":[557,558,559]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":496},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":497},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":498},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:86","children":[561,562,563]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":499},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":500},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":501},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:87","children":[565,566,567]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":502},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":503},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":504},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:88","children":[569,570,571]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":505},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":506},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":507},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:89","children":[573,574,575]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":508},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":509},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":510},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:90","children":[577,578,579]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":511},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":512},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":513},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:91","children":[581,582,583]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":514},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":515},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":516},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:92","children":[585,586,587]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":517},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":518},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":519},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:93","children":[589,590,591]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":520},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":521},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":522},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:94","children":[593,594]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":523},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":524},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:95","mesh":525},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:96","mesh":526},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:97","mesh":527},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:98","mesh":528},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:99","mesh":529},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:100","mesh":530},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:101","children":[602,603]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":531},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":532},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:102","mesh":533},{"translation":[0.4951324462890625,4.218749999999998,34],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Board","mesh":534},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"HDC1080","children":[607,608,609]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":535},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":536},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":537},{"translation":[0,-7.249999999999996,8.814999580383303],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"BLE-Bee","children":[611,615,621,622,623,626,627,628,629,630,631,632,635,639]},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body2:23","children":[612,613,614]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":538},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":539},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":540},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:105","children":[616,617,618,619,620]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":541},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":542},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":543},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":544},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":545},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body2:24","mesh":546},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:106","mesh":547},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body2:25","children":[624,625]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":548},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":549},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body3:23","mesh":550},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body4:23","mesh":551},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body5:18","mesh":552},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body6:17","mesh":553},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body7:15","mesh":554},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body8:14","mesh":555},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:107","children":[633,634]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":556},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":557},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body2:26","children":[636,637,638]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":558},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":559},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":560},{"translation":[0,7.249999999999996,-8.814999580383303],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Body1:104","children":[640,641]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":561},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":562},{"translation":[-33.15000057220459,5.0000000000000115,37.58599853515625],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Fan","children":[643,644]},{"translation":[33.15000057220459,-5.0000000000000115,-37.58599853515625],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:109","mesh":563},{"translation":[33.15000057220459,-5.0000000000000115,-37.58599853515625],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:108","mesh":564},{"translation":[-9.5367431640625e-7,11.008721888065343,-34.00000000000001],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Battery","children":[646,647,648,651,652,653]},{"translation":[9.5367431640625e-7,-11.008721888065343,34.00000000000001],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:111","mesh":565},{"translation":[9.5367431640625e-7,-11.008721888065343,34.00000000000001],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:112","mesh":566},{"translation":[9.5367431640625e-7,-11.008721888065343,34.00000000000001],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"18650","children":[649,650]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":567},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":568},{"translation":[9.5367431640625e-7,-11.008721888065343,34.00000000000001],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Board:1","mesh":569},{"translation":[9.5367431640625e-7,-11.008721888065343,34.00000000000001],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:113","mesh":570},{"translation":[9.5367431640625e-7,-11.008721888065343,34.00000000000001],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Body1:110","mesh":571},{"translation":[0.25,-16.250000000000004,-40.749999999999986],"scale":[1,1,1],"rotation":[-1.815033637411114e-17,0,0,1],"name":"Lid with modules","children":[655,656,662]},{"translation":[-0.25,16.250000000000004,40.74999999999999],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"DustSensor","mesh":572},{"translation":[-0.25,16.250000000000004,40.74999999999999],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Display","children":[657,658,659,660,661]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":573},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":574},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":575},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":576},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":577},{"translation":[0,-3.552713678800501e-15,0],"scale":[1,1,1],"rotation":[-1.8350704582772053e-16,0,0,1],"name":"Lid","children":[663,664,665,666,667,668]},{"translation":[-0.25,16.250000000000007,40.75],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"RGB LED Pin","mesh":578},{"translation":[-0.25,16.250000000000007,40.75],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"TPU - Puffer Display","mesh":579},{"translation":[-0.25,16.250000000000007,40.75],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"PC CF - DustSensor Halter","mesh":580},{"translation":[-0.25,16.250000000000007,40.75],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Acryl - Display Glas","mesh":581},{"translation":[-0.25,16.250000000000007,40.75],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Filter:1","mesh":582},{"translation":[-0.25,16.250000000000007,40.75],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"TPU - Deckel mit Display","mesh":583},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Level Booster","children":[670,671,672]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":584},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":585},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":586},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"LiPo Mess Board","children":[674,675,676,677]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":587},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":588},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":589},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":590},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"ToF V53L8CX","children":[679,680,681,682]},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":591},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":592},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":593},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Buffer Object","mesh":594},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"PC CF - PowerSchalter - Hebel","mesh":595},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"PC CF - PowerSchalter - Klammer","mesh":596},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"TPU - Boden","mesh":597},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"PP GF - Schale","mesh":598},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"TPU Module - SD Karte","mesh":599},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"TPU Module - USB C","mesh":600},{"translation":[0,0,0],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"TPU Module - Distanz Sensor ToF V3","mesh":601},{"translation":[-33.92500114440918,4.024999618530285,37.700000762939446],"scale":[1,1,1],"rotation":[0,0,0,1],"name":"Fan Enclosure","children":[691,692]},{"translation":[33.92500114440918,-4.024999618530285,-37.700000762939446],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"Filter","mesh":602},{"translation":[33.92500114440918,-4.024999618530285,-37.700000762939446],"scale":[1,1,1],"rotation":[0.7071067811865475,0,0,0.7071067811865476],"name":"TPU Module - Lüfter Ohne Gitter","mesh":603}],"materials":[{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Habanero","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,1,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,255,255)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Camouflage","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Himalaya","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Butterfly Garden","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,0.5356413331251447,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,255,192)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6870303551993304,0.6387789827084308,0.5356413331251447,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(215,208,192)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6592240261805156,0.6800209014412872,0.6592240261805156,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(211,214,211)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6870303551993304,0.6387789827084308,0.5356413331251447,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(215,208,192)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6592240261805156,0.6800209014412872,0.6592240261805156,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(211,214,211)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6870303551993304,0.6387789827084308,0.5356413331251447,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(215,208,192)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6592240261805156,0.6800209014412872,0.6592240261805156,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(211,214,211)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6870303551993304,0.6387789827084308,0.5356413331251447,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(215,208,192)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6592240261805156,0.6800209014412872,0.6592240261805156,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(211,214,211)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6870303551993304,0.6387789827084308,0.5356413331251447,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(215,208,192)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6592240261805156,0.6800209014412872,0.6592240261805156,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(211,214,211)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6870303551993304,0.6387789827084308,0.5356413331251447,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(215,208,192)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6592240261805156,0.6800209014412872,0.6592240261805156,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(211,214,211)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6870303551993304,0.6387789827084308,0.5356413331251447,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(215,208,192)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6592240261805156,0.6800209014412872,0.6592240261805156,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(211,214,211)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Cleopatra","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Blaze","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.6320431214228374,0.21951992558965489,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,207,128)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Bella","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Aurora","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Diamond","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Classic Mix","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Infusion","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Pacific Spirit","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Brooklyn","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Nylon","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Mikado","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Santana","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Zambia","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Cactus Hill","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Retro Vibe","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Amulet","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Karma","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Landon","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Belfast","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Kenya","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Cold Spring","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Allure","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Zuni","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Beauty","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Milton","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5356416093153108,0.5356416093153108,0.5356416093153108,1],"metallicFactor":1,"roughnessFactor":0.05},"name":"Silver Glossy","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.6320431214228374,0.21951992558965489,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,207,128)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Magic Moment","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Amelia","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Tulip","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Delicious Mix","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Pyramid","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Pluto","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Excalibur","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Caribbean Beauty","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Kentucky","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Shelton","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Turbo","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Cold North","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Milano","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Kimono","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Eternity","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Valencia","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Havana","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Hidden Place","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Morning Rush","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Emerald Dream","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Coral Garden","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Stanley","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Irish Beauty","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Lucky Day","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.6320431214228374,0.21951992558965489,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,207,128)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Garden Glory","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Mystic Harbor","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Afternoon","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Gossip Soda","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Hawaiian Passion","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Bermuda","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Aragon","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Force of Nature","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Picasso","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Distant Land","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Lunar Dust","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Tuscan","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Euphoria","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Valley","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Skyline","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.006040564418415115,0.006040564418415115,0.006040564418415115,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Plastic_-_Matte_(Black)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Hidden Paradise","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.6320431214228374,0.21951992558965489,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,207,128)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Secret Path","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Blair","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.6320431214228374,0.21951992558965489,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,207,128)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.6320431214228374,0.21951992558965489,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,207,128)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Early Glow","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Atoll","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Adonis","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Monarch","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Vera","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Dallas","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Exotic Life","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Solitaire","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Berry","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Nana","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.21951992558965489,0.21951992558965489,0.21951992558965489,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(128,128,128)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.6320431214228374,0.21951992558965489,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,207,128)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Arctic","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Fresh Air","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Fiesta","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Alpine","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Fantasy","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Fountain","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Beluga","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Incognito","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Quiet Time","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Private Tone","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Atlantis","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Duck Hunt","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Jasper","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Exotic Escape","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Wild Party","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Warrior","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Secret Garden","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Mars","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Backlight","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Andres","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Secret Story","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Kimberly","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Bastille","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Cologne","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Satellite","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Harlequin","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Gentle Glow","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Crazy Eyes","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Romeo","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Royal Vibe","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Medusa","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Bavarian","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Ozark","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Emily","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Tsunami","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Solar","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.6320431214228374,0.21951992558965489,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,207,128)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Hero","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Little Valley","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Denver","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Retro","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Morning Shine","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Saxon","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Instant Glory","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Dizzy Days","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Alexa","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Aiden","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Lisa","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Berlin","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Kingdom","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Melbourne","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Hawaii Morning","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Bubble","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Kashmir","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Horizon Glow","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Phantom","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Island Moment","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Clean Slate","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Solid","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Golem","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Diesel","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Alley","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Poetic Charm","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Maple View","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Eagle Eye","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Safari","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Monet","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Nobel","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5356413331251447,0.5356413331251447,0.5356413331251447,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(192,192,192)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Orient","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Clear View","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"London","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Azul","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Madison","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,1,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,255,255)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Godzilla","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Ballon","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Bengal","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Quiet Moment","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Corvette","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Relax","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,1,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,255,255)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Hampton","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Cupcake","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Yolanda","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Niagara","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Timeless Beauty","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Caribbean Balm","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,1,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,255,255)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Circus","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Hurricane","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Cozy Cover","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Placebo","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Jupiter","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Bizarre","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Rosemary","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Manhattan","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Coastal Calm","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Simply Elegant","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Country Summer","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Nemo","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Historic Shade","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Axel","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Maverick","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Classic Calm","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Day Dream","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Island Paradise","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Eternal Flame","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Crocodile Smile","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Lola","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Panama","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Reflection","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,1,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,255,255)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6120655998656237,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(204,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Simply Delicious","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Abyss","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6120655998656237,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(204,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Electric Glow","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Silk Glow","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6120655998656237,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(204,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Perfect Tint","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"California Dream","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,1,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,255,255)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Autumn","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Windsurf","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Bright Idea","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Coastal Breeze","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"True Love","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Sienna","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Aura","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"City Park","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.49361590780959613,0.49361590780959613,0.49361590780959613,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(185,185,185)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Spanish Style","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Monte Carlo","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Namibia","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Uranus","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Arizona","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Impulse","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Butterfly Wing","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Hugo","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Porcelain","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Free Spirit","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Cozy Vibe","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Evening Glow","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Iris","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Lisbon","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Light Spirit","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Phoenix","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Bumblebee","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Freya","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Malibu","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.31118015675953803,0.31118015675953803,0.31118015675953803,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(150,150,150)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.027755145642748263,0.027755145642748263,0.027755145642748263,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(50,50,50)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.31118015675953803,0.31118015675953803,0.31118015675953803,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(150,150,150)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.15728108963597445,0.15728108963597445,0.15728108963597445,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(110,110,110)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.49361590780959613,0.49361590780959613,0.49361590780959613,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(185,185,185)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Harvest Time","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Aloha","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Victoria","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Spartacus","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Paradise Island","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.31118015675953803,0.31118015675953803,0.31118015675953803,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(150,150,150)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.15728108963597445,0.15728108963597445,0.15728108963597445,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(110,110,110)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.49361590780959613,0.49361590780959613,0.49361590780959613,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(185,185,185)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Hudson","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Adeline","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"California","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Durango","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Floral Scent","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.028991186547107816,0.028991186547107816,0.028991186547107816,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(51,51,51)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.948965818543481,0.948965818543481,0.948965818543481,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(249,249,249)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Melissa","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0,0.21951992558965489,0,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(0,128,0)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7154662948142093,0.5113979684959553,0.21204473071505514,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(219,188,126)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.09387558166111507,0.42590477117434,0.16687206071619345,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(87,173,113)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7154662948142093,0.5113979684959553,0.21204473071505514,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(219,188,126)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.09387558166111507,0.42590477117434,0.16687206071619345,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(87,173,113)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.0126637399317221,0.13609886950293199,0.49361590780959613,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(35,103,185)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Aztec","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,1,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,255,255)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Columbia","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Argos","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Butterfly Bush","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Galactica","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Abbey","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Luna","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,1,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,255,255)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Zanzibar","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Aria","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Andorra","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Zion","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Felicia","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Brimstone","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,1,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,255,255)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Opera","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Haiti","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Country Breeze","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Fairytale Dream","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Silk Elegance","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Alhambra","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.009696394073800966,0.009696394073800966,0.009696394073800966,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(31,31,31)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.4534561672372847,0.4534561672372847,0.4534561672372847,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(178,178,178)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Felix","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.3837748767528008,0.42590477117434,0.4534561672372847,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(165,173,178)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7893133253546729,0,0,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(229,0,0)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.006040564418415115,0.006040564418415115,0.006040564418415115,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Plastic_-_Matte_(Black)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Zoya","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Utah","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Venus","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Matrix","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Clear Day","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5295238323395052,0.5295238323395052,0.5295238323395052,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(191,191,191)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.07176156161427845,0.07176156161427845,0.07176156161427845,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(77,77,77)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5054319633958851,0.5668097032473641,0.605483578102272,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(187,197,203)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Belize","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Beyond the Clouds","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Kathmandu","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Future Vision","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Nordic","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Volt","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Florida","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(64,64,64)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6120655998656237,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(204,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Montana","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Best of Summer","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Bombay","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Arabella","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Chicago","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Pacific","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Herbal Scent","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Vienna","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Esprit","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Alvin","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"May Mist","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Ace","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Wellington","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Madagascar","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Fiji","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.11926390480679436,0.056373989705936364,0.03423011072057675,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(97,69,55)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6870303551993304,0.6387789827084308,0.5356413331251447,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(215,208,192)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6592240261805156,0.6800209014412872,0.6592240261805156,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(211,214,211)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7592996620590299,0.7592996620590299,0.7592996620590299,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(225,225,225)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.334457641773904,0.11657605668921706,0.07805632163882545,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(155,96,80)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Manchester","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.334457641773904,0.11657605668921706,0.07805632163882545,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(155,96,80)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7592996620590299,0.7592996620590299,0.7592996620590299,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(225,225,225)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Austin","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.334457641773904,0.11657605668921706,0.07805632163882545,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(155,96,80)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7592996620590299,0.7592996620590299,0.7592996620590299,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(225,225,225)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Nautico","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.334457641773904,0.11657605668921706,0.07805632163882545,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(155,96,80)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7592996620590299,0.7592996620590299,0.7592996620590299,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(225,225,225)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Gentle Touch","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.334457641773904,0.11657605668921706,0.07805632163882545,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(155,96,80)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7592996620590299,0.7592996620590299,0.7592996620590299,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(225,225,225)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Nevada","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.334457641773904,0.11657605668921706,0.07805632163882545,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(155,96,80)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7592996620590299,0.7592996620590299,0.7592996620590299,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(225,225,225)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Calm Balm","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.334457641773904,0.11657605668921706,0.07805632163882545,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(155,96,80)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7592996620590299,0.7592996620590299,0.7592996620590299,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(225,225,225)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Oxford","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.334457641773904,0.11657605668921706,0.07805632163882545,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(155,96,80)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7592996620590299,0.7592996620590299,0.7592996620590299,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(225,225,225)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.006040564418415115,0.006040564418415115,0.006040564418415115,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(25,25,25)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.05818726891071777,0.05818726891071777,0.05818726891071777,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(70,70,70)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Breath of Spring","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.6523693878039204,0.6455555442577121,0.5795463555006373,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(210,209,199)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7817513566628694,0.774227164147957,0.6320431214228374,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(228,227,207)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.004116183561563814,0.00455981191965686,0.0055217904047371695,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(21,22,24)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5295238323395052,0.5295238323395052,0.5295238323395052,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(191,191,191)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.0008046726615706274,0.0008046726615706274,0.0008046726615706274,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(10,10,10)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.009696394073800966,0.009696394073800966,0.009696394073800966,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(31,31,31)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.4534561672372847,0.4534561672372847,0.4534561672372847,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(178,178,178)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.4534561672372847,0.17677435516706944,0.08464139854997385,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(178,116,83)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.009696394073800966,0.009696394073800966,0.009696394073800966,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(31,31,31)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.4534561672372847,0.4534561672372847,0.4534561672372847,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(178,178,178)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.047775589327171755,0.047775589327171755,0.047775589327171755,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(63,63,63)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.9573692392054686,0.9573692392054686,0.9573692392054686,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(250,250,250)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.35865393058365536,0.35865393058365536,0.35865393058365536,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(160,160,160)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Keira","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0,0.21951992558965489,0,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(0,128,0)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0,0.21951992558965489,0,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(0,128,0)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.9239935831525422,0.9239935831525422,0.8993841466306576,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"ABS_(White)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.4590802027519658,0.4590802027519658,0.4590802027519658,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Paint_-_Enamel_Glossy_(Grey)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Tokyo","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.7299195109758919,0.24680066091758063,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,221,135)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.006040564418415115,0.006040564418415115,0.006040564418415115,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(25,25,25)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.8912628470518349,0.8122416439442972,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,242,232)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.5989420178028139,0.6455555442577121,0.8591728945937293,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(202,209,238)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0,0.21951992558965489,0,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(0,128,0)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.7299195109758919,0.24680066091758063,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,221,135)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7969169621554368,0.8355285345474399,0.8355285345474399,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(230,235,235)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7969169621554368,0.8355285345474399,0.8355285345474399,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(230,235,235)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Radar","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.000005078280628312988,0.04145184601439537,0.6523693878039204,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(1,60,210)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,1,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,255,255)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7969169621554368,0.8355285345474399,0.8355285345474399,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(230,235,235)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Dark Marmalade","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Lorenzo","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Light Aroma","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Monaco","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Canberra","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.7299195109758919,0.24680066091758063,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,221,135)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.006040564418415115,0.006040564418415115,0.006040564418415115,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(25,25,25)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Colorado","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.7299195109758919,0.24680066091758063,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,221,135)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.006040564418415115,0.006040564418415115,0.006040564418415115,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(25,25,25)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.7299195109758919,0.24680066091758063,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,221,135)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.006040564418415115,0.006040564418415115,0.006040564418415115,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(25,25,25)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.006584988027999169,0.006584988027999169,0.006584988027999169,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(26,26,26)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.02654872454784952,0.02654872454784952,0.025371189691051992,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"ABS_(White)_3","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.9322758953415581,0.7518943790382657,0.3250369625210763,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(247,224,153)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8670237934377415,0.8670237934377415,0.8670237934377415,1],"metallicFactor":0,"roughnessFactor":0.2},"name":"Urban Charm","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.054592427410635455,0.31118015675953803,0.06190750397971897,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Paint_-_Enamel_Glossy_(Green)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.35865393058365536,0.35865393058365536,0.35865393058365536,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Steel_-_Satin","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0,0.21951992558965489,0,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(0,128,0)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.35865393058365536,0.35865393058365536,0.35865393058365536,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Steel_-_Satin","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.006584988027999169,0.006584988027999169,0.006584988027999169,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(26,26,26)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.054592427410635455,0.31118015675953803,0.06190750397971897,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Paint_-_Enamel_Glossy_(Green)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.6320431214228374,0.21951992558965489,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,207,128)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0,0.21951992558965489,0,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(0,128,0)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.35865393058365536,0.35865393058365536,0.35865393058365536,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Steel_-_Satin","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.09387558166111507,0.42590477117434,0.16687206071619345,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(87,173,113)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.0008046726615706274,0.0008046726615706274,0.0008046726615706274,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(10,10,10)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.9239935831525422,0.9239935831525422,0.8993841466306576,0.05],"metallicFactor":0,"roughnessFactor":0.7},"name":"Acrylic_(Clear)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"BLEND","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.006040564418415115,0.006040564418415115,0.006040564418415115,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Plastic_-_Matte_(Black)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.02654872454784952,0.02654872454784952,0.025371189691051992,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"ABS_(White)_3","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.9239935831525422,0.9239935831525422,0.8993841466306576,0.05],"metallicFactor":0,"roughnessFactor":0.7},"name":"Acrylic_(Clear)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"BLEND","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.02654872454784952,0.02654872454784952,0.025371189691051992,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"ABS_(White)_3","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,1,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"ABS_(White)_1","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.35865393058365536,0.35865393058365536,0.35865393058365536,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Steel_-_Satin","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0,0.21951992558965489,0,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(0,128,0)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.6523693878039204,0.2157641940386425,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,210,127)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.7299195109758919,0.24680066091758063,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,221,135)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.35865393058365536,0.35865393058365536,0.35865393058365536,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Steel_-_Satin","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0,0.21951992558965489,0,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(0,128,0)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,0.6523693878039204,0.2157641940386425,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(255,210,127)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.027755145642748263,0.027755145642748263,0.027755145642748263,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(50,50,50)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0,0.21951992558965489,0,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(0,128,0)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.7667445498469606,0.6523693878039204,0.5542272753506554,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Opaque(226,210,195)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.9239935831525422,0.9239935831525422,0.8993841466306576,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"ABS_(White)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.006040564418415115,0.006040564418415115,0.006040564418415115,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Plastic_-_Matte_(Black)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.35865393058365536,0.35865393058365536,0.35865393058365536,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Steel_-_Satin","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[1,1,1,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"ABS_(White)_1","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.8831796570505306,0.8831796570505306,0.8831796570505306,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"ABS_(White)_2","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.1247409453870513,0.1247409453870513,0.1247409453870513,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Plastic_-_Glossy_(Black)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.1247409453870513,0.1247409453870513,0.1247409453870513,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Plastic_-_Glossy_(Black)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.1247409453870513,0.1247409453870513,0.1247409453870513,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Plastic_-_Glossy_(Black)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.02654872454784952,0.02654872454784952,0.025371189691051992,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"ABS_(White)_3","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false},{"pbrMetallicRoughness":{"baseColorFactor":[0.1247409453870513,0.1247409453870513,0.1247409453870513,1],"metallicFactor":0,"roughnessFactor":0.7},"name":"Plastic_-_Glossy_(Black)","emissiveFactor":[0,0,0],"extensions":{},"alphaMode":"OPAQUE","doubleSided":false}],"meshes":[{"primitives":[{"mode":4,"attributes":{"POSITION":1,"NORMAL":2,"TEXCOORD_0":3},"material":0,"indices":0}]},{"primitives":[{"mode":4,"attributes":{"POSITION":5,"NORMAL":6,"TEXCOORD_0":7},"material":1,"indices":4}]},{"primitives":[{"mode":4,"attributes":{"POSITION":9,"NORMAL":10,"TEXCOORD_0":11},"material":2,"indices":8}]},{"primitives":[{"mode":4,"attributes":{"POSITION":13,"NORMAL":14,"TEXCOORD_0":15},"material":3,"indices":12}]},{"primitives":[{"mode":4,"attributes":{"POSITION":17,"NORMAL":18,"TEXCOORD_0":19},"material":4,"indices":16}]},{"primitives":[{"mode":4,"attributes":{"POSITION":21,"NORMAL":22,"TEXCOORD_0":23},"material":5,"indices":20}]},{"primitives":[{"mode":4,"attributes":{"POSITION":25,"NORMAL":26,"TEXCOORD_0":27},"material":6,"indices":24}]},{"primitives":[{"mode":4,"attributes":{"POSITION":29,"NORMAL":30,"TEXCOORD_0":31},"material":7,"indices":28}]},{"primitives":[{"mode":4,"attributes":{"POSITION":33,"NORMAL":34,"TEXCOORD_0":35},"material":8,"indices":32}]},{"primitives":[{"mode":4,"attributes":{"POSITION":37,"NORMAL":38,"TEXCOORD_0":39},"material":9,"indices":36}]},{"primitives":[{"mode":4,"attributes":{"POSITION":41,"NORMAL":42,"TEXCOORD_0":43},"material":10,"indices":40}]},{"primitives":[{"mode":4,"attributes":{"POSITION":45,"NORMAL":46,"TEXCOORD_0":47},"material":11,"indices":44}]},{"primitives":[{"mode":4,"attributes":{"POSITION":49,"NORMAL":50,"TEXCOORD_0":51},"material":12,"indices":48}]},{"primitives":[{"mode":4,"attributes":{"POSITION":53,"NORMAL":54,"TEXCOORD_0":55},"material":13,"indices":52}]},{"primitives":[{"mode":4,"attributes":{"POSITION":57,"NORMAL":58,"TEXCOORD_0":59},"material":14,"indices":56}]},{"primitives":[{"mode":4,"attributes":{"POSITION":61,"NORMAL":62,"TEXCOORD_0":63},"material":15,"indices":60}]},{"primitives":[{"mode":4,"attributes":{"POSITION":65,"NORMAL":66,"TEXCOORD_0":67},"material":16,"indices":64}]},{"primitives":[{"mode":4,"attributes":{"POSITION":69,"NORMAL":70,"TEXCOORD_0":71},"material":17,"indices":68}]},{"primitives":[{"mode":4,"attributes":{"POSITION":73,"NORMAL":74,"TEXCOORD_0":75},"material":18,"indices":72}]},{"primitives":[{"mode":4,"attributes":{"POSITION":77,"NORMAL":78,"TEXCOORD_0":79},"material":19,"indices":76}]},{"primitives":[{"mode":4,"attributes":{"POSITION":81,"NORMAL":82,"TEXCOORD_0":83},"material":20,"indices":80}]},{"primitives":[{"mode":4,"attributes":{"POSITION":85,"NORMAL":86,"TEXCOORD_0":87},"material":21,"indices":84}]},{"primitives":[{"mode":4,"attributes":{"POSITION":89,"NORMAL":90,"TEXCOORD_0":91},"material":22,"indices":88}]},{"primitives":[{"mode":4,"attributes":{"POSITION":93,"NORMAL":94,"TEXCOORD_0":95},"material":23,"indices":92}]},{"primitives":[{"mode":4,"attributes":{"POSITION":97,"NORMAL":98,"TEXCOORD_0":99},"material":24,"indices":96}]},{"primitives":[{"mode":4,"attributes":{"POSITION":101,"NORMAL":102,"TEXCOORD_0":103},"material":25,"indices":100}]},{"primitives":[{"mode":4,"attributes":{"POSITION":105,"NORMAL":106,"TEXCOORD_0":107},"material":26,"indices":104}]},{"primitives":[{"mode":4,"attributes":{"POSITION":109,"NORMAL":110,"TEXCOORD_0":111},"material":27,"indices":108}]},{"primitives":[{"mode":4,"attributes":{"POSITION":113,"NORMAL":114,"TEXCOORD_0":115},"material":28,"indices":112}]},{"primitives":[{"mode":4,"attributes":{"POSITION":117,"NORMAL":118,"TEXCOORD_0":119},"material":29,"indices":116}]},{"primitives":[{"mode":4,"attributes":{"POSITION":121,"NORMAL":122,"TEXCOORD_0":123},"material":30,"indices":120}]},{"primitives":[{"mode":4,"attributes":{"POSITION":125,"NORMAL":126,"TEXCOORD_0":127},"material":31,"indices":124}]},{"primitives":[{"mode":4,"attributes":{"POSITION":129,"NORMAL":130,"TEXCOORD_0":131},"material":32,"indices":128}]},{"primitives":[{"mode":4,"attributes":{"POSITION":133,"NORMAL":134,"TEXCOORD_0":135},"material":33,"indices":132}]},{"primitives":[{"mode":4,"attributes":{"POSITION":137,"NORMAL":138,"TEXCOORD_0":139},"material":34,"indices":136}]},{"primitives":[{"mode":4,"attributes":{"POSITION":141,"NORMAL":142,"TEXCOORD_0":143},"material":35,"indices":140}]},{"primitives":[{"mode":4,"attributes":{"POSITION":145,"NORMAL":146,"TEXCOORD_0":147},"material":36,"indices":144}]},{"primitives":[{"mode":4,"attributes":{"POSITION":149,"NORMAL":150,"TEXCOORD_0":151},"material":37,"indices":148}]},{"primitives":[{"mode":4,"attributes":{"POSITION":153,"NORMAL":154,"TEXCOORD_0":155},"material":38,"indices":152}]},{"primitives":[{"mode":4,"attributes":{"POSITION":157,"NORMAL":158,"TEXCOORD_0":159},"material":39,"indices":156}]},{"primitives":[{"mode":4,"attributes":{"POSITION":161,"NORMAL":162,"TEXCOORD_0":163},"material":40,"indices":160}]},{"primitives":[{"mode":4,"attributes":{"POSITION":165,"NORMAL":166,"TEXCOORD_0":167},"material":41,"indices":164}]},{"primitives":[{"mode":4,"attributes":{"POSITION":169,"NORMAL":170,"TEXCOORD_0":171},"material":42,"indices":168}]},{"primitives":[{"mode":4,"attributes":{"POSITION":173,"NORMAL":174,"TEXCOORD_0":175},"material":43,"indices":172}]},{"primitives":[{"mode":4,"attributes":{"POSITION":177,"NORMAL":178,"TEXCOORD_0":179},"material":44,"indices":176}]},{"primitives":[{"mode":4,"attributes":{"POSITION":181,"NORMAL":182,"TEXCOORD_0":183},"material":45,"indices":180}]},{"primitives":[{"mode":4,"attributes":{"POSITION":185,"NORMAL":186,"TEXCOORD_0":187},"material":46,"indices":184}]},{"primitives":[{"mode":4,"attributes":{"POSITION":189,"NORMAL":190,"TEXCOORD_0":191},"material":47,"indices":188}]},{"primitives":[{"mode":4,"attributes":{"POSITION":193,"NORMAL":194,"TEXCOORD_0":195},"material":48,"indices":192}]},{"primitives":[{"mode":4,"attributes":{"POSITION":197,"NORMAL":198,"TEXCOORD_0":199},"material":49,"indices":196}]},{"primitives":[{"mode":4,"attributes":{"POSITION":201,"NORMAL":202,"TEXCOORD_0":203},"material":50,"indices":200}]},{"primitives":[{"mode":4,"attributes":{"POSITION":205,"NORMAL":206,"TEXCOORD_0":207},"material":51,"indices":204}]},{"primitives":[{"mode":4,"attributes":{"POSITION":209,"NORMAL":210,"TEXCOORD_0":211},"material":52,"indices":208}]},{"primitives":[{"mode":4,"attributes":{"POSITION":213,"NORMAL":214,"TEXCOORD_0":215},"material":53,"indices":212}]},{"primitives":[{"mode":4,"attributes":{"POSITION":217,"NORMAL":218,"TEXCOORD_0":219},"material":54,"indices":216}]},{"primitives":[{"mode":4,"attributes":{"POSITION":221,"NORMAL":222,"TEXCOORD_0":223},"material":55,"indices":220}]},{"primitives":[{"mode":4,"attributes":{"POSITION":225,"NORMAL":226,"TEXCOORD_0":227},"material":56,"indices":224}]},{"primitives":[{"mode":4,"attributes":{"POSITION":229,"NORMAL":230,"TEXCOORD_0":231},"material":57,"indices":228}]},{"primitives":[{"mode":4,"attributes":{"POSITION":233,"NORMAL":234,"TEXCOORD_0":235},"material":58,"indices":232}]},{"primitives":[{"mode":4,"attributes":{"POSITION":237,"NORMAL":238,"TEXCOORD_0":239},"material":59,"indices":236}]},{"primitives":[{"mode":4,"attributes":{"POSITION":241,"NORMAL":242,"TEXCOORD_0":243},"material":60,"indices":240}]},{"primitives":[{"mode":4,"attributes":{"POSITION":245,"NORMAL":246,"TEXCOORD_0":247},"material":61,"indices":244}]},{"primitives":[{"mode":4,"attributes":{"POSITION":249,"NORMAL":250,"TEXCOORD_0":251},"material":62,"indices":248}]},{"primitives":[{"mode":4,"attributes":{"POSITION":253,"NORMAL":254,"TEXCOORD_0":255},"material":63,"indices":252}]},{"primitives":[{"mode":4,"attributes":{"POSITION":257,"NORMAL":258,"TEXCOORD_0":259},"material":64,"indices":256}]},{"primitives":[{"mode":4,"attributes":{"POSITION":261,"NORMAL":262,"TEXCOORD_0":263},"material":65,"indices":260}]},{"primitives":[{"mode":4,"attributes":{"POSITION":265,"NORMAL":266,"TEXCOORD_0":267},"material":66,"indices":264}]},{"primitives":[{"mode":4,"attributes":{"POSITION":269,"NORMAL":270,"TEXCOORD_0":271},"material":67,"indices":268}]},{"primitives":[{"mode":4,"attributes":{"POSITION":273,"NORMAL":274,"TEXCOORD_0":275},"material":68,"indices":272}]},{"primitives":[{"mode":4,"attributes":{"POSITION":277,"NORMAL":278,"TEXCOORD_0":279},"material":69,"indices":276}]},{"primitives":[{"mode":4,"attributes":{"POSITION":281,"NORMAL":282,"TEXCOORD_0":283},"material":70,"indices":280}]},{"primitives":[{"mode":4,"attributes":{"POSITION":285,"NORMAL":286,"TEXCOORD_0":287},"material":71,"indices":284}]},{"primitives":[{"mode":4,"attributes":{"POSITION":289,"NORMAL":290,"TEXCOORD_0":291},"material":72,"indices":288}]},{"primitives":[{"mode":4,"attributes":{"POSITION":293,"NORMAL":294,"TEXCOORD_0":295},"material":73,"indices":292}]},{"primitives":[{"mode":4,"attributes":{"POSITION":297,"NORMAL":298,"TEXCOORD_0":299},"material":74,"indices":296}]},{"primitives":[{"mode":4,"attributes":{"POSITION":301,"NORMAL":302,"TEXCOORD_0":303},"material":75,"indices":300}]},{"primitives":[{"mode":4,"attributes":{"POSITION":305,"NORMAL":306,"TEXCOORD_0":307},"material":76,"indices":304}]},{"primitives":[{"mode":4,"attributes":{"POSITION":309,"NORMAL":310,"TEXCOORD_0":311},"material":77,"indices":308}]},{"primitives":[{"mode":4,"attributes":{"POSITION":313,"NORMAL":314,"TEXCOORD_0":315},"material":78,"indices":312}]},{"primitives":[{"mode":4,"attributes":{"POSITION":317,"NORMAL":318,"TEXCOORD_0":319},"material":79,"indices":316}]},{"primitives":[{"mode":4,"attributes":{"POSITION":321,"NORMAL":322,"TEXCOORD_0":323},"material":80,"indices":320}]},{"primitives":[{"mode":4,"attributes":{"POSITION":325,"NORMAL":326,"TEXCOORD_0":327},"material":81,"indices":324}]},{"primitives":[{"mode":4,"attributes":{"POSITION":329,"NORMAL":330,"TEXCOORD_0":331},"material":82,"indices":328}]},{"primitives":[{"mode":4,"attributes":{"POSITION":333,"NORMAL":334,"TEXCOORD_0":335},"material":83,"indices":332}]},{"primitives":[{"mode":4,"attributes":{"POSITION":337,"NORMAL":338,"TEXCOORD_0":339},"material":84,"indices":336}]},{"primitives":[{"mode":4,"attributes":{"POSITION":341,"NORMAL":342,"TEXCOORD_0":343},"material":85,"indices":340}]},{"primitives":[{"mode":4,"attributes":{"POSITION":345,"NORMAL":346,"TEXCOORD_0":347},"material":86,"indices":344}]},{"primitives":[{"mode":4,"attributes":{"POSITION":349,"NORMAL":350,"TEXCOORD_0":351},"material":87,"indices":348}]},{"primitives":[{"mode":4,"attributes":{"POSITION":353,"NORMAL":354,"TEXCOORD_0":355},"material":88,"indices":352}]},{"primitives":[{"mode":4,"attributes":{"POSITION":357,"NORMAL":358,"TEXCOORD_0":359},"material":89,"indices":356}]},{"primitives":[{"mode":4,"attributes":{"POSITION":361,"NORMAL":362,"TEXCOORD_0":363},"material":90,"indices":360}]},{"primitives":[{"mode":4,"attributes":{"POSITION":365,"NORMAL":366,"TEXCOORD_0":367},"material":91,"indices":364}]},{"primitives":[{"mode":4,"attributes":{"POSITION":369,"NORMAL":370,"TEXCOORD_0":371},"material":92,"indices":368}]},{"primitives":[{"mode":4,"attributes":{"POSITION":373,"NORMAL":374,"TEXCOORD_0":375},"material":93,"indices":372}]},{"primitives":[{"mode":4,"attributes":{"POSITION":377,"NORMAL":378,"TEXCOORD_0":379},"material":94,"indices":376}]},{"primitives":[{"mode":4,"attributes":{"POSITION":381,"NORMAL":382,"TEXCOORD_0":383},"material":95,"indices":380}]},{"primitives":[{"mode":4,"attributes":{"POSITION":385,"NORMAL":386,"TEXCOORD_0":387},"material":96,"indices":384}]},{"primitives":[{"mode":4,"attributes":{"POSITION":389,"NORMAL":390,"TEXCOORD_0":391},"material":97,"indices":388}]},{"primitives":[{"mode":4,"attributes":{"POSITION":393,"NORMAL":394,"TEXCOORD_0":395},"material":98,"indices":392}]},{"primitives":[{"mode":4,"attributes":{"POSITION":397,"NORMAL":398,"TEXCOORD_0":399},"material":99,"indices":396}]},{"primitives":[{"mode":4,"attributes":{"POSITION":401,"NORMAL":402,"TEXCOORD_0":403},"material":100,"indices":400}]},{"primitives":[{"mode":4,"attributes":{"POSITION":405,"NORMAL":406,"TEXCOORD_0":407},"material":101,"indices":404}]},{"primitives":[{"mode":4,"attributes":{"POSITION":409,"NORMAL":410,"TEXCOORD_0":411},"material":102,"indices":408}]},{"primitives":[{"mode":4,"attributes":{"POSITION":413,"NORMAL":414,"TEXCOORD_0":415},"material":103,"indices":412}]},{"primitives":[{"mode":4,"attributes":{"POSITION":417,"NORMAL":418,"TEXCOORD_0":419},"material":104,"indices":416}]},{"primitives":[{"mode":4,"attributes":{"POSITION":421,"NORMAL":422,"TEXCOORD_0":423},"material":105,"indices":420}]},{"primitives":[{"mode":4,"attributes":{"POSITION":425,"NORMAL":426,"TEXCOORD_0":427},"material":106,"indices":424}]},{"primitives":[{"mode":4,"attributes":{"POSITION":429,"NORMAL":430,"TEXCOORD_0":431},"material":107,"indices":428}]},{"primitives":[{"mode":4,"attributes":{"POSITION":433,"NORMAL":434,"TEXCOORD_0":435},"material":108,"indices":432}]},{"primitives":[{"mode":4,"attributes":{"POSITION":437,"NORMAL":438,"TEXCOORD_0":439},"material":109,"indices":436}]},{"primitives":[{"mode":4,"attributes":{"POSITION":441,"NORMAL":442,"TEXCOORD_0":443},"material":110,"indices":440}]},{"primitives":[{"mode":4,"attributes":{"POSITION":445,"NORMAL":446,"TEXCOORD_0":447},"material":111,"indices":444}]},{"primitives":[{"mode":4,"attributes":{"POSITION":449,"NORMAL":450,"TEXCOORD_0":451},"material":112,"indices":448}]},{"primitives":[{"mode":4,"attributes":{"POSITION":453,"NORMAL":454,"TEXCOORD_0":455},"material":113,"indices":452}]},{"primitives":[{"mode":4,"attributes":{"POSITION":457,"NORMAL":458,"TEXCOORD_0":459},"material":114,"indices":456}]},{"primitives":[{"mode":4,"attributes":{"POSITION":461,"NORMAL":462,"TEXCOORD_0":463},"material":115,"indices":460}]},{"primitives":[{"mode":4,"attributes":{"POSITION":465,"NORMAL":466,"TEXCOORD_0":467},"material":116,"indices":464}]},{"primitives":[{"mode":4,"attributes":{"POSITION":469,"NORMAL":470,"TEXCOORD_0":471},"material":117,"indices":468}]},{"primitives":[{"mode":4,"attributes":{"POSITION":473,"NORMAL":474,"TEXCOORD_0":475},"material":118,"indices":472}]},{"primitives":[{"mode":4,"attributes":{"POSITION":477,"NORMAL":478,"TEXCOORD_0":479},"material":119,"indices":476}]},{"primitives":[{"mode":4,"attributes":{"POSITION":481,"NORMAL":482,"TEXCOORD_0":483},"material":120,"indices":480}]},{"primitives":[{"mode":4,"attributes":{"POSITION":485,"NORMAL":486,"TEXCOORD_0":487},"material":121,"indices":484}]},{"primitives":[{"mode":4,"attributes":{"POSITION":489,"NORMAL":490,"TEXCOORD_0":491},"material":122,"indices":488}]},{"primitives":[{"mode":4,"attributes":{"POSITION":493,"NORMAL":494,"TEXCOORD_0":495},"material":123,"indices":492}]},{"primitives":[{"mode":4,"attributes":{"POSITION":497,"NORMAL":498,"TEXCOORD_0":499},"material":124,"indices":496}]},{"primitives":[{"mode":4,"attributes":{"POSITION":501,"NORMAL":502,"TEXCOORD_0":503},"material":125,"indices":500}]},{"primitives":[{"mode":4,"attributes":{"POSITION":505,"NORMAL":506,"TEXCOORD_0":507},"material":126,"indices":504}]},{"primitives":[{"mode":4,"attributes":{"POSITION":509,"NORMAL":510,"TEXCOORD_0":511},"material":127,"indices":508}]},{"primitives":[{"mode":4,"attributes":{"POSITION":513,"NORMAL":514,"TEXCOORD_0":515},"material":128,"indices":512}]},{"primitives":[{"mode":4,"attributes":{"POSITION":517,"NORMAL":518,"TEXCOORD_0":519},"material":129,"indices":516}]},{"primitives":[{"mode":4,"attributes":{"POSITION":521,"NORMAL":522,"TEXCOORD_0":523},"material":130,"indices":520}]},{"primitives":[{"mode":4,"attributes":{"POSITION":525,"NORMAL":526,"TEXCOORD_0":527},"material":131,"indices":524}]},{"primitives":[{"mode":4,"attributes":{"POSITION":529,"NORMAL":530,"TEXCOORD_0":531},"material":132,"indices":528}]},{"primitives":[{"mode":4,"attributes":{"POSITION":533,"NORMAL":534,"TEXCOORD_0":535},"material":133,"indices":532}]},{"primitives":[{"mode":4,"attributes":{"POSITION":537,"NORMAL":538,"TEXCOORD_0":539},"material":134,"indices":536}]},{"primitives":[{"mode":4,"attributes":{"POSITION":541,"NORMAL":542,"TEXCOORD_0":543},"material":135,"indices":540}]},{"primitives":[{"mode":4,"attributes":{"POSITION":545,"NORMAL":546,"TEXCOORD_0":547},"material":136,"indices":544}]},{"primitives":[{"mode":4,"attributes":{"POSITION":549,"NORMAL":550,"TEXCOORD_0":551},"material":137,"indices":548}]},{"primitives":[{"mode":4,"attributes":{"POSITION":553,"NORMAL":554,"TEXCOORD_0":555},"material":138,"indices":552}]},{"primitives":[{"mode":4,"attributes":{"POSITION":557,"NORMAL":558,"TEXCOORD_0":559},"material":139,"indices":556}]},{"primitives":[{"mode":4,"attributes":{"POSITION":561,"NORMAL":562,"TEXCOORD_0":563},"material":140,"indices":560}]},{"primitives":[{"mode":4,"attributes":{"POSITION":565,"NORMAL":566,"TEXCOORD_0":567},"material":141,"indices":564}]},{"primitives":[{"mode":4,"attributes":{"POSITION":569,"NORMAL":570,"TEXCOORD_0":571},"material":142,"indices":568}]},{"primitives":[{"mode":4,"attributes":{"POSITION":573,"NORMAL":574,"TEXCOORD_0":575},"material":143,"indices":572}]},{"primitives":[{"mode":4,"attributes":{"POSITION":577,"NORMAL":578,"TEXCOORD_0":579},"material":144,"indices":576}]},{"primitives":[{"mode":4,"attributes":{"POSITION":581,"NORMAL":582,"TEXCOORD_0":583},"material":145,"indices":580}]},{"primitives":[{"mode":4,"attributes":{"POSITION":585,"NORMAL":586,"TEXCOORD_0":587},"material":146,"indices":584}]},{"primitives":[{"mode":4,"attributes":{"POSITION":589,"NORMAL":590,"TEXCOORD_0":591},"material":147,"indices":588}]},{"primitives":[{"mode":4,"attributes":{"POSITION":593,"NORMAL":594,"TEXCOORD_0":595},"material":148,"indices":592}]},{"primitives":[{"mode":4,"attributes":{"POSITION":597,"NORMAL":598,"TEXCOORD_0":599},"material":149,"indices":596}]},{"primitives":[{"mode":4,"attributes":{"POSITION":601,"NORMAL":602,"TEXCOORD_0":603},"material":150,"indices":600}]},{"primitives":[{"mode":4,"attributes":{"POSITION":605,"NORMAL":606,"TEXCOORD_0":607},"material":151,"indices":604}]},{"primitives":[{"mode":4,"attributes":{"POSITION":609,"NORMAL":610,"TEXCOORD_0":611},"material":152,"indices":608}]},{"primitives":[{"mode":4,"attributes":{"POSITION":613,"NORMAL":614,"TEXCOORD_0":615},"material":153,"indices":612}]},{"primitives":[{"mode":4,"attributes":{"POSITION":617,"NORMAL":618,"TEXCOORD_0":619},"material":154,"indices":616}]},{"primitives":[{"mode":4,"attributes":{"POSITION":621,"NORMAL":622,"TEXCOORD_0":623},"material":155,"indices":620}]},{"primitives":[{"mode":4,"attributes":{"POSITION":625,"NORMAL":626,"TEXCOORD_0":627},"material":156,"indices":624}]},{"primitives":[{"mode":4,"attributes":{"POSITION":629,"NORMAL":630,"TEXCOORD_0":631},"material":157,"indices":628}]},{"primitives":[{"mode":4,"attributes":{"POSITION":633,"NORMAL":634,"TEXCOORD_0":635},"material":158,"indices":632}]},{"primitives":[{"mode":4,"attributes":{"POSITION":637,"NORMAL":638,"TEXCOORD_0":639},"material":159,"indices":636}]},{"primitives":[{"mode":4,"attributes":{"POSITION":641,"NORMAL":642,"TEXCOORD_0":643},"material":160,"indices":640}]},{"primitives":[{"mode":4,"attributes":{"POSITION":645,"NORMAL":646,"TEXCOORD_0":647},"material":161,"indices":644}]},{"primitives":[{"mode":4,"attributes":{"POSITION":649,"NORMAL":650,"TEXCOORD_0":651},"material":162,"indices":648}]},{"primitives":[{"mode":4,"attributes":{"POSITION":653,"NORMAL":654,"TEXCOORD_0":655},"material":163,"indices":652}]},{"primitives":[{"mode":4,"attributes":{"POSITION":657,"NORMAL":658,"TEXCOORD_0":659},"material":164,"indices":656}]},{"primitives":[{"mode":4,"attributes":{"POSITION":661,"NORMAL":662,"TEXCOORD_0":663},"material":165,"indices":660}]},{"primitives":[{"mode":4,"attributes":{"POSITION":665,"NORMAL":666,"TEXCOORD_0":667},"material":166,"indices":664}]},{"primitives":[{"mode":4,"attributes":{"POSITION":669,"NORMAL":670,"TEXCOORD_0":671},"material":167,"indices":668}]},{"primitives":[{"mode":4,"attributes":{"POSITION":673,"NORMAL":674,"TEXCOORD_0":675},"material":168,"indices":672}]},{"primitives":[{"mode":4,"attributes":{"POSITION":677,"NORMAL":678,"TEXCOORD_0":679},"material":169,"indices":676}]},{"primitives":[{"mode":4,"attributes":{"POSITION":681,"NORMAL":682,"TEXCOORD_0":683},"material":170,"indices":680}]},{"primitives":[{"mode":4,"attributes":{"POSITION":685,"NORMAL":686,"TEXCOORD_0":687},"material":171,"indices":684}]},{"primitives":[{"mode":4,"attributes":{"POSITION":689,"NORMAL":690,"TEXCOORD_0":691},"material":172,"indices":688}]},{"primitives":[{"mode":4,"attributes":{"POSITION":693,"NORMAL":694,"TEXCOORD_0":695},"material":173,"indices":692}]},{"primitives":[{"mode":4,"attributes":{"POSITION":697,"NORMAL":698,"TEXCOORD_0":699},"material":174,"indices":696}]},{"primitives":[{"mode":4,"attributes":{"POSITION":701,"NORMAL":702,"TEXCOORD_0":703},"material":175,"indices":700}]},{"primitives":[{"mode":4,"attributes":{"POSITION":705,"NORMAL":706,"TEXCOORD_0":707},"material":176,"indices":704}]},{"primitives":[{"mode":4,"attributes":{"POSITION":709,"NORMAL":710,"TEXCOORD_0":711},"material":177,"indices":708}]},{"primitives":[{"mode":4,"attributes":{"POSITION":713,"NORMAL":714,"TEXCOORD_0":715},"material":178,"indices":712}]},{"primitives":[{"mode":4,"attributes":{"POSITION":717,"NORMAL":718,"TEXCOORD_0":719},"material":179,"indices":716}]},{"primitives":[{"mode":4,"attributes":{"POSITION":721,"NORMAL":722,"TEXCOORD_0":723},"material":180,"indices":720}]},{"primitives":[{"mode":4,"attributes":{"POSITION":725,"NORMAL":726,"TEXCOORD_0":727},"material":181,"indices":724}]},{"primitives":[{"mode":4,"attributes":{"POSITION":729,"NORMAL":730,"TEXCOORD_0":731},"material":182,"indices":728}]},{"primitives":[{"mode":4,"attributes":{"POSITION":733,"NORMAL":734,"TEXCOORD_0":735},"material":183,"indices":732}]},{"primitives":[{"mode":4,"attributes":{"POSITION":737,"NORMAL":738,"TEXCOORD_0":739},"material":184,"indices":736}]},{"primitives":[{"mode":4,"attributes":{"POSITION":741,"NORMAL":742,"TEXCOORD_0":743},"material":185,"indices":740}]},{"primitives":[{"mode":4,"attributes":{"POSITION":745,"NORMAL":746,"TEXCOORD_0":747},"material":186,"indices":744}]},{"primitives":[{"mode":4,"attributes":{"POSITION":749,"NORMAL":750,"TEXCOORD_0":751},"material":187,"indices":748}]},{"primitives":[{"mode":4,"attributes":{"POSITION":753,"NORMAL":754,"TEXCOORD_0":755},"material":188,"indices":752}]},{"primitives":[{"mode":4,"attributes":{"POSITION":757,"NORMAL":758,"TEXCOORD_0":759},"material":189,"indices":756}]},{"primitives":[{"mode":4,"attributes":{"POSITION":761,"NORMAL":762,"TEXCOORD_0":763},"material":190,"indices":760}]},{"primitives":[{"mode":4,"attributes":{"POSITION":765,"NORMAL":766,"TEXCOORD_0":767},"material":191,"indices":764}]},{"primitives":[{"mode":4,"attributes":{"POSITION":769,"NORMAL":770,"TEXCOORD_0":771},"material":192,"indices":768}]},{"primitives":[{"mode":4,"attributes":{"POSITION":773,"NORMAL":774,"TEXCOORD_0":775},"material":193,"indices":772}]},{"primitives":[{"mode":4,"attributes":{"POSITION":777,"NORMAL":778,"TEXCOORD_0":779},"material":194,"indices":776}]},{"primitives":[{"mode":4,"attributes":{"POSITION":781,"NORMAL":782,"TEXCOORD_0":783},"material":195,"indices":780}]},{"primitives":[{"mode":4,"attributes":{"POSITION":785,"NORMAL":786,"TEXCOORD_0":787},"material":196,"indices":784}]},{"primitives":[{"mode":4,"attributes":{"POSITION":789,"NORMAL":790,"TEXCOORD_0":791},"material":197,"indices":788}]},{"primitives":[{"mode":4,"attributes":{"POSITION":793,"NORMAL":794,"TEXCOORD_0":795},"material":198,"indices":792}]},{"primitives":[{"mode":4,"attributes":{"POSITION":797,"NORMAL":798,"TEXCOORD_0":799},"material":199,"indices":796}]},{"primitives":[{"mode":4,"attributes":{"POSITION":801,"NORMAL":802,"TEXCOORD_0":803},"material":200,"indices":800}]},{"primitives":[{"mode":4,"attributes":{"POSITION":805,"NORMAL":806,"TEXCOORD_0":807},"material":201,"indices":804}]},{"primitives":[{"mode":4,"attributes":{"POSITION":809,"NORMAL":810,"TEXCOORD_0":811},"material":202,"indices":808}]},{"primitives":[{"mode":4,"attributes":{"POSITION":813,"NORMAL":814,"TEXCOORD_0":815},"material":203,"indices":812}]},{"primitives":[{"mode":4,"attributes":{"POSITION":817,"NORMAL":818,"TEXCOORD_0":819},"material":204,"indices":816}]},{"primitives":[{"mode":4,"attributes":{"POSITION":821,"NORMAL":822,"TEXCOORD_0":823},"material":205,"indices":820}]},{"primitives":[{"mode":4,"attributes":{"POSITION":825,"NORMAL":826,"TEXCOORD_0":827},"material":206,"indices":824}]},{"primitives":[{"mode":4,"attributes":{"POSITION":829,"NORMAL":830,"TEXCOORD_0":831},"material":207,"indices":828}]},{"primitives":[{"mode":4,"attributes":{"POSITION":833,"NORMAL":834,"TEXCOORD_0":835},"material":208,"indices":832}]},{"primitives":[{"mode":4,"attributes":{"POSITION":837,"NORMAL":838,"TEXCOORD_0":839},"material":209,"indices":836}]},{"primitives":[{"mode":4,"attributes":{"POSITION":841,"NORMAL":842,"TEXCOORD_0":843},"material":210,"indices":840}]},{"primitives":[{"mode":4,"attributes":{"POSITION":845,"NORMAL":846,"TEXCOORD_0":847},"material":211,"indices":844}]},{"primitives":[{"mode":4,"attributes":{"POSITION":849,"NORMAL":850,"TEXCOORD_0":851},"material":212,"indices":848}]},{"primitives":[{"mode":4,"attributes":{"POSITION":853,"NORMAL":854,"TEXCOORD_0":855},"material":213,"indices":852}]},{"primitives":[{"mode":4,"attributes":{"POSITION":857,"NORMAL":858,"TEXCOORD_0":859},"material":214,"indices":856}]},{"primitives":[{"mode":4,"attributes":{"POSITION":861,"NORMAL":862,"TEXCOORD_0":863},"material":215,"indices":860}]},{"primitives":[{"mode":4,"attributes":{"POSITION":865,"NORMAL":866,"TEXCOORD_0":867},"material":216,"indices":864}]},{"primitives":[{"mode":4,"attributes":{"POSITION":869,"NORMAL":870,"TEXCOORD_0":871},"material":217,"indices":868}]},{"primitives":[{"mode":4,"attributes":{"POSITION":873,"NORMAL":874,"TEXCOORD_0":875},"material":218,"indices":872}]},{"primitives":[{"mode":4,"attributes":{"POSITION":877,"NORMAL":878,"TEXCOORD_0":879},"material":219,"indices":876}]},{"primitives":[{"mode":4,"attributes":{"POSITION":881,"NORMAL":882,"TEXCOORD_0":883},"material":220,"indices":880}]},{"primitives":[{"mode":4,"attributes":{"POSITION":885,"NORMAL":886,"TEXCOORD_0":887},"material":221,"indices":884}]},{"primitives":[{"mode":4,"attributes":{"POSITION":889,"NORMAL":890,"TEXCOORD_0":891},"material":222,"indices":888}]},{"primitives":[{"mode":4,"attributes":{"POSITION":893,"NORMAL":894,"TEXCOORD_0":895},"material":223,"indices":892}]},{"primitives":[{"mode":4,"attributes":{"POSITION":897,"NORMAL":898,"TEXCOORD_0":899},"material":224,"indices":896}]},{"primitives":[{"mode":4,"attributes":{"POSITION":901,"NORMAL":902,"TEXCOORD_0":903},"material":225,"indices":900}]},{"primitives":[{"mode":4,"attributes":{"POSITION":905,"NORMAL":906,"TEXCOORD_0":907},"material":226,"indices":904}]},{"primitives":[{"mode":4,"attributes":{"POSITION":909,"NORMAL":910,"TEXCOORD_0":911},"material":227,"indices":908}]},{"primitives":[{"mode":4,"attributes":{"POSITION":913,"NORMAL":914,"TEXCOORD_0":915},"material":228,"indices":912}]},{"primitives":[{"mode":4,"attributes":{"POSITION":917,"NORMAL":918,"TEXCOORD_0":919},"material":229,"indices":916}]},{"primitives":[{"mode":4,"attributes":{"POSITION":921,"NORMAL":922,"TEXCOORD_0":923},"material":230,"indices":920}]},{"primitives":[{"mode":4,"attributes":{"POSITION":925,"NORMAL":926,"TEXCOORD_0":927},"material":231,"indices":924}]},{"primitives":[{"mode":4,"attributes":{"POSITION":929,"NORMAL":930,"TEXCOORD_0":931},"material":232,"indices":928}]},{"primitives":[{"mode":4,"attributes":{"POSITION":933,"NORMAL":934,"TEXCOORD_0":935},"material":233,"indices":932}]},{"primitives":[{"mode":4,"attributes":{"POSITION":937,"NORMAL":938,"TEXCOORD_0":939},"material":234,"indices":936}]},{"primitives":[{"mode":4,"attributes":{"POSITION":941,"NORMAL":942,"TEXCOORD_0":943},"material":235,"indices":940}]},{"primitives":[{"mode":4,"attributes":{"POSITION":945,"NORMAL":946,"TEXCOORD_0":947},"material":236,"indices":944}]},{"primitives":[{"mode":4,"attributes":{"POSITION":949,"NORMAL":950,"TEXCOORD_0":951},"material":237,"indices":948}]},{"primitives":[{"mode":4,"attributes":{"POSITION":953,"NORMAL":954,"TEXCOORD_0":955},"material":238,"indices":952}]},{"primitives":[{"mode":4,"attributes":{"POSITION":957,"NORMAL":958,"TEXCOORD_0":959},"material":239,"indices":956}]},{"primitives":[{"mode":4,"attributes":{"POSITION":961,"NORMAL":962,"TEXCOORD_0":963},"material":240,"indices":960}]},{"primitives":[{"mode":4,"attributes":{"POSITION":965,"NORMAL":966,"TEXCOORD_0":967},"material":241,"indices":964}]},{"primitives":[{"mode":4,"attributes":{"POSITION":969,"NORMAL":970,"TEXCOORD_0":971},"material":242,"indices":968}]},{"primitives":[{"mode":4,"attributes":{"POSITION":973,"NORMAL":974,"TEXCOORD_0":975},"material":243,"indices":972}]},{"primitives":[{"mode":4,"attributes":{"POSITION":977,"NORMAL":978,"TEXCOORD_0":979},"material":244,"indices":976}]},{"primitives":[{"mode":4,"attributes":{"POSITION":981,"NORMAL":982,"TEXCOORD_0":983},"material":245,"indices":980}]},{"primitives":[{"mode":4,"attributes":{"POSITION":985,"NORMAL":986,"TEXCOORD_0":987},"material":246,"indices":984}]},{"primitives":[{"mode":4,"attributes":{"POSITION":989,"NORMAL":990,"TEXCOORD_0":991},"material":247,"indices":988}]},{"primitives":[{"mode":4,"attributes":{"POSITION":993,"NORMAL":994,"TEXCOORD_0":995},"material":248,"indices":992}]},{"primitives":[{"mode":4,"attributes":{"POSITION":997,"NORMAL":998,"TEXCOORD_0":999},"material":249,"indices":996}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1001,"NORMAL":1002,"TEXCOORD_0":1003},"material":250,"indices":1000}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1005,"NORMAL":1006,"TEXCOORD_0":1007},"material":251,"indices":1004}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1009,"NORMAL":1010,"TEXCOORD_0":1011},"material":252,"indices":1008}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1013,"NORMAL":1014,"TEXCOORD_0":1015},"material":253,"indices":1012}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1017,"NORMAL":1018,"TEXCOORD_0":1019},"material":254,"indices":1016}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1021,"NORMAL":1022,"TEXCOORD_0":1023},"material":255,"indices":1020}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1025,"NORMAL":1026,"TEXCOORD_0":1027},"material":256,"indices":1024}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1029,"NORMAL":1030,"TEXCOORD_0":1031},"material":257,"indices":1028}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1033,"NORMAL":1034,"TEXCOORD_0":1035},"material":258,"indices":1032}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1037,"NORMAL":1038,"TEXCOORD_0":1039},"material":259,"indices":1036}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1041,"NORMAL":1042,"TEXCOORD_0":1043},"material":260,"indices":1040}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1045,"NORMAL":1046,"TEXCOORD_0":1047},"material":261,"indices":1044}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1049,"NORMAL":1050,"TEXCOORD_0":1051},"material":262,"indices":1048}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1053,"NORMAL":1054,"TEXCOORD_0":1055},"material":263,"indices":1052}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1057,"NORMAL":1058,"TEXCOORD_0":1059},"material":264,"indices":1056}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1061,"NORMAL":1062,"TEXCOORD_0":1063},"material":265,"indices":1060}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1065,"NORMAL":1066,"TEXCOORD_0":1067},"material":266,"indices":1064}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1069,"NORMAL":1070,"TEXCOORD_0":1071},"material":267,"indices":1068}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1073,"NORMAL":1074,"TEXCOORD_0":1075},"material":268,"indices":1072}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1077,"NORMAL":1078,"TEXCOORD_0":1079},"material":269,"indices":1076}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1081,"NORMAL":1082,"TEXCOORD_0":1083},"material":270,"indices":1080}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1085,"NORMAL":1086,"TEXCOORD_0":1087},"material":271,"indices":1084}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1089,"NORMAL":1090,"TEXCOORD_0":1091},"material":272,"indices":1088}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1093,"NORMAL":1094,"TEXCOORD_0":1095},"material":273,"indices":1092}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1097,"NORMAL":1098,"TEXCOORD_0":1099},"material":274,"indices":1096}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1101,"NORMAL":1102,"TEXCOORD_0":1103},"material":275,"indices":1100}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1105,"NORMAL":1106,"TEXCOORD_0":1107},"material":276,"indices":1104}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1109,"NORMAL":1110,"TEXCOORD_0":1111},"material":277,"indices":1108}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1113,"NORMAL":1114,"TEXCOORD_0":1115},"material":278,"indices":1112}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1117,"NORMAL":1118,"TEXCOORD_0":1119},"material":279,"indices":1116}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1121,"NORMAL":1122,"TEXCOORD_0":1123},"material":280,"indices":1120}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1125,"NORMAL":1126,"TEXCOORD_0":1127},"material":281,"indices":1124}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1129,"NORMAL":1130,"TEXCOORD_0":1131},"material":282,"indices":1128}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1133,"NORMAL":1134,"TEXCOORD_0":1135},"material":283,"indices":1132}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1137,"NORMAL":1138,"TEXCOORD_0":1139},"material":284,"indices":1136}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1141,"NORMAL":1142,"TEXCOORD_0":1143},"material":285,"indices":1140}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1145,"NORMAL":1146,"TEXCOORD_0":1147},"material":286,"indices":1144}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1149,"NORMAL":1150,"TEXCOORD_0":1151},"material":287,"indices":1148}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1153,"NORMAL":1154,"TEXCOORD_0":1155},"material":288,"indices":1152}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1157,"NORMAL":1158,"TEXCOORD_0":1159},"material":289,"indices":1156}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1161,"NORMAL":1162,"TEXCOORD_0":1163},"material":290,"indices":1160}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1165,"NORMAL":1166,"TEXCOORD_0":1167},"material":291,"indices":1164}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1169,"NORMAL":1170,"TEXCOORD_0":1171},"material":292,"indices":1168}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1173,"NORMAL":1174,"TEXCOORD_0":1175},"material":293,"indices":1172}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1177,"NORMAL":1178,"TEXCOORD_0":1179},"material":294,"indices":1176}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1181,"NORMAL":1182,"TEXCOORD_0":1183},"material":295,"indices":1180}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1185,"NORMAL":1186,"TEXCOORD_0":1187},"material":296,"indices":1184}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1189,"NORMAL":1190,"TEXCOORD_0":1191},"material":297,"indices":1188}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1193,"NORMAL":1194,"TEXCOORD_0":1195},"material":298,"indices":1192}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1197,"NORMAL":1198,"TEXCOORD_0":1199},"material":299,"indices":1196}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1201,"NORMAL":1202,"TEXCOORD_0":1203},"material":300,"indices":1200}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1205,"NORMAL":1206,"TEXCOORD_0":1207},"material":301,"indices":1204}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1209,"NORMAL":1210,"TEXCOORD_0":1211},"material":302,"indices":1208}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1213,"NORMAL":1214,"TEXCOORD_0":1215},"material":303,"indices":1212}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1217,"NORMAL":1218,"TEXCOORD_0":1219},"material":304,"indices":1216}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1221,"NORMAL":1222,"TEXCOORD_0":1223},"material":305,"indices":1220}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1225,"NORMAL":1226,"TEXCOORD_0":1227},"material":306,"indices":1224}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1229,"NORMAL":1230,"TEXCOORD_0":1231},"material":307,"indices":1228}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1233,"NORMAL":1234,"TEXCOORD_0":1235},"material":308,"indices":1232}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1237,"NORMAL":1238,"TEXCOORD_0":1239},"material":309,"indices":1236}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1241,"NORMAL":1242,"TEXCOORD_0":1243},"material":310,"indices":1240}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1245,"NORMAL":1246,"TEXCOORD_0":1247},"material":311,"indices":1244}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1249,"NORMAL":1250,"TEXCOORD_0":1251},"material":312,"indices":1248}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1253,"NORMAL":1254,"TEXCOORD_0":1255},"material":313,"indices":1252}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1257,"NORMAL":1258,"TEXCOORD_0":1259},"material":314,"indices":1256}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1261,"NORMAL":1262,"TEXCOORD_0":1263},"material":315,"indices":1260}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1265,"NORMAL":1266,"TEXCOORD_0":1267},"material":316,"indices":1264}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1269,"NORMAL":1270,"TEXCOORD_0":1271},"material":317,"indices":1268}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1273,"NORMAL":1274,"TEXCOORD_0":1275},"material":318,"indices":1272}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1277,"NORMAL":1278,"TEXCOORD_0":1279},"material":319,"indices":1276}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1281,"NORMAL":1282,"TEXCOORD_0":1283},"material":320,"indices":1280}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1285,"NORMAL":1286,"TEXCOORD_0":1287},"material":321,"indices":1284}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1289,"NORMAL":1290,"TEXCOORD_0":1291},"material":322,"indices":1288}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1293,"NORMAL":1294,"TEXCOORD_0":1295},"material":323,"indices":1292}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1297,"NORMAL":1298,"TEXCOORD_0":1299},"material":324,"indices":1296}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1301,"NORMAL":1302,"TEXCOORD_0":1303},"material":325,"indices":1300}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1305,"NORMAL":1306,"TEXCOORD_0":1307},"material":326,"indices":1304}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1309,"NORMAL":1310,"TEXCOORD_0":1311},"material":327,"indices":1308}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1313,"NORMAL":1314,"TEXCOORD_0":1315},"material":328,"indices":1312}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1317,"NORMAL":1318,"TEXCOORD_0":1319},"material":329,"indices":1316}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1321,"NORMAL":1322,"TEXCOORD_0":1323},"material":330,"indices":1320}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1325,"NORMAL":1326,"TEXCOORD_0":1327},"material":331,"indices":1324}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1329,"NORMAL":1330,"TEXCOORD_0":1331},"material":332,"indices":1328}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1333,"NORMAL":1334,"TEXCOORD_0":1335},"material":333,"indices":1332}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1337,"NORMAL":1338,"TEXCOORD_0":1339},"material":334,"indices":1336}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1341,"NORMAL":1342,"TEXCOORD_0":1343},"material":335,"indices":1340}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1345,"NORMAL":1346,"TEXCOORD_0":1347},"material":336,"indices":1344}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1349,"NORMAL":1350,"TEXCOORD_0":1351},"material":337,"indices":1348}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1353,"NORMAL":1354,"TEXCOORD_0":1355},"material":338,"indices":1352}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1357,"NORMAL":1358,"TEXCOORD_0":1359},"material":339,"indices":1356}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1361,"NORMAL":1362,"TEXCOORD_0":1363},"material":340,"indices":1360}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1365,"NORMAL":1366,"TEXCOORD_0":1367},"material":341,"indices":1364}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1369,"NORMAL":1370,"TEXCOORD_0":1371},"material":342,"indices":1368}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1373,"NORMAL":1374,"TEXCOORD_0":1375},"material":343,"indices":1372}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1377,"NORMAL":1378,"TEXCOORD_0":1379},"material":344,"indices":1376}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1381,"NORMAL":1382,"TEXCOORD_0":1383},"material":345,"indices":1380}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1385,"NORMAL":1386,"TEXCOORD_0":1387},"material":346,"indices":1384}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1389,"NORMAL":1390,"TEXCOORD_0":1391},"material":347,"indices":1388}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1393,"NORMAL":1394,"TEXCOORD_0":1395},"material":348,"indices":1392}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1397,"NORMAL":1398,"TEXCOORD_0":1399},"material":349,"indices":1396}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1401,"NORMAL":1402,"TEXCOORD_0":1403},"material":350,"indices":1400}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1405,"NORMAL":1406,"TEXCOORD_0":1407},"material":351,"indices":1404}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1409,"NORMAL":1410,"TEXCOORD_0":1411},"material":352,"indices":1408}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1413,"NORMAL":1414,"TEXCOORD_0":1415},"material":353,"indices":1412}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1417,"NORMAL":1418,"TEXCOORD_0":1419},"material":354,"indices":1416}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1421,"NORMAL":1422,"TEXCOORD_0":1423},"material":355,"indices":1420}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1425,"NORMAL":1426,"TEXCOORD_0":1427},"material":356,"indices":1424}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1429,"NORMAL":1430,"TEXCOORD_0":1431},"material":357,"indices":1428}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1433,"NORMAL":1434,"TEXCOORD_0":1435},"material":358,"indices":1432}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1437,"NORMAL":1438,"TEXCOORD_0":1439},"material":359,"indices":1436}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1441,"NORMAL":1442,"TEXCOORD_0":1443},"material":360,"indices":1440}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1445,"NORMAL":1446,"TEXCOORD_0":1447},"material":361,"indices":1444}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1449,"NORMAL":1450,"TEXCOORD_0":1451},"material":362,"indices":1448}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1453,"NORMAL":1454,"TEXCOORD_0":1455},"material":363,"indices":1452}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1457,"NORMAL":1458,"TEXCOORD_0":1459},"material":364,"indices":1456}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1461,"NORMAL":1462,"TEXCOORD_0":1463},"material":365,"indices":1460}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1465,"NORMAL":1466,"TEXCOORD_0":1467},"material":366,"indices":1464}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1469,"NORMAL":1470,"TEXCOORD_0":1471},"material":367,"indices":1468}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1473,"NORMAL":1474,"TEXCOORD_0":1475},"material":368,"indices":1472}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1477,"NORMAL":1478,"TEXCOORD_0":1479},"material":369,"indices":1476}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1481,"NORMAL":1482,"TEXCOORD_0":1483},"material":370,"indices":1480}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1485,"NORMAL":1486,"TEXCOORD_0":1487},"material":371,"indices":1484}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1489,"NORMAL":1490,"TEXCOORD_0":1491},"material":372,"indices":1488}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1493,"NORMAL":1494,"TEXCOORD_0":1495},"material":373,"indices":1492}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1497,"NORMAL":1498,"TEXCOORD_0":1499},"material":374,"indices":1496}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1501,"NORMAL":1502,"TEXCOORD_0":1503},"material":375,"indices":1500}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1505,"NORMAL":1506,"TEXCOORD_0":1507},"material":376,"indices":1504}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1509,"NORMAL":1510,"TEXCOORD_0":1511},"material":377,"indices":1508}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1513,"NORMAL":1514,"TEXCOORD_0":1515},"material":378,"indices":1512}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1517,"NORMAL":1518,"TEXCOORD_0":1519},"material":379,"indices":1516}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1521,"NORMAL":1522,"TEXCOORD_0":1523},"material":380,"indices":1520}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1525,"NORMAL":1526,"TEXCOORD_0":1527},"material":381,"indices":1524}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1529,"NORMAL":1530,"TEXCOORD_0":1531},"material":382,"indices":1528}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1533,"NORMAL":1534,"TEXCOORD_0":1535},"material":383,"indices":1532}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1537,"NORMAL":1538,"TEXCOORD_0":1539},"material":384,"indices":1536}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1541,"NORMAL":1542,"TEXCOORD_0":1543},"material":385,"indices":1540}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1545,"NORMAL":1546,"TEXCOORD_0":1547},"material":386,"indices":1544}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1549,"NORMAL":1550,"TEXCOORD_0":1551},"material":387,"indices":1548}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1553,"NORMAL":1554,"TEXCOORD_0":1555},"material":388,"indices":1552}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1557,"NORMAL":1558,"TEXCOORD_0":1559},"material":389,"indices":1556}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1561,"NORMAL":1562,"TEXCOORD_0":1563},"material":390,"indices":1560}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1565,"NORMAL":1566,"TEXCOORD_0":1567},"material":391,"indices":1564}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1569,"NORMAL":1570,"TEXCOORD_0":1571},"material":392,"indices":1568}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1573,"NORMAL":1574,"TEXCOORD_0":1575},"material":393,"indices":1572}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1577,"NORMAL":1578,"TEXCOORD_0":1579},"material":394,"indices":1576}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1581,"NORMAL":1582,"TEXCOORD_0":1583},"material":395,"indices":1580}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1585,"NORMAL":1586,"TEXCOORD_0":1587},"material":396,"indices":1584}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1589,"NORMAL":1590,"TEXCOORD_0":1591},"material":397,"indices":1588}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1593,"NORMAL":1594,"TEXCOORD_0":1595},"material":398,"indices":1592}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1597,"NORMAL":1598,"TEXCOORD_0":1599},"material":399,"indices":1596}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1601,"NORMAL":1602,"TEXCOORD_0":1603},"material":400,"indices":1600}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1605,"NORMAL":1606,"TEXCOORD_0":1607},"material":401,"indices":1604}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1609,"NORMAL":1610,"TEXCOORD_0":1611},"material":402,"indices":1608}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1613,"NORMAL":1614,"TEXCOORD_0":1615},"material":403,"indices":1612}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1617,"NORMAL":1618,"TEXCOORD_0":1619},"material":404,"indices":1616}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1621,"NORMAL":1622,"TEXCOORD_0":1623},"material":405,"indices":1620}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1625,"NORMAL":1626,"TEXCOORD_0":1627},"material":406,"indices":1624}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1629,"NORMAL":1630,"TEXCOORD_0":1631},"material":407,"indices":1628}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1633,"NORMAL":1634,"TEXCOORD_0":1635},"material":408,"indices":1632}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1637,"NORMAL":1638,"TEXCOORD_0":1639},"material":409,"indices":1636}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1641,"NORMAL":1642,"TEXCOORD_0":1643},"material":410,"indices":1640}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1645,"NORMAL":1646,"TEXCOORD_0":1647},"material":411,"indices":1644}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1649,"NORMAL":1650,"TEXCOORD_0":1651},"material":412,"indices":1648}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1653,"NORMAL":1654,"TEXCOORD_0":1655},"material":413,"indices":1652}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1657,"NORMAL":1658,"TEXCOORD_0":1659},"material":414,"indices":1656}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1661,"NORMAL":1662,"TEXCOORD_0":1663},"material":415,"indices":1660}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1665,"NORMAL":1666,"TEXCOORD_0":1667},"material":416,"indices":1664}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1669,"NORMAL":1670,"TEXCOORD_0":1671},"material":417,"indices":1668}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1673,"NORMAL":1674,"TEXCOORD_0":1675},"material":418,"indices":1672}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1677,"NORMAL":1678,"TEXCOORD_0":1679},"material":419,"indices":1676}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1681,"NORMAL":1682,"TEXCOORD_0":1683},"material":420,"indices":1680}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1685,"NORMAL":1686,"TEXCOORD_0":1687},"material":421,"indices":1684}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1689,"NORMAL":1690,"TEXCOORD_0":1691},"material":422,"indices":1688}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1693,"NORMAL":1694,"TEXCOORD_0":1695},"material":423,"indices":1692}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1697,"NORMAL":1698,"TEXCOORD_0":1699},"material":424,"indices":1696}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1701,"NORMAL":1702,"TEXCOORD_0":1703},"material":425,"indices":1700}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1705,"NORMAL":1706,"TEXCOORD_0":1707},"material":426,"indices":1704}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1709,"NORMAL":1710,"TEXCOORD_0":1711},"material":427,"indices":1708}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1713,"NORMAL":1714,"TEXCOORD_0":1715},"material":428,"indices":1712}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1717,"NORMAL":1718,"TEXCOORD_0":1719},"material":429,"indices":1716}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1721,"NORMAL":1722,"TEXCOORD_0":1723},"material":430,"indices":1720}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1725,"NORMAL":1726,"TEXCOORD_0":1727},"material":431,"indices":1724}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1729,"NORMAL":1730,"TEXCOORD_0":1731},"material":432,"indices":1728}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1733,"NORMAL":1734,"TEXCOORD_0":1735},"material":433,"indices":1732}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1737,"NORMAL":1738,"TEXCOORD_0":1739},"material":434,"indices":1736}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1741,"NORMAL":1742,"TEXCOORD_0":1743},"material":435,"indices":1740}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1745,"NORMAL":1746,"TEXCOORD_0":1747},"material":436,"indices":1744}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1749,"NORMAL":1750,"TEXCOORD_0":1751},"material":437,"indices":1748}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1753,"NORMAL":1754,"TEXCOORD_0":1755},"material":438,"indices":1752}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1757,"NORMAL":1758,"TEXCOORD_0":1759},"material":439,"indices":1756}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1761,"NORMAL":1762,"TEXCOORD_0":1763},"material":440,"indices":1760}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1765,"NORMAL":1766,"TEXCOORD_0":1767},"material":441,"indices":1764}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1769,"NORMAL":1770,"TEXCOORD_0":1771},"material":442,"indices":1768}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1773,"NORMAL":1774,"TEXCOORD_0":1775},"material":443,"indices":1772}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1777,"NORMAL":1778,"TEXCOORD_0":1779},"material":444,"indices":1776}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1781,"NORMAL":1782,"TEXCOORD_0":1783},"material":445,"indices":1780}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1785,"NORMAL":1786,"TEXCOORD_0":1787},"material":446,"indices":1784}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1789,"NORMAL":1790,"TEXCOORD_0":1791},"material":447,"indices":1788}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1793,"NORMAL":1794,"TEXCOORD_0":1795},"material":448,"indices":1792}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1797,"NORMAL":1798,"TEXCOORD_0":1799},"material":449,"indices":1796}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1801,"NORMAL":1802,"TEXCOORD_0":1803},"material":450,"indices":1800}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1805,"NORMAL":1806,"TEXCOORD_0":1807},"material":451,"indices":1804}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1809,"NORMAL":1810,"TEXCOORD_0":1811},"material":452,"indices":1808}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1813,"NORMAL":1814,"TEXCOORD_0":1815},"material":453,"indices":1812}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1817,"NORMAL":1818,"TEXCOORD_0":1819},"material":454,"indices":1816}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1821,"NORMAL":1822,"TEXCOORD_0":1823},"material":455,"indices":1820}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1825,"NORMAL":1826,"TEXCOORD_0":1827},"material":456,"indices":1824}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1829,"NORMAL":1830,"TEXCOORD_0":1831},"material":457,"indices":1828}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1833,"NORMAL":1834,"TEXCOORD_0":1835},"material":458,"indices":1832}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1837,"NORMAL":1838,"TEXCOORD_0":1839},"material":459,"indices":1836}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1841,"NORMAL":1842,"TEXCOORD_0":1843},"material":460,"indices":1840}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1845,"NORMAL":1846,"TEXCOORD_0":1847},"material":461,"indices":1844}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1849,"NORMAL":1850,"TEXCOORD_0":1851},"material":462,"indices":1848}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1853,"NORMAL":1854,"TEXCOORD_0":1855},"material":463,"indices":1852}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1857,"NORMAL":1858,"TEXCOORD_0":1859},"material":464,"indices":1856}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1861,"NORMAL":1862,"TEXCOORD_0":1863},"material":465,"indices":1860}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1865,"NORMAL":1866,"TEXCOORD_0":1867},"material":466,"indices":1864}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1869,"NORMAL":1870,"TEXCOORD_0":1871},"material":467,"indices":1868}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1873,"NORMAL":1874,"TEXCOORD_0":1875},"material":468,"indices":1872}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1877,"NORMAL":1878,"TEXCOORD_0":1879},"material":469,"indices":1876}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1881,"NORMAL":1882,"TEXCOORD_0":1883},"material":470,"indices":1880}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1885,"NORMAL":1886,"TEXCOORD_0":1887},"material":471,"indices":1884}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1889,"NORMAL":1890,"TEXCOORD_0":1891},"material":472,"indices":1888}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1893,"NORMAL":1894,"TEXCOORD_0":1895},"material":473,"indices":1892}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1897,"NORMAL":1898,"TEXCOORD_0":1899},"material":474,"indices":1896}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1901,"NORMAL":1902,"TEXCOORD_0":1903},"material":475,"indices":1900}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1905,"NORMAL":1906,"TEXCOORD_0":1907},"material":476,"indices":1904}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1909,"NORMAL":1910,"TEXCOORD_0":1911},"material":477,"indices":1908}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1913,"NORMAL":1914,"TEXCOORD_0":1915},"material":478,"indices":1912}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1917,"NORMAL":1918,"TEXCOORD_0":1919},"material":479,"indices":1916}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1921,"NORMAL":1922,"TEXCOORD_0":1923},"material":480,"indices":1920}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1925,"NORMAL":1926,"TEXCOORD_0":1927},"material":481,"indices":1924}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1929,"NORMAL":1930,"TEXCOORD_0":1931},"material":482,"indices":1928}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1933,"NORMAL":1934,"TEXCOORD_0":1935},"material":483,"indices":1932}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1937,"NORMAL":1938,"TEXCOORD_0":1939},"material":484,"indices":1936}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1941,"NORMAL":1942,"TEXCOORD_0":1943},"material":485,"indices":1940}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1945,"NORMAL":1946,"TEXCOORD_0":1947},"material":486,"indices":1944}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1949,"NORMAL":1950,"TEXCOORD_0":1951},"material":487,"indices":1948}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1953,"NORMAL":1954,"TEXCOORD_0":1955},"material":488,"indices":1952}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1957,"NORMAL":1958,"TEXCOORD_0":1959},"material":489,"indices":1956}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1961,"NORMAL":1962,"TEXCOORD_0":1963},"material":490,"indices":1960}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1965,"NORMAL":1966,"TEXCOORD_0":1967},"material":491,"indices":1964}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1969,"NORMAL":1970,"TEXCOORD_0":1971},"material":492,"indices":1968}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1973,"NORMAL":1974,"TEXCOORD_0":1975},"material":493,"indices":1972}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1977,"NORMAL":1978,"TEXCOORD_0":1979},"material":494,"indices":1976}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1981,"NORMAL":1982,"TEXCOORD_0":1983},"material":495,"indices":1980}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1985,"NORMAL":1986,"TEXCOORD_0":1987},"material":496,"indices":1984}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1989,"NORMAL":1990,"TEXCOORD_0":1991},"material":497,"indices":1988}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1993,"NORMAL":1994,"TEXCOORD_0":1995},"material":498,"indices":1992}]},{"primitives":[{"mode":4,"attributes":{"POSITION":1997,"NORMAL":1998,"TEXCOORD_0":1999},"material":499,"indices":1996}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2001,"NORMAL":2002,"TEXCOORD_0":2003},"material":500,"indices":2000}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2005,"NORMAL":2006,"TEXCOORD_0":2007},"material":501,"indices":2004}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2009,"NORMAL":2010,"TEXCOORD_0":2011},"material":502,"indices":2008}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2013,"NORMAL":2014,"TEXCOORD_0":2015},"material":503,"indices":2012}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2017,"NORMAL":2018,"TEXCOORD_0":2019},"material":504,"indices":2016}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2021,"NORMAL":2022,"TEXCOORD_0":2023},"material":505,"indices":2020}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2025,"NORMAL":2026,"TEXCOORD_0":2027},"material":506,"indices":2024}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2029,"NORMAL":2030,"TEXCOORD_0":2031},"material":507,"indices":2028}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2033,"NORMAL":2034,"TEXCOORD_0":2035},"material":508,"indices":2032}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2037,"NORMAL":2038,"TEXCOORD_0":2039},"material":509,"indices":2036}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2041,"NORMAL":2042,"TEXCOORD_0":2043},"material":510,"indices":2040}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2045,"NORMAL":2046,"TEXCOORD_0":2047},"material":511,"indices":2044}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2049,"NORMAL":2050,"TEXCOORD_0":2051},"material":512,"indices":2048}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2053,"NORMAL":2054,"TEXCOORD_0":2055},"material":513,"indices":2052}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2057,"NORMAL":2058,"TEXCOORD_0":2059},"material":514,"indices":2056}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2061,"NORMAL":2062,"TEXCOORD_0":2063},"material":515,"indices":2060}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2065,"NORMAL":2066,"TEXCOORD_0":2067},"material":516,"indices":2064}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2069,"NORMAL":2070,"TEXCOORD_0":2071},"material":517,"indices":2068}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2073,"NORMAL":2074,"TEXCOORD_0":2075},"material":518,"indices":2072}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2077,"NORMAL":2078,"TEXCOORD_0":2079},"material":519,"indices":2076}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2081,"NORMAL":2082,"TEXCOORD_0":2083},"material":520,"indices":2080}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2085,"NORMAL":2086,"TEXCOORD_0":2087},"material":521,"indices":2084}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2089,"NORMAL":2090,"TEXCOORD_0":2091},"material":522,"indices":2088}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2093,"NORMAL":2094,"TEXCOORD_0":2095},"material":523,"indices":2092}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2097,"NORMAL":2098,"TEXCOORD_0":2099},"material":524,"indices":2096}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2101,"NORMAL":2102,"TEXCOORD_0":2103},"material":525,"indices":2100}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2105,"NORMAL":2106,"TEXCOORD_0":2107},"material":526,"indices":2104}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2109,"NORMAL":2110,"TEXCOORD_0":2111},"material":527,"indices":2108}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2113,"NORMAL":2114,"TEXCOORD_0":2115},"material":528,"indices":2112}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2117,"NORMAL":2118,"TEXCOORD_0":2119},"material":529,"indices":2116}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2121,"NORMAL":2122,"TEXCOORD_0":2123},"material":530,"indices":2120}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2125,"NORMAL":2126,"TEXCOORD_0":2127},"material":531,"indices":2124}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2129,"NORMAL":2130,"TEXCOORD_0":2131},"material":532,"indices":2128}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2133,"NORMAL":2134,"TEXCOORD_0":2135},"material":533,"indices":2132}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2137,"NORMAL":2138,"TEXCOORD_0":2139},"material":534,"indices":2136}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2141,"NORMAL":2142,"TEXCOORD_0":2143},"material":535,"indices":2140}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2145,"NORMAL":2146,"TEXCOORD_0":2147},"material":536,"indices":2144}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2149,"NORMAL":2150,"TEXCOORD_0":2151},"material":537,"indices":2148}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2153,"NORMAL":2154,"TEXCOORD_0":2155},"material":538,"indices":2152}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2157,"NORMAL":2158,"TEXCOORD_0":2159},"material":539,"indices":2156}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2161,"NORMAL":2162,"TEXCOORD_0":2163},"material":540,"indices":2160}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2165,"NORMAL":2166,"TEXCOORD_0":2167},"material":541,"indices":2164}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2169,"NORMAL":2170,"TEXCOORD_0":2171},"material":542,"indices":2168}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2173,"NORMAL":2174,"TEXCOORD_0":2175},"material":543,"indices":2172}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2177,"NORMAL":2178,"TEXCOORD_0":2179},"material":544,"indices":2176}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2181,"NORMAL":2182,"TEXCOORD_0":2183},"material":545,"indices":2180}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2185,"NORMAL":2186,"TEXCOORD_0":2187},"material":546,"indices":2184}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2189,"NORMAL":2190,"TEXCOORD_0":2191},"material":547,"indices":2188}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2193,"NORMAL":2194,"TEXCOORD_0":2195},"material":548,"indices":2192}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2197,"NORMAL":2198,"TEXCOORD_0":2199},"material":549,"indices":2196}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2201,"NORMAL":2202,"TEXCOORD_0":2203},"material":550,"indices":2200}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2205,"NORMAL":2206,"TEXCOORD_0":2207},"material":551,"indices":2204}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2209,"NORMAL":2210,"TEXCOORD_0":2211},"material":552,"indices":2208}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2213,"NORMAL":2214,"TEXCOORD_0":2215},"material":553,"indices":2212}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2217,"NORMAL":2218,"TEXCOORD_0":2219},"material":554,"indices":2216}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2221,"NORMAL":2222,"TEXCOORD_0":2223},"material":555,"indices":2220}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2225,"NORMAL":2226,"TEXCOORD_0":2227},"material":556,"indices":2224}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2229,"NORMAL":2230,"TEXCOORD_0":2231},"material":557,"indices":2228}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2233,"NORMAL":2234,"TEXCOORD_0":2235},"material":558,"indices":2232}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2237,"NORMAL":2238,"TEXCOORD_0":2239},"material":559,"indices":2236}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2241,"NORMAL":2242,"TEXCOORD_0":2243},"material":560,"indices":2240}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2245,"NORMAL":2246,"TEXCOORD_0":2247},"material":561,"indices":2244}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2249,"NORMAL":2250,"TEXCOORD_0":2251},"material":562,"indices":2248}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2253,"NORMAL":2254,"TEXCOORD_0":2255},"material":563,"indices":2252}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2257,"NORMAL":2258,"TEXCOORD_0":2259},"material":564,"indices":2256}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2261,"NORMAL":2262,"TEXCOORD_0":2263},"material":565,"indices":2260}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2265,"NORMAL":2266,"TEXCOORD_0":2267},"material":566,"indices":2264}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2269,"NORMAL":2270,"TEXCOORD_0":2271},"material":567,"indices":2268}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2273,"NORMAL":2274,"TEXCOORD_0":2275},"material":568,"indices":2272}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2277,"NORMAL":2278,"TEXCOORD_0":2279},"material":569,"indices":2276}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2281,"NORMAL":2282,"TEXCOORD_0":2283},"material":570,"indices":2280}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2285,"NORMAL":2286,"TEXCOORD_0":2287},"material":571,"indices":2284}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2289,"NORMAL":2290,"TEXCOORD_0":2291},"material":572,"indices":2288}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2293,"NORMAL":2294,"TEXCOORD_0":2295},"material":573,"indices":2292}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2297,"NORMAL":2298,"TEXCOORD_0":2299},"material":574,"indices":2296}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2301,"NORMAL":2302,"TEXCOORD_0":2303},"material":575,"indices":2300}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2305,"NORMAL":2306,"TEXCOORD_0":2307},"material":576,"indices":2304}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2309,"NORMAL":2310,"TEXCOORD_0":2311},"material":577,"indices":2308}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2313,"NORMAL":2314,"TEXCOORD_0":2315},"material":578,"indices":2312}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2317,"NORMAL":2318,"TEXCOORD_0":2319},"material":579,"indices":2316}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2321,"NORMAL":2322,"TEXCOORD_0":2323},"material":580,"indices":2320}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2325,"NORMAL":2326,"TEXCOORD_0":2327},"material":581,"indices":2324}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2329,"NORMAL":2330,"TEXCOORD_0":2331},"material":582,"indices":2328}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2333,"NORMAL":2334,"TEXCOORD_0":2335},"material":583,"indices":2332}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2337,"NORMAL":2338,"TEXCOORD_0":2339},"material":584,"indices":2336}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2341,"NORMAL":2342,"TEXCOORD_0":2343},"material":585,"indices":2340}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2345,"NORMAL":2346,"TEXCOORD_0":2347},"material":586,"indices":2344}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2349,"NORMAL":2350,"TEXCOORD_0":2351},"material":587,"indices":2348}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2353,"NORMAL":2354,"TEXCOORD_0":2355},"material":588,"indices":2352}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2357,"NORMAL":2358,"TEXCOORD_0":2359},"material":589,"indices":2356}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2361,"NORMAL":2362,"TEXCOORD_0":2363},"material":590,"indices":2360}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2365,"NORMAL":2366,"TEXCOORD_0":2367},"material":591,"indices":2364}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2369,"NORMAL":2370,"TEXCOORD_0":2371},"material":592,"indices":2368}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2373,"NORMAL":2374,"TEXCOORD_0":2375},"material":593,"indices":2372}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2377,"NORMAL":2378,"TEXCOORD_0":2379},"material":594,"indices":2376}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2381,"NORMAL":2382,"TEXCOORD_0":2383},"material":595,"indices":2380}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2385,"NORMAL":2386,"TEXCOORD_0":2387},"material":596,"indices":2384}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2389,"NORMAL":2390,"TEXCOORD_0":2391},"material":597,"indices":2388}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2393,"NORMAL":2394,"TEXCOORD_0":2395},"material":598,"indices":2392}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2397,"NORMAL":2398,"TEXCOORD_0":2399},"material":599,"indices":2396}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2401,"NORMAL":2402,"TEXCOORD_0":2403},"material":600,"indices":2400}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2405,"NORMAL":2406,"TEXCOORD_0":2407},"material":601,"indices":2404}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2409,"NORMAL":2410,"TEXCOORD_0":2411},"material":602,"indices":2408}]},{"primitives":[{"mode":4,"attributes":{"POSITION":2413,"NORMAL":2414,"TEXCOORD_0":2415},"material":603,"indices":2412}]}],"accessors":[{"bufferView":0,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1,"byteOffset":0,"componentType":5126,"count":24,"max":[14.5,-5.5,1.837499976158142],"min":[13.5,-7.5,1.6875],"type":"VEC3"},{"bufferView":2,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":3,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":4,"byteOffset":0,"componentType":5125,"count":252,"type":"SCALAR"},{"bufferView":5,"byteOffset":0,"componentType":5126,"count":128,"max":[-28.649999618530273,-11.75,7.487500190734863],"min":[-34,-12.25,1.6875],"type":"VEC3"},{"bufferView":6,"byteOffset":0,"componentType":5126,"count":128,"type":"VEC3"},{"bufferView":7,"byteOffset":0,"componentType":5126,"count":128,"type":"VEC2"},{"bufferView":8,"byteOffset":0,"componentType":5125,"count":300,"type":"SCALAR"},{"bufferView":9,"byteOffset":0,"componentType":5126,"count":144,"max":[-27.799999237060547,-14.050000190734863,5.737500190734863],"min":[-31.200000762939453,-14.899999618530273,1.6875],"type":"VEC3"},{"bufferView":10,"byteOffset":0,"componentType":5126,"count":144,"type":"VEC3"},{"bufferView":11,"byteOffset":0,"componentType":5126,"count":144,"type":"VEC2"},{"bufferView":12,"byteOffset":0,"componentType":5125,"count":300,"type":"SCALAR"},{"bufferView":13,"byteOffset":0,"componentType":5126,"count":144,"max":[-27.799999237060547,-7.099999904632568,5.737500190734863],"min":[-31.200000762939453,-7.949999809265137,1.6875],"type":"VEC3"},{"bufferView":14,"byteOffset":0,"componentType":5126,"count":144,"type":"VEC3"},{"bufferView":15,"byteOffset":0,"componentType":5126,"count":144,"type":"VEC2"},{"bufferView":16,"byteOffset":0,"componentType":5125,"count":252,"type":"SCALAR"},{"bufferView":17,"byteOffset":0,"componentType":5126,"count":128,"max":[-28.649999618530273,-9.75,7.487500190734863],"min":[-34,-10.25,1.6875],"type":"VEC3"},{"bufferView":18,"byteOffset":0,"componentType":5126,"count":128,"type":"VEC3"},{"bufferView":19,"byteOffset":0,"componentType":5126,"count":128,"type":"VEC2"},{"bufferView":20,"byteOffset":0,"componentType":5125,"count":1584,"type":"SCALAR"},{"bufferView":21,"byteOffset":0,"componentType":5126,"count":746,"max":[-27,-7.025000095367432,8.4375],"min":[-32,-14.975000381469727,1.837499976158142],"type":"VEC3"},{"bufferView":22,"byteOffset":0,"componentType":5126,"count":746,"type":"VEC3"},{"bufferView":23,"byteOffset":0,"componentType":5126,"count":746,"type":"VEC2"},{"bufferView":24,"byteOffset":0,"componentType":5125,"count":504,"type":"SCALAR"},{"bufferView":25,"byteOffset":0,"componentType":5126,"count":240,"max":[-30.403844833374023,17,5.9375],"min":[-33.3038444519043,13,1.6875],"type":"VEC3"},{"bufferView":26,"byteOffset":0,"componentType":5126,"count":240,"type":"VEC3"},{"bufferView":27,"byteOffset":0,"componentType":5126,"count":240,"type":"VEC2"},{"bufferView":28,"byteOffset":0,"componentType":5125,"count":252,"type":"SCALAR"},{"bufferView":29,"byteOffset":0,"componentType":5126,"count":152,"max":[-29.70384407043457,16.700000762939453,4.6875],"min":[-33.3038444519043,13.300000190734863,1.6174999475479126],"type":"VEC3"},{"bufferView":30,"byteOffset":0,"componentType":5126,"count":152,"type":"VEC3"},{"bufferView":31,"byteOffset":0,"componentType":5126,"count":152,"type":"VEC2"},{"bufferView":32,"byteOffset":0,"componentType":5125,"count":588,"type":"SCALAR"},{"bufferView":33,"byteOffset":0,"componentType":5126,"count":264,"max":[33.18354797363281,19,5.9375],"min":[30.28354835510254,13,1.6875],"type":"VEC3"},{"bufferView":34,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC3"},{"bufferView":35,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC2"},{"bufferView":36,"byteOffset":0,"componentType":5125,"count":408,"type":"SCALAR"},{"bufferView":37,"byteOffset":0,"componentType":5126,"count":248,"max":[33.18354797363281,18.700000762939453,4.6875],"min":[29.583547592163086,13.300000190734863,1.6174999475479126],"type":"VEC3"},{"bufferView":38,"byteOffset":0,"componentType":5126,"count":248,"type":"VEC3"},{"bufferView":39,"byteOffset":0,"componentType":5126,"count":248,"type":"VEC2"},{"bufferView":40,"byteOffset":0,"componentType":5125,"count":588,"type":"SCALAR"},{"bufferView":41,"byteOffset":0,"componentType":5126,"count":264,"max":[26.202167510986328,8,5.9375],"min":[23.302167892456055,2,1.6875],"type":"VEC3"},{"bufferView":42,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC3"},{"bufferView":43,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC2"},{"bufferView":44,"byteOffset":0,"componentType":5125,"count":408,"type":"SCALAR"},{"bufferView":45,"byteOffset":0,"componentType":5126,"count":248,"max":[26.202167510986328,7.699999809265137,4.6875],"min":[22.6021671295166,2.299999952316284,1.6174999475479126],"type":"VEC3"},{"bufferView":46,"byteOffset":0,"componentType":5126,"count":248,"type":"VEC3"},{"bufferView":47,"byteOffset":0,"componentType":5126,"count":248,"type":"VEC2"},{"bufferView":48,"byteOffset":0,"componentType":5125,"count":588,"type":"SCALAR"},{"bufferView":49,"byteOffset":0,"componentType":5126,"count":264,"max":[33.150001525878906,8,5.9375],"min":[30.25,2,1.6875],"type":"VEC3"},{"bufferView":50,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC3"},{"bufferView":51,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC2"},{"bufferView":52,"byteOffset":0,"componentType":5125,"count":408,"type":"SCALAR"},{"bufferView":53,"byteOffset":0,"componentType":5126,"count":248,"max":[33.150001525878906,7.699999809265137,4.6875],"min":[29.549999237060547,2.299999952316284,1.6174999475479126],"type":"VEC3"},{"bufferView":54,"byteOffset":0,"componentType":5126,"count":248,"type":"VEC3"},{"bufferView":55,"byteOffset":0,"componentType":5126,"count":248,"type":"VEC2"},{"bufferView":56,"byteOffset":0,"componentType":5125,"count":588,"type":"SCALAR"},{"bufferView":57,"byteOffset":0,"componentType":5126,"count":264,"max":[-30.299999237060547,30,5.9375],"min":[-33.20000076293945,24,1.6875],"type":"VEC3"},{"bufferView":58,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC3"},{"bufferView":59,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC2"},{"bufferView":60,"byteOffset":0,"componentType":5125,"count":408,"type":"SCALAR"},{"bufferView":61,"byteOffset":0,"componentType":5126,"count":248,"max":[-29.600000381469727,29.700000762939453,4.6875],"min":[-33.20000076293945,24.299999237060547,1.6174999475479126],"type":"VEC3"},{"bufferView":62,"byteOffset":0,"componentType":5126,"count":248,"type":"VEC3"},{"bufferView":63,"byteOffset":0,"componentType":5126,"count":248,"type":"VEC2"},{"bufferView":64,"byteOffset":0,"componentType":5125,"count":588,"type":"SCALAR"},{"bufferView":65,"byteOffset":0,"componentType":5126,"count":264,"max":[33.20000076293945,30,5.9375],"min":[30.299999237060547,24,1.6875],"type":"VEC3"},{"bufferView":66,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC3"},{"bufferView":67,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC2"},{"bufferView":68,"byteOffset":0,"componentType":5125,"count":408,"type":"SCALAR"},{"bufferView":69,"byteOffset":0,"componentType":5126,"count":248,"max":[33.20000076293945,29.700000762939453,4.6875],"min":[29.600000381469727,24.299999237060547,1.6174999475479126],"type":"VEC3"},{"bufferView":70,"byteOffset":0,"componentType":5126,"count":248,"type":"VEC3"},{"bufferView":71,"byteOffset":0,"componentType":5126,"count":248,"type":"VEC2"},{"bufferView":72,"byteOffset":0,"componentType":5125,"count":630,"type":"SCALAR"},{"bufferView":73,"byteOffset":0,"componentType":5126,"count":276,"max":[-30.257299423217773,-24.5,5.9375],"min":[-33.15729904174805,-31.5,1.6875],"type":"VEC3"},{"bufferView":74,"byteOffset":0,"componentType":5126,"count":276,"type":"VEC3"},{"bufferView":75,"byteOffset":0,"componentType":5126,"count":276,"type":"VEC2"},{"bufferView":76,"byteOffset":0,"componentType":5125,"count":486,"type":"SCALAR"},{"bufferView":77,"byteOffset":0,"componentType":5126,"count":296,"max":[-29.55729866027832,-24.799999237060547,4.6875],"min":[-33.15729904174805,-31.200000762939453,1.6174999475479126],"type":"VEC3"},{"bufferView":78,"byteOffset":0,"componentType":5126,"count":296,"type":"VEC3"},{"bufferView":79,"byteOffset":0,"componentType":5126,"count":296,"type":"VEC2"},{"bufferView":80,"byteOffset":0,"componentType":5125,"count":16638,"type":"SCALAR"},{"bufferView":81,"byteOffset":0,"componentType":5126,"count":6196,"max":[36.351280212402344,-2.5,3.637500047683716],"min":[21.15127944946289,-16.5,1.6875],"type":"VEC3"},{"bufferView":82,"byteOffset":0,"componentType":5126,"count":6196,"type":"VEC3"},{"bufferView":83,"byteOffset":0,"componentType":5126,"count":6196,"type":"VEC2"},{"bufferView":84,"byteOffset":0,"componentType":5125,"count":2148,"type":"SCALAR"},{"bufferView":85,"byteOffset":0,"componentType":5126,"count":498,"max":[33.70127868652344,-3.25,3.5374999046325684],"min":[27.701278686523438,-3.549999952316284,1.8524999618530273],"type":"VEC3"},{"bufferView":86,"byteOffset":0,"componentType":5126,"count":498,"type":"VEC3"},{"bufferView":87,"byteOffset":0,"componentType":5126,"count":498,"type":"VEC2"},{"bufferView":88,"byteOffset":0,"componentType":5125,"count":192846,"type":"SCALAR"},{"bufferView":89,"byteOffset":0,"componentType":5126,"count":34028,"max":[31.826278686523438,-5.025056838989258,3.4124999046325684],"min":[21.376279830932617,-6.374942779541016,2.0625],"type":"VEC3"},{"bufferView":90,"byteOffset":0,"componentType":5126,"count":34028,"type":"VEC3"},{"bufferView":91,"byteOffset":0,"componentType":5126,"count":34028,"type":"VEC2"},{"bufferView":92,"byteOffset":0,"componentType":5125,"count":684,"type":"SCALAR"},{"bufferView":93,"byteOffset":0,"componentType":5126,"count":260,"max":[32.45127868652344,-14.609999656677246,2.2125000953674316],"min":[31.111278533935547,-15.40999984741211,1.6875],"type":"VEC3"},{"bufferView":94,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC3"},{"bufferView":95,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC2"},{"bufferView":96,"byteOffset":0,"componentType":5125,"count":684,"type":"SCALAR"},{"bufferView":97,"byteOffset":0,"componentType":5126,"count":260,"max":[32.65127944946289,-12.40999984741211,2.2125000953674316],"min":[31.111278533935547,-13.210000038146973,1.6875],"type":"VEC3"},{"bufferView":98,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC3"},{"bufferView":99,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC2"},{"bufferView":100,"byteOffset":0,"componentType":5125,"count":684,"type":"SCALAR"},{"bufferView":101,"byteOffset":0,"componentType":5126,"count":260,"max":[32.45127868652344,-13.510000228881836,2.2125000953674316],"min":[31.111278533935547,-14.3100004196167,1.6875],"type":"VEC3"},{"bufferView":102,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC3"},{"bufferView":103,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC2"},{"bufferView":104,"byteOffset":0,"componentType":5125,"count":684,"type":"SCALAR"},{"bufferView":105,"byteOffset":0,"componentType":5126,"count":260,"max":[32.65127944946289,-10.210000038146973,2.2125000953674316],"min":[31.111278533935547,-11.010000228881836,1.6875],"type":"VEC3"},{"bufferView":106,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC3"},{"bufferView":107,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC2"},{"bufferView":108,"byteOffset":0,"componentType":5125,"count":684,"type":"SCALAR"},{"bufferView":109,"byteOffset":0,"componentType":5126,"count":260,"max":[32.45127868652344,-11.3100004196167,2.2125000953674316],"min":[31.111278533935547,-12.109999656677246,1.6875],"type":"VEC3"},{"bufferView":110,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC3"},{"bufferView":111,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC2"},{"bufferView":112,"byteOffset":0,"componentType":5125,"count":684,"type":"SCALAR"},{"bufferView":113,"byteOffset":0,"componentType":5126,"count":260,"max":[32.45127868652344,-9.109999656677246,2.2125000953674316],"min":[31.111278533935547,-9.90999984741211,1.6875],"type":"VEC3"},{"bufferView":114,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC3"},{"bufferView":115,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC2"},{"bufferView":116,"byteOffset":0,"componentType":5125,"count":684,"type":"SCALAR"},{"bufferView":117,"byteOffset":0,"componentType":5126,"count":260,"max":[32.45127868652344,-6.909999847412109,2.2125000953674316],"min":[31.111278533935547,-7.710000038146973,1.6875],"type":"VEC3"},{"bufferView":118,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC3"},{"bufferView":119,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC2"},{"bufferView":120,"byteOffset":0,"componentType":5125,"count":684,"type":"SCALAR"},{"bufferView":121,"byteOffset":0,"componentType":5126,"count":260,"max":[32.311279296875,-8.010000228881836,2.2125000953674316],"min":[31.111278533935547,-8.8100004196167,1.6875],"type":"VEC3"},{"bufferView":122,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC3"},{"bufferView":123,"byteOffset":0,"componentType":5126,"count":260,"type":"VEC2"},{"bufferView":124,"byteOffset":0,"componentType":5125,"count":564,"type":"SCALAR"},{"bufferView":125,"byteOffset":0,"componentType":5126,"count":224,"max":[29.51127815246582,-15,3.2267770767211914],"min":[25.623435974121094,-15.520000457763672,2.1624999046325684],"type":"VEC3"},{"bufferView":126,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC3"},{"bufferView":127,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC2"},{"bufferView":128,"byteOffset":0,"componentType":5125,"count":564,"type":"SCALAR"},{"bufferView":129,"byteOffset":0,"componentType":5126,"count":224,"max":[29.51127815246582,-13.899999618530273,3.2267770767211914],"min":[25.623435974121094,-14.420000076293945,2.1624999046325684],"type":"VEC3"},{"bufferView":130,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC3"},{"bufferView":131,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC2"},{"bufferView":132,"byteOffset":0,"componentType":5125,"count":564,"type":"SCALAR"},{"bufferView":133,"byteOffset":0,"componentType":5126,"count":224,"max":[29.51127815246582,-12.800000190734863,3.2267770767211914],"min":[25.623435974121094,-13.319999694824219,2.1624999046325684],"type":"VEC3"},{"bufferView":134,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC3"},{"bufferView":135,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC2"},{"bufferView":136,"byteOffset":0,"componentType":5125,"count":564,"type":"SCALAR"},{"bufferView":137,"byteOffset":0,"componentType":5126,"count":224,"max":[29.51127815246582,-11.699999809265137,3.2267770767211914],"min":[25.623435974121094,-12.220000267028809,2.1624999046325684],"type":"VEC3"},{"bufferView":138,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC3"},{"bufferView":139,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC2"},{"bufferView":140,"byteOffset":0,"componentType":5125,"count":564,"type":"SCALAR"},{"bufferView":141,"byteOffset":0,"componentType":5126,"count":224,"max":[29.51127815246582,-10.600000381469727,3.2267770767211914],"min":[25.623435974121094,-11.119999885559082,2.1624999046325684],"type":"VEC3"},{"bufferView":142,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC3"},{"bufferView":143,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC2"},{"bufferView":144,"byteOffset":0,"componentType":5125,"count":564,"type":"SCALAR"},{"bufferView":145,"byteOffset":0,"componentType":5126,"count":224,"max":[29.51127815246582,-9.5,3.2267770767211914],"min":[25.623435974121094,-10.020000457763672,2.1624999046325684],"type":"VEC3"},{"bufferView":146,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC3"},{"bufferView":147,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC2"},{"bufferView":148,"byteOffset":0,"componentType":5125,"count":564,"type":"SCALAR"},{"bufferView":149,"byteOffset":0,"componentType":5126,"count":224,"max":[29.51127815246582,-8.399999618530273,3.2267770767211914],"min":[25.623435974121094,-8.920000076293945,2.1624999046325684],"type":"VEC3"},{"bufferView":150,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC3"},{"bufferView":151,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC2"},{"bufferView":152,"byteOffset":0,"componentType":5125,"count":564,"type":"SCALAR"},{"bufferView":153,"byteOffset":0,"componentType":5126,"count":224,"max":[29.51127815246582,-7.300000190734863,3.2267770767211914],"min":[25.623435974121094,-7.820000171661377,2.1624999046325684],"type":"VEC3"},{"bufferView":154,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC3"},{"bufferView":155,"byteOffset":0,"componentType":5126,"count":224,"type":"VEC2"},{"bufferView":156,"byteOffset":0,"componentType":5125,"count":588,"type":"SCALAR"},{"bufferView":157,"byteOffset":0,"componentType":5126,"count":228,"max":[22.15127944946289,-12.8100004196167,2.1624999046325684],"min":[21.171279907226562,-13.3100004196167,1.6875],"type":"VEC3"},{"bufferView":158,"byteOffset":0,"componentType":5126,"count":228,"type":"VEC3"},{"bufferView":159,"byteOffset":0,"componentType":5126,"count":228,"type":"VEC2"},{"bufferView":160,"byteOffset":0,"componentType":5125,"count":1128,"type":"SCALAR"},{"bufferView":161,"byteOffset":0,"componentType":5126,"count":434,"max":[25.35127830505371,-12.260000228881836,2.905980110168457],"min":[23.001279830932617,-13.859999656677246,2.012500047683716],"type":"VEC3"},{"bufferView":162,"byteOffset":0,"componentType":5126,"count":434,"type":"VEC3"},{"bufferView":163,"byteOffset":0,"componentType":5126,"count":434,"type":"VEC2"},{"bufferView":164,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":165,"byteOffset":0,"componentType":5126,"count":24,"max":[30.232208251953125,-8.020000457763672,2.1624999046325684],"min":[30.111278533935547,-8.199999809265137,2.012500047683716],"type":"VEC3"},{"bufferView":166,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":167,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":168,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":169,"byteOffset":0,"componentType":5126,"count":153,"max":[30.811279296875,-7.949999809265137,2.1624999046325684],"min":[30.111278533935547,-8.710000038146973,2.012500047683716],"type":"VEC3"},{"bufferView":170,"byteOffset":0,"componentType":5126,"count":153,"type":"VEC3"},{"bufferView":171,"byteOffset":0,"componentType":5126,"count":153,"type":"VEC2"},{"bufferView":172,"byteOffset":0,"componentType":5125,"count":288,"type":"SCALAR"},{"bufferView":173,"byteOffset":0,"componentType":5126,"count":118,"max":[30.811279296875,-7.510000228881836,2.1624999046325684],"min":[30.111278533935547,-7.820000171661377,2.012500047683716],"type":"VEC3"},{"bufferView":174,"byteOffset":0,"componentType":5126,"count":118,"type":"VEC3"},{"bufferView":175,"byteOffset":0,"componentType":5126,"count":118,"type":"VEC2"},{"bufferView":176,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":177,"byteOffset":0,"componentType":5126,"count":24,"max":[29.51127815246582,-8.020000457763672,2.1624999046325684],"min":[24.51127815246582,-8.199999809265137,2.012500047683716],"type":"VEC3"},{"bufferView":178,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":179,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":180,"byteOffset":0,"componentType":5125,"count":252,"type":"SCALAR"},{"bufferView":181,"byteOffset":0,"componentType":5126,"count":100,"max":[27.801279067993164,-6.760000228881836,2.1624999046325684],"min":[27.301279067993164,-7.005000114440918,2.012500047683716],"type":"VEC3"},{"bufferView":182,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC3"},{"bufferView":183,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC2"},{"bufferView":184,"byteOffset":0,"componentType":5125,"count":252,"type":"SCALAR"},{"bufferView":185,"byteOffset":0,"componentType":5126,"count":100,"max":[24.551279067993164,-6.764999866485596,2.1624999046325684],"min":[24.051279067993164,-7.005000114440918,2.012500047683716],"type":"VEC3"},{"bufferView":186,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC3"},{"bufferView":187,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC2"},{"bufferView":188,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":189,"byteOffset":0,"componentType":5126,"count":80,"max":[33.191280364990234,-3,2.137500047683716],"min":[31.091278076171875,-4,1.9375],"type":"VEC3"},{"bufferView":190,"byteOffset":0,"componentType":5126,"count":80,"type":"VEC3"},{"bufferView":191,"byteOffset":0,"componentType":5126,"count":80,"type":"VEC2"},{"bufferView":192,"byteOffset":0,"componentType":5125,"count":9810,"type":"SCALAR"},{"bufferView":193,"byteOffset":0,"componentType":5126,"count":3108,"max":[36.351280212402344,-2.450000047683716,3.487499952316284],"min":[21.051279067993164,-16.549999237060547,1.7374999523162842],"type":"VEC3"},{"bufferView":194,"byteOffset":0,"componentType":5126,"count":3108,"type":"VEC3"},{"bufferView":195,"byteOffset":0,"componentType":5126,"count":3108,"type":"VEC2"},{"bufferView":196,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":197,"byteOffset":0,"componentType":5126,"count":138,"max":[28.001279830932617,-3.2506399154663086,3.1875],"min":[27.701278686523438,-3.5493600368499756,2.6875],"type":"VEC3"},{"bufferView":198,"byteOffset":0,"componentType":5126,"count":138,"type":"VEC3"},{"bufferView":199,"byteOffset":0,"componentType":5126,"count":138,"type":"VEC2"},{"bufferView":200,"byteOffset":0,"componentType":5125,"count":15936,"type":"SCALAR"},{"bufferView":201,"byteOffset":0,"componentType":5126,"count":6131,"max":[-30.46026611328125,9.789999961853027,4.997499942779541],"min":[-37.990264892578125,0.20999999344348907,0.8374999761581421],"type":"VEC3"},{"bufferView":202,"byteOffset":0,"componentType":5126,"count":6131,"type":"VEC3"},{"bufferView":203,"byteOffset":0,"componentType":5126,"count":6131,"type":"VEC2"},{"bufferView":204,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":205,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,7.875,3.7674999237060547],"min":[-36.71026611328125,7.625,3.7174999713897705],"type":"VEC3"},{"bufferView":206,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":207,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":208,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":209,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,6.375,3.7674999237060547],"min":[-36.71026611328125,6.125,3.7174999713897705],"type":"VEC3"},{"bufferView":210,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":211,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":212,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":213,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,4.875,3.7674999237060547],"min":[-36.21026611328125,4.625,3.7174999713897705],"type":"VEC3"},{"bufferView":214,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":215,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":216,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":217,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,7.375,3.7674999237060547],"min":[-36.21026611328125,7.125,3.7174999713897705],"type":"VEC3"},{"bufferView":218,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":219,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":220,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":221,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,6.875,3.7674999237060547],"min":[-36.21026611328125,6.625,3.7174999713897705],"type":"VEC3"},{"bufferView":222,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":223,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":224,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":225,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,5.875,3.7674999237060547],"min":[-36.21026611328125,5.625,3.7174999713897705],"type":"VEC3"},{"bufferView":226,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":227,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":228,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":229,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,5.375,3.7674999237060547],"min":[-36.21026611328125,5.125,3.7174999713897705],"type":"VEC3"},{"bufferView":230,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":231,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":232,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":233,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,4.375,3.7674999237060547],"min":[-36.21026611328125,4.125,3.7174999713897705],"type":"VEC3"},{"bufferView":234,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":235,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":236,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":237,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,3.375,3.7674999237060547],"min":[-36.21026611328125,3.125,3.7174999713897705],"type":"VEC3"},{"bufferView":238,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":239,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":240,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":241,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,2.875,3.7674999237060547],"min":[-36.21026611328125,2.625,3.7174999713897705],"type":"VEC3"},{"bufferView":242,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":243,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":244,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":245,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,3.875,3.7674999237060547],"min":[-36.71026611328125,3.625,3.7174999713897705],"type":"VEC3"},{"bufferView":246,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":247,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":248,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":249,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,2.375,3.7674999237060547],"min":[-36.71026611328125,2.125,3.7174999713897705],"type":"VEC3"},{"bufferView":250,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":251,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":252,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":253,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,2.375,3.117500066757202],"min":[-36.71026611328125,2.125,3.067500114440918],"type":"VEC3"},{"bufferView":254,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":255,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":256,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":257,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,2.875,3.117500066757202],"min":[-36.21026611328125,2.625,3.067500114440918],"type":"VEC3"},{"bufferView":258,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":259,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":260,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":261,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,3.375,3.117500066757202],"min":[-36.21026611328125,3.125,3.067500114440918],"type":"VEC3"},{"bufferView":262,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":263,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":264,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":265,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,3.875,3.117500066757202],"min":[-36.71026611328125,3.625,3.067500114440918],"type":"VEC3"},{"bufferView":266,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":267,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":268,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":269,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,4.375,3.117500066757202],"min":[-36.21026611328125,4.125,3.067500114440918],"type":"VEC3"},{"bufferView":270,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":271,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":272,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":273,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,4.875,3.117500066757202],"min":[-36.21026611328125,4.625,3.067500114440918],"type":"VEC3"},{"bufferView":274,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":275,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":276,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":277,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,5.375,3.117500066757202],"min":[-36.21026611328125,5.125,3.067500114440918],"type":"VEC3"},{"bufferView":278,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":279,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":280,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":281,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,5.875,3.117500066757202],"min":[-36.21026611328125,5.625,3.067500114440918],"type":"VEC3"},{"bufferView":282,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":283,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":284,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":285,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,6.375,3.117500066757202],"min":[-36.71026611328125,6.125,3.067500114440918],"type":"VEC3"},{"bufferView":286,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":287,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":288,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":289,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,6.875,3.117500066757202],"min":[-36.21026611328125,6.625,3.067500114440918],"type":"VEC3"},{"bufferView":290,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":291,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":292,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":293,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,7.375,3.117500066757202],"min":[-36.21026611328125,7.125,3.067500114440918],"type":"VEC3"},{"bufferView":294,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":295,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":296,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":297,"byteOffset":0,"componentType":5126,"count":24,"max":[-34.330265045166016,7.875,3.117500066757202],"min":[-36.71026611328125,7.625,3.067500114440918],"type":"VEC3"},{"bufferView":298,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":299,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":300,"byteOffset":0,"componentType":5125,"count":132,"type":"SCALAR"},{"bufferView":301,"byteOffset":0,"componentType":5126,"count":62,"max":[-35.39026641845703,2.055000066757202,3.4674999713897705],"min":[-37.21026611328125,1.7050000429153442,3.367500066757202],"type":"VEC3"},{"bufferView":302,"byteOffset":0,"componentType":5126,"count":62,"type":"VEC3"},{"bufferView":303,"byteOffset":0,"componentType":5126,"count":62,"type":"VEC2"},{"bufferView":304,"byteOffset":0,"componentType":5125,"count":132,"type":"SCALAR"},{"bufferView":305,"byteOffset":0,"componentType":5126,"count":62,"max":[-35.39026641845703,8.295000076293945,3.4674999713897705],"min":[-37.21026611328125,7.945000171661377,3.367500066757202],"type":"VEC3"},{"bufferView":306,"byteOffset":0,"componentType":5126,"count":62,"type":"VEC3"},{"bufferView":307,"byteOffset":0,"componentType":5126,"count":62,"type":"VEC2"},{"bufferView":308,"byteOffset":0,"componentType":5125,"count":4536,"type":"SCALAR"},{"bufferView":309,"byteOffset":0,"componentType":5126,"count":1971,"max":[-30.59026527404785,9.170000076293945,4.697500228881836],"min":[-37.21026611328125,0.8299999833106995,1.1375000476837158],"type":"VEC3"},{"bufferView":310,"byteOffset":0,"componentType":5126,"count":1971,"type":"VEC3"},{"bufferView":311,"byteOffset":0,"componentType":5126,"count":1971,"type":"VEC2"},{"bufferView":312,"byteOffset":0,"componentType":5125,"count":228,"type":"SCALAR"},{"bufferView":313,"byteOffset":0,"componentType":5126,"count":96,"max":[-30.28026580810547,1.7899999618530273,2.007499933242798],"min":[-31.005266189575195,1.5499999523162842,1.6875],"type":"VEC3"},{"bufferView":314,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC3"},{"bufferView":315,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC2"},{"bufferView":316,"byteOffset":0,"componentType":5125,"count":228,"type":"SCALAR"},{"bufferView":317,"byteOffset":0,"componentType":5126,"count":96,"max":[-30.28026580810547,2.049999952316284,2.007499933242798],"min":[-31.005266189575195,1.809999942779541,1.6875],"type":"VEC3"},{"bufferView":318,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC3"},{"bufferView":319,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC2"},{"bufferView":320,"byteOffset":0,"componentType":5125,"count":228,"type":"SCALAR"},{"bufferView":321,"byteOffset":0,"componentType":5126,"count":96,"max":[-30.28026580810547,2.5899999141693115,2.007499933242798],"min":[-31.005266189575195,2.3499999046325684,1.6875],"type":"VEC3"},{"bufferView":322,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC3"},{"bufferView":323,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC2"},{"bufferView":324,"byteOffset":0,"componentType":5125,"count":228,"type":"SCALAR"},{"bufferView":325,"byteOffset":0,"componentType":5126,"count":96,"max":[-30.28026580810547,2.8499999046325684,2.007499933242798],"min":[-31.005266189575195,2.609999895095825,1.6875],"type":"VEC3"},{"bufferView":326,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC3"},{"bufferView":327,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC2"},{"bufferView":328,"byteOffset":0,"componentType":5125,"count":228,"type":"SCALAR"},{"bufferView":329,"byteOffset":0,"componentType":5126,"count":96,"max":[-30.28026580810547,7.389999866485596,2.007499933242798],"min":[-31.005266189575195,7.150000095367432,1.6875],"type":"VEC3"},{"bufferView":330,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC3"},{"bufferView":331,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC2"},{"bufferView":332,"byteOffset":0,"componentType":5125,"count":228,"type":"SCALAR"},{"bufferView":333,"byteOffset":0,"componentType":5126,"count":96,"max":[-30.28026580810547,7.650000095367432,2.007499933242798],"min":[-31.005266189575195,7.409999847412109,1.6875],"type":"VEC3"},{"bufferView":334,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC3"},{"bufferView":335,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC2"},{"bufferView":336,"byteOffset":0,"componentType":5125,"count":228,"type":"SCALAR"},{"bufferView":337,"byteOffset":0,"componentType":5126,"count":96,"max":[-30.28026580810547,8.1899995803833,2.007499933242798],"min":[-31.005266189575195,7.949999809265137,1.6875],"type":"VEC3"},{"bufferView":338,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC3"},{"bufferView":339,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC2"},{"bufferView":340,"byteOffset":0,"componentType":5125,"count":228,"type":"SCALAR"},{"bufferView":341,"byteOffset":0,"componentType":5126,"count":96,"max":[-30.28026580810547,8.449999809265137,2.007499933242798],"min":[-31.005266189575195,8.210000038146973,1.6875],"type":"VEC3"},{"bufferView":342,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC3"},{"bufferView":343,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC2"},{"bufferView":344,"byteOffset":0,"componentType":5125,"count":240,"type":"SCALAR"},{"bufferView":345,"byteOffset":0,"componentType":5126,"count":100,"max":[-30.28026580810547,3.3499999046325684,2.007499933242798],"min":[-31.005266189575195,3.1500000953674316,1.6875],"type":"VEC3"},{"bufferView":346,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC3"},{"bufferView":347,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC2"},{"bufferView":348,"byteOffset":0,"componentType":5125,"count":240,"type":"SCALAR"},{"bufferView":349,"byteOffset":0,"componentType":5126,"count":100,"max":[-30.28026580810547,3.8499999046325684,2.007499933242798],"min":[-31.005266189575195,3.6500000953674316,1.6875],"type":"VEC3"},{"bufferView":350,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC3"},{"bufferView":351,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC2"},{"bufferView":352,"byteOffset":0,"componentType":5125,"count":240,"type":"SCALAR"},{"bufferView":353,"byteOffset":0,"componentType":5126,"count":100,"max":[-30.28026580810547,4.349999904632568,2.007499933242798],"min":[-31.005266189575195,4.150000095367432,1.6875],"type":"VEC3"},{"bufferView":354,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC3"},{"bufferView":355,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC2"},{"bufferView":356,"byteOffset":0,"componentType":5125,"count":240,"type":"SCALAR"},{"bufferView":357,"byteOffset":0,"componentType":5126,"count":100,"max":[-30.28026580810547,4.849999904632568,2.007499933242798],"min":[-31.005266189575195,4.650000095367432,1.6875],"type":"VEC3"},{"bufferView":358,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC3"},{"bufferView":359,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC2"},{"bufferView":360,"byteOffset":0,"componentType":5125,"count":240,"type":"SCALAR"},{"bufferView":361,"byteOffset":0,"componentType":5126,"count":100,"max":[-30.28026580810547,5.349999904632568,2.007499933242798],"min":[-31.005266189575195,5.150000095367432,1.6875],"type":"VEC3"},{"bufferView":362,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC3"},{"bufferView":363,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC2"},{"bufferView":364,"byteOffset":0,"componentType":5125,"count":240,"type":"SCALAR"},{"bufferView":365,"byteOffset":0,"componentType":5126,"count":100,"max":[-30.28026580810547,5.849999904632568,2.007499933242798],"min":[-31.005266189575195,5.650000095367432,1.6875],"type":"VEC3"},{"bufferView":366,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC3"},{"bufferView":367,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC2"},{"bufferView":368,"byteOffset":0,"componentType":5125,"count":240,"type":"SCALAR"},{"bufferView":369,"byteOffset":0,"componentType":5126,"count":100,"max":[-30.28026580810547,6.349999904632568,2.007499933242798],"min":[-31.005266189575195,6.150000095367432,1.6875],"type":"VEC3"},{"bufferView":370,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC3"},{"bufferView":371,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC2"},{"bufferView":372,"byteOffset":0,"componentType":5125,"count":240,"type":"SCALAR"},{"bufferView":373,"byteOffset":0,"componentType":5126,"count":100,"max":[-30.28026580810547,6.849999904632568,2.007499933242798],"min":[-31.005266189575195,6.650000095367432,1.6875],"type":"VEC3"},{"bufferView":374,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC3"},{"bufferView":375,"byteOffset":0,"componentType":5126,"count":100,"type":"VEC2"},{"bufferView":376,"byteOffset":0,"componentType":5125,"count":7260,"type":"SCALAR"},{"bufferView":377,"byteOffset":0,"componentType":5126,"count":2976,"max":[-8.949899673461914,30.25,5.986250877380371],"min":[-13.050100326538086,9.75,1.487496018409729],"type":"VEC3"},{"bufferView":378,"byteOffset":0,"componentType":5126,"count":2976,"type":"VEC3"},{"bufferView":379,"byteOffset":0,"componentType":5126,"count":2976,"type":"VEC2"},{"bufferView":380,"byteOffset":0,"componentType":5125,"count":7260,"type":"SCALAR"},{"bufferView":381,"byteOffset":0,"componentType":5126,"count":2976,"max":[13.050100326538086,30.25,5.986250877380371],"min":[8.949899673461914,9.75,1.487496018409729],"type":"VEC3"},{"bufferView":382,"byteOffset":0,"componentType":5126,"count":2976,"type":"VEC3"},{"bufferView":383,"byteOffset":0,"componentType":5126,"count":2976,"type":"VEC2"},{"bufferView":384,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":385,"byteOffset":0,"componentType":5126,"count":24,"max":[-2.3499999046325684,-2.4655919075012207,1.8875000476837158],"min":[-2.75,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":386,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":387,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":388,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":389,"byteOffset":0,"componentType":5126,"count":24,"max":[-1.5,-16.465591430664062,1.8875000476837158],"min":[-1.899999976158142,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":390,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":391,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":392,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":393,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-3.7155919075012207,1.8875000476837158],"min":[-7.400000095367432,-4.115592002868652,1.6875],"type":"VEC3"},{"bufferView":394,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":395,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":396,"byteOffset":0,"componentType":5125,"count":3888,"type":"SCALAR"},{"bufferView":397,"byteOffset":0,"componentType":5126,"count":1950,"max":[7.699999809265137,-2.1155920028686523,2.487499952316284],"min":[-7.699999809265137,-22.115591049194336,1.6875],"type":"VEC3"},{"bufferView":398,"byteOffset":0,"componentType":5126,"count":1950,"type":"VEC3"},{"bufferView":399,"byteOffset":0,"componentType":5126,"count":1950,"type":"VEC2"},{"bufferView":400,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":401,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-4.565591812133789,1.8875000476837158],"min":[6.599999904632568,-4.965591907501221,1.6875],"type":"VEC3"},{"bufferView":402,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":403,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":404,"byteOffset":0,"componentType":5125,"count":1380,"type":"SCALAR"},{"bufferView":405,"byteOffset":0,"componentType":5126,"count":506,"max":[7,-2.6155920028686523,4.237500190734863],"min":[-7,-16.165592193603516,2.487499952316284],"type":"VEC3"},{"bufferView":406,"byteOffset":0,"componentType":5126,"count":506,"type":"VEC3"},{"bufferView":407,"byteOffset":0,"componentType":5126,"count":506,"type":"VEC2"},{"bufferView":408,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":409,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-15.615592002868652,1.8875000476837158],"min":[6.599999904632568,-16.015592575073242,1.6875],"type":"VEC3"},{"bufferView":410,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":411,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":412,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":413,"byteOffset":0,"componentType":5126,"count":24,"max":[-2.3499999046325684,-16.465591430664062,1.8875000476837158],"min":[-2.75,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":414,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":415,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":416,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":417,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-4.565591812133789,1.8875000476837158],"min":[-7.400000095367432,-4.965591907501221,1.6875],"type":"VEC3"},{"bufferView":418,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":419,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":420,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":421,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-13.065591812133789,1.8875000476837158],"min":[6.599999904632568,-13.465592384338379,1.6875],"type":"VEC3"},{"bufferView":422,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":423,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":424,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":425,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-13.915592193603516,1.8875000476837158],"min":[6.599999904632568,-14.315591812133789,1.6875],"type":"VEC3"},{"bufferView":426,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":427,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":428,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":429,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-11.365592002868652,1.8875000476837158],"min":[6.599999904632568,-11.765591621398926,1.6875],"type":"VEC3"},{"bufferView":430,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":431,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":432,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":433,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-12.215592384338379,1.8875000476837158],"min":[6.599999904632568,-12.615592002868652,1.6875],"type":"VEC3"},{"bufferView":434,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":435,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":436,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":437,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-9.665592193603516,1.8875000476837158],"min":[6.599999904632568,-10.065591812133789,1.6875],"type":"VEC3"},{"bufferView":438,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":439,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":440,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":441,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-10.515591621398926,1.8875000476837158],"min":[6.599999904632568,-10.915592193603516,1.6875],"type":"VEC3"},{"bufferView":442,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":443,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":444,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":445,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-8.815591812133789,1.8875000476837158],"min":[6.599999904632568,-9.215592384338379,1.6875],"type":"VEC3"},{"bufferView":446,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":447,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":448,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":449,"byteOffset":0,"componentType":5126,"count":24,"max":[0.6000000238418579,-10.915592193603516,1.8875000476837158],"min":[-0.6000000238418579,-12.115592002868652,1.6875],"type":"VEC3"},{"bufferView":450,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":451,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":452,"byteOffset":0,"componentType":5125,"count":324,"type":"SCALAR"},{"bufferView":453,"byteOffset":0,"componentType":5126,"count":168,"max":[7.300000190734863,-17.615591049194336,2.487499952316284],"min":[-7.349999904632568,-21.665592193603516,2.387500047683716],"type":"VEC3"},{"bufferView":454,"byteOffset":0,"componentType":5126,"count":168,"type":"VEC3"},{"bufferView":455,"byteOffset":0,"componentType":5126,"count":168,"type":"VEC2"},{"bufferView":456,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":457,"byteOffset":0,"componentType":5126,"count":24,"max":[0.6000000238418579,-7.615592002868652,1.8875000476837158],"min":[-0.6000000238418579,-8.815591812133789,1.6875],"type":"VEC3"},{"bufferView":458,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":459,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":460,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":461,"byteOffset":0,"componentType":5126,"count":24,"max":[-1.0499999523162842,-7.615592002868652,1.8875000476837158],"min":[-2.25,-8.815591812133789,1.6875],"type":"VEC3"},{"bufferView":462,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":463,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":464,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":465,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-7.115592002868652,1.8875000476837158],"min":[-7.400000095367432,-7.515592098236084,1.6875],"type":"VEC3"},{"bufferView":466,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":467,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":468,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":469,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-7.965591907501221,1.8875000476837158],"min":[-7.400000095367432,-8.365592002868652,1.6875],"type":"VEC3"},{"bufferView":470,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":471,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":472,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":473,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-16.465591430664062,1.8875000476837158],"min":[-7.400000095367432,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":474,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":475,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":476,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":477,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-2.4655919075012207,1.8875000476837158],"min":[6.599999904632568,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":478,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":479,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":480,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":481,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-5.415592193603516,1.8875000476837158],"min":[-7.400000095367432,-5.815591812133789,1.6875],"type":"VEC3"},{"bufferView":482,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":483,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":484,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":485,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-6.265592098236084,1.8875000476837158],"min":[-7.400000095367432,-6.665592193603516,1.6875],"type":"VEC3"},{"bufferView":486,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":487,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":488,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":489,"byteOffset":0,"componentType":5126,"count":24,"max":[6.150000095367432,-16.465591430664062,1.8875000476837158],"min":[5.75,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":490,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":491,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":492,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":493,"byteOffset":0,"componentType":5126,"count":24,"max":[0.6000000238418579,-9.265591621398926,1.8875000476837158],"min":[-0.6000000238418579,-10.465592384338379,1.6875],"type":"VEC3"},{"bufferView":494,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":495,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":496,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":497,"byteOffset":0,"componentType":5126,"count":24,"max":[-4.050000190734863,-2.4655919075012207,1.8875000476837158],"min":[-4.449999809265137,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":498,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":499,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":500,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":501,"byteOffset":0,"componentType":5126,"count":24,"max":[-3.200000047683716,-2.4655919075012207,1.8875000476837158],"min":[-3.5999999046325684,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":502,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":503,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":504,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":505,"byteOffset":0,"componentType":5126,"count":24,"max":[5.300000190734863,-16.465591430664062,1.8875000476837158],"min":[4.900000095367432,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":506,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":507,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":508,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":509,"byteOffset":0,"componentType":5126,"count":24,"max":[-5.75,-2.4655919075012207,1.8875000476837158],"min":[-6.150000095367432,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":510,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":511,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":512,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":513,"byteOffset":0,"componentType":5126,"count":24,"max":[4.449999809265137,-2.4655919075012207,1.8875000476837158],"min":[4.050000190734863,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":514,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":515,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":516,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":517,"byteOffset":0,"componentType":5126,"count":24,"max":[-4.900000095367432,-16.465591430664062,1.8875000476837158],"min":[-5.300000190734863,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":518,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":519,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":520,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":521,"byteOffset":0,"componentType":5126,"count":24,"max":[3.5999999046325684,-2.4655919075012207,1.8875000476837158],"min":[3.200000047683716,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":522,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":523,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":524,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":525,"byteOffset":0,"componentType":5126,"count":24,"max":[4.449999809265137,-16.465591430664062,1.8875000476837158],"min":[4.050000190734863,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":526,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":527,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":528,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":529,"byteOffset":0,"componentType":5126,"count":24,"max":[1.899999976158142,-2.4655919075012207,1.8875000476837158],"min":[1.5,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":530,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":531,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":532,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":533,"byteOffset":0,"componentType":5126,"count":24,"max":[2.75,-16.465591430664062,1.8875000476837158],"min":[2.3499999046325684,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":534,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":535,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":536,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":537,"byteOffset":0,"componentType":5126,"count":24,"max":[0.20000000298023224,-2.4655919075012207,1.8875000476837158],"min":[-0.20000000298023224,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":538,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":539,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":540,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":541,"byteOffset":0,"componentType":5126,"count":24,"max":[1.0499999523162842,-16.465591430664062,1.8875000476837158],"min":[0.6499999761581421,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":542,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":543,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":544,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":545,"byteOffset":0,"componentType":5126,"count":24,"max":[-1.5,-2.4655919075012207,1.8875000476837158],"min":[-1.899999976158142,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":546,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":547,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":548,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":549,"byteOffset":0,"componentType":5126,"count":24,"max":[-0.6499999761581421,-16.465591430664062,1.8875000476837158],"min":[-1.0499999523162842,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":550,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":551,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":552,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":553,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-3.7155919075012207,1.8875000476837158],"min":[6.599999904632568,-4.115592002868652,1.6875],"type":"VEC3"},{"bufferView":554,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":555,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":556,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":557,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-14.765591621398926,1.8875000476837158],"min":[6.599999904632568,-15.165592193603516,1.6875],"type":"VEC3"},{"bufferView":558,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":559,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":560,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":561,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-15.615592002868652,1.8875000476837158],"min":[-7.400000095367432,-16.015592575073242,1.6875],"type":"VEC3"},{"bufferView":562,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":563,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":564,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":565,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-14.765591621398926,1.8875000476837158],"min":[-7.400000095367432,-15.165592193603516,1.6875],"type":"VEC3"},{"bufferView":566,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":567,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":568,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":569,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-13.065591812133789,1.8875000476837158],"min":[-7.400000095367432,-13.465592384338379,1.6875],"type":"VEC3"},{"bufferView":570,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":571,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":572,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":573,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-13.915592193603516,1.8875000476837158],"min":[-7.400000095367432,-14.315591812133789,1.6875],"type":"VEC3"},{"bufferView":574,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":575,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":576,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":577,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-11.365592002868652,1.8875000476837158],"min":[-7.400000095367432,-11.765591621398926,1.6875],"type":"VEC3"},{"bufferView":578,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":579,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":580,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":581,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-12.215592384338379,1.8875000476837158],"min":[-7.400000095367432,-12.615592002868652,1.6875],"type":"VEC3"},{"bufferView":582,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":583,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":584,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":585,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-9.665592193603516,1.8875000476837158],"min":[-7.400000095367432,-10.065591812133789,1.6875],"type":"VEC3"},{"bufferView":586,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":587,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":588,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":589,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-10.515591621398926,1.8875000476837158],"min":[-7.400000095367432,-10.915592193603516,1.6875],"type":"VEC3"},{"bufferView":590,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":591,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":592,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":593,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-8.815591812133789,1.8875000476837158],"min":[-7.400000095367432,-9.215592384338379,1.6875],"type":"VEC3"},{"bufferView":594,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":595,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":596,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":597,"byteOffset":0,"componentType":5126,"count":24,"max":[-1.0499999523162842,-10.915592193603516,1.8875000476837158],"min":[-2.25,-12.115592002868652,1.6875],"type":"VEC3"},{"bufferView":598,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":599,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":600,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":601,"byteOffset":0,"componentType":5126,"count":24,"max":[2.25,-7.615592002868652,1.8875000476837158],"min":[1.0499999523162842,-8.815591812133789,1.6875],"type":"VEC3"},{"bufferView":602,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":603,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":604,"byteOffset":0,"componentType":5125,"count":492,"type":"SCALAR"},{"bufferView":605,"byteOffset":0,"componentType":5126,"count":170,"max":[5.699300765991211,-3.9655919075012207,4.237500190734863],"min":[5.2006988525390625,-4.465591907501221,4.087500095367432],"type":"VEC3"},{"bufferView":606,"byteOffset":0,"componentType":5126,"count":170,"type":"VEC3"},{"bufferView":607,"byteOffset":0,"componentType":5126,"count":170,"type":"VEC2"},{"bufferView":608,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":609,"byteOffset":0,"componentType":5126,"count":24,"max":[2.25,-9.265591621398926,1.8875000476837158],"min":[1.0499999523162842,-10.465592384338379,1.6875],"type":"VEC3"},{"bufferView":610,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":611,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":612,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":613,"byteOffset":0,"componentType":5126,"count":24,"max":[-1.0499999523162842,-9.265591621398926,1.8875000476837158],"min":[-2.25,-10.465592384338379,1.6875],"type":"VEC3"},{"bufferView":614,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":615,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":616,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":617,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-7.115592002868652,1.8875000476837158],"min":[6.599999904632568,-7.515592098236084,1.6875],"type":"VEC3"},{"bufferView":618,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":619,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":620,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":621,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-7.965591907501221,1.8875000476837158],"min":[6.599999904632568,-8.365592002868652,1.6875],"type":"VEC3"},{"bufferView":622,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":623,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":624,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":625,"byteOffset":0,"componentType":5126,"count":24,"max":[-6.599999904632568,-2.4655919075012207,1.8875000476837158],"min":[-7.400000095367432,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":626,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":627,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":628,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":629,"byteOffset":0,"componentType":5126,"count":30,"max":[2.25,-10.915592193603516,1.8875000476837158],"min":[1.0499999523162842,-12.115592002868652,1.6875],"type":"VEC3"},{"bufferView":630,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":631,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":632,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":633,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-16.465591430664062,1.8875000476837158],"min":[6.599999904632568,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":634,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":635,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":636,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":637,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-5.415592193603516,1.8875000476837158],"min":[6.599999904632568,-5.815591812133789,1.6875],"type":"VEC3"},{"bufferView":638,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":639,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":640,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":641,"byteOffset":0,"componentType":5126,"count":24,"max":[7.400000095367432,-6.265592098236084,1.8875000476837158],"min":[6.599999904632568,-6.665592193603516,1.6875],"type":"VEC3"},{"bufferView":642,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":643,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":644,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":645,"byteOffset":0,"componentType":5126,"count":24,"max":[6.150000095367432,-2.4655919075012207,1.8875000476837158],"min":[5.75,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":646,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":647,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":648,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":649,"byteOffset":0,"componentType":5126,"count":24,"max":[-4.050000190734863,-16.465591430664062,1.8875000476837158],"min":[-4.449999809265137,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":650,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":651,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":652,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":653,"byteOffset":0,"componentType":5126,"count":24,"max":[-3.200000047683716,-16.465591430664062,1.8875000476837158],"min":[-3.5999999046325684,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":654,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":655,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":656,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":657,"byteOffset":0,"componentType":5126,"count":24,"max":[5.300000190734863,-2.4655919075012207,1.8875000476837158],"min":[4.900000095367432,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":658,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":659,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":660,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":661,"byteOffset":0,"componentType":5126,"count":24,"max":[-5.75,-16.465591430664062,1.8875000476837158],"min":[-6.150000095367432,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":662,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":663,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":664,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":665,"byteOffset":0,"componentType":5126,"count":24,"max":[-4.900000095367432,-2.4655919075012207,1.8875000476837158],"min":[-5.300000190734863,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":666,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":667,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":668,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":669,"byteOffset":0,"componentType":5126,"count":24,"max":[2.75,-2.4655919075012207,1.8875000476837158],"min":[2.3499999046325684,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":670,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":671,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":672,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":673,"byteOffset":0,"componentType":5126,"count":24,"max":[3.5999999046325684,-16.465591430664062,1.8875000476837158],"min":[3.200000047683716,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":674,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":675,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":676,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":677,"byteOffset":0,"componentType":5126,"count":24,"max":[1.0499999523162842,-2.4655919075012207,1.8875000476837158],"min":[0.6499999761581421,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":678,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":679,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":680,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":681,"byteOffset":0,"componentType":5126,"count":24,"max":[1.899999976158142,-16.465591430664062,1.8875000476837158],"min":[1.5,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":682,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":683,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":684,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":685,"byteOffset":0,"componentType":5126,"count":24,"max":[-0.6499999761581421,-2.4655919075012207,1.8875000476837158],"min":[-1.0499999523162842,-3.265592098236084,1.6875],"type":"VEC3"},{"bufferView":686,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":687,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":688,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":689,"byteOffset":0,"componentType":5126,"count":24,"max":[0.20000000298023224,-16.465591430664062,1.8875000476837158],"min":[-0.20000000298023224,-17.265592575073242,1.6875],"type":"VEC3"},{"bufferView":690,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":691,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":692,"byteOffset":0,"componentType":5125,"count":828,"type":"SCALAR"},{"bufferView":693,"byteOffset":0,"componentType":5126,"count":312,"max":[8.75,-13.949999809265137,2.1875],"min":[8.25,-14.949999809265137,1.6875],"type":"VEC3"},{"bufferView":694,"byteOffset":0,"componentType":5126,"count":312,"type":"VEC3"},{"bufferView":695,"byteOffset":0,"componentType":5126,"count":312,"type":"VEC2"},{"bufferView":696,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":697,"byteOffset":0,"componentType":5126,"count":72,"max":[8.729999542236328,-14.149999618530273,2.1675000190734863],"min":[8.270000457763672,-14.75,1.7074999809265137],"type":"VEC3"},{"bufferView":698,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":699,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":700,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":701,"byteOffset":0,"componentType":5126,"count":156,"max":[-15,16.899999618530273,2.1875],"min":[-15.5,16.700000762939453,1.6875],"type":"VEC3"},{"bufferView":702,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":703,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":704,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":705,"byteOffset":0,"componentType":5126,"count":72,"max":[-15.020000457763672,16.700000762939453,2.1675000190734863],"min":[-15.479999542236328,16.100000381469727,1.7074999809265137],"type":"VEC3"},{"bufferView":706,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":707,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":708,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":709,"byteOffset":0,"componentType":5126,"count":156,"max":[-15,16.100000381469727,2.1875],"min":[-15.5,15.899999618530273,1.6875],"type":"VEC3"},{"bufferView":710,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":711,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":712,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":713,"byteOffset":0,"componentType":5126,"count":156,"max":[-18,15.100000381469727,2.1875],"min":[-18.200000762939453,14.600000381469727,1.6875],"type":"VEC3"},{"bufferView":714,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":715,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":716,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":717,"byteOffset":0,"componentType":5126,"count":72,"max":[-17.399999618530273,15.079999923706055,2.1675000190734863],"min":[-18,14.619999885559082,1.7074999809265137],"type":"VEC3"},{"bufferView":718,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":719,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":720,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":721,"byteOffset":0,"componentType":5126,"count":156,"max":[-17.200000762939453,15.100000381469727,2.1875],"min":[-17.399999618530273,14.600000381469727,1.6875],"type":"VEC3"},{"bufferView":722,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":723,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":724,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":725,"byteOffset":0,"componentType":5126,"count":156,"max":[-16,11.100000381469727,2.1875],"min":[-16.5,10.899999618530273,1.6875],"type":"VEC3"},{"bufferView":726,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":727,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":728,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":729,"byteOffset":0,"componentType":5126,"count":72,"max":[-16.020000457763672,11.699999809265137,2.1675000190734863],"min":[-16.479999542236328,11.100000381469727,1.7074999809265137],"type":"VEC3"},{"bufferView":730,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":731,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":732,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":733,"byteOffset":0,"componentType":5126,"count":156,"max":[-16,11.899999618530273,2.1875],"min":[-16.5,11.699999809265137,1.6875],"type":"VEC3"},{"bufferView":734,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":735,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":736,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":737,"byteOffset":0,"componentType":5126,"count":156,"max":[33.650001525878906,-22.649999618530273,2.1875],"min":[33.150001525878906,-22.850000381469727,1.6875],"type":"VEC3"},{"bufferView":738,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":739,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":740,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":741,"byteOffset":0,"componentType":5126,"count":72,"max":[33.630001068115234,-22.850000381469727,2.1675000190734863],"min":[33.16999816894531,-23.450000762939453,1.7074999809265137],"type":"VEC3"},{"bufferView":742,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":743,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":744,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":745,"byteOffset":0,"componentType":5126,"count":156,"max":[33.650001525878906,-23.450000762939453,2.1875],"min":[33.150001525878906,-23.649999618530273,1.6875],"type":"VEC3"},{"bufferView":746,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":747,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":748,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":749,"byteOffset":0,"componentType":5126,"count":156,"max":[-19,15.100000381469727,2.1875],"min":[-19.200000762939453,14.600000381469727,1.6875],"type":"VEC3"},{"bufferView":750,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":751,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":752,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":753,"byteOffset":0,"componentType":5126,"count":72,"max":[-19.200000762939453,15.079999923706055,2.1675000190734863],"min":[-19.799999237060547,14.619999885559082,1.7074999809265137],"type":"VEC3"},{"bufferView":754,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":755,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":756,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":757,"byteOffset":0,"componentType":5126,"count":156,"max":[-19.799999237060547,15.100000381469727,2.1875],"min":[-20,14.600000381469727,1.6875],"type":"VEC3"},{"bufferView":758,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":759,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":760,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":761,"byteOffset":0,"componentType":5126,"count":156,"max":[-18.100000381469727,9.75,2.1875],"min":[-18.299999237060547,9.25,1.6875],"type":"VEC3"},{"bufferView":762,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":763,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":764,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":765,"byteOffset":0,"componentType":5126,"count":72,"max":[-18.299999237060547,9.729999542236328,2.1675000190734863],"min":[-18.899999618530273,9.270000457763672,1.7074999809265137],"type":"VEC3"},{"bufferView":766,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":767,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":768,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":769,"byteOffset":0,"componentType":5126,"count":156,"max":[-18.899999618530273,9.75,2.1875],"min":[-19.100000381469727,9.25,1.6875],"type":"VEC3"},{"bufferView":770,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":771,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":772,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":773,"byteOffset":0,"componentType":5126,"count":156,"max":[4.550000190734863,-0.8999999761581421,2.1875],"min":[4.050000190734863,-1.100000023841858,1.6875],"type":"VEC3"},{"bufferView":774,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":775,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":776,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":777,"byteOffset":0,"componentType":5126,"count":72,"max":[4.53000020980835,-0.30000001192092896,2.1675000190734863],"min":[4.070000171661377,-0.8999999761581421,1.7074999809265137],"type":"VEC3"},{"bufferView":778,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":779,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":780,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":781,"byteOffset":0,"componentType":5126,"count":156,"max":[4.550000190734863,-0.10000000149011612,2.1875],"min":[4.050000190734863,-0.30000001192092896,1.6875],"type":"VEC3"},{"bufferView":782,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":783,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":784,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":785,"byteOffset":0,"componentType":5126,"count":156,"max":[1.25,-0.15000000596046448,2.1875],"min":[0.75,-0.3499999940395355,1.6875],"type":"VEC3"},{"bufferView":786,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":787,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":788,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":789,"byteOffset":0,"componentType":5126,"count":72,"max":[1.2300000190734863,-0.3499999940395355,2.1675000190734863],"min":[0.7699999809265137,-0.949999988079071,1.7074999809265137],"type":"VEC3"},{"bufferView":790,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":791,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":792,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":793,"byteOffset":0,"componentType":5126,"count":156,"max":[1.25,-0.949999988079071,2.1875],"min":[0.75,-1.149999976158142,1.6875],"type":"VEC3"},{"bufferView":794,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":795,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":796,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":797,"byteOffset":0,"componentType":5126,"count":156,"max":[10.475000381469727,-15.5,2.9375],"min":[9.225000381469727,-15.899999618530273,1.6875],"type":"VEC3"},{"bufferView":798,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":799,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":800,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":801,"byteOffset":0,"componentType":5126,"count":72,"max":[10.4350004196167,-14.300000190734863,2.8975000381469727],"min":[9.265000343322754,-15.5,1.7274999618530273],"type":"VEC3"},{"bufferView":802,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":803,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":804,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":805,"byteOffset":0,"componentType":5126,"count":156,"max":[10.475000381469727,-13.899999618530273,2.9375],"min":[9.225000381469727,-14.300000190734863,1.6875],"type":"VEC3"},{"bufferView":806,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":807,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":808,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":809,"byteOffset":0,"componentType":5126,"count":156,"max":[19.149999618530273,-6.625,2.9375],"min":[18.75,-7.875,1.6875],"type":"VEC3"},{"bufferView":810,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":811,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":812,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":813,"byteOffset":0,"componentType":5126,"count":72,"max":[18.75,-6.664999961853027,2.8975000381469727],"min":[17.549999237060547,-7.835000038146973,1.7274999618530273],"type":"VEC3"},{"bufferView":814,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":815,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":816,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":817,"byteOffset":0,"componentType":5126,"count":156,"max":[17.549999237060547,-6.625,2.9375],"min":[17.149999618530273,-7.875,1.6875],"type":"VEC3"},{"bufferView":818,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":819,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":820,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":821,"byteOffset":0,"componentType":5126,"count":156,"max":[-18.975000381469727,31.25,2.9375],"min":[-20.225000381469727,30.850000381469727,1.6875],"type":"VEC3"},{"bufferView":822,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":823,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":824,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":825,"byteOffset":0,"componentType":5126,"count":72,"max":[-19.014999389648438,30.850000381469727,2.8975000381469727],"min":[-20.184999465942383,29.649999618530273,1.7274999618530273],"type":"VEC3"},{"bufferView":826,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":827,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":828,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":829,"byteOffset":0,"componentType":5126,"count":156,"max":[-18.975000381469727,29.649999618530273,2.9375],"min":[-20.225000381469727,29.25,1.6875],"type":"VEC3"},{"bufferView":830,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":831,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":832,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":833,"byteOffset":0,"componentType":5126,"count":24,"max":[19.954933166503906,16.40630531311035,1.677008032798767],"min":[19.60493278503418,15.606305122375488,1.652008056640625],"type":"VEC3"},{"bufferView":834,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":835,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":836,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":837,"byteOffset":0,"componentType":5126,"count":24,"max":[20.175033569335938,16.26290512084961,2.1270079612731934],"min":[19.66703224182129,15.754904747009277,2.017008066177368],"type":"VEC3"},{"bufferView":838,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":839,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":840,"byteOffset":0,"componentType":5125,"count":180,"type":"SCALAR"},{"bufferView":841,"byteOffset":0,"componentType":5126,"count":76,"max":[20.60493278503418,16.40630531311035,2.517008066177368],"min":[19.40493392944336,15.606305122375488,2.017008066177368],"type":"VEC3"},{"bufferView":842,"byteOffset":0,"componentType":5126,"count":76,"type":"VEC3"},{"bufferView":843,"byteOffset":0,"componentType":5126,"count":76,"type":"VEC2"},{"bufferView":844,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":845,"byteOffset":0,"componentType":5126,"count":24,"max":[20.794933319091797,16.40630531311035,2.017008066177368],"min":[19.214933395385742,15.606305122375488,1.677008032798767],"type":"VEC3"},{"bufferView":846,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":847,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":848,"byteOffset":0,"componentType":5125,"count":312,"type":"SCALAR"},{"bufferView":849,"byteOffset":0,"componentType":5126,"count":144,"max":[19.504932403564453,16.40630531311035,2.0570080280303955],"min":[19.204933166503906,15.606305122375488,1.6370079517364502],"type":"VEC3"},{"bufferView":850,"byteOffset":0,"componentType":5126,"count":144,"type":"VEC3"},{"bufferView":851,"byteOffset":0,"componentType":5126,"count":144,"type":"VEC2"},{"bufferView":852,"byteOffset":0,"componentType":5125,"count":312,"type":"SCALAR"},{"bufferView":853,"byteOffset":0,"componentType":5126,"count":144,"max":[20.804933547973633,16.40630531311035,2.0570080280303955],"min":[20.504932403564453,15.606305122375488,1.6370079517364502],"type":"VEC3"},{"bufferView":854,"byteOffset":0,"componentType":5126,"count":144,"type":"VEC3"},{"bufferView":855,"byteOffset":0,"componentType":5126,"count":144,"type":"VEC2"},{"bufferView":856,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":857,"byteOffset":0,"componentType":5126,"count":256,"max":[20.149999618530273,14.699999809265137,2.0374999046325684],"min":[19.149999618530273,14.199999809265137,1.6875],"type":"VEC3"},{"bufferView":858,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":859,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":860,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":861,"byteOffset":0,"componentType":5126,"count":20,"max":[20.114999771118164,14.699999809265137,2.002500057220459],"min":[19.184999465942383,14.199999809265137,1.722499966621399],"type":"VEC3"},{"bufferView":862,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":863,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":864,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":865,"byteOffset":0,"componentType":5126,"count":20,"max":[19.950000762939453,14.699999809265137,2.0374999046325684],"min":[19.350000381469727,14.199999809265137,2.002500057220459],"type":"VEC3"},{"bufferView":866,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":867,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":868,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":869,"byteOffset":0,"componentType":5126,"count":256,"max":[-16.350000381469727,32.900001525878906,2.0374999046325684],"min":[-17.350000381469727,32.400001525878906,1.6875],"type":"VEC3"},{"bufferView":870,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":871,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":872,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":873,"byteOffset":0,"componentType":5126,"count":20,"max":[-16.385000228881836,32.900001525878906,2.002500057220459],"min":[-17.315000534057617,32.400001525878906,1.722499966621399],"type":"VEC3"},{"bufferView":874,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":875,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":876,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":877,"byteOffset":0,"componentType":5126,"count":20,"max":[-16.549999237060547,32.900001525878906,2.0374999046325684],"min":[-17.149999618530273,32.400001525878906,2.002500057220459],"type":"VEC3"},{"bufferView":878,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":879,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":880,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":881,"byteOffset":0,"componentType":5126,"count":256,"max":[8.449999809265137,1.600000023841858,2.0374999046325684],"min":[7.449999809265137,1.100000023841858,1.6875],"type":"VEC3"},{"bufferView":882,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":883,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":884,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":885,"byteOffset":0,"componentType":5126,"count":20,"max":[8.414999961853027,1.600000023841858,2.002500057220459],"min":[7.485000133514404,1.100000023841858,1.722499966621399],"type":"VEC3"},{"bufferView":886,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":887,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":888,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":889,"byteOffset":0,"componentType":5126,"count":20,"max":[8.25,1.600000023841858,2.0374999046325684],"min":[7.650000095367432,1.100000023841858,2.002500057220459],"type":"VEC3"},{"bufferView":890,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":891,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":892,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":893,"byteOffset":0,"componentType":5126,"count":256,"max":[25.25,13.100000381469727,2.0374999046325684],"min":[24.25,12.600000381469727,1.6875],"type":"VEC3"},{"bufferView":894,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":895,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":896,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":897,"byteOffset":0,"componentType":5126,"count":20,"max":[25.21500015258789,13.100000381469727,2.002500057220459],"min":[24.28499984741211,12.600000381469727,1.722499966621399],"type":"VEC3"},{"bufferView":898,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":899,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":900,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":901,"byteOffset":0,"componentType":5126,"count":20,"max":[25.049999237060547,13.100000381469727,2.0374999046325684],"min":[24.450000762939453,12.600000381469727,2.002500057220459],"type":"VEC3"},{"bufferView":902,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":903,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":904,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":905,"byteOffset":0,"componentType":5126,"count":256,"max":[-28.450000762939453,-4.5,2.0374999046325684],"min":[-28.950000762939453,-5.5,1.6875],"type":"VEC3"},{"bufferView":906,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":907,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":908,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":909,"byteOffset":0,"componentType":5126,"count":20,"max":[-28.450000762939453,-4.534999847412109,2.002500057220459],"min":[-28.950000762939453,-5.465000152587891,1.722499966621399],"type":"VEC3"},{"bufferView":910,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":911,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":912,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":913,"byteOffset":0,"componentType":5126,"count":20,"max":[-28.450000762939453,-4.699999809265137,2.0374999046325684],"min":[-28.950000762939453,-5.300000190734863,2.002500057220459],"type":"VEC3"},{"bufferView":914,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":915,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":916,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":917,"byteOffset":0,"componentType":5126,"count":24,"max":[-15.274999618530273,26.399999618530273,2.304487943649292],"min":[-18.325000762939453,25.399999618530273,2.2044880390167236],"type":"VEC3"},{"bufferView":918,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":919,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":920,"byteOffset":0,"componentType":5125,"count":1092,"type":"SCALAR"},{"bufferView":921,"byteOffset":0,"componentType":5126,"count":408,"max":[-15.199999809265137,26.625,2.129487991333008],"min":[-18.399999618530273,25.174999237060547,1.77948796749115],"type":"VEC3"},{"bufferView":922,"byteOffset":0,"componentType":5126,"count":408,"type":"VEC3"},{"bufferView":923,"byteOffset":0,"componentType":5126,"count":408,"type":"VEC2"},{"bufferView":924,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":925,"byteOffset":0,"componentType":5126,"count":184,"max":[-15.399999618530273,26.700000762939453,2.2044880390167236],"min":[-15.800000190734863,26.399999618530273,1.7044880390167236],"type":"VEC3"},{"bufferView":926,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":927,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":928,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":929,"byteOffset":0,"componentType":5126,"count":184,"max":[-16.200000762939453,26.700000762939453,2.2044880390167236],"min":[-16.600000381469727,26.399999618530273,1.7044880390167236],"type":"VEC3"},{"bufferView":930,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":931,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":932,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":933,"byteOffset":0,"componentType":5126,"count":184,"max":[-15.399999618530273,25.399999618530273,2.2044880390167236],"min":[-15.800000190734863,25.100000381469727,1.7044880390167236],"type":"VEC3"},{"bufferView":934,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":935,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":936,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":937,"byteOffset":0,"componentType":5126,"count":184,"max":[-16.200000762939453,25.399999618530273,2.2044880390167236],"min":[-16.600000381469727,25.100000381469727,1.7044880390167236],"type":"VEC3"},{"bufferView":938,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":939,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":940,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":941,"byteOffset":0,"componentType":5126,"count":24,"max":[-15.274999618530273,26.399999618530273,2.2044880390167236],"min":[-18.325000762939453,25.399999618530273,2.129487991333008],"type":"VEC3"},{"bufferView":942,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":943,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":944,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":945,"byteOffset":0,"componentType":5126,"count":184,"max":[-17,26.700000762939453,2.2044880390167236],"min":[-17.399999618530273,26.399999618530273,1.7044880390167236],"type":"VEC3"},{"bufferView":946,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":947,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":948,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":949,"byteOffset":0,"componentType":5126,"count":184,"max":[-17.799999237060547,26.700000762939453,2.2044880390167236],"min":[-18.200000762939453,26.399999618530273,1.7044880390167236],"type":"VEC3"},{"bufferView":950,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":951,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":952,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":953,"byteOffset":0,"componentType":5126,"count":184,"max":[-17,25.399999618530273,2.2044880390167236],"min":[-17.399999618530273,25.100000381469727,1.7044880390167236],"type":"VEC3"},{"bufferView":954,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":955,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":956,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":957,"byteOffset":0,"componentType":5126,"count":184,"max":[-17.799999237060547,25.399999618530273,2.2044880390167236],"min":[-18.200000762939453,25.100000381469727,1.7044880390167236],"type":"VEC3"},{"bufferView":958,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":959,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":960,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":961,"byteOffset":0,"componentType":5126,"count":24,"max":[19.024999618530273,-15,2.2874999046325684],"min":[15.975000381469727,-16,2.1875],"type":"VEC3"},{"bufferView":962,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":963,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":964,"byteOffset":0,"componentType":5125,"count":1092,"type":"SCALAR"},{"bufferView":965,"byteOffset":0,"componentType":5126,"count":408,"max":[19.100000381469727,-14.774999618530273,2.112499952316284],"min":[15.899999618530273,-16.225000381469727,1.7625000476837158],"type":"VEC3"},{"bufferView":966,"byteOffset":0,"componentType":5126,"count":408,"type":"VEC3"},{"bufferView":967,"byteOffset":0,"componentType":5126,"count":408,"type":"VEC2"},{"bufferView":968,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":969,"byteOffset":0,"componentType":5126,"count":184,"max":[16.5,-16,2.1875],"min":[16.100000381469727,-16.299999237060547,1.6875],"type":"VEC3"},{"bufferView":970,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":971,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":972,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":973,"byteOffset":0,"componentType":5126,"count":184,"max":[17.299999237060547,-16,2.1875],"min":[16.899999618530273,-16.299999237060547,1.6875],"type":"VEC3"},{"bufferView":974,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":975,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":976,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":977,"byteOffset":0,"componentType":5126,"count":184,"max":[16.5,-14.699999809265137,2.1875],"min":[16.100000381469727,-15,1.6875],"type":"VEC3"},{"bufferView":978,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":979,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":980,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":981,"byteOffset":0,"componentType":5126,"count":184,"max":[17.299999237060547,-14.699999809265137,2.1875],"min":[16.899999618530273,-15,1.6875],"type":"VEC3"},{"bufferView":982,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":983,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":984,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":985,"byteOffset":0,"componentType":5126,"count":24,"max":[19.024999618530273,-15,2.1875],"min":[15.975000381469727,-16,2.112499952316284],"type":"VEC3"},{"bufferView":986,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":987,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":988,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":989,"byteOffset":0,"componentType":5126,"count":184,"max":[18.100000381469727,-16,2.1875],"min":[17.700000762939453,-16.299999237060547,1.6875],"type":"VEC3"},{"bufferView":990,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":991,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":992,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":993,"byteOffset":0,"componentType":5126,"count":184,"max":[18.899999618530273,-16,2.1875],"min":[18.5,-16.299999237060547,1.6875],"type":"VEC3"},{"bufferView":994,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":995,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":996,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":997,"byteOffset":0,"componentType":5126,"count":184,"max":[18.100000381469727,-14.699999809265137,2.1875],"min":[17.700000762939453,-15,1.6875],"type":"VEC3"},{"bufferView":998,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":999,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1000,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1001,"byteOffset":0,"componentType":5126,"count":184,"max":[18.899999618530273,-14.699999809265137,2.1875],"min":[18.5,-15,1.6875],"type":"VEC3"},{"bufferView":1002,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1003,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1004,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1005,"byteOffset":0,"componentType":5126,"count":24,"max":[-20.200000762939453,19.024999618530273,1.8674999475479126],"min":[-20.600000381469727,18.774999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1006,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1007,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1008,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1009,"byteOffset":0,"componentType":5126,"count":24,"max":[-20.200000762939453,17.524999618530273,1.8674999475479126],"min":[-20.600000381469727,17.274999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1010,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1011,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1012,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1013,"byteOffset":0,"componentType":5126,"count":24,"max":[-20.200000762939453,18.024999618530273,1.8674999475479126],"min":[-20.600000381469727,17.774999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1014,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1015,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1016,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1017,"byteOffset":0,"componentType":5126,"count":24,"max":[-20.200000762939453,18.524999618530273,1.8674999475479126],"min":[-20.600000381469727,18.274999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1018,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1019,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1020,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":1021,"byteOffset":0,"componentType":5126,"count":30,"max":[-20.200000762939453,19.524999618530273,1.8674999475479126],"min":[-20.600000381469727,19.274999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1022,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":1023,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":1024,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1025,"byteOffset":0,"componentType":5126,"count":24,"max":[-16.600000381469727,18.024999618530273,1.8674999475479126],"min":[-17,17.774999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1026,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1027,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1028,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1029,"byteOffset":0,"componentType":5126,"count":24,"max":[-16.600000381469727,17.524999618530273,1.8674999475479126],"min":[-17,17.274999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1030,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1031,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1032,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":1033,"byteOffset":0,"componentType":5126,"count":30,"max":[-16.600000381469727,17.024999618530273,1.8674999475479126],"min":[-17,16.774999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1034,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":1035,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":1036,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":1037,"byteOffset":0,"componentType":5126,"count":30,"max":[-20.200000762939453,17.024999618530273,1.8674999475479126],"min":[-20.600000381469727,16.774999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1038,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":1039,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":1040,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":1041,"byteOffset":0,"componentType":5126,"count":30,"max":[-16.600000381469727,19.524999618530273,1.8674999475479126],"min":[-17,19.274999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1042,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":1043,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":1044,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1045,"byteOffset":0,"componentType":5126,"count":24,"max":[-16.600000381469727,19.024999618530273,1.8674999475479126],"min":[-17,18.774999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1046,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1047,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1048,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1049,"byteOffset":0,"componentType":5126,"count":24,"max":[-16.600000381469727,18.524999618530273,1.8674999475479126],"min":[-17,18.274999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1050,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1051,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1052,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1053,"byteOffset":0,"componentType":5126,"count":24,"max":[-18.225000381469727,16.5,1.8674999475479126],"min":[-18.475000381469727,16.149999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1054,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1055,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1056,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1057,"byteOffset":0,"componentType":5126,"count":24,"max":[-18.725000381469727,16.5,1.8674999475479126],"min":[-18.975000381469727,16.149999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1058,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1059,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1060,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1061,"byteOffset":0,"componentType":5126,"count":24,"max":[-19.225000381469727,16.5,1.8674999475479126],"min":[-19.475000381469727,16.149999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1062,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1063,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1064,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1065,"byteOffset":0,"componentType":5126,"count":24,"max":[-17.725000381469727,20.149999618530273,1.8674999475479126],"min":[-17.975000381469727,19.799999237060547,1.6675000190734863],"type":"VEC3"},{"bufferView":1066,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1067,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1068,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":1069,"byteOffset":0,"componentType":5126,"count":30,"max":[-17.225000381469727,20.149999618530273,1.8674999475479126],"min":[-17.475000381469727,19.799999237060547,1.6675000190734863],"type":"VEC3"},{"bufferView":1070,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":1071,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":1072,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":1073,"byteOffset":0,"componentType":5126,"count":30,"max":[-17.225000381469727,16.5,1.8674999475479126],"min":[-17.475000381469727,16.149999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1074,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":1075,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":1076,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1077,"byteOffset":0,"componentType":5126,"count":24,"max":[-17.725000381469727,16.5,1.8674999475479126],"min":[-17.975000381469727,16.149999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1078,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1079,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1080,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":1081,"byteOffset":0,"componentType":5126,"count":30,"max":[-19.725000381469727,16.5,1.8674999475479126],"min":[-19.975000381469727,16.149999618530273,1.6675000190734863],"type":"VEC3"},{"bufferView":1082,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":1083,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":1084,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":1085,"byteOffset":0,"componentType":5126,"count":30,"max":[-19.725000381469727,20.149999618530273,1.8674999475479126],"min":[-19.975000381469727,19.799999237060547,1.6675000190734863],"type":"VEC3"},{"bufferView":1086,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":1087,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":1088,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1089,"byteOffset":0,"componentType":5126,"count":24,"max":[-19.225000381469727,20.149999618530273,1.8674999475479126],"min":[-19.475000381469727,19.799999237060547,1.6675000190734863],"type":"VEC3"},{"bufferView":1090,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1091,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1092,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1093,"byteOffset":0,"componentType":5126,"count":24,"max":[-18.725000381469727,20.149999618530273,1.8674999475479126],"min":[-18.975000381469727,19.799999237060547,1.6675000190734863],"type":"VEC3"},{"bufferView":1094,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1095,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1096,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1097,"byteOffset":0,"componentType":5126,"count":24,"max":[-18.225000381469727,20.149999618530273,1.8674999475479126],"min":[-18.475000381469727,19.799999237060547,1.6675000190734863],"type":"VEC3"},{"bufferView":1098,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1099,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1100,"byteOffset":0,"componentType":5125,"count":1848,"type":"SCALAR"},{"bufferView":1101,"byteOffset":0,"componentType":5126,"count":853,"max":[-16.600000381469727,20.149999618530273,2.617500066757202],"min":[-20.600000381469727,16.149999618530273,1.6875],"type":"VEC3"},{"bufferView":1102,"byteOffset":0,"componentType":5126,"count":853,"type":"VEC3"},{"bufferView":1103,"byteOffset":0,"componentType":5126,"count":853,"type":"VEC2"},{"bufferView":1104,"byteOffset":0,"componentType":5125,"count":264,"type":"SCALAR"},{"bufferView":1105,"byteOffset":0,"componentType":5126,"count":107,"max":[-17.299999237060547,19.5,1.787500023841858],"min":[-19.899999618530273,16.799999237060547,1.6875],"type":"VEC3"},{"bufferView":1106,"byteOffset":0,"componentType":5126,"count":107,"type":"VEC3"},{"bufferView":1107,"byteOffset":0,"componentType":5126,"count":107,"type":"VEC2"},{"bufferView":1108,"byteOffset":0,"componentType":5125,"count":84,"type":"SCALAR"},{"bufferView":1109,"byteOffset":0,"componentType":5126,"count":56,"max":[19.600000381469727,-10.100000381469727,2.7874999046325684],"min":[16.700000762939453,-11.399999618530273,1.787500023841858],"type":"VEC3"},{"bufferView":1110,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC3"},{"bufferView":1111,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC2"},{"bufferView":1112,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1113,"byteOffset":0,"componentType":5126,"count":160,"max":[19.315000534057617,-9.600000381469727,2.2874999046325684],"min":[18.885000228881836,-10.100000381469727,1.6875],"type":"VEC3"},{"bufferView":1114,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1115,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1116,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1117,"byteOffset":0,"componentType":5126,"count":160,"max":[17.415000915527344,-9.600000381469727,2.2874999046325684],"min":[16.985000610351562,-10.100000381469727,1.6875],"type":"VEC3"},{"bufferView":1118,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1119,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1120,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1121,"byteOffset":0,"componentType":5126,"count":160,"max":[18.364999771118164,-11.399999618530273,2.2874999046325684],"min":[17.934999465942383,-11.899999618530273,1.6875],"type":"VEC3"},{"bufferView":1122,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1123,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1124,"byteOffset":0,"componentType":5125,"count":84,"type":"SCALAR"},{"bufferView":1125,"byteOffset":0,"componentType":5126,"count":56,"max":[-15.399999618530273,30.75,2.7874999046325684],"min":[-18.299999237060547,29.450000762939453,1.787500023841858],"type":"VEC3"},{"bufferView":1126,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC3"},{"bufferView":1127,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC2"},{"bufferView":1128,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1129,"byteOffset":0,"componentType":5126,"count":160,"max":[-15.6850004196167,31.25,2.2874999046325684],"min":[-16.114999771118164,30.75,1.6875],"type":"VEC3"},{"bufferView":1130,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1131,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1132,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1133,"byteOffset":0,"componentType":5126,"count":160,"max":[-17.584999084472656,31.25,2.2874999046325684],"min":[-18.014999389648438,30.75,1.6875],"type":"VEC3"},{"bufferView":1134,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1135,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1136,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1137,"byteOffset":0,"componentType":5126,"count":160,"max":[-16.635000228881836,29.450000762939453,2.2874999046325684],"min":[-17.065000534057617,28.950000762939453,1.6875],"type":"VEC3"},{"bufferView":1138,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1139,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1140,"byteOffset":0,"componentType":5125,"count":84,"type":"SCALAR"},{"bufferView":1141,"byteOffset":0,"componentType":5126,"count":56,"max":[11.75,6.949999809265137,2.7874999046325684],"min":[10.449999809265137,4.050000190734863,1.787500023841858],"type":"VEC3"},{"bufferView":1142,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC3"},{"bufferView":1143,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC2"},{"bufferView":1144,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1145,"byteOffset":0,"componentType":5126,"count":160,"max":[10.449999809265137,6.664999961853027,2.2874999046325684],"min":[9.949999809265137,6.235000133514404,1.6875],"type":"VEC3"},{"bufferView":1146,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1147,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1148,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1149,"byteOffset":0,"componentType":5126,"count":160,"max":[10.449999809265137,4.764999866485596,2.2874999046325684],"min":[9.949999809265137,4.335000038146973,1.6875],"type":"VEC3"},{"bufferView":1150,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1151,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1152,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1153,"byteOffset":0,"componentType":5126,"count":160,"max":[12.25,5.715000152587891,2.2874999046325684],"min":[11.75,5.284999847412109,1.6875],"type":"VEC3"},{"bufferView":1154,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1155,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1156,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1157,"byteOffset":0,"componentType":5126,"count":160,"max":[14.125,-14.449999809265137,2.5625],"min":[13.875,-14.90585708618164,1.6875],"type":"VEC3"},{"bufferView":1158,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1159,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1160,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1161,"byteOffset":0,"componentType":5126,"count":160,"max":[14.125,-16.09414291381836,2.5625],"min":[13.875,-16.549999237060547,1.6875],"type":"VEC3"},{"bufferView":1162,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1163,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1164,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1165,"byteOffset":0,"componentType":5126,"count":160,"max":[14.774999618530273,-14.449999809265137,2.5625],"min":[14.524999618530273,-14.90585708618164,1.6875],"type":"VEC3"},{"bufferView":1166,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1167,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1168,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1169,"byteOffset":0,"componentType":5126,"count":160,"max":[14.774999618530273,-16.09414291381836,2.5625],"min":[14.524999618530273,-16.549999237060547,1.6875],"type":"VEC3"},{"bufferView":1170,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1171,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1172,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1173,"byteOffset":0,"componentType":5126,"count":160,"max":[13.475000381469727,-16.09414291381836,2.5625],"min":[13.225000381469727,-16.549999237060547,1.6875],"type":"VEC3"},{"bufferView":1174,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1175,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1176,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1177,"byteOffset":0,"componentType":5126,"count":160,"max":[13.475000381469727,-14.449999809265137,2.5625],"min":[13.225000381469727,-14.90585708618164,1.6875],"type":"VEC3"},{"bufferView":1178,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1179,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1180,"byteOffset":0,"componentType":5125,"count":348,"type":"SCALAR"},{"bufferView":1181,"byteOffset":0,"componentType":5126,"count":134,"max":[15,-14.875,2.7874999046325684],"min":[13,-16.125,1.7625000476837158],"type":"VEC3"},{"bufferView":1182,"byteOffset":0,"componentType":5126,"count":134,"type":"VEC3"},{"bufferView":1183,"byteOffset":0,"componentType":5126,"count":134,"type":"VEC2"},{"bufferView":1184,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1185,"byteOffset":0,"componentType":5126,"count":160,"max":[-26.72249984741211,-3.6500000953674316,2.8975000381469727],"min":[-27.077499389648438,-4.224999904632568,1.6875],"type":"VEC3"},{"bufferView":1186,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1187,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1188,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1189,"byteOffset":0,"componentType":5126,"count":160,"max":[-24.822500228881836,-5.775000095367432,2.8975000381469727],"min":[-25.177499771118164,-6.349999904632568,1.6875],"type":"VEC3"},{"bufferView":1190,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1191,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1192,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1193,"byteOffset":0,"componentType":5126,"count":160,"max":[-26.72249984741211,-5.775000095367432,2.8975000381469727],"min":[-27.077499389648438,-6.349999904632568,1.6875],"type":"VEC3"},{"bufferView":1194,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1195,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1196,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1197,"byteOffset":0,"componentType":5126,"count":160,"max":[-24.822500228881836,-3.6500000953674316,2.8975000381469727],"min":[-25.177499771118164,-4.224999904632568,1.6875],"type":"VEC3"},{"bufferView":1198,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1199,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1200,"byteOffset":0,"componentType":5125,"count":84,"type":"SCALAR"},{"bufferView":1201,"byteOffset":0,"componentType":5126,"count":56,"max":[-24.5,-4.224999904632568,3.137500047683716],"min":[-27.399999618530273,-5.775000095367432,1.837499976158142],"type":"VEC3"},{"bufferView":1202,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC3"},{"bufferView":1203,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC2"},{"bufferView":1204,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1205,"byteOffset":0,"componentType":5126,"count":160,"max":[-25.772499084472656,-5.775000095367432,2.8975000381469727],"min":[-26.127500534057617,-6.349999904632568,1.6875],"type":"VEC3"},{"bufferView":1206,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1207,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1208,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1209,"byteOffset":0,"componentType":5126,"count":778,"max":[-13.448121070861816,-5.218638896942139,1.7139840126037598],"min":[-13.75187873840332,-5.521360874176025,1.4091839790344238],"type":"VEC3"},{"bufferView":1210,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1211,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1212,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1213,"byteOffset":0,"componentType":5126,"count":778,"max":[-13.048121452331543,-5.218638896942139,1.7139840126037598],"min":[-13.351879119873047,-5.521360874176025,1.4091839790344238],"type":"VEC3"},{"bufferView":1214,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1215,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1216,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1217,"byteOffset":0,"componentType":5126,"count":778,"max":[-12.648120880126953,-5.218638896942139,1.7139840126037598],"min":[-12.951878547668457,-5.521360874176025,1.4091839790344238],"type":"VEC3"},{"bufferView":1218,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1219,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1220,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1221,"byteOffset":0,"componentType":5126,"count":778,"max":[-12.24812126159668,-5.218638896942139,1.7139840126037598],"min":[-12.551878929138184,-5.521360874176025,1.4091839790344238],"type":"VEC3"},{"bufferView":1222,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1223,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1224,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1225,"byteOffset":0,"componentType":5126,"count":778,"max":[-13.448121070861816,-5.61863899230957,1.7139840126037598],"min":[-13.75187873840332,-5.921360969543457,1.4091839790344238],"type":"VEC3"},{"bufferView":1226,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1227,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1228,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1229,"byteOffset":0,"componentType":5126,"count":778,"max":[-13.048121452331543,-5.61863899230957,1.7139840126037598],"min":[-13.351879119873047,-5.921360969543457,1.4091839790344238],"type":"VEC3"},{"bufferView":1230,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1231,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1232,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1233,"byteOffset":0,"componentType":5126,"count":778,"max":[-12.648120880126953,-5.61863899230957,1.7139840126037598],"min":[-12.951878547668457,-5.921360969543457,1.4091839790344238],"type":"VEC3"},{"bufferView":1234,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1235,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1236,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1237,"byteOffset":0,"componentType":5126,"count":778,"max":[-12.24812126159668,-5.61863899230957,1.7139840126037598],"min":[-12.551878929138184,-5.921360969543457,1.4091839790344238],"type":"VEC3"},{"bufferView":1238,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1239,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1240,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1241,"byteOffset":0,"componentType":5126,"count":778,"max":[-13.448121070861816,-6.018639087677002,1.7139840126037598],"min":[-13.75187873840332,-6.321361064910889,1.4091839790344238],"type":"VEC3"},{"bufferView":1242,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1243,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1244,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1245,"byteOffset":0,"componentType":5126,"count":778,"max":[-13.048121452331543,-6.018639087677002,1.7139840126037598],"min":[-13.351879119873047,-6.321361064910889,1.4091839790344238],"type":"VEC3"},{"bufferView":1246,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1247,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1248,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1249,"byteOffset":0,"componentType":5126,"count":778,"max":[-12.648120880126953,-6.018639087677002,1.7139840126037598],"min":[-12.951878547668457,-6.321361064910889,1.4091839790344238],"type":"VEC3"},{"bufferView":1250,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1251,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1252,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1253,"byteOffset":0,"componentType":5126,"count":778,"max":[-12.24812126159668,-6.018639087677002,1.7139840126037598],"min":[-12.551878929138184,-6.321361064910889,1.4091839790344238],"type":"VEC3"},{"bufferView":1254,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1255,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1256,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1257,"byteOffset":0,"componentType":5126,"count":778,"max":[-13.448121070861816,-6.418639183044434,1.7139840126037598],"min":[-13.75187873840332,-6.72136116027832,1.4091839790344238],"type":"VEC3"},{"bufferView":1258,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1259,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1260,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1261,"byteOffset":0,"componentType":5126,"count":778,"max":[-13.048121452331543,-6.418639183044434,1.7139840126037598],"min":[-13.351879119873047,-6.72136116027832,1.4091839790344238],"type":"VEC3"},{"bufferView":1262,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1263,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1264,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1265,"byteOffset":0,"componentType":5126,"count":778,"max":[-12.648120880126953,-6.418639183044434,1.7139840126037598],"min":[-12.951878547668457,-6.72136116027832,1.4091839790344238],"type":"VEC3"},{"bufferView":1266,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1267,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1268,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1269,"byteOffset":0,"componentType":5126,"count":778,"max":[-12.24812126159668,-6.418639183044434,1.7139840126037598],"min":[-12.551878929138184,-6.72136116027832,1.4091839790344238],"type":"VEC3"},{"bufferView":1270,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1271,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1272,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1273,"byteOffset":0,"componentType":5126,"count":778,"max":[-13.448121070861816,-6.818638801574707,1.7139840126037598],"min":[-13.75187873840332,-7.121360778808594,1.4091839790344238],"type":"VEC3"},{"bufferView":1274,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1275,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1276,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1277,"byteOffset":0,"componentType":5126,"count":778,"max":[-13.048121452331543,-6.818638801574707,1.7139840126037598],"min":[-13.351879119873047,-7.121360778808594,1.4091839790344238],"type":"VEC3"},{"bufferView":1278,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1279,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1280,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1281,"byteOffset":0,"componentType":5126,"count":778,"max":[-12.648120880126953,-6.818638801574707,1.7139840126037598],"min":[-12.951878547668457,-7.121360778808594,1.4091839790344238],"type":"VEC3"},{"bufferView":1282,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1283,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1284,"byteOffset":0,"componentType":5125,"count":4104,"type":"SCALAR"},{"bufferView":1285,"byteOffset":0,"componentType":5126,"count":778,"max":[-12.24812126159668,-6.818638801574707,1.7139840126037598],"min":[-12.551878929138184,-7.121360778808594,1.4091839790344238],"type":"VEC3"},{"bufferView":1286,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC3"},{"bufferView":1287,"byteOffset":0,"componentType":5126,"count":778,"type":"VEC2"},{"bufferView":1288,"byteOffset":0,"componentType":5125,"count":492,"type":"SCALAR"},{"bufferView":1289,"byteOffset":0,"componentType":5126,"count":170,"max":[-13.638455390930176,-5.141573905944824,1.9965840578079224],"min":[-13.72354507446289,-5.226426124572754,1.9935840368270874],"type":"VEC3"},{"bufferView":1290,"byteOffset":0,"componentType":5126,"count":170,"type":"VEC3"},{"bufferView":1291,"byteOffset":0,"componentType":5126,"count":170,"type":"VEC2"},{"bufferView":1292,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1293,"byteOffset":0,"componentType":5126,"count":24,"max":[-12.14900016784668,-5.013999938964844,1.9935840368270874],"min":[-13.85099983215332,-7.326000213623047,1.7135839462280273],"type":"VEC3"},{"bufferView":1294,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1295,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1296,"byteOffset":0,"componentType":5125,"count":492,"type":"SCALAR"},{"bufferView":1297,"byteOffset":0,"componentType":5126,"count":170,"max":[-19.25534439086914,-11.966439247131348,2.7825000286102295],"min":[-19.322654724121094,-12.033560752868652,2.7795000076293945],"type":"VEC3"},{"bufferView":1298,"byteOffset":0,"componentType":5126,"count":170,"type":"VEC3"},{"bufferView":1299,"byteOffset":0,"componentType":5126,"count":170,"type":"VEC2"},{"bufferView":1300,"byteOffset":0,"componentType":5125,"count":84,"type":"SCALAR"},{"bufferView":1301,"byteOffset":0,"componentType":5126,"count":56,"max":[-18.976999282836914,-10.244999885559082,2.7795000076293945],"min":[-20.323001861572266,-12.454999923706055,1.6875],"type":"VEC3"},{"bufferView":1302,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC3"},{"bufferView":1303,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC2"},{"bufferView":1304,"byteOffset":0,"componentType":5125,"count":420,"type":"SCALAR"},{"bufferView":1305,"byteOffset":0,"componentType":5126,"count":166,"max":[-18.549999237060547,-11.847999572753906,2.3605000972747803],"min":[-18.976999282836914,-12.152000427246094,1.6875],"type":"VEC3"},{"bufferView":1306,"byteOffset":0,"componentType":5126,"count":166,"type":"VEC3"},{"bufferView":1307,"byteOffset":0,"componentType":5126,"count":166,"type":"VEC2"},{"bufferView":1308,"byteOffset":0,"componentType":5125,"count":420,"type":"SCALAR"},{"bufferView":1309,"byteOffset":0,"componentType":5126,"count":166,"max":[-18.549999237060547,-11.197999954223633,2.3605000972747803],"min":[-18.976999282836914,-11.501999855041504,1.6875],"type":"VEC3"},{"bufferView":1310,"byteOffset":0,"componentType":5126,"count":166,"type":"VEC3"},{"bufferView":1311,"byteOffset":0,"componentType":5126,"count":166,"type":"VEC2"},{"bufferView":1312,"byteOffset":0,"componentType":5125,"count":420,"type":"SCALAR"},{"bufferView":1313,"byteOffset":0,"componentType":5126,"count":166,"max":[-18.549999237060547,-10.54800033569336,2.3605000972747803],"min":[-18.976999282836914,-10.85200023651123,1.6875],"type":"VEC3"},{"bufferView":1314,"byteOffset":0,"componentType":5126,"count":166,"type":"VEC3"},{"bufferView":1315,"byteOffset":0,"componentType":5126,"count":166,"type":"VEC2"},{"bufferView":1316,"byteOffset":0,"componentType":5125,"count":420,"type":"SCALAR"},{"bufferView":1317,"byteOffset":0,"componentType":5126,"count":167,"max":[-20.322999954223633,-10.54800033569336,2.3605000972747803],"min":[-20.75,-10.85200023651123,1.6875],"type":"VEC3"},{"bufferView":1318,"byteOffset":0,"componentType":5126,"count":167,"type":"VEC3"},{"bufferView":1319,"byteOffset":0,"componentType":5126,"count":167,"type":"VEC2"},{"bufferView":1320,"byteOffset":0,"componentType":5125,"count":420,"type":"SCALAR"},{"bufferView":1321,"byteOffset":0,"componentType":5126,"count":167,"max":[-20.322999954223633,-11.197999954223633,2.3605000972747803],"min":[-20.75,-11.501999855041504,1.6875],"type":"VEC3"},{"bufferView":1322,"byteOffset":0,"componentType":5126,"count":167,"type":"VEC3"},{"bufferView":1323,"byteOffset":0,"componentType":5126,"count":167,"type":"VEC2"},{"bufferView":1324,"byteOffset":0,"componentType":5125,"count":420,"type":"SCALAR"},{"bufferView":1325,"byteOffset":0,"componentType":5126,"count":167,"max":[-20.322999954223633,-11.847999572753906,2.3605000972747803],"min":[-20.75,-12.152000427246094,1.6875],"type":"VEC3"},{"bufferView":1326,"byteOffset":0,"componentType":5126,"count":167,"type":"VEC3"},{"bufferView":1327,"byteOffset":0,"componentType":5126,"count":167,"type":"VEC2"},{"bufferView":1328,"byteOffset":0,"componentType":5125,"count":492,"type":"SCALAR"},{"bufferView":1329,"byteOffset":0,"componentType":5126,"count":170,"max":[-25.277345657348633,-10.666439056396484,2.7825000286102295],"min":[-25.344654083251953,-10.733560562133789,2.7795000076293945],"type":"VEC3"},{"bufferView":1330,"byteOffset":0,"componentType":5126,"count":170,"type":"VEC3"},{"bufferView":1331,"byteOffset":0,"componentType":5126,"count":170,"type":"VEC2"},{"bufferView":1332,"byteOffset":0,"componentType":5125,"count":84,"type":"SCALAR"},{"bufferView":1333,"byteOffset":0,"componentType":5126,"count":56,"max":[-24.27699851989746,-10.244999885559082,2.7795000076293945],"min":[-25.62299919128418,-12.454999923706055,1.6875],"type":"VEC3"},{"bufferView":1334,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC3"},{"bufferView":1335,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC2"},{"bufferView":1336,"byteOffset":0,"componentType":5125,"count":420,"type":"SCALAR"},{"bufferView":1337,"byteOffset":0,"componentType":5126,"count":166,"max":[-25.62299919128418,-10.54800033569336,2.3605000972747803],"min":[-26.049999237060547,-10.85200023651123,1.6875],"type":"VEC3"},{"bufferView":1338,"byteOffset":0,"componentType":5126,"count":166,"type":"VEC3"},{"bufferView":1339,"byteOffset":0,"componentType":5126,"count":166,"type":"VEC2"},{"bufferView":1340,"byteOffset":0,"componentType":5125,"count":420,"type":"SCALAR"},{"bufferView":1341,"byteOffset":0,"componentType":5126,"count":166,"max":[-25.62299919128418,-11.197999954223633,2.3605000972747803],"min":[-26.049999237060547,-11.501999855041504,1.6875],"type":"VEC3"},{"bufferView":1342,"byteOffset":0,"componentType":5126,"count":166,"type":"VEC3"},{"bufferView":1343,"byteOffset":0,"componentType":5126,"count":166,"type":"VEC2"},{"bufferView":1344,"byteOffset":0,"componentType":5125,"count":420,"type":"SCALAR"},{"bufferView":1345,"byteOffset":0,"componentType":5126,"count":166,"max":[-25.62299919128418,-11.847999572753906,2.3605000972747803],"min":[-26.049999237060547,-12.152000427246094,1.6875],"type":"VEC3"},{"bufferView":1346,"byteOffset":0,"componentType":5126,"count":166,"type":"VEC3"},{"bufferView":1347,"byteOffset":0,"componentType":5126,"count":166,"type":"VEC2"},{"bufferView":1348,"byteOffset":0,"componentType":5125,"count":420,"type":"SCALAR"},{"bufferView":1349,"byteOffset":0,"componentType":5126,"count":167,"max":[-23.850000381469727,-11.847999572753906,2.3605000972747803],"min":[-24.277000427246094,-12.152000427246094,1.6875],"type":"VEC3"},{"bufferView":1350,"byteOffset":0,"componentType":5126,"count":167,"type":"VEC3"},{"bufferView":1351,"byteOffset":0,"componentType":5126,"count":167,"type":"VEC2"},{"bufferView":1352,"byteOffset":0,"componentType":5125,"count":420,"type":"SCALAR"},{"bufferView":1353,"byteOffset":0,"componentType":5126,"count":167,"max":[-23.850000381469727,-11.197999954223633,2.3605000972747803],"min":[-24.277000427246094,-11.501999855041504,1.6875],"type":"VEC3"},{"bufferView":1354,"byteOffset":0,"componentType":5126,"count":167,"type":"VEC3"},{"bufferView":1355,"byteOffset":0,"componentType":5126,"count":167,"type":"VEC2"},{"bufferView":1356,"byteOffset":0,"componentType":5125,"count":420,"type":"SCALAR"},{"bufferView":1357,"byteOffset":0,"componentType":5126,"count":167,"max":[-23.850000381469727,-10.54800033569336,2.3605000972747803],"min":[-24.277000427246094,-10.85200023651123,1.6875],"type":"VEC3"},{"bufferView":1358,"byteOffset":0,"componentType":5126,"count":167,"type":"VEC3"},{"bufferView":1359,"byteOffset":0,"componentType":5126,"count":167,"type":"VEC2"},{"bufferView":1360,"byteOffset":0,"componentType":5125,"count":204,"type":"SCALAR"},{"bufferView":1361,"byteOffset":0,"componentType":5126,"count":88,"max":[-27.350000381469727,5.449999809265137,2.0374999046325684],"min":[-28.549999237060547,3.8499999046325684,1.537500023841858],"type":"VEC3"},{"bufferView":1362,"byteOffset":0,"componentType":5126,"count":88,"type":"VEC3"},{"bufferView":1363,"byteOffset":0,"componentType":5126,"count":88,"type":"VEC2"},{"bufferView":1364,"byteOffset":0,"componentType":5125,"count":288,"type":"SCALAR"},{"bufferView":1365,"byteOffset":0,"componentType":5126,"count":168,"max":[-27.149999618530273,5.260000228881836,1.6174999475479126],"min":[-28.75,4.039999961853027,1.4874999523162842],"type":"VEC3"},{"bufferView":1366,"byteOffset":0,"componentType":5126,"count":168,"type":"VEC3"},{"bufferView":1367,"byteOffset":0,"componentType":5126,"count":168,"type":"VEC2"},{"bufferView":1368,"byteOffset":0,"componentType":5125,"count":180,"type":"SCALAR"},{"bufferView":1369,"byteOffset":0,"componentType":5126,"count":76,"max":[-24.892499923706055,2.237499952316284,2.887500047683716],"min":[-25.392499923706055,-0.3375000059604645,1.6875],"type":"VEC3"},{"bufferView":1370,"byteOffset":0,"componentType":5126,"count":76,"type":"VEC3"},{"bufferView":1371,"byteOffset":0,"componentType":5126,"count":76,"type":"VEC2"},{"bufferView":1372,"byteOffset":0,"componentType":5125,"count":180,"type":"SCALAR"},{"bufferView":1373,"byteOffset":0,"componentType":5126,"count":76,"max":[-27.607500076293945,2.237499952316284,2.887500047683716],"min":[-28.107500076293945,-0.3375000059604645,1.6875],"type":"VEC3"},{"bufferView":1374,"byteOffset":0,"componentType":5126,"count":76,"type":"VEC3"},{"bufferView":1375,"byteOffset":0,"componentType":5126,"count":76,"type":"VEC2"},{"bufferView":1376,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1377,"byteOffset":0,"componentType":5126,"count":24,"max":[-25.392499923706055,2.237499952316284,2.887500047683716],"min":[-27.357500076293945,-0.3375000059604645,1.6875],"type":"VEC3"},{"bufferView":1378,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1379,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1380,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1381,"byteOffset":0,"componentType":5126,"count":24,"max":[-27.357500076293945,2.237499952316284,2.887500047683716],"min":[-27.607500076293945,-0.3375000059604645,1.6875],"type":"VEC3"},{"bufferView":1382,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1383,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1384,"byteOffset":0,"componentType":5125,"count":159,"type":"SCALAR"},{"bufferView":1385,"byteOffset":0,"componentType":5126,"count":75,"max":[-29.649999618530273,-1.2300000190734863,2.7874999046325684],"min":[-30.450000762939453,-2.7699999809265137,1.7174999713897705],"type":"VEC3"},{"bufferView":1386,"byteOffset":0,"componentType":5126,"count":75,"type":"VEC3"},{"bufferView":1387,"byteOffset":0,"componentType":5126,"count":75,"type":"VEC2"},{"bufferView":1388,"byteOffset":0,"componentType":5125,"count":804,"type":"SCALAR"},{"bufferView":1389,"byteOffset":0,"componentType":5126,"count":336,"max":[-29.649999618530273,-1.2000000476837158,2.1875],"min":[-30.450000762939453,-2.799999952316284,1.6875],"type":"VEC3"},{"bufferView":1390,"byteOffset":0,"componentType":5126,"count":336,"type":"VEC3"},{"bufferView":1391,"byteOffset":0,"componentType":5126,"count":336,"type":"VEC2"},{"bufferView":1392,"byteOffset":0,"componentType":5125,"count":21,"type":"SCALAR"},{"bufferView":1393,"byteOffset":0,"componentType":5126,"count":15,"max":[-29.729999542236328,-1.722872018814087,1.7174999713897705],"min":[-30.3700008392334,-2.277127981185913,1.7024999856948853],"type":"VEC3"},{"bufferView":1394,"byteOffset":0,"componentType":5126,"count":15,"type":"VEC3"},{"bufferView":1395,"byteOffset":0,"componentType":5126,"count":15,"type":"VEC2"},{"bufferView":1396,"byteOffset":0,"componentType":5125,"count":159,"type":"SCALAR"},{"bufferView":1397,"byteOffset":0,"componentType":5126,"count":75,"max":[-29.649999618530273,-4.230000019073486,2.7874999046325684],"min":[-30.450000762939453,-5.769999980926514,1.7174999713897705],"type":"VEC3"},{"bufferView":1398,"byteOffset":0,"componentType":5126,"count":75,"type":"VEC3"},{"bufferView":1399,"byteOffset":0,"componentType":5126,"count":75,"type":"VEC2"},{"bufferView":1400,"byteOffset":0,"componentType":5125,"count":804,"type":"SCALAR"},{"bufferView":1401,"byteOffset":0,"componentType":5126,"count":336,"max":[-29.649999618530273,-4.199999809265137,2.1875],"min":[-30.450000762939453,-5.800000190734863,1.6875],"type":"VEC3"},{"bufferView":1402,"byteOffset":0,"componentType":5126,"count":336,"type":"VEC3"},{"bufferView":1403,"byteOffset":0,"componentType":5126,"count":336,"type":"VEC2"},{"bufferView":1404,"byteOffset":0,"componentType":5125,"count":21,"type":"SCALAR"},{"bufferView":1405,"byteOffset":0,"componentType":5126,"count":15,"max":[-29.729999542236328,-4.722871780395508,1.7174999713897705],"min":[-30.3700008392334,-5.277128219604492,1.7024999856948853],"type":"VEC3"},{"bufferView":1406,"byteOffset":0,"componentType":5126,"count":15,"type":"VEC3"},{"bufferView":1407,"byteOffset":0,"componentType":5126,"count":15,"type":"VEC2"},{"bufferView":1408,"byteOffset":0,"componentType":5125,"count":966,"type":"SCALAR"},{"bufferView":1409,"byteOffset":0,"componentType":5126,"count":342,"max":[32,-19.5,3.2874999046325684],"min":[27,-24.5,1.787500023841858],"type":"VEC3"},{"bufferView":1410,"byteOffset":0,"componentType":5126,"count":342,"type":"VEC3"},{"bufferView":1411,"byteOffset":0,"componentType":5126,"count":342,"type":"VEC2"},{"bufferView":1412,"byteOffset":0,"componentType":5125,"count":96,"type":"SCALAR"},{"bufferView":1413,"byteOffset":0,"componentType":5126,"count":34,"max":[31.166667938232422,-20.340442657470703,2.9124999046325684],"min":[27.833332061767578,-23.659557342529297,2.9124999046325684],"type":"VEC3"},{"bufferView":1414,"byteOffset":0,"componentType":5126,"count":34,"type":"VEC3"},{"bufferView":1415,"byteOffset":0,"componentType":5126,"count":34,"type":"VEC2"},{"bufferView":1416,"byteOffset":0,"componentType":5125,"count":1488,"type":"SCALAR"},{"bufferView":1417,"byteOffset":0,"componentType":5126,"count":600,"max":[32.20000076293945,-19.899999618530273,2.6875],"min":[26.799999237060547,-24.100000381469727,1.6875],"type":"VEC3"},{"bufferView":1418,"byteOffset":0,"componentType":5126,"count":600,"type":"VEC3"},{"bufferView":1419,"byteOffset":0,"componentType":5126,"count":600,"type":"VEC2"},{"bufferView":1420,"byteOffset":0,"componentType":5125,"count":288,"type":"SCALAR"},{"bufferView":1421,"byteOffset":0,"componentType":5126,"count":110,"max":[0.25,-0.15000000596046448,2.0374999046325684],"min":[-0.25,-0.3499999940395355,1.6875],"type":"VEC3"},{"bufferView":1422,"byteOffset":0,"componentType":5126,"count":110,"type":"VEC3"},{"bufferView":1423,"byteOffset":0,"componentType":5126,"count":110,"type":"VEC2"},{"bufferView":1424,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":1425,"byteOffset":0,"componentType":5126,"count":20,"max":[0.25,-0.1850000023841858,2.002500057220459],"min":[-0.25,-1.1150000095367432,1.722499966621399],"type":"VEC3"},{"bufferView":1426,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":1427,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":1428,"byteOffset":0,"componentType":5125,"count":372,"type":"SCALAR"},{"bufferView":1429,"byteOffset":0,"componentType":5126,"count":146,"max":[0.25,-0.1850000023841858,2.0374999046325684],"min":[-0.25,-1.149999976158142,1.6875],"type":"VEC3"},{"bufferView":1430,"byteOffset":0,"componentType":5126,"count":146,"type":"VEC3"},{"bufferView":1431,"byteOffset":0,"componentType":5126,"count":146,"type":"VEC2"},{"bufferView":1432,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":1433,"byteOffset":0,"componentType":5126,"count":20,"max":[0.25,-0.3499999940395355,2.0374999046325684],"min":[-0.25,-0.949999988079071,2.002500057220459],"type":"VEC3"},{"bufferView":1434,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":1435,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":1436,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":1437,"byteOffset":0,"componentType":5126,"count":256,"max":[-0.6000000238418579,-0.15000000596046448,2.0374999046325684],"min":[-1.100000023841858,-1.149999976158142,1.6875],"type":"VEC3"},{"bufferView":1438,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":1439,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":1440,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":1441,"byteOffset":0,"componentType":5126,"count":20,"max":[-0.6000000238418579,-0.1850000023841858,2.002500057220459],"min":[-1.100000023841858,-1.1150000095367432,1.722499966621399],"type":"VEC3"},{"bufferView":1442,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":1443,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":1444,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":1445,"byteOffset":0,"componentType":5126,"count":20,"max":[-0.6000000238418579,-0.3499999940395355,2.0374999046325684],"min":[-1.100000023841858,-0.949999988079071,2.002500057220459],"type":"VEC3"},{"bufferView":1446,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":1447,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":1448,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":1449,"byteOffset":0,"componentType":5126,"count":256,"max":[-17.75,-9.449999809265137,2.0374999046325684],"min":[-18.75,-9.949999809265137,1.6875],"type":"VEC3"},{"bufferView":1450,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":1451,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":1452,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":1453,"byteOffset":0,"componentType":5126,"count":20,"max":[-17.78499984741211,-9.449999809265137,2.002500057220459],"min":[-18.71500015258789,-9.949999809265137,1.722499966621399],"type":"VEC3"},{"bufferView":1454,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":1455,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":1456,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":1457,"byteOffset":0,"componentType":5126,"count":20,"max":[-17.950000762939453,-9.449999809265137,2.0374999046325684],"min":[-18.549999237060547,-9.949999809265137,2.002500057220459],"type":"VEC3"},{"bufferView":1458,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":1459,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":1460,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1461,"byteOffset":0,"componentType":5126,"count":24,"max":[19.200000762939453,0.625,2.2874999046325684],"min":[18.200000762939453,-2.424999952316284,2.1875],"type":"VEC3"},{"bufferView":1462,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1463,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1464,"byteOffset":0,"componentType":5125,"count":1092,"type":"SCALAR"},{"bufferView":1465,"byteOffset":0,"componentType":5126,"count":408,"max":[19.424999237060547,0.699999988079071,2.112499952316284],"min":[17.975000381469727,-2.5,1.7625000476837158],"type":"VEC3"},{"bufferView":1466,"byteOffset":0,"componentType":5126,"count":408,"type":"VEC3"},{"bufferView":1467,"byteOffset":0,"componentType":5126,"count":408,"type":"VEC2"},{"bufferView":1468,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1469,"byteOffset":0,"componentType":5126,"count":184,"max":[18.200000762939453,0.5,2.1875],"min":[17.899999618530273,0.10000000149011612,1.6875],"type":"VEC3"},{"bufferView":1470,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1471,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1472,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1473,"byteOffset":0,"componentType":5126,"count":184,"max":[18.200000762939453,-0.30000001192092896,2.1875],"min":[17.899999618530273,-0.699999988079071,1.6875],"type":"VEC3"},{"bufferView":1474,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1475,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1476,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1477,"byteOffset":0,"componentType":5126,"count":184,"max":[19.5,0.5,2.1875],"min":[19.200000762939453,0.10000000149011612,1.6875],"type":"VEC3"},{"bufferView":1478,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1479,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1480,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1481,"byteOffset":0,"componentType":5126,"count":184,"max":[19.5,-0.30000001192092896,2.1875],"min":[19.200000762939453,-0.699999988079071,1.6875],"type":"VEC3"},{"bufferView":1482,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1483,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1484,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1485,"byteOffset":0,"componentType":5126,"count":24,"max":[19.200000762939453,0.625,2.1875],"min":[18.200000762939453,-2.424999952316284,2.112499952316284],"type":"VEC3"},{"bufferView":1486,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1487,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1488,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1489,"byteOffset":0,"componentType":5126,"count":184,"max":[18.200000762939453,-1.100000023841858,2.1875],"min":[17.899999618530273,-1.5,1.6875],"type":"VEC3"},{"bufferView":1490,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1491,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1492,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1493,"byteOffset":0,"componentType":5126,"count":184,"max":[18.200000762939453,-1.899999976158142,2.1875],"min":[17.899999618530273,-2.299999952316284,1.6875],"type":"VEC3"},{"bufferView":1494,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1495,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1496,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1497,"byteOffset":0,"componentType":5126,"count":184,"max":[19.5,-1.100000023841858,2.1875],"min":[19.200000762939453,-1.5,1.6875],"type":"VEC3"},{"bufferView":1498,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1499,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1500,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1501,"byteOffset":0,"componentType":5126,"count":184,"max":[19.5,-1.899999976158142,2.1875],"min":[19.200000762939453,-2.299999952316284,1.6875],"type":"VEC3"},{"bufferView":1502,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1503,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1504,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1505,"byteOffset":0,"componentType":5126,"count":24,"max":[12.175000190734863,1.7999999523162842,2.2874999046325684],"min":[9.125,0.800000011920929,2.1875],"type":"VEC3"},{"bufferView":1506,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1507,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1508,"byteOffset":0,"componentType":5125,"count":1092,"type":"SCALAR"},{"bufferView":1509,"byteOffset":0,"componentType":5126,"count":408,"max":[12.25,2.0250000953674316,2.112499952316284],"min":[9.050000190734863,0.574999988079071,1.7625000476837158],"type":"VEC3"},{"bufferView":1510,"byteOffset":0,"componentType":5126,"count":408,"type":"VEC3"},{"bufferView":1511,"byteOffset":0,"componentType":5126,"count":408,"type":"VEC2"},{"bufferView":1512,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1513,"byteOffset":0,"componentType":5126,"count":184,"max":[9.649999618530273,0.800000011920929,2.1875],"min":[9.25,0.5,1.6875],"type":"VEC3"},{"bufferView":1514,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1515,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1516,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1517,"byteOffset":0,"componentType":5126,"count":184,"max":[10.449999809265137,0.800000011920929,2.1875],"min":[10.050000190734863,0.5,1.6875],"type":"VEC3"},{"bufferView":1518,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1519,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1520,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1521,"byteOffset":0,"componentType":5126,"count":184,"max":[9.649999618530273,2.0999999046325684,2.1875],"min":[9.25,1.7999999523162842,1.6875],"type":"VEC3"},{"bufferView":1522,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1523,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1524,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1525,"byteOffset":0,"componentType":5126,"count":184,"max":[10.449999809265137,2.0999999046325684,2.1875],"min":[10.050000190734863,1.7999999523162842,1.6875],"type":"VEC3"},{"bufferView":1526,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1527,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1528,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1529,"byteOffset":0,"componentType":5126,"count":24,"max":[12.175000190734863,1.7999999523162842,2.1875],"min":[9.125,0.800000011920929,2.112499952316284],"type":"VEC3"},{"bufferView":1530,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1531,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1532,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1533,"byteOffset":0,"componentType":5126,"count":184,"max":[11.25,0.800000011920929,2.1875],"min":[10.850000381469727,0.5,1.6875],"type":"VEC3"},{"bufferView":1534,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1535,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1536,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1537,"byteOffset":0,"componentType":5126,"count":184,"max":[12.050000190734863,0.800000011920929,2.1875],"min":[11.649999618530273,0.5,1.6875],"type":"VEC3"},{"bufferView":1538,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1539,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1540,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1541,"byteOffset":0,"componentType":5126,"count":184,"max":[11.25,2.0999999046325684,2.1875],"min":[10.850000381469727,1.7999999523162842,1.6875],"type":"VEC3"},{"bufferView":1542,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1543,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1544,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1545,"byteOffset":0,"componentType":5126,"count":184,"max":[12.050000190734863,2.0999999046325684,2.1875],"min":[11.649999618530273,1.7999999523162842,1.6875],"type":"VEC3"},{"bufferView":1546,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1547,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1548,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1549,"byteOffset":0,"componentType":5126,"count":24,"max":[-8.425000190734863,1.100000023841858,2.2874999046325684],"min":[-11.475000381469727,0.10000000149011612,2.1875],"type":"VEC3"},{"bufferView":1550,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1551,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1552,"byteOffset":0,"componentType":5125,"count":1092,"type":"SCALAR"},{"bufferView":1553,"byteOffset":0,"componentType":5126,"count":408,"max":[-8.350000381469727,1.3250000476837158,2.112499952316284],"min":[-11.550000190734863,-0.125,1.7625000476837158],"type":"VEC3"},{"bufferView":1554,"byteOffset":0,"componentType":5126,"count":408,"type":"VEC3"},{"bufferView":1555,"byteOffset":0,"componentType":5126,"count":408,"type":"VEC2"},{"bufferView":1556,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1557,"byteOffset":0,"componentType":5126,"count":184,"max":[-10.949999809265137,0.10000000149011612,2.1875],"min":[-11.350000381469727,-0.20000000298023224,1.6875],"type":"VEC3"},{"bufferView":1558,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1559,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1560,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1561,"byteOffset":0,"componentType":5126,"count":184,"max":[-10.149999618530273,0.10000000149011612,2.1875],"min":[-10.550000190734863,-0.20000000298023224,1.6875],"type":"VEC3"},{"bufferView":1562,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1563,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1564,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1565,"byteOffset":0,"componentType":5126,"count":184,"max":[-10.949999809265137,1.399999976158142,2.1875],"min":[-11.350000381469727,1.100000023841858,1.6875],"type":"VEC3"},{"bufferView":1566,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1567,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1568,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1569,"byteOffset":0,"componentType":5126,"count":184,"max":[-10.149999618530273,1.399999976158142,2.1875],"min":[-10.550000190734863,1.100000023841858,1.6875],"type":"VEC3"},{"bufferView":1570,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1571,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1572,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1573,"byteOffset":0,"componentType":5126,"count":24,"max":[-8.425000190734863,1.100000023841858,2.1875],"min":[-11.475000381469727,0.10000000149011612,2.112499952316284],"type":"VEC3"},{"bufferView":1574,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1575,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1576,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1577,"byteOffset":0,"componentType":5126,"count":184,"max":[-9.350000381469727,0.10000000149011612,2.1875],"min":[-9.75,-0.20000000298023224,1.6875],"type":"VEC3"},{"bufferView":1578,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1579,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1580,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1581,"byteOffset":0,"componentType":5126,"count":184,"max":[-8.550000190734863,0.10000000149011612,2.1875],"min":[-8.949999809265137,-0.20000000298023224,1.6875],"type":"VEC3"},{"bufferView":1582,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1583,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1584,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1585,"byteOffset":0,"componentType":5126,"count":184,"max":[-9.350000381469727,1.399999976158142,2.1875],"min":[-9.75,1.100000023841858,1.6875],"type":"VEC3"},{"bufferView":1586,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1587,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1588,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":1589,"byteOffset":0,"componentType":5126,"count":184,"max":[-8.550000190734863,1.399999976158142,2.1875],"min":[-8.949999809265137,1.100000023841858,1.6875],"type":"VEC3"},{"bufferView":1590,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC3"},{"bufferView":1591,"byteOffset":0,"componentType":5126,"count":184,"type":"VEC2"},{"bufferView":1592,"byteOffset":0,"componentType":5125,"count":1014,"type":"SCALAR"},{"bufferView":1593,"byteOffset":0,"componentType":5126,"count":468,"max":[-26.75,-15.675000190734863,3.7874999046325684],"min":[-32.25,-23.325000762939453,1.6875],"type":"VEC3"},{"bufferView":1594,"byteOffset":0,"componentType":5126,"count":468,"type":"VEC3"},{"bufferView":1595,"byteOffset":0,"componentType":5126,"count":468,"type":"VEC2"},{"bufferView":1596,"byteOffset":0,"componentType":5125,"count":1302,"type":"SCALAR"},{"bufferView":1597,"byteOffset":0,"componentType":5126,"count":580,"max":[-25.75,-15.649999618530273,2.0875000953674316],"min":[-33.25,-23.350000381469727,1.684499979019165],"type":"VEC3"},{"bufferView":1598,"byteOffset":0,"componentType":5126,"count":580,"type":"VEC3"},{"bufferView":1599,"byteOffset":0,"componentType":5126,"count":580,"type":"VEC2"},{"bufferView":1600,"byteOffset":0,"componentType":5125,"count":84,"type":"SCALAR"},{"bufferView":1601,"byteOffset":0,"componentType":5126,"count":48,"max":[-27.399999618530273,-16.600000381469727,4.987500190734863],"min":[-31.600000381469727,-21.299999237060547,2.487499952316284],"type":"VEC3"},{"bufferView":1602,"byteOffset":0,"componentType":5126,"count":48,"type":"VEC3"},{"bufferView":1603,"byteOffset":0,"componentType":5126,"count":48,"type":"VEC2"},{"bufferView":1604,"byteOffset":0,"componentType":5125,"count":2679,"type":"SCALAR"},{"bufferView":1605,"byteOffset":0,"componentType":5126,"count":1079,"max":[-26.75,-15.75,3.7874999046325684],"min":[-32.25,-23.25,2.0875000953674316],"type":"VEC3"},{"bufferView":1606,"byteOffset":0,"componentType":5126,"count":1079,"type":"VEC3"},{"bufferView":1607,"byteOffset":0,"componentType":5126,"count":1079,"type":"VEC2"},{"bufferView":1608,"byteOffset":0,"componentType":5125,"count":213,"type":"SCALAR"},{"bufferView":1609,"byteOffset":0,"componentType":5126,"count":125,"max":[-28.66259765625,-16.523155212402344,3.7874999046325684],"min":[-30.122821807861328,-17.23377227783203,3.7774999141693115],"type":"VEC3"},{"bufferView":1610,"byteOffset":0,"componentType":5126,"count":125,"type":"VEC3"},{"bufferView":1611,"byteOffset":0,"componentType":5126,"count":125,"type":"VEC2"},{"bufferView":1612,"byteOffset":0,"componentType":5125,"count":2124,"type":"SCALAR"},{"bufferView":1613,"byteOffset":0,"componentType":5126,"count":920,"max":[-33.04999923706055,-1.399999976158142,3.2074999809265137],"min":[-36.54999923706055,-6.099999904632568,1.6875],"type":"VEC3"},{"bufferView":1614,"byteOffset":0,"componentType":5126,"count":920,"type":"VEC3"},{"bufferView":1615,"byteOffset":0,"componentType":5126,"count":920,"type":"VEC2"},{"bufferView":1616,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":1617,"byteOffset":0,"componentType":5126,"count":30,"max":[-33.650001525878906,-0.550000011920929,1.8875000476837158],"min":[-34.25,-1.899999976158142,1.6875],"type":"VEC3"},{"bufferView":1618,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":1619,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":1620,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":1621,"byteOffset":0,"componentType":5126,"count":30,"max":[-35.349998474121094,-0.550000011920929,1.8875000476837158],"min":[-35.95000076293945,-1.899999976158142,1.6875],"type":"VEC3"},{"bufferView":1622,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":1623,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":1624,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":1625,"byteOffset":0,"componentType":5126,"count":30,"max":[-35.349998474121094,-5.599999904632568,1.8875000476837158],"min":[-35.95000076293945,-6.949999809265137,1.6875],"type":"VEC3"},{"bufferView":1626,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":1627,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":1628,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":1629,"byteOffset":0,"componentType":5126,"count":30,"max":[-33.650001525878906,-5.599999904632568,1.8875000476837158],"min":[-34.25,-6.949999809265137,1.6875],"type":"VEC3"},{"bufferView":1630,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC3"},{"bufferView":1631,"byteOffset":0,"componentType":5126,"count":30,"type":"VEC2"},{"bufferView":1632,"byteOffset":0,"componentType":5125,"count":2280,"type":"SCALAR"},{"bufferView":1633,"byteOffset":0,"componentType":5126,"count":657,"max":[-33.650001525878906,-1.75,3.3375000953674316],"min":[-37.54999923706055,-5.75,1.9375],"type":"VEC3"},{"bufferView":1634,"byteOffset":0,"componentType":5126,"count":657,"type":"VEC3"},{"bufferView":1635,"byteOffset":0,"componentType":5126,"count":657,"type":"VEC2"},{"bufferView":1636,"byteOffset":0,"componentType":5125,"count":3168,"type":"SCALAR"},{"bufferView":1637,"byteOffset":0,"componentType":5126,"count":1312,"max":[-33.04999923706055,-1.399999976158142,3.3375000953674316],"min":[-36.54999923706055,-6.099999904632568,1.9874999523162842],"type":"VEC3"},{"bufferView":1638,"byteOffset":0,"componentType":5126,"count":1312,"type":"VEC3"},{"bufferView":1639,"byteOffset":0,"componentType":5126,"count":1312,"type":"VEC2"},{"bufferView":1640,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1641,"byteOffset":0,"componentType":5126,"count":24,"max":[-21.274999618530273,-10.324999809265137,2.5875000953674316],"min":[-23.325000762939453,-12.375,1.787500023841858],"type":"VEC3"},{"bufferView":1642,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1643,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1644,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1645,"byteOffset":0,"componentType":5126,"count":24,"max":[-21.530000686645508,-10.305500030517578,1.787500023841858],"min":[-21.770000457763672,-10.570500373840332,1.6875],"type":"VEC3"},{"bufferView":1646,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1647,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1648,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1649,"byteOffset":0,"componentType":5126,"count":24,"max":[-22.18000030517578,-10.305500030517578,1.787500023841858],"min":[-22.420000076293945,-10.570500373840332,1.6875],"type":"VEC3"},{"bufferView":1650,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1651,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1652,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1653,"byteOffset":0,"componentType":5126,"count":24,"max":[-22.829999923706055,-10.305500030517578,1.787500023841858],"min":[-23.06999969482422,-10.570500373840332,1.6875],"type":"VEC3"},{"bufferView":1654,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1655,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1656,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1657,"byteOffset":0,"componentType":5126,"count":24,"max":[-22.829999923706055,-12.129500389099121,1.787500023841858],"min":[-23.06999969482422,-12.394499778747559,1.6875],"type":"VEC3"},{"bufferView":1658,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1659,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1660,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1661,"byteOffset":0,"componentType":5126,"count":24,"max":[-22.18000030517578,-12.129500389099121,1.787500023841858],"min":[-22.420000076293945,-12.394499778747559,1.6875],"type":"VEC3"},{"bufferView":1662,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1663,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1664,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1665,"byteOffset":0,"componentType":5126,"count":24,"max":[-21.530000686645508,-12.129500389099121,1.787500023841858],"min":[-21.770000457763672,-12.394499778747559,1.6875],"type":"VEC3"},{"bufferView":1666,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1667,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1668,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1669,"byteOffset":0,"componentType":5126,"count":24,"max":[-21.58880043029785,-10.936300277709961,1.787500023841858],"min":[-22.079200744628906,-11.763699531555176,1.6875],"type":"VEC3"},{"bufferView":1670,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1671,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1672,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":1673,"byteOffset":0,"componentType":5126,"count":24,"max":[-22.52079963684082,-10.936300277709961,1.787500023841858],"min":[-23.011199951171875,-11.763699531555176,1.6875],"type":"VEC3"},{"bufferView":1674,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":1675,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":1676,"byteOffset":0,"componentType":5125,"count":84,"type":"SCALAR"},{"bufferView":1677,"byteOffset":0,"componentType":5126,"count":56,"max":[26.649999618530273,16.049999237060547,2.7874999046325684],"min":[23.75,14.75,1.787500023841858],"type":"VEC3"},{"bufferView":1678,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC3"},{"bufferView":1679,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC2"},{"bufferView":1680,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1681,"byteOffset":0,"componentType":5126,"count":160,"max":[24.46500015258789,14.75,2.2874999046325684],"min":[24.03499984741211,14.25,1.6875],"type":"VEC3"},{"bufferView":1682,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1683,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1684,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1685,"byteOffset":0,"componentType":5126,"count":160,"max":[26.364999771118164,14.75,2.2874999046325684],"min":[25.934999465942383,14.25,1.6875],"type":"VEC3"},{"bufferView":1686,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1687,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1688,"byteOffset":0,"componentType":5125,"count":396,"type":"SCALAR"},{"bufferView":1689,"byteOffset":0,"componentType":5126,"count":160,"max":[25.415000915527344,16.549999237060547,2.2874999046325684],"min":[24.985000610351562,16.049999237060547,1.6875],"type":"VEC3"},{"bufferView":1690,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC3"},{"bufferView":1691,"byteOffset":0,"componentType":5126,"count":160,"type":"VEC2"},{"bufferView":1692,"byteOffset":0,"componentType":5125,"count":828,"type":"SCALAR"},{"bufferView":1693,"byteOffset":0,"componentType":5126,"count":312,"max":[1,0.8500000238418579,2.1875],"min":[0,0.3499999940395355,1.6875],"type":"VEC3"},{"bufferView":1694,"byteOffset":0,"componentType":5126,"count":312,"type":"VEC3"},{"bufferView":1695,"byteOffset":0,"componentType":5126,"count":312,"type":"VEC2"},{"bufferView":1696,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1697,"byteOffset":0,"componentType":5126,"count":72,"max":[0.800000011920929,0.8299999833106995,2.1675000190734863],"min":[0.20000000298023224,0.3700000047683716,1.7074999809265137],"type":"VEC3"},{"bufferView":1698,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1699,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1700,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1701,"byteOffset":0,"componentType":5126,"count":156,"max":[-0.8500000238418579,0.8500000238418579,2.1875],"min":[-1.0499999523162842,0.3499999940395355,1.6875],"type":"VEC3"},{"bufferView":1702,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1703,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1704,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1705,"byteOffset":0,"componentType":5126,"count":72,"max":[-1.0499999523162842,0.8299999833106995,2.1675000190734863],"min":[-1.649999976158142,0.3700000047683716,1.7074999809265137],"type":"VEC3"},{"bufferView":1706,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1707,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1708,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1709,"byteOffset":0,"componentType":5126,"count":156,"max":[-1.649999976158142,0.8500000238418579,2.1875],"min":[-1.850000023841858,0.3499999940395355,1.6875],"type":"VEC3"},{"bufferView":1710,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1711,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1712,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1713,"byteOffset":0,"componentType":5126,"count":156,"max":[-22.600000381469727,-4.300000190734863,2.1875],"min":[-22.799999237060547,-4.800000190734863,1.6875],"type":"VEC3"},{"bufferView":1714,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1715,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1716,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1717,"byteOffset":0,"componentType":5126,"count":72,"max":[-22.799999237060547,-4.320000171661377,2.1675000190734863],"min":[-23.399999618530273,-4.78000020980835,1.7074999809265137],"type":"VEC3"},{"bufferView":1718,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1719,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1720,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1721,"byteOffset":0,"componentType":5126,"count":156,"max":[-23.399999618530273,-4.300000190734863,2.1875],"min":[-23.600000381469727,-4.800000190734863,1.6875],"type":"VEC3"},{"bufferView":1722,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1723,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1724,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1725,"byteOffset":0,"componentType":5126,"count":156,"max":[-22.600000381469727,-7.5,2.1875],"min":[-22.799999237060547,-8,1.6875],"type":"VEC3"},{"bufferView":1726,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1727,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1728,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1729,"byteOffset":0,"componentType":5126,"count":72,"max":[-22.799999237060547,-7.519999980926514,2.1675000190734863],"min":[-23.399999618530273,-7.980000019073486,1.7074999809265137],"type":"VEC3"},{"bufferView":1730,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1731,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1732,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1733,"byteOffset":0,"componentType":5126,"count":156,"max":[-23.399999618530273,-7.5,2.1875],"min":[-23.600000381469727,-8,1.6875],"type":"VEC3"},{"bufferView":1734,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1735,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1736,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1737,"byteOffset":0,"componentType":5126,"count":156,"max":[-16.850000381469727,21.700000762939453,2.1875],"min":[-17.049999237060547,21.200000762939453,1.6875],"type":"VEC3"},{"bufferView":1738,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1739,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1740,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1741,"byteOffset":0,"componentType":5126,"count":72,"max":[-17.049999237060547,21.68000030517578,2.1675000190734863],"min":[-17.649999618530273,21.219999313354492,1.7074999809265137],"type":"VEC3"},{"bufferView":1742,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1743,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1744,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1745,"byteOffset":0,"componentType":5126,"count":156,"max":[-17.649999618530273,21.700000762939453,2.1875],"min":[-17.850000381469727,21.200000762939453,1.6875],"type":"VEC3"},{"bufferView":1746,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1747,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1748,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1749,"byteOffset":0,"componentType":5126,"count":156,"max":[-8.649999618530273,-15.649999618530273,2.1875],"min":[-9.149999618530273,-15.850000381469727,1.6875],"type":"VEC3"},{"bufferView":1750,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1751,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1752,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1753,"byteOffset":0,"componentType":5126,"count":72,"max":[-8.670000076293945,-15.850000381469727,2.1675000190734863],"min":[-9.130000114440918,-16.450000762939453,1.7074999809265137],"type":"VEC3"},{"bufferView":1754,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1755,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1756,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1757,"byteOffset":0,"componentType":5126,"count":156,"max":[-8.649999618530273,-16.450000762939453,2.1875],"min":[-9.149999618530273,-16.649999618530273,1.6875],"type":"VEC3"},{"bufferView":1758,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1759,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1760,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1761,"byteOffset":0,"componentType":5126,"count":156,"max":[-14.699999809265137,11.25,2.487499952316284],"min":[-15.5,10.949999809265137,1.6875],"type":"VEC3"},{"bufferView":1762,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1763,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1764,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1765,"byteOffset":0,"componentType":5126,"count":72,"max":[-14.729999542236328,12.25,2.4574999809265137],"min":[-15.470000267028809,11.25,1.7174999713897705],"type":"VEC3"},{"bufferView":1766,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1767,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1768,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1769,"byteOffset":0,"componentType":5126,"count":156,"max":[-14.699999809265137,12.550000190734863,2.487499952316284],"min":[-15.5,12.25,1.6875],"type":"VEC3"},{"bufferView":1770,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1771,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1772,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1773,"byteOffset":0,"componentType":5126,"count":156,"max":[-14.100000381469727,21.549999237060547,2.487499952316284],"min":[-14.399999618530273,20.75,1.6875],"type":"VEC3"},{"bufferView":1774,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1775,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1776,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1777,"byteOffset":0,"componentType":5126,"count":72,"max":[-14.399999618530273,21.520000457763672,2.4574999809265137],"min":[-15.399999618530273,20.780000686645508,1.7174999713897705],"type":"VEC3"},{"bufferView":1778,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1779,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1780,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1781,"byteOffset":0,"componentType":5126,"count":156,"max":[-15.399999618530273,21.549999237060547,2.487499952316284],"min":[-15.699999809265137,20.75,1.6875],"type":"VEC3"},{"bufferView":1782,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1783,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1784,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1785,"byteOffset":0,"componentType":5126,"count":156,"max":[-13.4399995803833,-0.5199999809265137,2.487499952316284],"min":[-13.739999771118164,-1.3200000524520874,1.6875],"type":"VEC3"},{"bufferView":1786,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1787,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1788,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1789,"byteOffset":0,"componentType":5126,"count":72,"max":[-13.739999771118164,-0.550000011920929,2.4574999809265137],"min":[-14.739999771118164,-1.2899999618530273,1.7174999713897705],"type":"VEC3"},{"bufferView":1790,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1791,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1792,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1793,"byteOffset":0,"componentType":5126,"count":156,"max":[-14.739999771118164,-0.5199999809265137,2.487499952316284],"min":[-15.039999961853027,-1.3200000524520874,1.6875],"type":"VEC3"},{"bufferView":1794,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1795,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1796,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1797,"byteOffset":0,"componentType":5126,"count":156,"max":[-25.149999618530273,-7.349999904632568,2.487499952316284],"min":[-25.450000762939453,-8.149999618530273,1.6875],"type":"VEC3"},{"bufferView":1798,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1799,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1800,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1801,"byteOffset":0,"componentType":5126,"count":72,"max":[-25.450000762939453,-7.380000114440918,2.4574999809265137],"min":[-26.450000762939453,-8.119999885559082,1.7174999713897705],"type":"VEC3"},{"bufferView":1802,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1803,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1804,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1805,"byteOffset":0,"componentType":5126,"count":156,"max":[-26.450000762939453,-7.349999904632568,2.487499952316284],"min":[-26.75,-8.149999618530273,1.6875],"type":"VEC3"},{"bufferView":1806,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1807,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1808,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1809,"byteOffset":0,"componentType":5126,"count":156,"max":[-25.149999618530273,-0.949999988079071,2.487499952316284],"min":[-25.450000762939453,-1.75,1.6875],"type":"VEC3"},{"bufferView":1810,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1811,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1812,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1813,"byteOffset":0,"componentType":5126,"count":72,"max":[-25.450000762939453,-0.9800000190734863,2.4574999809265137],"min":[-26.450000762939453,-1.7200000286102295,1.7174999713897705],"type":"VEC3"},{"bufferView":1814,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1815,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1816,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1817,"byteOffset":0,"componentType":5126,"count":156,"max":[-26.450000762939453,-0.949999988079071,2.487499952316284],"min":[-26.75,-1.75,1.6875],"type":"VEC3"},{"bufferView":1818,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1819,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1820,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1821,"byteOffset":0,"componentType":5126,"count":156,"max":[-13.449999809265137,-2.069999933242798,2.487499952316284],"min":[-13.75,-2.869999885559082,1.6875],"type":"VEC3"},{"bufferView":1822,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1823,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1824,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1825,"byteOffset":0,"componentType":5126,"count":72,"max":[-13.75,-2.0999999046325684,2.4574999809265137],"min":[-14.75,-2.8399999141693115,1.7174999713897705],"type":"VEC3"},{"bufferView":1826,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1827,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1828,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1829,"byteOffset":0,"componentType":5126,"count":156,"max":[-14.75,-2.069999933242798,2.487499952316284],"min":[-15.050000190734863,-2.869999885559082,1.6875],"type":"VEC3"},{"bufferView":1830,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1831,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1832,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1833,"byteOffset":0,"componentType":5126,"count":156,"max":[-13.300000190734863,-11.395000457763672,2.9375],"min":[-13.699999809265137,-12.645000457763672,1.6875],"type":"VEC3"},{"bufferView":1834,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1835,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1836,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1837,"byteOffset":0,"componentType":5126,"count":72,"max":[-13.699999809265137,-11.4350004196167,2.8975000381469727],"min":[-14.899999618530273,-12.604999542236328,1.7274999618530273],"type":"VEC3"},{"bufferView":1838,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1839,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1840,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1841,"byteOffset":0,"componentType":5126,"count":156,"max":[-14.899999618530273,-11.395000457763672,2.9375],"min":[-15.300000190734863,-12.645000457763672,1.6875],"type":"VEC3"},{"bufferView":1842,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1843,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1844,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1845,"byteOffset":0,"componentType":5126,"count":156,"max":[-13.289999961853027,-9.444999694824219,2.9375],"min":[-13.6899995803833,-10.694999694824219,1.6875],"type":"VEC3"},{"bufferView":1846,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1847,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1848,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1849,"byteOffset":0,"componentType":5126,"count":72,"max":[-13.6899995803833,-9.484999656677246,2.8975000381469727],"min":[-14.890000343322754,-10.654999732971191,1.7274999618530273],"type":"VEC3"},{"bufferView":1850,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1851,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1852,"byteOffset":0,"componentType":5125,"count":414,"type":"SCALAR"},{"bufferView":1853,"byteOffset":0,"componentType":5126,"count":156,"max":[-14.890000343322754,-9.444999694824219,2.9375],"min":[-15.289999961853027,-10.694999694824219,1.6875],"type":"VEC3"},{"bufferView":1854,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC3"},{"bufferView":1855,"byteOffset":0,"componentType":5126,"count":156,"type":"VEC2"},{"bufferView":1856,"byteOffset":0,"componentType":5125,"count":588,"type":"SCALAR"},{"bufferView":1857,"byteOffset":0,"componentType":5126,"count":264,"max":[19.200000762939453,8,5.9375],"min":[16.299999237060547,2,1.6875],"type":"VEC3"},{"bufferView":1858,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC3"},{"bufferView":1859,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC2"},{"bufferView":1860,"byteOffset":0,"componentType":5125,"count":408,"type":"SCALAR"},{"bufferView":1861,"byteOffset":0,"componentType":5126,"count":248,"max":[19.200000762939453,7.699999809265137,4.6875],"min":[15.600000381469727,2.299999952316284,1.6174999475479126],"type":"VEC3"},{"bufferView":1862,"byteOffset":0,"componentType":5126,"count":248,"type":"VEC3"},{"bufferView":1863,"byteOffset":0,"componentType":5126,"count":248,"type":"VEC2"},{"bufferView":1864,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":1865,"byteOffset":0,"componentType":5126,"count":20,"max":[-21.5,-5.349999904632568,1.8174999952316284],"min":[-21.700000762939453,-5.650000095367432,1.6875],"type":"VEC3"},{"bufferView":1866,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":1867,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":1868,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":1869,"byteOffset":0,"componentType":5126,"count":4,"max":[-21.5,-5.349999904632568,1.8174999952316284],"min":[-21.700000762939453,-5.349999904632568,1.6875],"type":"VEC3"},{"bufferView":1870,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":1871,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":1872,"byteOffset":0,"componentType":5125,"count":12,"type":"SCALAR"},{"bufferView":1873,"byteOffset":0,"componentType":5126,"count":8,"max":[-22,-5.349999904632568,1.8174999952316284],"min":[-22.200000762939453,-5.650000095367432,1.6875],"type":"VEC3"},{"bufferView":1874,"byteOffset":0,"componentType":5126,"count":8,"type":"VEC3"},{"bufferView":1875,"byteOffset":0,"componentType":5126,"count":8,"type":"VEC2"},{"bufferView":1876,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":1877,"byteOffset":0,"componentType":5126,"count":4,"max":[-22,-5.349999904632568,1.8174999952316284],"min":[-22.200000762939453,-5.349999904632568,1.6875],"type":"VEC3"},{"bufferView":1878,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":1879,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":1880,"byteOffset":0,"componentType":5125,"count":18,"type":"SCALAR"},{"bufferView":1881,"byteOffset":0,"componentType":5126,"count":12,"max":[-22,-5.349999904632568,1.8174999952316284],"min":[-22.200000762939453,-5.650000095367432,1.6875],"type":"VEC3"},{"bufferView":1882,"byteOffset":0,"componentType":5126,"count":12,"type":"VEC3"},{"bufferView":1883,"byteOffset":0,"componentType":5126,"count":12,"type":"VEC2"},{"bufferView":1884,"byteOffset":0,"componentType":5125,"count":12,"type":"SCALAR"},{"bufferView":1885,"byteOffset":0,"componentType":5126,"count":8,"max":[-22.5,-5.349999904632568,1.8174999952316284],"min":[-22.700000762939453,-5.650000095367432,1.6875],"type":"VEC3"},{"bufferView":1886,"byteOffset":0,"componentType":5126,"count":8,"type":"VEC3"},{"bufferView":1887,"byteOffset":0,"componentType":5126,"count":8,"type":"VEC2"},{"bufferView":1888,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":1889,"byteOffset":0,"componentType":5126,"count":4,"max":[-22.5,-5.349999904632568,1.8174999952316284],"min":[-22.700000762939453,-5.349999904632568,1.6875],"type":"VEC3"},{"bufferView":1890,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":1891,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":1892,"byteOffset":0,"componentType":5125,"count":18,"type":"SCALAR"},{"bufferView":1893,"byteOffset":0,"componentType":5126,"count":12,"max":[-22.5,-5.349999904632568,1.8174999952316284],"min":[-22.700000762939453,-5.650000095367432,1.6875],"type":"VEC3"},{"bufferView":1894,"byteOffset":0,"componentType":5126,"count":12,"type":"VEC3"},{"bufferView":1895,"byteOffset":0,"componentType":5126,"count":12,"type":"VEC2"},{"bufferView":1896,"byteOffset":0,"componentType":5125,"count":24,"type":"SCALAR"},{"bufferView":1897,"byteOffset":0,"componentType":5126,"count":16,"max":[-21.5,-6.650000095367432,1.8174999952316284],"min":[-21.700000762939453,-6.949999809265137,1.6875],"type":"VEC3"},{"bufferView":1898,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC3"},{"bufferView":1899,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC2"},{"bufferView":1900,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":1901,"byteOffset":0,"componentType":5126,"count":4,"max":[-21.5,-6.949999809265137,1.8174999952316284],"min":[-21.700000762939453,-6.949999809265137,1.6875],"type":"VEC3"},{"bufferView":1902,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":1903,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":1904,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":1905,"byteOffset":0,"componentType":5126,"count":4,"max":[-21.5,-6.650000095367432,1.8174999952316284],"min":[-21.700000762939453,-6.949999809265137,1.8174999952316284],"type":"VEC3"},{"bufferView":1906,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":1907,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":1908,"byteOffset":0,"componentType":5125,"count":24,"type":"SCALAR"},{"bufferView":1909,"byteOffset":0,"componentType":5126,"count":16,"max":[-22,-6.650000095367432,1.8174999952316284],"min":[-22.200000762939453,-6.949999809265137,1.6875],"type":"VEC3"},{"bufferView":1910,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC3"},{"bufferView":1911,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC2"},{"bufferView":1912,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":1913,"byteOffset":0,"componentType":5126,"count":4,"max":[-22,-6.949999809265137,1.8174999952316284],"min":[-22.200000762939453,-6.949999809265137,1.6875],"type":"VEC3"},{"bufferView":1914,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":1915,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":1916,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":1917,"byteOffset":0,"componentType":5126,"count":4,"max":[-22,-6.650000095367432,1.8174999952316284],"min":[-22.200000762939453,-6.949999809265137,1.8174999952316284],"type":"VEC3"},{"bufferView":1918,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":1919,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":1920,"byteOffset":0,"componentType":5125,"count":24,"type":"SCALAR"},{"bufferView":1921,"byteOffset":0,"componentType":5126,"count":16,"max":[-22.5,-6.650000095367432,1.8174999952316284],"min":[-22.700000762939453,-6.949999809265137,1.6875],"type":"VEC3"},{"bufferView":1922,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC3"},{"bufferView":1923,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC2"},{"bufferView":1924,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":1925,"byteOffset":0,"componentType":5126,"count":4,"max":[-22.5,-6.949999809265137,1.8174999952316284],"min":[-22.700000762939453,-6.949999809265137,1.6875],"type":"VEC3"},{"bufferView":1926,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":1927,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":1928,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":1929,"byteOffset":0,"componentType":5126,"count":4,"max":[-22.5,-6.650000095367432,1.8174999952316284],"min":[-22.700000762939453,-6.949999809265137,1.8174999952316284],"type":"VEC3"},{"bufferView":1930,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":1931,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":1932,"byteOffset":0,"componentType":5125,"count":12,"type":"SCALAR"},{"bufferView":1933,"byteOffset":0,"componentType":5126,"count":8,"max":[-23,-5.349999904632568,1.8174999952316284],"min":[-23.200000762939453,-5.650000095367432,1.6875],"type":"VEC3"},{"bufferView":1934,"byteOffset":0,"componentType":5126,"count":8,"type":"VEC3"},{"bufferView":1935,"byteOffset":0,"componentType":5126,"count":8,"type":"VEC2"},{"bufferView":1936,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":1937,"byteOffset":0,"componentType":5126,"count":4,"max":[-23,-5.349999904632568,1.8174999952316284],"min":[-23.200000762939453,-5.349999904632568,1.6875],"type":"VEC3"},{"bufferView":1938,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":1939,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":1940,"byteOffset":0,"componentType":5125,"count":18,"type":"SCALAR"},{"bufferView":1941,"byteOffset":0,"componentType":5126,"count":12,"max":[-23,-5.349999904632568,1.8174999952316284],"min":[-23.200000762939453,-5.650000095367432,1.6875],"type":"VEC3"},{"bufferView":1942,"byteOffset":0,"componentType":5126,"count":12,"type":"VEC3"},{"bufferView":1943,"byteOffset":0,"componentType":5126,"count":12,"type":"VEC2"},{"bufferView":1944,"byteOffset":0,"componentType":5125,"count":24,"type":"SCALAR"},{"bufferView":1945,"byteOffset":0,"componentType":5126,"count":16,"max":[-23,-6.650000095367432,1.8174999952316284],"min":[-23.200000762939453,-6.949999809265137,1.6875],"type":"VEC3"},{"bufferView":1946,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC3"},{"bufferView":1947,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC2"},{"bufferView":1948,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":1949,"byteOffset":0,"componentType":5126,"count":4,"max":[-23,-6.949999809265137,1.8174999952316284],"min":[-23.200000762939453,-6.949999809265137,1.6875],"type":"VEC3"},{"bufferView":1950,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":1951,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":1952,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":1953,"byteOffset":0,"componentType":5126,"count":4,"max":[-23,-6.650000095367432,1.8174999952316284],"min":[-23.200000762939453,-6.949999809265137,1.8174999952316284],"type":"VEC3"},{"bufferView":1954,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":1955,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":1956,"byteOffset":0,"componentType":5125,"count":1446,"type":"SCALAR"},{"bufferView":1957,"byteOffset":0,"componentType":5126,"count":503,"max":[-21.299999237060547,-5.550000190734863,2.2874999046325684],"min":[-23.399999618530273,-6.75,1.712499976158142],"type":"VEC3"},{"bufferView":1958,"byteOffset":0,"componentType":5126,"count":503,"type":"VEC3"},{"bufferView":1959,"byteOffset":0,"componentType":5126,"count":503,"type":"VEC2"},{"bufferView":1960,"byteOffset":0,"componentType":5125,"count":828,"type":"SCALAR"},{"bufferView":1961,"byteOffset":0,"componentType":5126,"count":312,"max":[-14,17.899999618530273,2.1875],"min":[-14.5,16.899999618530273,1.6875],"type":"VEC3"},{"bufferView":1962,"byteOffset":0,"componentType":5126,"count":312,"type":"VEC3"},{"bufferView":1963,"byteOffset":0,"componentType":5126,"count":312,"type":"VEC2"},{"bufferView":1964,"byteOffset":0,"componentType":5125,"count":168,"type":"SCALAR"},{"bufferView":1965,"byteOffset":0,"componentType":5126,"count":72,"max":[-14.020000457763672,17.700000762939453,2.1675000190734863],"min":[-14.479999542236328,17.100000381469727,1.7074999809265137],"type":"VEC3"},{"bufferView":1966,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":1967,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":1968,"byteOffset":0,"componentType":5125,"count":288,"type":"SCALAR"},{"bufferView":1969,"byteOffset":0,"componentType":5126,"count":110,"max":[-9.5,-16.450000762939453,2.0374999046325684],"min":[-10,-16.649999618530273,1.6875],"type":"VEC3"},{"bufferView":1970,"byteOffset":0,"componentType":5126,"count":110,"type":"VEC3"},{"bufferView":1971,"byteOffset":0,"componentType":5126,"count":110,"type":"VEC2"},{"bufferView":1972,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":1973,"byteOffset":0,"componentType":5126,"count":20,"max":[-9.5,-15.6850004196167,2.002500057220459],"min":[-10,-16.614999771118164,1.722499966621399],"type":"VEC3"},{"bufferView":1974,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":1975,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":1976,"byteOffset":0,"componentType":5125,"count":372,"type":"SCALAR"},{"bufferView":1977,"byteOffset":0,"componentType":5126,"count":146,"max":[-9.5,-15.649999618530273,2.0374999046325684],"min":[-10,-16.614999771118164,1.6875],"type":"VEC3"},{"bufferView":1978,"byteOffset":0,"componentType":5126,"count":146,"type":"VEC3"},{"bufferView":1979,"byteOffset":0,"componentType":5126,"count":146,"type":"VEC2"},{"bufferView":1980,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":1981,"byteOffset":0,"componentType":5126,"count":20,"max":[-9.5,-15.850000381469727,2.0374999046325684],"min":[-10,-16.450000762939453,2.002500057220459],"type":"VEC3"},{"bufferView":1982,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":1983,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":1984,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":1985,"byteOffset":0,"componentType":5126,"count":256,"max":[-25.899999618530273,-2.549999952316284,2.0374999046325684],"min":[-26.899999618530273,-3.049999952316284,1.6875],"type":"VEC3"},{"bufferView":1986,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":1987,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":1988,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":1989,"byteOffset":0,"componentType":5126,"count":20,"max":[-25.934999465942383,-2.549999952316284,2.002500057220459],"min":[-26.864999771118164,-3.049999952316284,1.722499966621399],"type":"VEC3"},{"bufferView":1990,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":1991,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":1992,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":1993,"byteOffset":0,"componentType":5126,"count":20,"max":[-26.100000381469727,-2.549999952316284,2.0374999046325684],"min":[-26.700000762939453,-3.049999952316284,2.002500057220459],"type":"VEC3"},{"bufferView":1994,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":1995,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":1996,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":1997,"byteOffset":0,"componentType":5126,"count":256,"max":[-27.450000762939453,3.299999952316284,2.0374999046325684],"min":[-28.450000762939453,2.799999952316284,1.6875],"type":"VEC3"},{"bufferView":1998,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":1999,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":2000,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":2001,"byteOffset":0,"componentType":5126,"count":20,"max":[-27.485000610351562,3.299999952316284,2.002500057220459],"min":[-28.415000915527344,2.799999952316284,1.722499966621399],"type":"VEC3"},{"bufferView":2002,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2003,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2004,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":2005,"byteOffset":0,"componentType":5126,"count":20,"max":[-27.649999618530273,3.299999952316284,2.0374999046325684],"min":[-28.25,2.799999952316284,2.002500057220459],"type":"VEC3"},{"bufferView":2006,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2007,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2008,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":2009,"byteOffset":0,"componentType":5126,"count":256,"max":[-27.450000762939453,6.5,2.0374999046325684],"min":[-28.450000762939453,6,1.6875],"type":"VEC3"},{"bufferView":2010,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":2011,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":2012,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":2013,"byteOffset":0,"componentType":5126,"count":20,"max":[-27.485000610351562,6.5,2.002500057220459],"min":[-28.415000915527344,6,1.722499966621399],"type":"VEC3"},{"bufferView":2014,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2015,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2016,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":2017,"byteOffset":0,"componentType":5126,"count":20,"max":[-27.649999618530273,6.5,2.0374999046325684],"min":[-28.25,6,2.002500057220459],"type":"VEC3"},{"bufferView":2018,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2019,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2020,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":2021,"byteOffset":0,"componentType":5126,"count":256,"max":[-25.25,-13.800000190734863,2.0374999046325684],"min":[-25.75,-14.800000190734863,1.6875],"type":"VEC3"},{"bufferView":2022,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":2023,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":2024,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":2025,"byteOffset":0,"componentType":5126,"count":20,"max":[-25.25,-13.835000038146973,2.002500057220459],"min":[-25.75,-14.765000343322754,1.722499966621399],"type":"VEC3"},{"bufferView":2026,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2027,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2028,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":2029,"byteOffset":0,"componentType":5126,"count":20,"max":[-25.25,-14,2.0374999046325684],"min":[-25.75,-14.600000381469727,2.002500057220459],"type":"VEC3"},{"bufferView":2030,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2031,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2032,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":2033,"byteOffset":0,"componentType":5126,"count":256,"max":[-17.5,-10.850000381469727,2.0374999046325684],"min":[-18,-11.850000381469727,1.6875],"type":"VEC3"},{"bufferView":2034,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":2035,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":2036,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":2037,"byteOffset":0,"componentType":5126,"count":20,"max":[-17.5,-10.885000228881836,2.002500057220459],"min":[-18,-11.8149995803833,1.722499966621399],"type":"VEC3"},{"bufferView":2038,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2039,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2040,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":2041,"byteOffset":0,"componentType":5126,"count":20,"max":[-17.5,-11.050000190734863,2.0374999046325684],"min":[-18,-11.649999618530273,2.002500057220459],"type":"VEC3"},{"bufferView":2042,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2043,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2044,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":2045,"byteOffset":0,"componentType":5126,"count":256,"max":[-26.149999618530273,-13.800000190734863,2.0374999046325684],"min":[-26.649999618530273,-14.800000190734863,1.6875],"type":"VEC3"},{"bufferView":2046,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":2047,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":2048,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":2049,"byteOffset":0,"componentType":5126,"count":20,"max":[-26.149999618530273,-13.835000038146973,2.002500057220459],"min":[-26.649999618530273,-14.765000343322754,1.722499966621399],"type":"VEC3"},{"bufferView":2050,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2051,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2052,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":2053,"byteOffset":0,"componentType":5126,"count":20,"max":[-26.149999618530273,-14,2.0374999046325684],"min":[-26.649999618530273,-14.600000381469727,2.002500057220459],"type":"VEC3"},{"bufferView":2054,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2055,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2056,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":2057,"byteOffset":0,"componentType":5126,"count":256,"max":[-24.399999618530273,-19.5,2.0374999046325684],"min":[-24.899999618530273,-20.5,1.6875],"type":"VEC3"},{"bufferView":2058,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":2059,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":2060,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":2061,"byteOffset":0,"componentType":5126,"count":20,"max":[-24.399999618530273,-19.53499984741211,2.002500057220459],"min":[-24.899999618530273,-20.46500015258789,1.722499966621399],"type":"VEC3"},{"bufferView":2062,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2063,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2064,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":2065,"byteOffset":0,"componentType":5126,"count":20,"max":[-24.399999618530273,-19.700000762939453,2.0374999046325684],"min":[-24.899999618530273,-20.299999237060547,2.002500057220459],"type":"VEC3"},{"bufferView":2066,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2067,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2068,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":2069,"byteOffset":0,"componentType":5126,"count":256,"max":[5.650000095367432,-0.10000000149011612,2.0374999046325684],"min":[5.150000095367432,-1.100000023841858,1.6875],"type":"VEC3"},{"bufferView":2070,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":2071,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":2072,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":2073,"byteOffset":0,"componentType":5126,"count":20,"max":[5.650000095367432,-0.13500000536441803,2.002500057220459],"min":[5.150000095367432,-1.065000057220459,1.722499966621399],"type":"VEC3"},{"bufferView":2074,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2075,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2076,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":2077,"byteOffset":0,"componentType":5126,"count":20,"max":[5.650000095367432,-0.30000001192092896,2.0374999046325684],"min":[5.150000095367432,-0.8999999761581421,2.002500057220459],"type":"VEC3"},{"bufferView":2078,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2079,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2080,"byteOffset":0,"componentType":5125,"count":660,"type":"SCALAR"},{"bufferView":2081,"byteOffset":0,"componentType":5126,"count":256,"max":[-28.450000762939453,-1.850000023841858,2.0374999046325684],"min":[-28.950000762939453,-2.8499999046325684,1.6875],"type":"VEC3"},{"bufferView":2082,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC3"},{"bufferView":2083,"byteOffset":0,"componentType":5126,"count":256,"type":"VEC2"},{"bufferView":2084,"byteOffset":0,"componentType":5125,"count":42,"type":"SCALAR"},{"bufferView":2085,"byteOffset":0,"componentType":5126,"count":20,"max":[-28.450000762939453,-1.8849999904632568,2.002500057220459],"min":[-28.950000762939453,-2.815000057220459,1.722499966621399],"type":"VEC3"},{"bufferView":2086,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2087,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2088,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":2089,"byteOffset":0,"componentType":5126,"count":20,"max":[-28.450000762939453,-2.049999952316284,2.0374999046325684],"min":[-28.950000762939453,-2.6500000953674316,2.002500057220459],"type":"VEC3"},{"bufferView":2090,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2091,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2092,"byteOffset":0,"componentType":5125,"count":2298,"type":"SCALAR"},{"bufferView":2093,"byteOffset":0,"componentType":5126,"count":628,"max":[3.509999990463257,5.090807914733887,2.5875000953674316],"min":[1.8899999856948853,-0.47738000750541687,1.687399983406067],"type":"VEC3"},{"bufferView":2094,"byteOffset":0,"componentType":5126,"count":628,"type":"VEC3"},{"bufferView":2095,"byteOffset":0,"componentType":5126,"count":628,"type":"VEC2"},{"bufferView":2096,"byteOffset":0,"componentType":5125,"count":162,"type":"SCALAR"},{"bufferView":2097,"byteOffset":0,"componentType":5126,"count":60,"max":[3.5999999046325684,5.406713962554932,1.912500023841858],"min":[1.7999999523162842,-0.7932860255241394,1.6875],"type":"VEC3"},{"bufferView":2098,"byteOffset":0,"componentType":5126,"count":60,"type":"VEC3"},{"bufferView":2099,"byteOffset":0,"componentType":5126,"count":60,"type":"VEC2"},{"bufferView":2100,"byteOffset":0,"componentType":5125,"count":4668,"type":"SCALAR"},{"bufferView":2101,"byteOffset":0,"componentType":5126,"count":1774,"max":[-14.329999923706055,-3.6600000858306885,5.784293174743652],"min":[-19.329999923706055,-8.65999984741211,1.7842930555343628],"type":"VEC3"},{"bufferView":2102,"byteOffset":0,"componentType":5126,"count":1774,"type":"VEC3"},{"bufferView":2103,"byteOffset":0,"componentType":5126,"count":1774,"type":"VEC2"},{"bufferView":2104,"byteOffset":0,"componentType":5125,"count":156,"type":"SCALAR"},{"bufferView":2105,"byteOffset":0,"componentType":5126,"count":64,"max":[-14.829999923706055,-7.409999847412109,2.336143970489502],"min":[-18.829999923706055,-8.65999984741211,1.7842930555343628],"type":"VEC3"},{"bufferView":2106,"byteOffset":0,"componentType":5126,"count":64,"type":"VEC3"},{"bufferView":2107,"byteOffset":0,"componentType":5126,"count":64,"type":"VEC2"},{"bufferView":2108,"byteOffset":0,"componentType":5125,"count":88434,"type":"SCALAR"},{"bufferView":2109,"byteOffset":0,"componentType":5126,"count":15715,"max":[-14.73117733001709,-3.909687042236328,4.474293231964111],"min":[-18.829845428466797,-8.40999984741211,1.9892929792404175],"type":"VEC3"},{"bufferView":2110,"byteOffset":0,"componentType":5126,"count":15715,"type":"VEC3"},{"bufferView":2111,"byteOffset":0,"componentType":5126,"count":15715,"type":"VEC2"},{"bufferView":2112,"byteOffset":0,"componentType":5125,"count":4428,"type":"SCALAR"},{"bufferView":2113,"byteOffset":0,"componentType":5126,"count":997,"max":[-14.329999923706055,-3.6600000858306885,5.134293079376221],"min":[-19.329999923706055,-8.65999984741211,2.5842928886413574],"type":"VEC3"},{"bufferView":2114,"byteOffset":0,"componentType":5126,"count":997,"type":"VEC3"},{"bufferView":2115,"byteOffset":0,"componentType":5126,"count":997,"type":"VEC2"},{"bufferView":2116,"byteOffset":0,"componentType":5125,"count":156,"type":"SCALAR"},{"bufferView":2117,"byteOffset":0,"componentType":5126,"count":64,"max":[-14.829999923706055,-3.6600000858306885,2.336143970489502],"min":[-18.829999923706055,-4.909999847412109,1.7842930555343628],"type":"VEC3"},{"bufferView":2118,"byteOffset":0,"componentType":5126,"count":64,"type":"VEC3"},{"bufferView":2119,"byteOffset":0,"componentType":5126,"count":64,"type":"VEC2"},{"bufferView":2120,"byteOffset":0,"componentType":5125,"count":2916,"type":"SCALAR"},{"bufferView":2121,"byteOffset":0,"componentType":5126,"count":870,"max":[15.75,-6.5,5.987500190734863],"min":[12.25,-12.5,1.6875],"type":"VEC3"},{"bufferView":2122,"byteOffset":0,"componentType":5126,"count":870,"type":"VEC3"},{"bufferView":2123,"byteOffset":0,"componentType":5126,"count":870,"type":"VEC2"},{"bufferView":2124,"byteOffset":0,"componentType":5125,"count":738,"type":"SCALAR"},{"bufferView":2125,"byteOffset":0,"componentType":5126,"count":286,"max":[15.75,-6.5,5.1875],"min":[12.25,-12.5,4.987500190734863],"type":"VEC3"},{"bufferView":2126,"byteOffset":0,"componentType":5126,"count":286,"type":"VEC3"},{"bufferView":2127,"byteOffset":0,"componentType":5126,"count":286,"type":"VEC2"},{"bufferView":2128,"byteOffset":0,"componentType":5125,"count":246,"type":"SCALAR"},{"bufferView":2129,"byteOffset":0,"componentType":5126,"count":82,"max":[15.75,-6.5,5.1875],"min":[12.25,-12.5,5.1875],"type":"VEC3"},{"bufferView":2130,"byteOffset":0,"componentType":5126,"count":82,"type":"VEC3"},{"bufferView":2131,"byteOffset":0,"componentType":5126,"count":82,"type":"VEC2"},{"bufferView":2132,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":2133,"byteOffset":0,"componentType":5126,"count":24,"max":[14.5,-11.5,1.837499976158142],"min":[13.5,-13.5,1.6875],"type":"VEC3"},{"bufferView":2134,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":2135,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":2136,"byteOffset":0,"componentType":5125,"count":7860,"type":"SCALAR"},{"bufferView":2137,"byteOffset":0,"componentType":5126,"count":3320,"max":[37,34,1.6875],"min":[-37,-34,0],"type":"VEC3"},{"bufferView":2138,"byteOffset":0,"componentType":5126,"count":3320,"type":"VEC3"},{"bufferView":2139,"byteOffset":0,"componentType":5126,"count":3320,"type":"VEC2"},{"bufferView":2140,"byteOffset":0,"componentType":5125,"count":990,"type":"SCALAR"},{"bufferView":2141,"byteOffset":0,"componentType":5126,"count":352,"max":[-13.56373119354248,62.9362678527832,12.399999618530273],"min":[-23.313730239868164,37.636268615722656,-12.899999618530273],"type":"VEC3"},{"bufferView":2142,"byteOffset":0,"componentType":5126,"count":352,"type":"VEC3"},{"bufferView":2143,"byteOffset":0,"componentType":5126,"count":352,"type":"VEC2"},{"bufferView":2144,"byteOffset":0,"componentType":5125,"count":24,"type":"SCALAR"},{"bufferView":2145,"byteOffset":0,"componentType":5126,"count":16,"max":[-13.56373119354248,56.28627014160156,12.399999618530273],"min":[-19.71373176574707,44.28627014160156,4.900000095367432],"type":"VEC3"},{"bufferView":2146,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC3"},{"bufferView":2147,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC2"},{"bufferView":2148,"byteOffset":0,"componentType":5125,"count":6,"type":"SCALAR"},{"bufferView":2149,"byteOffset":0,"componentType":5126,"count":4,"max":[-23.313730239868164,53.03627014160156,-4.5],"min":[-23.313730239868164,47.53627014160156,-10],"type":"VEC3"},{"bufferView":2150,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC3"},{"bufferView":2151,"byteOffset":0,"componentType":5126,"count":4,"type":"VEC2"},{"bufferView":2152,"byteOffset":0,"componentType":5125,"count":294,"type":"SCALAR"},{"bufferView":2153,"byteOffset":0,"componentType":5126,"count":196,"max":[-10,29.96500015258789,9.5],"min":[-12,12.364999771118164,7.5],"type":"VEC3"},{"bufferView":2154,"byteOffset":0,"componentType":5126,"count":196,"type":"VEC3"},{"bufferView":2155,"byteOffset":0,"componentType":5126,"count":196,"type":"VEC2"},{"bufferView":2156,"byteOffset":0,"componentType":5125,"count":972,"type":"SCALAR"},{"bufferView":2157,"byteOffset":0,"componentType":5126,"count":648,"max":[-10.75,29.21500015258789,11],"min":[-11.25,12.71500015258789,3.5],"type":"VEC3"},{"bufferView":2158,"byteOffset":0,"componentType":5126,"count":648,"type":"VEC3"},{"bufferView":2159,"byteOffset":0,"componentType":5126,"count":648,"type":"VEC2"},{"bufferView":2160,"byteOffset":0,"componentType":5125,"count":690,"type":"SCALAR"},{"bufferView":2161,"byteOffset":0,"componentType":5126,"count":212,"max":[-10,29.96500015258789,9.5],"min":[-12,11.96500015258789,7.5],"type":"VEC3"},{"bufferView":2162,"byteOffset":0,"componentType":5126,"count":212,"type":"VEC3"},{"bufferView":2163,"byteOffset":0,"componentType":5126,"count":212,"type":"VEC2"},{"bufferView":2164,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":2165,"byteOffset":0,"componentType":5126,"count":20,"max":[9.399999618530273,28.315000534057617,9.199999809265137],"min":[-9.399999618530273,9.515000343322754,7.400000095367432],"type":"VEC3"},{"bufferView":2166,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2167,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2168,"byteOffset":0,"componentType":5125,"count":23352,"type":"SCALAR"},{"bufferView":2169,"byteOffset":0,"componentType":5126,"count":5760,"max":[11.699999809265137,29.665000915527344,10.600000381469727],"min":[-11.699999809265137,9.21500015258789,7.400000095367432],"type":"VEC3"},{"bufferView":2170,"byteOffset":0,"componentType":5126,"count":5760,"type":"VEC3"},{"bufferView":2171,"byteOffset":0,"componentType":5126,"count":5760,"type":"VEC2"},{"bufferView":2172,"byteOffset":0,"componentType":5125,"count":5811,"type":"SCALAR"},{"bufferView":2173,"byteOffset":0,"componentType":5126,"count":1815,"max":[12.25,36.71500015258789,10.300000190734863],"min":[-12.25,8.8149995803833,9.5],"type":"VEC3"},{"bufferView":2174,"byteOffset":0,"componentType":5126,"count":1815,"type":"VEC3"},{"bufferView":2175,"byteOffset":0,"componentType":5126,"count":1815,"type":"VEC2"},{"bufferView":2176,"byteOffset":0,"componentType":5125,"count":1680,"type":"SCALAR"},{"bufferView":2177,"byteOffset":0,"componentType":5126,"count":724,"max":[9.149999618530273,36.6150016784668,10.3100004196167],"min":[-6.849999904632568,18.71500015258789,9.489999771118164],"type":"VEC3"},{"bufferView":2178,"byteOffset":0,"componentType":5126,"count":724,"type":"VEC3"},{"bufferView":2179,"byteOffset":0,"componentType":5126,"count":724,"type":"VEC2"},{"bufferView":2180,"byteOffset":0,"componentType":5125,"count":5487,"type":"SCALAR"},{"bufferView":2181,"byteOffset":0,"componentType":5126,"count":2139,"max":[10,17.21500015258789,10.3100004196167],"min":[-10,9.8149995803833,10.300000190734863],"type":"VEC3"},{"bufferView":2182,"byteOffset":0,"componentType":5126,"count":2139,"type":"VEC3"},{"bufferView":2183,"byteOffset":0,"componentType":5126,"count":2139,"type":"VEC2"},{"bufferView":2184,"byteOffset":0,"componentType":5125,"count":96,"type":"SCALAR"},{"bufferView":2185,"byteOffset":0,"componentType":5126,"count":48,"max":[3.5999999046325684,36.71500015258789,10.319999694824219],"min":[-3.5999999046325684,29.514999389648438,10.3100004196167],"type":"VEC3"},{"bufferView":2186,"byteOffset":0,"componentType":5126,"count":48,"type":"VEC3"},{"bufferView":2187,"byteOffset":0,"componentType":5126,"count":48,"type":"VEC2"},{"bufferView":2188,"byteOffset":0,"componentType":5125,"count":24,"type":"SCALAR"},{"bufferView":2189,"byteOffset":0,"componentType":5126,"count":18,"max":[1.125,32.62786102294922,10.8100004196167],"min":[0.28125,31.653581619262695,10.800000190734863],"type":"VEC3"},{"bufferView":2190,"byteOffset":0,"componentType":5126,"count":18,"type":"VEC3"},{"bufferView":2191,"byteOffset":0,"componentType":5126,"count":18,"type":"VEC2"},{"bufferView":2192,"byteOffset":0,"componentType":5125,"count":12,"type":"SCALAR"},{"bufferView":2193,"byteOffset":0,"componentType":5126,"count":8,"max":[3.5,36.6150016784668,10.800000190734863],"min":[-3.5,29.614999771118164,10.300000190734863],"type":"VEC3"},{"bufferView":2194,"byteOffset":0,"componentType":5126,"count":8,"type":"VEC3"},{"bufferView":2195,"byteOffset":0,"componentType":5126,"count":8,"type":"VEC2"},{"bufferView":2196,"byteOffset":0,"componentType":5125,"count":24,"type":"SCALAR"},{"bufferView":2197,"byteOffset":0,"componentType":5126,"count":16,"max":[3.5,36.6150016784668,10.800000190734863],"min":[-3.5,29.614999771118164,10.300000190734863],"type":"VEC3"},{"bufferView":2198,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC3"},{"bufferView":2199,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC2"},{"bufferView":2200,"byteOffset":0,"componentType":5125,"count":24,"type":"SCALAR"},{"bufferView":2201,"byteOffset":0,"componentType":5126,"count":18,"max":[-0.5625,33.60213851928711,10.8100004196167],"min":[-1.40625,32.62786102294922,10.800000190734863],"type":"VEC3"},{"bufferView":2202,"byteOffset":0,"componentType":5126,"count":18,"type":"VEC3"},{"bufferView":2203,"byteOffset":0,"componentType":5126,"count":18,"type":"VEC2"},{"bufferView":2204,"byteOffset":0,"componentType":5125,"count":24,"type":"SCALAR"},{"bufferView":2205,"byteOffset":0,"componentType":5126,"count":18,"max":[1.125,34.576419830322266,10.8100004196167],"min":[0.28125,33.60213851928711,10.800000190734863],"type":"VEC3"},{"bufferView":2206,"byteOffset":0,"componentType":5126,"count":18,"type":"VEC3"},{"bufferView":2207,"byteOffset":0,"componentType":5126,"count":18,"type":"VEC2"},{"bufferView":2208,"byteOffset":0,"componentType":5125,"count":216,"type":"SCALAR"},{"bufferView":2209,"byteOffset":0,"componentType":5126,"count":80,"max":[1.125,35.3611946105957,10.8100004196167],"min":[-2.25,33.1150016784668,10.800000190734863],"type":"VEC3"},{"bufferView":2210,"byteOffset":0,"componentType":5126,"count":80,"type":"VEC3"},{"bufferView":2211,"byteOffset":0,"componentType":5126,"count":80,"type":"VEC2"},{"bufferView":2212,"byteOffset":0,"componentType":5125,"count":216,"type":"SCALAR"},{"bufferView":2213,"byteOffset":0,"componentType":5126,"count":80,"max":[1.125,33.1150016784668,10.8100004196167],"min":[-2.25,30.868806838989258,10.800000190734863],"type":"VEC3"},{"bufferView":2214,"byteOffset":0,"componentType":5126,"count":80,"type":"VEC3"},{"bufferView":2215,"byteOffset":0,"componentType":5126,"count":80,"type":"VEC2"},{"bufferView":2216,"byteOffset":0,"componentType":5125,"count":216,"type":"SCALAR"},{"bufferView":2217,"byteOffset":0,"componentType":5126,"count":80,"max":[2.25,35.06355667114258,10.8100004196167],"min":[1.125,31.16644287109375,10.800000190734863],"type":"VEC3"},{"bufferView":2218,"byteOffset":0,"componentType":5126,"count":80,"type":"VEC3"},{"bufferView":2219,"byteOffset":0,"componentType":5126,"count":80,"type":"VEC2"},{"bufferView":2220,"byteOffset":0,"componentType":5125,"count":24,"type":"SCALAR"},{"bufferView":2221,"byteOffset":0,"componentType":5126,"count":18,"max":[1.125,34.08927917480469,10.8100004196167],"min":[-0.5625,32.14072036743164,10.800000190734863],"type":"VEC3"},{"bufferView":2222,"byteOffset":0,"componentType":5126,"count":18,"type":"VEC3"},{"bufferView":2223,"byteOffset":0,"componentType":5126,"count":18,"type":"VEC2"},{"bufferView":2224,"byteOffset":0,"componentType":5125,"count":108,"type":"SCALAR"},{"bufferView":2225,"byteOffset":0,"componentType":5126,"count":72,"max":[11.25,11.21500015258789,11],"min":[10.75,10.71500015258789,3.5],"type":"VEC3"},{"bufferView":2226,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":2227,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":2228,"byteOffset":0,"componentType":5125,"count":120,"type":"SCALAR"},{"bufferView":2229,"byteOffset":0,"componentType":5126,"count":56,"max":[12,11.96500015258789,9.5],"min":[10,9.96500015258789,7.5],"type":"VEC3"},{"bufferView":2230,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC3"},{"bufferView":2231,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC2"},{"bufferView":2232,"byteOffset":0,"componentType":5125,"count":294,"type":"SCALAR"},{"bufferView":2233,"byteOffset":0,"componentType":5126,"count":196,"max":[12,29.96500015258789,9.5],"min":[10,12.364999771118164,7.5],"type":"VEC3"},{"bufferView":2234,"byteOffset":0,"componentType":5126,"count":196,"type":"VEC3"},{"bufferView":2235,"byteOffset":0,"componentType":5126,"count":196,"type":"VEC2"},{"bufferView":2236,"byteOffset":0,"componentType":5125,"count":972,"type":"SCALAR"},{"bufferView":2237,"byteOffset":0,"componentType":5126,"count":648,"max":[11.25,29.21500015258789,11],"min":[10.75,12.71500015258789,3.5],"type":"VEC3"},{"bufferView":2238,"byteOffset":0,"componentType":5126,"count":648,"type":"VEC3"},{"bufferView":2239,"byteOffset":0,"componentType":5126,"count":648,"type":"VEC2"},{"bufferView":2240,"byteOffset":0,"componentType":5125,"count":690,"type":"SCALAR"},{"bufferView":2241,"byteOffset":0,"componentType":5126,"count":212,"max":[12,29.96500015258789,9.5],"min":[10,11.96500015258789,7.5],"type":"VEC3"},{"bufferView":2242,"byteOffset":0,"componentType":5126,"count":212,"type":"VEC3"},{"bufferView":2243,"byteOffset":0,"componentType":5126,"count":212,"type":"VEC2"},{"bufferView":2244,"byteOffset":0,"componentType":5125,"count":108,"type":"SCALAR"},{"bufferView":2245,"byteOffset":0,"componentType":5126,"count":72,"max":[-10.75,11.21500015258789,11],"min":[-11.25,10.71500015258789,3.5],"type":"VEC3"},{"bufferView":2246,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC3"},{"bufferView":2247,"byteOffset":0,"componentType":5126,"count":72,"type":"VEC2"},{"bufferView":2248,"byteOffset":0,"componentType":5125,"count":120,"type":"SCALAR"},{"bufferView":2249,"byteOffset":0,"componentType":5126,"count":56,"max":[-10,11.96500015258789,9.5],"min":[-12,9.96500015258789,7.5],"type":"VEC3"},{"bufferView":2250,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC3"},{"bufferView":2251,"byteOffset":0,"componentType":5126,"count":56,"type":"VEC2"},{"bufferView":2252,"byteOffset":0,"componentType":5125,"count":10590,"type":"SCALAR"},{"bufferView":2253,"byteOffset":0,"componentType":5126,"count":2564,"max":[-28.399999618530273,61.83156967163086,6.498602867126465],"min":[-35.400001525878906,38.92459487915039,-16.49949073791504],"type":"VEC3"},{"bufferView":2254,"byteOffset":0,"componentType":5126,"count":2564,"type":"VEC3"},{"bufferView":2255,"byteOffset":0,"componentType":5126,"count":2564,"type":"VEC2"},{"bufferView":2256,"byteOffset":0,"componentType":5125,"count":5400,"type":"SCALAR"},{"bufferView":2257,"byteOffset":0,"componentType":5126,"count":1959,"max":[-27.899999618530273,63.08599853515625,7.75],"min":[-38.400001525878906,37.58599853515625,-17.75],"type":"VEC3"},{"bufferView":2258,"byteOffset":0,"componentType":5126,"count":1959,"type":"VEC3"},{"bufferView":2259,"byteOffset":0,"componentType":5126,"count":1959,"type":"VEC2"},{"bufferView":2260,"byteOffset":0,"componentType":5125,"count":1512,"type":"SCALAR"},{"bufferView":2261,"byteOffset":0,"componentType":5126,"count":595,"max":[2.999835968017578,-23.153118133544922,-4.632687091827393],"min":[-3.000164031982422,-33.95311737060547,-19.479814529418945],"type":"VEC3"},{"bufferView":2262,"byteOffset":0,"componentType":5126,"count":595,"type":"VEC3"},{"bufferView":2263,"byteOffset":0,"componentType":5126,"count":595,"type":"VEC2"},{"bufferView":2264,"byteOffset":0,"componentType":5125,"count":1512,"type":"SCALAR"},{"bufferView":2265,"byteOffset":0,"componentType":5126,"count":595,"max":[2.999835968017578,53.04688262939453,-4.632687091827393],"min":[-3.000164031982422,42.24687957763672,-19.479814529418945],"type":"VEC3"},{"bufferView":2266,"byteOffset":0,"componentType":5126,"count":595,"type":"VEC3"},{"bufferView":2267,"byteOffset":0,"componentType":5126,"count":595,"type":"VEC2"},{"bufferView":2268,"byteOffset":0,"componentType":5125,"count":156,"type":"SCALAR"},{"bufferView":2269,"byteOffset":0,"componentType":5126,"count":54,"max":[9.249999046325684,42,-0.8174430131912231],"min":[-9.250000953674316,-23.000001907348633,-19.18255615234375],"type":"VEC3"},{"bufferView":2270,"byteOffset":0,"componentType":5126,"count":54,"type":"VEC3"},{"bufferView":2271,"byteOffset":0,"componentType":5126,"count":54,"type":"VEC2"},{"bufferView":2272,"byteOffset":0,"componentType":5125,"count":144,"type":"SCALAR"},{"bufferView":2273,"byteOffset":0,"componentType":5126,"count":52,"max":[9.249999046325684,42,-0.8174430131912231],"min":[-9.250000953674316,-23.000001907348633,-19.18255615234375],"type":"VEC3"},{"bufferView":2274,"byteOffset":0,"componentType":5126,"count":52,"type":"VEC3"},{"bufferView":2275,"byteOffset":0,"componentType":5126,"count":52,"type":"VEC2"},{"bufferView":2276,"byteOffset":0,"componentType":5125,"count":1524,"type":"SCALAR"},{"bufferView":2277,"byteOffset":0,"componentType":5126,"count":520,"max":[12.499999046325684,66,-19.5],"min":[-12.500000953674316,-34,-21.200000762939453],"type":"VEC3"},{"bufferView":2278,"byteOffset":0,"componentType":5126,"count":520,"type":"VEC3"},{"bufferView":2279,"byteOffset":0,"componentType":5126,"count":520,"type":"VEC2"},{"bufferView":2280,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":2281,"byteOffset":0,"componentType":5126,"count":24,"max":[4.999999046325684,65,-12.5],"min":[-5.000000953674316,59,-19.5],"type":"VEC3"},{"bufferView":2282,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":2283,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":2284,"byteOffset":0,"componentType":5125,"count":1368,"type":"SCALAR"},{"bufferView":2285,"byteOffset":0,"componentType":5126,"count":660,"max":[10.499835968017578,48.54688262939453,-4.17981481552124],"min":[-10.500164031982422,-29.4531192779541,-19.1798152923584],"type":"VEC3"},{"bufferView":2286,"byteOffset":0,"componentType":5126,"count":660,"type":"VEC3"},{"bufferView":2287,"byteOffset":0,"componentType":5126,"count":660,"type":"VEC2"},{"bufferView":2288,"byteOffset":0,"componentType":5125,"count":180,"type":"SCALAR"},{"bufferView":2289,"byteOffset":0,"componentType":5126,"count":96,"max":[29.354000091552734,63.92284393310547,24.969228744506836],"min":[-11.645999908447266,20.9228458404541,12.619229316711426],"type":"VEC3"},{"bufferView":2290,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC3"},{"bufferView":2291,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC2"},{"bufferView":2292,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":2293,"byteOffset":0,"componentType":5126,"count":32,"max":[22.75,-10.250238418579102,18.10041046142578],"min":[-22.25,-16.2502384185791,14.600411415100098],"type":"VEC3"},{"bufferView":2294,"byteOffset":0,"componentType":5126,"count":32,"type":"VEC3"},{"bufferView":2295,"byteOffset":0,"componentType":5126,"count":32,"type":"VEC2"},{"bufferView":2296,"byteOffset":0,"componentType":5125,"count":822,"type":"SCALAR"},{"bufferView":2297,"byteOffset":0,"componentType":5126,"count":264,"max":[22.75,-0.7502380013465881,19.700410842895508],"min":[-22.25,-25.7502384185791,18.10041046142578],"type":"VEC3"},{"bufferView":2298,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC3"},{"bufferView":2299,"byteOffset":0,"componentType":5126,"count":264,"type":"VEC2"},{"bufferView":2300,"byteOffset":0,"componentType":5125,"count":858,"type":"SCALAR"},{"bufferView":2301,"byteOffset":0,"componentType":5126,"count":328,"max":[22.75,-0.7502380013465881,21.500410079956055],"min":[-22.25,-27.7502384185791,14.600411415100098],"type":"VEC3"},{"bufferView":2302,"byteOffset":0,"componentType":5126,"count":328,"type":"VEC3"},{"bufferView":2303,"byteOffset":0,"componentType":5126,"count":328,"type":"VEC2"},{"bufferView":2304,"byteOffset":0,"componentType":5125,"count":18,"type":"SCALAR"},{"bufferView":2305,"byteOffset":0,"componentType":5126,"count":8,"max":[15.25,-0.7502380013465881,16.10041046142578],"min":[-14.75,-27.7502384185791,16.10041046142578],"type":"VEC3"},{"bufferView":2306,"byteOffset":0,"componentType":5126,"count":8,"type":"VEC3"},{"bufferView":2307,"byteOffset":0,"componentType":5126,"count":8,"type":"VEC2"},{"bufferView":2308,"byteOffset":0,"componentType":5125,"count":18,"type":"SCALAR"},{"bufferView":2309,"byteOffset":0,"componentType":5126,"count":8,"max":[14.25,-4.750237941741943,21.500410079956055],"min":[-13.75,-27.7502384185791,21.500410079956055],"type":"VEC3"},{"bufferView":2310,"byteOffset":0,"componentType":5126,"count":8,"type":"VEC3"},{"bufferView":2311,"byteOffset":0,"componentType":5126,"count":8,"type":"VEC2"},{"bufferView":2312,"byteOffset":0,"componentType":5125,"count":1140,"type":"SCALAR"},{"bufferView":2313,"byteOffset":0,"componentType":5126,"count":273,"max":[31,-20.5,18.200000762939453],"min":[28,-23.5,5],"type":"VEC3"},{"bufferView":2314,"byteOffset":0,"componentType":5126,"count":273,"type":"VEC3"},{"bufferView":2315,"byteOffset":0,"componentType":5126,"count":273,"type":"VEC2"},{"bufferView":2316,"byteOffset":0,"componentType":5125,"count":192,"type":"SCALAR"},{"bufferView":2317,"byteOffset":0,"componentType":5126,"count":96,"max":[15.899999618530273,-3.5502378940582275,24],"min":[-15.199999809265137,-30.700000762939453,22.5],"type":"VEC3"},{"bufferView":2318,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC3"},{"bufferView":2319,"byteOffset":0,"componentType":5126,"count":96,"type":"VEC2"},{"bufferView":2320,"byteOffset":0,"componentType":5125,"count":672,"type":"SCALAR"},{"bufferView":2321,"byteOffset":0,"componentType":5126,"count":242,"max":[34.60000228881836,35.220001220703125,12.5],"min":[16.600000381469727,13.220001220703125,11.100000381469727],"type":"VEC3"},{"bufferView":2322,"byteOffset":0,"componentType":5126,"count":242,"type":"VEC3"},{"bufferView":2323,"byteOffset":0,"componentType":5126,"count":242,"type":"VEC2"},{"bufferView":2324,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":2325,"byteOffset":0,"componentType":5126,"count":24,"max":[15.350000381469727,-4.625119209289551,25],"min":[-14.649999618530273,-29.625118255615234,24],"type":"VEC3"},{"bufferView":2326,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":2327,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":2328,"byteOffset":0,"componentType":5125,"count":61992,"type":"SCALAR"},{"bufferView":2329,"byteOffset":0,"componentType":5126,"count":20438,"max":[33.25,71.04422760009766,23.149999618530273],"min":[-9.75,70.74423217773438,13.899999618530273],"type":"VEC3"},{"bufferView":2330,"byteOffset":0,"componentType":5126,"count":20438,"type":"VEC3"},{"bufferView":2331,"byteOffset":0,"componentType":5126,"count":20438,"type":"VEC2"},{"bufferView":2332,"byteOffset":0,"componentType":5125,"count":11079,"type":"SCALAR"},{"bufferView":2333,"byteOffset":0,"componentType":5126,"count":3805,"max":[44.35000228881836,72.8499984741211,27.5],"min":[-43.85000228881836,-40.75,5],"type":"VEC3"},{"bufferView":2334,"byteOffset":0,"componentType":5126,"count":3805,"type":"VEC3"},{"bufferView":2335,"byteOffset":0,"componentType":5126,"count":3805,"type":"VEC2"},{"bufferView":2336,"byteOffset":0,"componentType":5125,"count":816,"type":"SCALAR"},{"bufferView":2337,"byteOffset":0,"componentType":5126,"count":312,"max":[31.600000381469727,9.477070808410645,-18.999929428100586],"min":[13.899999618530273,-16.02292823791504,-24.099929809570312],"type":"VEC3"},{"bufferView":2338,"byteOffset":0,"componentType":5126,"count":312,"type":"VEC3"},{"bufferView":2339,"byteOffset":0,"componentType":5126,"count":312,"type":"VEC2"},{"bufferView":2340,"byteOffset":0,"componentType":5125,"count":828,"type":"SCALAR"},{"bufferView":2341,"byteOffset":0,"componentType":5126,"count":268,"max":[31.600000381469727,9.477070808410645,-20.499929428100586],"min":[13.899999618530273,-16.02292823791504,-24.099929809570312],"type":"VEC3"},{"bufferView":2342,"byteOffset":0,"componentType":5126,"count":268,"type":"VEC3"},{"bufferView":2343,"byteOffset":0,"componentType":5126,"count":268,"type":"VEC2"},{"bufferView":2344,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":2345,"byteOffset":0,"componentType":5126,"count":28,"max":[25.899999618530273,9.477070808410645,-18.999929428100586],"min":[19.600000381469727,-16.02292823791504,-22.499929428100586],"type":"VEC3"},{"bufferView":2346,"byteOffset":0,"componentType":5126,"count":28,"type":"VEC3"},{"bufferView":2347,"byteOffset":0,"componentType":5126,"count":28,"type":"VEC2"},{"bufferView":2348,"byteOffset":0,"componentType":5125,"count":24,"type":"SCALAR"},{"bufferView":2349,"byteOffset":0,"componentType":5126,"count":16,"max":[-27.599571228027344,6.976970195770264,-16.999601364135742],"min":[-33.599571228027344,-9.523030281066895,-22.499601364135742],"type":"VEC3"},{"bufferView":2350,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC3"},{"bufferView":2351,"byteOffset":0,"componentType":5126,"count":16,"type":"VEC2"},{"bufferView":2352,"byteOffset":0,"componentType":5125,"count":828,"type":"SCALAR"},{"bufferView":2353,"byteOffset":0,"componentType":5126,"count":316,"max":[-13.399572372436523,11.476969718933105,-16.999601364135742],"min":[-33.599571228027344,-14.023030281066895,-24.09960174560547],"type":"VEC3"},{"bufferView":2354,"byteOffset":0,"componentType":5126,"count":316,"type":"VEC3"},{"bufferView":2355,"byteOffset":0,"componentType":5126,"count":316,"type":"VEC2"},{"bufferView":2356,"byteOffset":0,"componentType":5125,"count":840,"type":"SCALAR"},{"bufferView":2357,"byteOffset":0,"componentType":5126,"count":272,"max":[-13.399572372436523,11.476969718933105,-20.499601364135742],"min":[-33.599571228027344,-14.023030281066895,-24.09960174560547],"type":"VEC3"},{"bufferView":2358,"byteOffset":0,"componentType":5126,"count":272,"type":"VEC3"},{"bufferView":2359,"byteOffset":0,"componentType":5126,"count":272,"type":"VEC2"},{"bufferView":2360,"byteOffset":0,"componentType":5125,"count":48,"type":"SCALAR"},{"bufferView":2361,"byteOffset":0,"componentType":5126,"count":28,"max":[-19.099571228027344,11.476969718933105,-18.999601364135742],"min":[-25.399572372436523,-14.023030281066895,-22.499601364135742],"type":"VEC3"},{"bufferView":2362,"byteOffset":0,"componentType":5126,"count":28,"type":"VEC3"},{"bufferView":2363,"byteOffset":0,"componentType":5126,"count":28,"type":"VEC2"},{"bufferView":2364,"byteOffset":0,"componentType":5125,"count":234,"type":"SCALAR"},{"bufferView":2365,"byteOffset":0,"componentType":5126,"count":80,"max":[37.867488861083984,54.099700927734375,-2.5],"min":[35.867488861083984,40.165321350097656,-11.5],"type":"VEC3"},{"bufferView":2366,"byteOffset":0,"componentType":5126,"count":80,"type":"VEC3"},{"bufferView":2367,"byteOffset":0,"componentType":5126,"count":80,"type":"VEC2"},{"bufferView":2368,"byteOffset":0,"componentType":5125,"count":2016,"type":"SCALAR"},{"bufferView":2369,"byteOffset":0,"componentType":5126,"count":700,"max":[37.867488861083984,59.78251266479492,5.650000095367432],"min":[29.367488861083984,34.48250961303711,-19.649999618530273],"type":"VEC3"},{"bufferView":2370,"byteOffset":0,"componentType":5126,"count":700,"type":"VEC3"},{"bufferView":2371,"byteOffset":0,"componentType":5126,"count":700,"type":"VEC2"},{"bufferView":2372,"byteOffset":0,"componentType":5125,"count":36,"type":"SCALAR"},{"bufferView":2373,"byteOffset":0,"componentType":5126,"count":24,"max":[32.867488861083984,59.78251266479492,-3.8499999046325684],"min":[29.367488861083984,34.48250961303711,-10.149999618530273],"type":"VEC3"},{"bufferView":2374,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC3"},{"bufferView":2375,"byteOffset":0,"componentType":5126,"count":24,"type":"VEC2"},{"bufferView":2376,"byteOffset":0,"componentType":5125,"count":30,"type":"SCALAR"},{"bufferView":2377,"byteOffset":0,"componentType":5126,"count":20,"max":[32.867488861083984,53.132511138916016,-4.25],"min":[25.867488861083984,41.132511138916016,-9.75],"type":"VEC3"},{"bufferView":2378,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC3"},{"bufferView":2379,"byteOffset":0,"componentType":5126,"count":20,"type":"VEC2"},{"bufferView":2380,"byteOffset":0,"componentType":5125,"count":1212,"type":"SCALAR"},{"bufferView":2381,"byteOffset":0,"componentType":5126,"count":556,"max":[-26.399999618530273,-12.199999809265137,7.75],"min":[-44.04999923706055,-24.799999237060547,-0.949999988079071],"type":"VEC3"},{"bufferView":2382,"byteOffset":0,"componentType":5126,"count":556,"type":"VEC3"},{"bufferView":2383,"byteOffset":0,"componentType":5126,"count":556,"type":"VEC2"},{"bufferView":2384,"byteOffset":0,"componentType":5125,"count":468,"type":"SCALAR"},{"bufferView":2385,"byteOffset":0,"componentType":5126,"count":200,"max":[-36.20000076293945,-12.449999809265137,9.850000381469727],"min":[-37.89999771118164,-24.549999237060547,1.2000000476837158],"type":"VEC3"},{"bufferView":2386,"byteOffset":0,"componentType":5126,"count":200,"type":"VEC3"},{"bufferView":2387,"byteOffset":0,"componentType":5126,"count":200,"type":"VEC2"},{"bufferView":2388,"byteOffset":0,"componentType":5125,"count":27168,"type":"SCALAR"},{"bufferView":2389,"byteOffset":0,"componentType":5126,"count":8486,"max":[44.35000228881836,72.8499984741211,-19.700000762939453],"min":[-43.85000228881836,-40.75,-30.200000762939453],"type":"VEC3"},{"bufferView":2390,"byteOffset":0,"componentType":5126,"count":8486,"type":"VEC3"},{"bufferView":2391,"byteOffset":0,"componentType":5126,"count":8486,"type":"VEC2"},{"bufferView":2392,"byteOffset":0,"componentType":5125,"count":13140,"type":"SCALAR"},{"bufferView":2393,"byteOffset":0,"componentType":5126,"count":4834,"max":[42.35000228881836,70.8499984741211,13],"min":[-41.85000228881836,-38.75,-25],"type":"VEC3"},{"bufferView":2394,"byteOffset":0,"componentType":5126,"count":4834,"type":"VEC3"},{"bufferView":2395,"byteOffset":0,"componentType":5126,"count":4834,"type":"VEC2"},{"bufferView":2396,"byteOffset":0,"componentType":5125,"count":756,"type":"SCALAR"},{"bufferView":2397,"byteOffset":0,"componentType":5126,"count":288,"max":[41.95000076293945,2.9000000953674316,9.399999618530273],"min":[37.45000076293945,-21.899999618530273,-8],"type":"VEC3"},{"bufferView":2398,"byteOffset":0,"componentType":5126,"count":288,"type":"VEC3"},{"bufferView":2399,"byteOffset":0,"componentType":5126,"count":288,"type":"VEC2"},{"bufferView":2400,"byteOffset":0,"componentType":5125,"count":2112,"type":"SCALAR"},{"bufferView":2401,"byteOffset":0,"componentType":5126,"count":786,"max":[-36.849998474121094,16.49972152709961,11.412266731262207],"min":[-41.45000076293945,-8.480278968811035,-4.587732791900635],"type":"VEC3"},{"bufferView":2402,"byteOffset":0,"componentType":5126,"count":786,"type":"VEC3"},{"bufferView":2403,"byteOffset":0,"componentType":5126,"count":786,"type":"VEC2"},{"bufferView":2404,"byteOffset":0,"componentType":5125,"count":2310,"type":"SCALAR"},{"bufferView":2405,"byteOffset":0,"componentType":5126,"count":912,"max":[41.95000076293945,67,3.9000000953674316],"min":[29.850000381469727,13.517305374145508,-25],"type":"VEC3"},{"bufferView":2406,"byteOffset":0,"componentType":5126,"count":912,"type":"VEC3"},{"bufferView":2407,"byteOffset":0,"componentType":5126,"count":912,"type":"VEC2"},{"bufferView":2408,"byteOffset":0,"componentType":5125,"count":97728,"type":"SCALAR"},{"bufferView":2409,"byteOffset":0,"componentType":5126,"count":32214,"max":[-38.45000076293945,62.84423065185547,7.650000095367432],"min":[-38.75,37.84423065185547,-17.350000381469727],"type":"VEC3"},{"bufferView":2410,"byteOffset":0,"componentType":5126,"count":32214,"type":"VEC3"},{"bufferView":2411,"byteOffset":0,"componentType":5126,"count":32214,"type":"VEC2"},{"bufferView":2412,"byteOffset":0,"componentType":5125,"count":972,"type":"SCALAR"},{"bufferView":2413,"byteOffset":0,"componentType":5126,"count":354,"max":[-27.900001525878906,63,13],"min":[-39.95000076293945,37.70000076293945,-21.049999237060547],"type":"VEC3"},{"bufferView":2414,"byteOffset":0,"componentType":5126,"count":354,"type":"VEC3"},{"bufferView":2415,"byteOffset":0,"componentType":5126,"count":354,"type":"VEC2"},{"bufferView":2416,"byteOffset":0,"componentType":5126,"count":5,"max":[2],"min":[0],"type":"SCALAR"},{"bufferView":2417,"byteOffset":0,"componentType":5126,"count":15,"max":[0.25,0,0],"min":[-108.31826782226562,-49.159202575683594,-40.75],"type":"VEC3"},{"bufferView":2418,"byteOffset":0,"componentType":5126,"count":6,"max":[2],"min":[0],"type":"SCALAR"},{"bufferView":2419,"byteOffset":0,"componentType":5126,"count":6,"max":[0,0,0,1],"min":[-1.7958698249095845e-17,-1.2743675211528728e-17,-1,6.123234262925839e-17],"type":"VEC4"},{"bufferView":2420,"byteOffset":0,"componentType":5126,"count":3,"max":[4],"min":[0],"type":"SCALAR"},{"bufferView":2421,"byteOffset":0,"componentType":5126,"count":9,"max":[60.783138275146484,0,0],"min":[0,0,0],"type":"VEC3"},{"bufferView":2422,"byteOffset":0,"componentType":5126,"count":3,"max":[4],"min":[0],"type":"SCALAR"},{"bufferView":2423,"byteOffset":0,"componentType":5126,"count":9,"max":[31.103160858154297,0,0],"min":[0,0,0],"type":"VEC3"},{"bufferView":2424,"byteOffset":0,"componentType":5126,"count":3,"max":[4],"min":[0],"type":"SCALAR"},{"bufferView":2425,"byteOffset":0,"componentType":5126,"count":9,"max":[0,5,37.58599853515625],"min":[-97.70182037353516,0,0],"type":"VEC3"},{"bufferView":2426,"byteOffset":0,"componentType":5126,"count":3,"max":[4],"min":[0],"type":"SCALAR"},{"bufferView":2427,"byteOffset":0,"componentType":5126,"count":9,"max":[0,4.024999618530273,37.70000076293945],"min":[-105.50157928466797,0,0],"type":"VEC3"},{"bufferView":2428,"byteOffset":0,"componentType":5126,"count":3,"max":[4],"min":[0],"type":"SCALAR"},{"bufferView":2429,"byteOffset":0,"componentType":5126,"count":9,"max":[0,0,0],"min":[-44.43828201293945,0,0],"type":"VEC3"}],"bufferViews":[{"buffer":0,"byteOffset":0,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":144,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":432,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":720,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":912,"byteLength":1008,"target":34963},{"buffer":0,"byteOffset":1920,"byteLength":1536,"target":34962},{"buffer":0,"byteOffset":3456,"byteLength":1536,"target":34962},{"buffer":0,"byteOffset":4992,"byteLength":1024,"target":34962},{"buffer":0,"byteOffset":6016,"byteLength":1200,"target":34963},{"buffer":0,"byteOffset":7216,"byteLength":1728,"target":34962},{"buffer":0,"byteOffset":8944,"byteLength":1728,"target":34962},{"buffer":0,"byteOffset":10672,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":11824,"byteLength":1200,"target":34963},{"buffer":0,"byteOffset":13024,"byteLength":1728,"target":34962},{"buffer":0,"byteOffset":14752,"byteLength":1728,"target":34962},{"buffer":0,"byteOffset":16480,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":17632,"byteLength":1008,"target":34963},{"buffer":0,"byteOffset":18640,"byteLength":1536,"target":34962},{"buffer":0,"byteOffset":20176,"byteLength":1536,"target":34962},{"buffer":0,"byteOffset":21712,"byteLength":1024,"target":34962},{"buffer":0,"byteOffset":22736,"byteLength":6336,"target":34963},{"buffer":0,"byteOffset":29072,"byteLength":8952,"target":34962},{"buffer":0,"byteOffset":38024,"byteLength":8952,"target":34962},{"buffer":0,"byteOffset":46976,"byteLength":5968,"target":34962},{"buffer":0,"byteOffset":52944,"byteLength":2016,"target":34963},{"buffer":0,"byteOffset":54960,"byteLength":2880,"target":34962},{"buffer":0,"byteOffset":57840,"byteLength":2880,"target":34962},{"buffer":0,"byteOffset":60720,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":62640,"byteLength":1008,"target":34963},{"buffer":0,"byteOffset":63648,"byteLength":1824,"target":34962},{"buffer":0,"byteOffset":65472,"byteLength":1824,"target":34962},{"buffer":0,"byteOffset":67296,"byteLength":1216,"target":34962},{"buffer":0,"byteOffset":68512,"byteLength":2352,"target":34963},{"buffer":0,"byteOffset":70864,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":74032,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":77200,"byteLength":2112,"target":34962},{"buffer":0,"byteOffset":79312,"byteLength":1632,"target":34963},{"buffer":0,"byteOffset":80944,"byteLength":2976,"target":34962},{"buffer":0,"byteOffset":83920,"byteLength":2976,"target":34962},{"buffer":0,"byteOffset":86896,"byteLength":1984,"target":34962},{"buffer":0,"byteOffset":88880,"byteLength":2352,"target":34963},{"buffer":0,"byteOffset":91232,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":94400,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":97568,"byteLength":2112,"target":34962},{"buffer":0,"byteOffset":99680,"byteLength":1632,"target":34963},{"buffer":0,"byteOffset":101312,"byteLength":2976,"target":34962},{"buffer":0,"byteOffset":104288,"byteLength":2976,"target":34962},{"buffer":0,"byteOffset":107264,"byteLength":1984,"target":34962},{"buffer":0,"byteOffset":109248,"byteLength":2352,"target":34963},{"buffer":0,"byteOffset":111600,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":114768,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":117936,"byteLength":2112,"target":34962},{"buffer":0,"byteOffset":120048,"byteLength":1632,"target":34963},{"buffer":0,"byteOffset":121680,"byteLength":2976,"target":34962},{"buffer":0,"byteOffset":124656,"byteLength":2976,"target":34962},{"buffer":0,"byteOffset":127632,"byteLength":1984,"target":34962},{"buffer":0,"byteOffset":129616,"byteLength":2352,"target":34963},{"buffer":0,"byteOffset":131968,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":135136,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":138304,"byteLength":2112,"target":34962},{"buffer":0,"byteOffset":140416,"byteLength":1632,"target":34963},{"buffer":0,"byteOffset":142048,"byteLength":2976,"target":34962},{"buffer":0,"byteOffset":145024,"byteLength":2976,"target":34962},{"buffer":0,"byteOffset":148000,"byteLength":1984,"target":34962},{"buffer":0,"byteOffset":149984,"byteLength":2352,"target":34963},{"buffer":0,"byteOffset":152336,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":155504,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":158672,"byteLength":2112,"target":34962},{"buffer":0,"byteOffset":160784,"byteLength":1632,"target":34963},{"buffer":0,"byteOffset":162416,"byteLength":2976,"target":34962},{"buffer":0,"byteOffset":165392,"byteLength":2976,"target":34962},{"buffer":0,"byteOffset":168368,"byteLength":1984,"target":34962},{"buffer":0,"byteOffset":170352,"byteLength":2520,"target":34963},{"buffer":0,"byteOffset":172872,"byteLength":3312,"target":34962},{"buffer":0,"byteOffset":176184,"byteLength":3312,"target":34962},{"buffer":0,"byteOffset":179496,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":181704,"byteLength":1944,"target":34963},{"buffer":0,"byteOffset":183648,"byteLength":3552,"target":34962},{"buffer":0,"byteOffset":187200,"byteLength":3552,"target":34962},{"buffer":0,"byteOffset":190752,"byteLength":2368,"target":34962},{"buffer":0,"byteOffset":193120,"byteLength":66552,"target":34963},{"buffer":0,"byteOffset":259672,"byteLength":74352,"target":34962},{"buffer":0,"byteOffset":334024,"byteLength":74352,"target":34962},{"buffer":0,"byteOffset":408376,"byteLength":49568,"target":34962},{"buffer":0,"byteOffset":457944,"byteLength":8592,"target":34963},{"buffer":0,"byteOffset":466536,"byteLength":5976,"target":34962},{"buffer":0,"byteOffset":472512,"byteLength":5976,"target":34962},{"buffer":0,"byteOffset":478488,"byteLength":3984,"target":34962},{"buffer":0,"byteOffset":482472,"byteLength":771384,"target":34963},{"buffer":0,"byteOffset":1253856,"byteLength":408336,"target":34962},{"buffer":0,"byteOffset":1662192,"byteLength":408336,"target":34962},{"buffer":0,"byteOffset":2070528,"byteLength":272224,"target":34962},{"buffer":0,"byteOffset":2342752,"byteLength":2736,"target":34963},{"buffer":0,"byteOffset":2345488,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2348608,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2351728,"byteLength":2080,"target":34962},{"buffer":0,"byteOffset":2353808,"byteLength":2736,"target":34963},{"buffer":0,"byteOffset":2356544,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2359664,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2362784,"byteLength":2080,"target":34962},{"buffer":0,"byteOffset":2364864,"byteLength":2736,"target":34963},{"buffer":0,"byteOffset":2367600,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2370720,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2373840,"byteLength":2080,"target":34962},{"buffer":0,"byteOffset":2375920,"byteLength":2736,"target":34963},{"buffer":0,"byteOffset":2378656,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2381776,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2384896,"byteLength":2080,"target":34962},{"buffer":0,"byteOffset":2386976,"byteLength":2736,"target":34963},{"buffer":0,"byteOffset":2389712,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2392832,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2395952,"byteLength":2080,"target":34962},{"buffer":0,"byteOffset":2398032,"byteLength":2736,"target":34963},{"buffer":0,"byteOffset":2400768,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2403888,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2407008,"byteLength":2080,"target":34962},{"buffer":0,"byteOffset":2409088,"byteLength":2736,"target":34963},{"buffer":0,"byteOffset":2411824,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2414944,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2418064,"byteLength":2080,"target":34962},{"buffer":0,"byteOffset":2420144,"byteLength":2736,"target":34963},{"buffer":0,"byteOffset":2422880,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2426000,"byteLength":3120,"target":34962},{"buffer":0,"byteOffset":2429120,"byteLength":2080,"target":34962},{"buffer":0,"byteOffset":2431200,"byteLength":2256,"target":34963},{"buffer":0,"byteOffset":2433456,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2436144,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2438832,"byteLength":1792,"target":34962},{"buffer":0,"byteOffset":2440624,"byteLength":2256,"target":34963},{"buffer":0,"byteOffset":2442880,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2445568,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2448256,"byteLength":1792,"target":34962},{"buffer":0,"byteOffset":2450048,"byteLength":2256,"target":34963},{"buffer":0,"byteOffset":2452304,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2454992,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2457680,"byteLength":1792,"target":34962},{"buffer":0,"byteOffset":2459472,"byteLength":2256,"target":34963},{"buffer":0,"byteOffset":2461728,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2464416,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2467104,"byteLength":1792,"target":34962},{"buffer":0,"byteOffset":2468896,"byteLength":2256,"target":34963},{"buffer":0,"byteOffset":2471152,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2473840,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2476528,"byteLength":1792,"target":34962},{"buffer":0,"byteOffset":2478320,"byteLength":2256,"target":34963},{"buffer":0,"byteOffset":2480576,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2483264,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2485952,"byteLength":1792,"target":34962},{"buffer":0,"byteOffset":2487744,"byteLength":2256,"target":34963},{"buffer":0,"byteOffset":2490000,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2492688,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2495376,"byteLength":1792,"target":34962},{"buffer":0,"byteOffset":2497168,"byteLength":2256,"target":34963},{"buffer":0,"byteOffset":2499424,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2502112,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":2504800,"byteLength":1792,"target":34962},{"buffer":0,"byteOffset":2506592,"byteLength":2352,"target":34963},{"buffer":0,"byteOffset":2508944,"byteLength":2736,"target":34962},{"buffer":0,"byteOffset":2511680,"byteLength":2736,"target":34962},{"buffer":0,"byteOffset":2514416,"byteLength":1824,"target":34962},{"buffer":0,"byteOffset":2516240,"byteLength":4512,"target":34963},{"buffer":0,"byteOffset":2520752,"byteLength":5208,"target":34962},{"buffer":0,"byteOffset":2525960,"byteLength":5208,"target":34962},{"buffer":0,"byteOffset":2531168,"byteLength":3472,"target":34962},{"buffer":0,"byteOffset":2534640,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2534784,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2535072,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2535360,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2535552,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":2537136,"byteLength":1836,"target":34962},{"buffer":0,"byteOffset":2538972,"byteLength":1836,"target":34962},{"buffer":0,"byteOffset":2540808,"byteLength":1224,"target":34962},{"buffer":0,"byteOffset":2542032,"byteLength":1152,"target":34963},{"buffer":0,"byteOffset":2543184,"byteLength":1416,"target":34962},{"buffer":0,"byteOffset":2544600,"byteLength":1416,"target":34962},{"buffer":0,"byteOffset":2546016,"byteLength":944,"target":34962},{"buffer":0,"byteOffset":2546960,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2547104,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2547392,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2547680,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2547872,"byteLength":1008,"target":34963},{"buffer":0,"byteOffset":2548880,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":2550080,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":2551280,"byteLength":800,"target":34962},{"buffer":0,"byteOffset":2552080,"byteLength":1008,"target":34963},{"buffer":0,"byteOffset":2553088,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":2554288,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":2555488,"byteLength":800,"target":34962},{"buffer":0,"byteOffset":2556288,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":2556960,"byteLength":960,"target":34962},{"buffer":0,"byteOffset":2557920,"byteLength":960,"target":34962},{"buffer":0,"byteOffset":2558880,"byteLength":640,"target":34962},{"buffer":0,"byteOffset":2559520,"byteLength":39240,"target":34963},{"buffer":0,"byteOffset":2598760,"byteLength":37296,"target":34962},{"buffer":0,"byteOffset":2636056,"byteLength":37296,"target":34962},{"buffer":0,"byteOffset":2673352,"byteLength":24864,"target":34962},{"buffer":0,"byteOffset":2698216,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":2699800,"byteLength":1656,"target":34962},{"buffer":0,"byteOffset":2701456,"byteLength":1656,"target":34962},{"buffer":0,"byteOffset":2703112,"byteLength":1104,"target":34962},{"buffer":0,"byteOffset":2704216,"byteLength":63744,"target":34963},{"buffer":0,"byteOffset":2767960,"byteLength":73572,"target":34962},{"buffer":0,"byteOffset":2841532,"byteLength":73572,"target":34962},{"buffer":0,"byteOffset":2915104,"byteLength":49048,"target":34962},{"buffer":0,"byteOffset":2964152,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2964296,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2964584,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2964872,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2965064,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2965208,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2965496,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2965784,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2965976,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2966120,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2966408,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2966696,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2966888,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2967032,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2967320,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2967608,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2967800,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2967944,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2968232,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2968520,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2968712,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2968856,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2969144,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2969432,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2969624,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2969768,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2970056,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2970344,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2970536,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2970680,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2970968,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2971256,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2971448,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2971592,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2971880,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2972168,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2972360,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2972504,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2972792,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2973080,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2973272,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2973416,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2973704,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2973992,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2974184,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2974328,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2974616,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2974904,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2975096,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2975240,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2975528,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2975816,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2976008,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2976152,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2976440,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2976728,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2976920,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2977064,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2977352,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2977640,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2977832,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2977976,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2978264,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2978552,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2978744,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2978888,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2979176,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2979464,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2979656,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2979800,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2980088,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2980376,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2980568,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2980712,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2981000,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2981288,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2981480,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2981624,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2981912,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2982200,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2982392,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2982536,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2982824,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2983112,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2983304,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2983448,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2983736,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2984024,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2984216,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2984360,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2984648,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2984936,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2985128,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":2985272,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2985560,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":2985848,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":2986040,"byteLength":528,"target":34963},{"buffer":0,"byteOffset":2986568,"byteLength":744,"target":34962},{"buffer":0,"byteOffset":2987312,"byteLength":744,"target":34962},{"buffer":0,"byteOffset":2988056,"byteLength":496,"target":34962},{"buffer":0,"byteOffset":2988552,"byteLength":528,"target":34963},{"buffer":0,"byteOffset":2989080,"byteLength":744,"target":34962},{"buffer":0,"byteOffset":2989824,"byteLength":744,"target":34962},{"buffer":0,"byteOffset":2990568,"byteLength":496,"target":34962},{"buffer":0,"byteOffset":2991064,"byteLength":18144,"target":34963},{"buffer":0,"byteOffset":3009208,"byteLength":23652,"target":34962},{"buffer":0,"byteOffset":3032860,"byteLength":23652,"target":34962},{"buffer":0,"byteOffset":3056512,"byteLength":15768,"target":34962},{"buffer":0,"byteOffset":3072280,"byteLength":912,"target":34963},{"buffer":0,"byteOffset":3073192,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3074344,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3075496,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":3076264,"byteLength":912,"target":34963},{"buffer":0,"byteOffset":3077176,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3078328,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3079480,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":3080248,"byteLength":912,"target":34963},{"buffer":0,"byteOffset":3081160,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3082312,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3083464,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":3084232,"byteLength":912,"target":34963},{"buffer":0,"byteOffset":3085144,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3086296,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3087448,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":3088216,"byteLength":912,"target":34963},{"buffer":0,"byteOffset":3089128,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3090280,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3091432,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":3092200,"byteLength":912,"target":34963},{"buffer":0,"byteOffset":3093112,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3094264,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3095416,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":3096184,"byteLength":912,"target":34963},{"buffer":0,"byteOffset":3097096,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3098248,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3099400,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":3100168,"byteLength":912,"target":34963},{"buffer":0,"byteOffset":3101080,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3102232,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3103384,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":3104152,"byteLength":960,"target":34963},{"buffer":0,"byteOffset":3105112,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3106312,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3107512,"byteLength":800,"target":34962},{"buffer":0,"byteOffset":3108312,"byteLength":960,"target":34963},{"buffer":0,"byteOffset":3109272,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3110472,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3111672,"byteLength":800,"target":34962},{"buffer":0,"byteOffset":3112472,"byteLength":960,"target":34963},{"buffer":0,"byteOffset":3113432,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3114632,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3115832,"byteLength":800,"target":34962},{"buffer":0,"byteOffset":3116632,"byteLength":960,"target":34963},{"buffer":0,"byteOffset":3117592,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3118792,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3119992,"byteLength":800,"target":34962},{"buffer":0,"byteOffset":3120792,"byteLength":960,"target":34963},{"buffer":0,"byteOffset":3121752,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3122952,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3124152,"byteLength":800,"target":34962},{"buffer":0,"byteOffset":3124952,"byteLength":960,"target":34963},{"buffer":0,"byteOffset":3125912,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3127112,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3128312,"byteLength":800,"target":34962},{"buffer":0,"byteOffset":3129112,"byteLength":960,"target":34963},{"buffer":0,"byteOffset":3130072,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3131272,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3132472,"byteLength":800,"target":34962},{"buffer":0,"byteOffset":3133272,"byteLength":960,"target":34963},{"buffer":0,"byteOffset":3134232,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3135432,"byteLength":1200,"target":34962},{"buffer":0,"byteOffset":3136632,"byteLength":800,"target":34962},{"buffer":0,"byteOffset":3137432,"byteLength":29040,"target":34963},{"buffer":0,"byteOffset":3166472,"byteLength":35712,"target":34962},{"buffer":0,"byteOffset":3202184,"byteLength":35712,"target":34962},{"buffer":0,"byteOffset":3237896,"byteLength":23808,"target":34962},{"buffer":0,"byteOffset":3261704,"byteLength":29040,"target":34963},{"buffer":0,"byteOffset":3290744,"byteLength":35712,"target":34962},{"buffer":0,"byteOffset":3326456,"byteLength":35712,"target":34962},{"buffer":0,"byteOffset":3362168,"byteLength":23808,"target":34962},{"buffer":0,"byteOffset":3385976,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3386120,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3386408,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3386696,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3386888,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3387032,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3387320,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3387608,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3387800,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3387944,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3388232,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3388520,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3388712,"byteLength":15552,"target":34963},{"buffer":0,"byteOffset":3404264,"byteLength":23400,"target":34962},{"buffer":0,"byteOffset":3427664,"byteLength":23400,"target":34962},{"buffer":0,"byteOffset":3451064,"byteLength":15600,"target":34962},{"buffer":0,"byteOffset":3466664,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3466808,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3467096,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3467384,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3467576,"byteLength":5520,"target":34963},{"buffer":0,"byteOffset":3473096,"byteLength":6072,"target":34962},{"buffer":0,"byteOffset":3479168,"byteLength":6072,"target":34962},{"buffer":0,"byteOffset":3485240,"byteLength":4048,"target":34962},{"buffer":0,"byteOffset":3489288,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3489432,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3489720,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3490008,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3490200,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3490344,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3490632,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3490920,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3491112,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3491256,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3491544,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3491832,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3492024,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3492168,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3492456,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3492744,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3492936,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3493080,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3493368,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3493656,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3493848,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3493992,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3494280,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3494568,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3494760,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3494904,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3495192,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3495480,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3495672,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3495816,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3496104,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3496392,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3496584,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3496728,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3497016,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3497304,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3497496,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3497640,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3497928,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3498216,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3498408,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3498552,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3498840,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3499128,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3499320,"byteLength":1296,"target":34963},{"buffer":0,"byteOffset":3500616,"byteLength":2016,"target":34962},{"buffer":0,"byteOffset":3502632,"byteLength":2016,"target":34962},{"buffer":0,"byteOffset":3504648,"byteLength":1344,"target":34962},{"buffer":0,"byteOffset":3505992,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3506136,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3506424,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3506712,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3506904,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3507048,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3507336,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3507624,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3507816,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3507960,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3508248,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3508536,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3508728,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3508872,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3509160,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3509448,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3509640,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3509784,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3510072,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3510360,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3510552,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3510696,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3510984,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3511272,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3511464,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3511608,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3511896,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3512184,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3512376,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3512520,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3512808,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3513096,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3513288,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3513432,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3513720,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3514008,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3514200,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3514344,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3514632,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3514920,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3515112,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3515256,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3515544,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3515832,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3516024,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3516168,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3516456,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3516744,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3516936,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3517080,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3517368,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3517656,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3517848,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3517992,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3518280,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3518568,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3518760,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3518904,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3519192,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3519480,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3519672,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3519816,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3520104,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3520392,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3520584,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3520728,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3521016,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3521304,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3521496,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3521640,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3521928,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3522216,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3522408,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3522552,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3522840,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3523128,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3523320,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3523464,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3523752,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3524040,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3524232,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3524376,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3524664,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3524952,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3525144,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3525288,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3525576,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3525864,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3526056,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3526200,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3526488,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3526776,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3526968,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3527112,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3527400,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3527688,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3527880,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3528024,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3528312,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3528600,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3528792,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3528936,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3529224,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3529512,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3529704,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3529848,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3530136,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3530424,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3530616,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3530760,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3531048,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3531336,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3531528,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3531672,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3531960,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3532248,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3532440,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3532584,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3532872,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3533160,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3533352,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3533496,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3533784,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3534072,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3534264,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3534408,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3534696,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3534984,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3535176,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3535320,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3535608,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3535896,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3536088,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3536232,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3536520,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3536808,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3537000,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3537144,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3537432,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3537720,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3537912,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3538056,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3538344,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3538632,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3538824,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3538968,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3539256,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3539544,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3539736,"byteLength":1968,"target":34963},{"buffer":0,"byteOffset":3541704,"byteLength":2040,"target":34962},{"buffer":0,"byteOffset":3543744,"byteLength":2040,"target":34962},{"buffer":0,"byteOffset":3545784,"byteLength":1360,"target":34962},{"buffer":0,"byteOffset":3547144,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3547288,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3547576,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3547864,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3548056,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3548200,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3548488,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3548776,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3548968,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3549112,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3549400,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3549688,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3549880,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3550024,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3550312,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3550600,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3550792,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3550936,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3551224,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3551512,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3551704,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":3551896,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":3552256,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":3552616,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3552856,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3553000,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3553288,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3553576,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3553768,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3553912,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3554200,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3554488,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3554680,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3554824,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3555112,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3555400,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3555592,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3555736,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3556024,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3556312,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3556504,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3556648,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3556936,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3557224,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3557416,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3557560,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3557848,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3558136,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3558328,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3558472,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3558760,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3559048,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3559240,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3559384,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3559672,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3559960,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3560152,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3560296,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3560584,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3560872,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3561064,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3561208,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3561496,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3561784,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3561976,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3562120,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3562408,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3562696,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3562888,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3563032,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3563320,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3563608,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3563800,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3563944,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3564232,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3564520,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3564712,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3564856,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3565144,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3565432,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3565624,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3565768,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3566056,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3566344,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3566536,"byteLength":3312,"target":34963},{"buffer":0,"byteOffset":3569848,"byteLength":3744,"target":34962},{"buffer":0,"byteOffset":3573592,"byteLength":3744,"target":34962},{"buffer":0,"byteOffset":3577336,"byteLength":2496,"target":34962},{"buffer":0,"byteOffset":3579832,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":3580504,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3581368,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3582232,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":3582808,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3584464,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3586336,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3588208,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3589456,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":3590128,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3590992,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3591856,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":3592432,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3594088,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3595960,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3597832,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3599080,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3600736,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3602608,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3604480,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3605728,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":3606400,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3607264,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3608128,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":3608704,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3610360,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3612232,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3614104,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3615352,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3617008,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3618880,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3620752,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3622000,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":3622672,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3623536,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3624400,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":3624976,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3626632,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3628504,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3630376,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3631624,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3633280,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3635152,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3637024,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3638272,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":3638944,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3639808,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3640672,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":3641248,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3642904,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3644776,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3646648,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3647896,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3649552,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3651424,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3653296,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3654544,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":3655216,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3656080,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3656944,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":3657520,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3659176,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3661048,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3662920,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3664168,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3665824,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3667696,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3669568,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3670816,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":3671488,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3672352,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3673216,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":3673792,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3675448,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3677320,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3679192,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3680440,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3682096,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3683968,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3685840,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3687088,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":3687760,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3688624,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3689488,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":3690064,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3691720,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3693592,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3695464,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3696712,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3698368,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3700240,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3702112,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3703360,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":3704032,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3704896,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3705760,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":3706336,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3707992,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3709864,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3711736,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3712984,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3714640,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3716512,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3718384,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3719632,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":3720304,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3721168,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3722032,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":3722608,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3724264,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3726136,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3728008,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3729256,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3730912,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3732784,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3734656,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3735904,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":3736576,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3737440,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3738304,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":3738880,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3740536,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3742408,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3744280,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3745528,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3747184,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3749056,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3750928,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3752176,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":3752848,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3753712,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":3754576,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":3755152,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":3756808,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3758680,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":3760552,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":3761800,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3761944,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3762232,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3762520,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3762712,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3762856,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3763144,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3763432,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3763624,"byteLength":720,"target":34963},{"buffer":0,"byteOffset":3764344,"byteLength":912,"target":34962},{"buffer":0,"byteOffset":3765256,"byteLength":912,"target":34962},{"buffer":0,"byteOffset":3766168,"byteLength":608,"target":34962},{"buffer":0,"byteOffset":3766776,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3766920,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3767208,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3767496,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3767688,"byteLength":1248,"target":34963},{"buffer":0,"byteOffset":3768936,"byteLength":1728,"target":34962},{"buffer":0,"byteOffset":3770664,"byteLength":1728,"target":34962},{"buffer":0,"byteOffset":3772392,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3773544,"byteLength":1248,"target":34963},{"buffer":0,"byteOffset":3774792,"byteLength":1728,"target":34962},{"buffer":0,"byteOffset":3776520,"byteLength":1728,"target":34962},{"buffer":0,"byteOffset":3778248,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":3779400,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":3782040,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":3785112,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":3788184,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":3790232,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":3790400,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3790640,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3790880,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":3791040,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":3791160,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3791400,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3791640,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":3791800,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":3794440,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":3797512,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":3800584,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":3802632,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":3802800,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3803040,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3803280,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":3803440,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":3803560,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3803800,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3804040,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":3804200,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":3806840,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":3809912,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":3812984,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":3815032,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":3815200,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3815440,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3815680,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":3815840,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":3815960,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3816200,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3816440,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":3816600,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":3819240,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":3822312,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":3825384,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":3827432,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":3827600,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3827840,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3828080,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":3828240,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":3828360,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3828600,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3828840,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":3829000,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":3831640,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":3834712,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":3837784,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":3839832,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":3840000,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3840240,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3840480,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":3840640,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":3840760,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3841000,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":3841240,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":3841400,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3841544,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3841832,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3842120,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3842312,"byteLength":4368,"target":34963},{"buffer":0,"byteOffset":3846680,"byteLength":4896,"target":34962},{"buffer":0,"byteOffset":3851576,"byteLength":4896,"target":34962},{"buffer":0,"byteOffset":3856472,"byteLength":3264,"target":34962},{"buffer":0,"byteOffset":3859736,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3861608,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3863816,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3866024,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3867496,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3869368,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3871576,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3873784,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3875256,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3877128,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3879336,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3881544,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3883016,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3884888,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3887096,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3889304,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3890776,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3890920,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3891208,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3891496,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3891688,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3893560,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3895768,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3897976,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3899448,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3901320,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3903528,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3905736,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3907208,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3909080,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3911288,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3913496,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3914968,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3916840,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3919048,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3921256,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3922728,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3922872,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3923160,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3923448,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3923640,"byteLength":4368,"target":34963},{"buffer":0,"byteOffset":3928008,"byteLength":4896,"target":34962},{"buffer":0,"byteOffset":3932904,"byteLength":4896,"target":34962},{"buffer":0,"byteOffset":3937800,"byteLength":3264,"target":34962},{"buffer":0,"byteOffset":3941064,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3942936,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3945144,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3947352,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3948824,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3950696,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3952904,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3955112,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3956584,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3958456,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3960664,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3962872,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3964344,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3966216,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3968424,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3970632,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3972104,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":3972248,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3972536,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":3972824,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":3973016,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3974888,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3977096,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3979304,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3980776,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3982648,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3984856,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3987064,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3988536,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3990408,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3992616,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":3994824,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":3996296,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":3998168,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":4000376,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":4002584,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":4004056,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4004200,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4004488,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4004776,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4004968,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4005112,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4005400,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4005688,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4005880,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4006024,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4006312,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4006600,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4006792,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4006936,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4007224,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4007512,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4007704,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":4007896,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4008256,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4008616,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":4008856,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4009000,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4009288,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4009576,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4009768,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4009912,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4010200,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4010488,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4010680,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":4010872,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4011232,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4011592,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":4011832,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":4012024,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4012384,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4012744,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":4012984,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":4013176,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4013536,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4013896,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":4014136,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4014280,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4014568,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4014856,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4015048,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4015192,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4015480,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4015768,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4015960,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4016104,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4016392,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4016680,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4016872,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4017016,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4017304,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4017592,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4017784,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4017928,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4018216,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4018504,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4018696,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4018840,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4019128,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4019416,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4019608,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":4019800,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4020160,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4020520,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":4020760,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":4020952,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4021312,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4021672,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":4021912,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4022056,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4022344,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4022632,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4022824,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":4023016,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4023376,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4023736,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":4023976,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":4024168,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4024528,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":4024888,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":4025128,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4025272,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4025560,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4025848,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4026040,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4026184,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4026472,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4026760,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4026952,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":4027096,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4027384,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":4027672,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":4027864,"byteLength":7392,"target":34963},{"buffer":0,"byteOffset":4035256,"byteLength":10236,"target":34962},{"buffer":0,"byteOffset":4045492,"byteLength":10236,"target":34962},{"buffer":0,"byteOffset":4055728,"byteLength":6824,"target":34962},{"buffer":0,"byteOffset":4062552,"byteLength":1056,"target":34963},{"buffer":0,"byteOffset":4063608,"byteLength":1284,"target":34962},{"buffer":0,"byteOffset":4064892,"byteLength":1284,"target":34962},{"buffer":0,"byteOffset":4066176,"byteLength":856,"target":34962},{"buffer":0,"byteOffset":4067032,"byteLength":336,"target":34963},{"buffer":0,"byteOffset":4067368,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":4068040,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":4068712,"byteLength":448,"target":34962},{"buffer":0,"byteOffset":4069160,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4070744,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4072664,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4074584,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4075864,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4077448,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4079368,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4081288,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4082568,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4084152,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4086072,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4087992,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4089272,"byteLength":336,"target":34963},{"buffer":0,"byteOffset":4089608,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":4090280,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":4090952,"byteLength":448,"target":34962},{"buffer":0,"byteOffset":4091400,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4092984,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4094904,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4096824,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4098104,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4099688,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4101608,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4103528,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4104808,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4106392,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4108312,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4110232,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4111512,"byteLength":336,"target":34963},{"buffer":0,"byteOffset":4111848,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":4112520,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":4113192,"byteLength":448,"target":34962},{"buffer":0,"byteOffset":4113640,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4115224,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4117144,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4119064,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4120344,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4121928,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4123848,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4125768,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4127048,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4128632,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4130552,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4132472,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4133752,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4135336,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4137256,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4139176,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4140456,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4142040,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4143960,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4145880,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4147160,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4148744,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4150664,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4152584,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4153864,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4155448,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4157368,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4159288,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4160568,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4162152,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4164072,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4165992,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4167272,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4168856,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4170776,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4172696,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4173976,"byteLength":1392,"target":34963},{"buffer":0,"byteOffset":4175368,"byteLength":1608,"target":34962},{"buffer":0,"byteOffset":4176976,"byteLength":1608,"target":34962},{"buffer":0,"byteOffset":4178584,"byteLength":1072,"target":34962},{"buffer":0,"byteOffset":4179656,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4181240,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4183160,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4185080,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4186360,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4187944,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4189864,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4191784,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4193064,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4194648,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4196568,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4198488,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4199768,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4201352,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4203272,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4205192,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4206472,"byteLength":336,"target":34963},{"buffer":0,"byteOffset":4206808,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":4207480,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":4208152,"byteLength":448,"target":34962},{"buffer":0,"byteOffset":4208600,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":4210184,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4212104,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":4214024,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":4215304,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4231720,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4241056,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4250392,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4256616,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4273032,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4282368,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4291704,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4297928,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4314344,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4323680,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4333016,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4339240,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4355656,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4364992,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4374328,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4380552,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4396968,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4406304,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4415640,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4421864,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4438280,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4447616,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4456952,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4463176,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4479592,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4488928,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4498264,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4504488,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4520904,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4530240,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4539576,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4545800,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4562216,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4571552,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4580888,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4587112,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4603528,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4612864,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4622200,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4628424,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4644840,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4654176,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4663512,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4669736,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4686152,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4695488,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4704824,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4711048,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4727464,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4736800,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4746136,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4752360,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4768776,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4778112,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4787448,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4793672,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4810088,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4819424,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4828760,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4834984,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4851400,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4860736,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4870072,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4876296,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4892712,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4902048,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4911384,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4917608,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4934024,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4943360,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4952696,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":4958920,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":4975336,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4984672,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":4994008,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":5000232,"byteLength":16416,"target":34963},{"buffer":0,"byteOffset":5016648,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":5025984,"byteLength":9336,"target":34962},{"buffer":0,"byteOffset":5035320,"byteLength":6224,"target":34962},{"buffer":0,"byteOffset":5041544,"byteLength":1968,"target":34963},{"buffer":0,"byteOffset":5043512,"byteLength":2040,"target":34962},{"buffer":0,"byteOffset":5045552,"byteLength":2040,"target":34962},{"buffer":0,"byteOffset":5047592,"byteLength":1360,"target":34962},{"buffer":0,"byteOffset":5048952,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5049096,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5049384,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5049672,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5049864,"byteLength":1968,"target":34963},{"buffer":0,"byteOffset":5051832,"byteLength":2040,"target":34962},{"buffer":0,"byteOffset":5053872,"byteLength":2040,"target":34962},{"buffer":0,"byteOffset":5055912,"byteLength":1360,"target":34962},{"buffer":0,"byteOffset":5057272,"byteLength":336,"target":34963},{"buffer":0,"byteOffset":5057608,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":5058280,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":5058952,"byteLength":448,"target":34962},{"buffer":0,"byteOffset":5059400,"byteLength":1680,"target":34963},{"buffer":0,"byteOffset":5061080,"byteLength":1992,"target":34962},{"buffer":0,"byteOffset":5063072,"byteLength":1992,"target":34962},{"buffer":0,"byteOffset":5065064,"byteLength":1328,"target":34962},{"buffer":0,"byteOffset":5066392,"byteLength":1680,"target":34963},{"buffer":0,"byteOffset":5068072,"byteLength":1992,"target":34962},{"buffer":0,"byteOffset":5070064,"byteLength":1992,"target":34962},{"buffer":0,"byteOffset":5072056,"byteLength":1328,"target":34962},{"buffer":0,"byteOffset":5073384,"byteLength":1680,"target":34963},{"buffer":0,"byteOffset":5075064,"byteLength":1992,"target":34962},{"buffer":0,"byteOffset":5077056,"byteLength":1992,"target":34962},{"buffer":0,"byteOffset":5079048,"byteLength":1328,"target":34962},{"buffer":0,"byteOffset":5080376,"byteLength":1680,"target":34963},{"buffer":0,"byteOffset":5082056,"byteLength":2004,"target":34962},{"buffer":0,"byteOffset":5084060,"byteLength":2004,"target":34962},{"buffer":0,"byteOffset":5086064,"byteLength":1336,"target":34962},{"buffer":0,"byteOffset":5087400,"byteLength":1680,"target":34963},{"buffer":0,"byteOffset":5089080,"byteLength":2004,"target":34962},{"buffer":0,"byteOffset":5091084,"byteLength":2004,"target":34962},{"buffer":0,"byteOffset":5093088,"byteLength":1336,"target":34962},{"buffer":0,"byteOffset":5094424,"byteLength":1680,"target":34963},{"buffer":0,"byteOffset":5096104,"byteLength":2004,"target":34962},{"buffer":0,"byteOffset":5098108,"byteLength":2004,"target":34962},{"buffer":0,"byteOffset":5100112,"byteLength":1336,"target":34962},{"buffer":0,"byteOffset":5101448,"byteLength":1968,"target":34963},{"buffer":0,"byteOffset":5103416,"byteLength":2040,"target":34962},{"buffer":0,"byteOffset":5105456,"byteLength":2040,"target":34962},{"buffer":0,"byteOffset":5107496,"byteLength":1360,"target":34962},{"buffer":0,"byteOffset":5108856,"byteLength":336,"target":34963},{"buffer":0,"byteOffset":5109192,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":5109864,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":5110536,"byteLength":448,"target":34962},{"buffer":0,"byteOffset":5110984,"byteLength":1680,"target":34963},{"buffer":0,"byteOffset":5112664,"byteLength":1992,"target":34962},{"buffer":0,"byteOffset":5114656,"byteLength":1992,"target":34962},{"buffer":0,"byteOffset":5116648,"byteLength":1328,"target":34962},{"buffer":0,"byteOffset":5117976,"byteLength":1680,"target":34963},{"buffer":0,"byteOffset":5119656,"byteLength":1992,"target":34962},{"buffer":0,"byteOffset":5121648,"byteLength":1992,"target":34962},{"buffer":0,"byteOffset":5123640,"byteLength":1328,"target":34962},{"buffer":0,"byteOffset":5124968,"byteLength":1680,"target":34963},{"buffer":0,"byteOffset":5126648,"byteLength":1992,"target":34962},{"buffer":0,"byteOffset":5128640,"byteLength":1992,"target":34962},{"buffer":0,"byteOffset":5130632,"byteLength":1328,"target":34962},{"buffer":0,"byteOffset":5131960,"byteLength":1680,"target":34963},{"buffer":0,"byteOffset":5133640,"byteLength":2004,"target":34962},{"buffer":0,"byteOffset":5135644,"byteLength":2004,"target":34962},{"buffer":0,"byteOffset":5137648,"byteLength":1336,"target":34962},{"buffer":0,"byteOffset":5138984,"byteLength":1680,"target":34963},{"buffer":0,"byteOffset":5140664,"byteLength":2004,"target":34962},{"buffer":0,"byteOffset":5142668,"byteLength":2004,"target":34962},{"buffer":0,"byteOffset":5144672,"byteLength":1336,"target":34962},{"buffer":0,"byteOffset":5146008,"byteLength":1680,"target":34963},{"buffer":0,"byteOffset":5147688,"byteLength":2004,"target":34962},{"buffer":0,"byteOffset":5149692,"byteLength":2004,"target":34962},{"buffer":0,"byteOffset":5151696,"byteLength":1336,"target":34962},{"buffer":0,"byteOffset":5153032,"byteLength":816,"target":34963},{"buffer":0,"byteOffset":5153848,"byteLength":1056,"target":34962},{"buffer":0,"byteOffset":5154904,"byteLength":1056,"target":34962},{"buffer":0,"byteOffset":5155960,"byteLength":704,"target":34962},{"buffer":0,"byteOffset":5156664,"byteLength":1152,"target":34963},{"buffer":0,"byteOffset":5157816,"byteLength":2016,"target":34962},{"buffer":0,"byteOffset":5159832,"byteLength":2016,"target":34962},{"buffer":0,"byteOffset":5161848,"byteLength":1344,"target":34962},{"buffer":0,"byteOffset":5163192,"byteLength":720,"target":34963},{"buffer":0,"byteOffset":5163912,"byteLength":912,"target":34962},{"buffer":0,"byteOffset":5164824,"byteLength":912,"target":34962},{"buffer":0,"byteOffset":5165736,"byteLength":608,"target":34962},{"buffer":0,"byteOffset":5166344,"byteLength":720,"target":34963},{"buffer":0,"byteOffset":5167064,"byteLength":912,"target":34962},{"buffer":0,"byteOffset":5167976,"byteLength":912,"target":34962},{"buffer":0,"byteOffset":5168888,"byteLength":608,"target":34962},{"buffer":0,"byteOffset":5169496,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5169640,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5169928,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5170216,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5170408,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5170552,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5170840,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5171128,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5171320,"byteLength":636,"target":34963},{"buffer":0,"byteOffset":5171956,"byteLength":900,"target":34962},{"buffer":0,"byteOffset":5172856,"byteLength":900,"target":34962},{"buffer":0,"byteOffset":5173756,"byteLength":600,"target":34962},{"buffer":0,"byteOffset":5174356,"byteLength":3216,"target":34963},{"buffer":0,"byteOffset":5177572,"byteLength":4032,"target":34962},{"buffer":0,"byteOffset":5181604,"byteLength":4032,"target":34962},{"buffer":0,"byteOffset":5185636,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":5188324,"byteLength":84,"target":34963},{"buffer":0,"byteOffset":5188408,"byteLength":180,"target":34962},{"buffer":0,"byteOffset":5188588,"byteLength":180,"target":34962},{"buffer":0,"byteOffset":5188768,"byteLength":120,"target":34962},{"buffer":0,"byteOffset":5188888,"byteLength":636,"target":34963},{"buffer":0,"byteOffset":5189524,"byteLength":900,"target":34962},{"buffer":0,"byteOffset":5190424,"byteLength":900,"target":34962},{"buffer":0,"byteOffset":5191324,"byteLength":600,"target":34962},{"buffer":0,"byteOffset":5191924,"byteLength":3216,"target":34963},{"buffer":0,"byteOffset":5195140,"byteLength":4032,"target":34962},{"buffer":0,"byteOffset":5199172,"byteLength":4032,"target":34962},{"buffer":0,"byteOffset":5203204,"byteLength":2688,"target":34962},{"buffer":0,"byteOffset":5205892,"byteLength":84,"target":34963},{"buffer":0,"byteOffset":5205976,"byteLength":180,"target":34962},{"buffer":0,"byteOffset":5206156,"byteLength":180,"target":34962},{"buffer":0,"byteOffset":5206336,"byteLength":120,"target":34962},{"buffer":0,"byteOffset":5206456,"byteLength":3864,"target":34963},{"buffer":0,"byteOffset":5210320,"byteLength":4104,"target":34962},{"buffer":0,"byteOffset":5214424,"byteLength":4104,"target":34962},{"buffer":0,"byteOffset":5218528,"byteLength":2736,"target":34962},{"buffer":0,"byteOffset":5221264,"byteLength":384,"target":34963},{"buffer":0,"byteOffset":5221648,"byteLength":408,"target":34962},{"buffer":0,"byteOffset":5222056,"byteLength":408,"target":34962},{"buffer":0,"byteOffset":5222464,"byteLength":272,"target":34962},{"buffer":0,"byteOffset":5222736,"byteLength":5952,"target":34963},{"buffer":0,"byteOffset":5228688,"byteLength":7200,"target":34962},{"buffer":0,"byteOffset":5235888,"byteLength":7200,"target":34962},{"buffer":0,"byteOffset":5243088,"byteLength":4800,"target":34962},{"buffer":0,"byteOffset":5247888,"byteLength":1152,"target":34963},{"buffer":0,"byteOffset":5249040,"byteLength":1320,"target":34962},{"buffer":0,"byteOffset":5250360,"byteLength":1320,"target":34962},{"buffer":0,"byteOffset":5251680,"byteLength":880,"target":34962},{"buffer":0,"byteOffset":5252560,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":5252728,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5252968,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5253208,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":5253368,"byteLength":1488,"target":34963},{"buffer":0,"byteOffset":5254856,"byteLength":1752,"target":34962},{"buffer":0,"byteOffset":5256608,"byteLength":1752,"target":34962},{"buffer":0,"byteOffset":5258360,"byteLength":1168,"target":34962},{"buffer":0,"byteOffset":5259528,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":5259648,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5259888,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5260128,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":5260288,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":5262928,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":5266000,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":5269072,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":5271120,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":5271288,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5271528,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5271768,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":5271928,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":5272048,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5272288,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5272528,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":5272688,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":5275328,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":5278400,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":5281472,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":5283520,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":5283688,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5283928,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5284168,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":5284328,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":5284448,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5284688,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5284928,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":5285088,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5285232,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5285520,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5285808,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5286000,"byteLength":4368,"target":34963},{"buffer":0,"byteOffset":5290368,"byteLength":4896,"target":34962},{"buffer":0,"byteOffset":5295264,"byteLength":4896,"target":34962},{"buffer":0,"byteOffset":5300160,"byteLength":3264,"target":34962},{"buffer":0,"byteOffset":5303424,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5305296,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5307504,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5309712,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5311184,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5313056,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5315264,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5317472,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5318944,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5320816,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5323024,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5325232,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5326704,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5328576,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5330784,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5332992,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5334464,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5334608,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5334896,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5335184,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5335376,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5337248,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5339456,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5341664,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5343136,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5345008,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5347216,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5349424,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5350896,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5352768,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5354976,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5357184,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5358656,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5360528,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5362736,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5364944,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5366416,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5366560,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5366848,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5367136,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5367328,"byteLength":4368,"target":34963},{"buffer":0,"byteOffset":5371696,"byteLength":4896,"target":34962},{"buffer":0,"byteOffset":5376592,"byteLength":4896,"target":34962},{"buffer":0,"byteOffset":5381488,"byteLength":3264,"target":34962},{"buffer":0,"byteOffset":5384752,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5386624,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5388832,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5391040,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5392512,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5394384,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5396592,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5398800,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5400272,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5402144,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5404352,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5406560,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5408032,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5409904,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5412112,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5414320,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5415792,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5415936,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5416224,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5416512,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5416704,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5418576,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5420784,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5422992,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5424464,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5426336,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5428544,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5430752,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5432224,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5434096,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5436304,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5438512,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5439984,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5441856,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5444064,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5446272,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5447744,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5447888,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5448176,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5448464,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5448656,"byteLength":4368,"target":34963},{"buffer":0,"byteOffset":5453024,"byteLength":4896,"target":34962},{"buffer":0,"byteOffset":5457920,"byteLength":4896,"target":34962},{"buffer":0,"byteOffset":5462816,"byteLength":3264,"target":34962},{"buffer":0,"byteOffset":5466080,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5467952,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5470160,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5472368,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5473840,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5475712,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5477920,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5480128,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5481600,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5483472,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5485680,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5487888,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5489360,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5491232,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5493440,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5495648,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5497120,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5497264,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5497552,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5497840,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5498032,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5499904,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5502112,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5504320,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5505792,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5507664,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5509872,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5512080,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5513552,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5515424,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5517632,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5519840,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5521312,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":5523184,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5525392,"byteLength":2208,"target":34962},{"buffer":0,"byteOffset":5527600,"byteLength":1472,"target":34962},{"buffer":0,"byteOffset":5529072,"byteLength":4056,"target":34963},{"buffer":0,"byteOffset":5533128,"byteLength":5616,"target":34962},{"buffer":0,"byteOffset":5538744,"byteLength":5616,"target":34962},{"buffer":0,"byteOffset":5544360,"byteLength":3744,"target":34962},{"buffer":0,"byteOffset":5548104,"byteLength":5208,"target":34963},{"buffer":0,"byteOffset":5553312,"byteLength":6960,"target":34962},{"buffer":0,"byteOffset":5560272,"byteLength":6960,"target":34962},{"buffer":0,"byteOffset":5567232,"byteLength":4640,"target":34962},{"buffer":0,"byteOffset":5571872,"byteLength":336,"target":34963},{"buffer":0,"byteOffset":5572208,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5572784,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5573360,"byteLength":384,"target":34962},{"buffer":0,"byteOffset":5573744,"byteLength":10716,"target":34963},{"buffer":0,"byteOffset":5584460,"byteLength":12948,"target":34962},{"buffer":0,"byteOffset":5597408,"byteLength":12948,"target":34962},{"buffer":0,"byteOffset":5610356,"byteLength":8632,"target":34962},{"buffer":0,"byteOffset":5618988,"byteLength":852,"target":34963},{"buffer":0,"byteOffset":5619840,"byteLength":1500,"target":34962},{"buffer":0,"byteOffset":5621340,"byteLength":1500,"target":34962},{"buffer":0,"byteOffset":5622840,"byteLength":1000,"target":34962},{"buffer":0,"byteOffset":5623840,"byteLength":8496,"target":34963},{"buffer":0,"byteOffset":5632336,"byteLength":11040,"target":34962},{"buffer":0,"byteOffset":5643376,"byteLength":11040,"target":34962},{"buffer":0,"byteOffset":5654416,"byteLength":7360,"target":34962},{"buffer":0,"byteOffset":5661776,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":5661968,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":5662328,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":5662688,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5662928,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":5663120,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":5663480,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":5663840,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5664080,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":5664272,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":5664632,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":5664992,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5665232,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":5665424,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":5665784,"byteLength":360,"target":34962},{"buffer":0,"byteOffset":5666144,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":5666384,"byteLength":9120,"target":34963},{"buffer":0,"byteOffset":5675504,"byteLength":7884,"target":34962},{"buffer":0,"byteOffset":5683388,"byteLength":7884,"target":34962},{"buffer":0,"byteOffset":5691272,"byteLength":5256,"target":34962},{"buffer":0,"byteOffset":5696528,"byteLength":12672,"target":34963},{"buffer":0,"byteOffset":5709200,"byteLength":15744,"target":34962},{"buffer":0,"byteOffset":5724944,"byteLength":15744,"target":34962},{"buffer":0,"byteOffset":5740688,"byteLength":10496,"target":34962},{"buffer":0,"byteOffset":5751184,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5751328,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5751616,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5751904,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5752096,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5752240,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5752528,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5752816,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5753008,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5753152,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5753440,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5753728,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5753920,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5754064,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5754352,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5754640,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5754832,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5754976,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5755264,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5755552,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5755744,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5755888,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5756176,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5756464,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5756656,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5756800,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5757088,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5757376,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5757568,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5757712,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5758000,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5758288,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5758480,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":5758624,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5758912,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":5759200,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":5759392,"byteLength":336,"target":34963},{"buffer":0,"byteOffset":5759728,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":5760400,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":5761072,"byteLength":448,"target":34962},{"buffer":0,"byteOffset":5761520,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":5763104,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":5765024,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":5766944,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":5768224,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":5769808,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":5771728,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":5773648,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":5774928,"byteLength":1584,"target":34963},{"buffer":0,"byteOffset":5776512,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":5778432,"byteLength":1920,"target":34962},{"buffer":0,"byteOffset":5780352,"byteLength":1280,"target":34962},{"buffer":0,"byteOffset":5781632,"byteLength":3312,"target":34963},{"buffer":0,"byteOffset":5784944,"byteLength":3744,"target":34962},{"buffer":0,"byteOffset":5788688,"byteLength":3744,"target":34962},{"buffer":0,"byteOffset":5792432,"byteLength":2496,"target":34962},{"buffer":0,"byteOffset":5794928,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5795600,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5796464,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5797328,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5797904,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5799560,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5801432,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5803304,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5804552,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5805224,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5806088,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5806952,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5807528,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5809184,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5811056,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5812928,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5814176,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5815832,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5817704,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5819576,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5820824,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5821496,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5822360,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5823224,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5823800,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5825456,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5827328,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5829200,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5830448,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5832104,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5833976,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5835848,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5837096,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5837768,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5838632,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5839496,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5840072,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5841728,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5843600,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5845472,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5846720,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5848376,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5850248,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5852120,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5853368,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5854040,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5854904,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5855768,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5856344,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5858000,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5859872,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5861744,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5862992,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5864648,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5866520,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5868392,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5869640,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5870312,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5871176,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5872040,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5872616,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5874272,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5876144,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5878016,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5879264,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5880920,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5882792,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5884664,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5885912,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5886584,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5887448,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5888312,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5888888,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5890544,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5892416,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5894288,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5895536,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5897192,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5899064,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5900936,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5902184,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5902856,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5903720,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5904584,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5905160,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5906816,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5908688,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5910560,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5911808,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5913464,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5915336,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5917208,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5918456,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5919128,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5919992,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5920856,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5921432,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5923088,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5924960,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5926832,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5928080,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5929736,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5931608,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5933480,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5934728,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5935400,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5936264,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5937128,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5937704,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5939360,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5941232,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5943104,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5944352,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5946008,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5947880,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5949752,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5951000,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5951672,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5952536,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5953400,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5953976,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5955632,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5957504,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5959376,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5960624,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5962280,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5964152,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5966024,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5967272,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5967944,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5968808,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5969672,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5970248,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5971904,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5973776,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5975648,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5976896,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5978552,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5980424,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5982296,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5983544,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":5984216,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5985080,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":5985944,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":5986520,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5988176,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5990048,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5991920,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5993168,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":5994824,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5996696,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":5998568,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":5999816,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":6000488,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":6001352,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":6002216,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":6002792,"byteLength":1656,"target":34963},{"buffer":0,"byteOffset":6004448,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":6006320,"byteLength":1872,"target":34962},{"buffer":0,"byteOffset":6008192,"byteLength":1248,"target":34962},{"buffer":0,"byteOffset":6009440,"byteLength":2352,"target":34963},{"buffer":0,"byteOffset":6011792,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":6014960,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":6018128,"byteLength":2112,"target":34962},{"buffer":0,"byteOffset":6020240,"byteLength":1632,"target":34963},{"buffer":0,"byteOffset":6021872,"byteLength":2976,"target":34962},{"buffer":0,"byteOffset":6024848,"byteLength":2976,"target":34962},{"buffer":0,"byteOffset":6027824,"byteLength":1984,"target":34962},{"buffer":0,"byteOffset":6029808,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":6029928,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6030168,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6030408,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6030568,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":6030592,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6030640,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6030688,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":6030720,"byteLength":48,"target":34963},{"buffer":0,"byteOffset":6030768,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":6030864,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":6030960,"byteLength":64,"target":34962},{"buffer":0,"byteOffset":6031024,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":6031048,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6031096,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6031144,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":6031176,"byteLength":72,"target":34963},{"buffer":0,"byteOffset":6031248,"byteLength":144,"target":34962},{"buffer":0,"byteOffset":6031392,"byteLength":144,"target":34962},{"buffer":0,"byteOffset":6031536,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":6031632,"byteLength":48,"target":34963},{"buffer":0,"byteOffset":6031680,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":6031776,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":6031872,"byteLength":64,"target":34962},{"buffer":0,"byteOffset":6031936,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":6031960,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6032008,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6032056,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":6032088,"byteLength":72,"target":34963},{"buffer":0,"byteOffset":6032160,"byteLength":144,"target":34962},{"buffer":0,"byteOffset":6032304,"byteLength":144,"target":34962},{"buffer":0,"byteOffset":6032448,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":6032544,"byteLength":96,"target":34963},{"buffer":0,"byteOffset":6032640,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":6032832,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":6033024,"byteLength":128,"target":34962},{"buffer":0,"byteOffset":6033152,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":6033176,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6033224,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6033272,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":6033304,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":6033328,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6033376,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6033424,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":6033456,"byteLength":96,"target":34963},{"buffer":0,"byteOffset":6033552,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":6033744,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":6033936,"byteLength":128,"target":34962},{"buffer":0,"byteOffset":6034064,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":6034088,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6034136,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6034184,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":6034216,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":6034240,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6034288,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6034336,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":6034368,"byteLength":96,"target":34963},{"buffer":0,"byteOffset":6034464,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":6034656,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":6034848,"byteLength":128,"target":34962},{"buffer":0,"byteOffset":6034976,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":6035000,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6035048,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6035096,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":6035128,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":6035152,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6035200,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6035248,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":6035280,"byteLength":48,"target":34963},{"buffer":0,"byteOffset":6035328,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":6035424,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":6035520,"byteLength":64,"target":34962},{"buffer":0,"byteOffset":6035584,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":6035608,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6035656,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6035704,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":6035736,"byteLength":72,"target":34963},{"buffer":0,"byteOffset":6035808,"byteLength":144,"target":34962},{"buffer":0,"byteOffset":6035952,"byteLength":144,"target":34962},{"buffer":0,"byteOffset":6036096,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":6036192,"byteLength":96,"target":34963},{"buffer":0,"byteOffset":6036288,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":6036480,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":6036672,"byteLength":128,"target":34962},{"buffer":0,"byteOffset":6036800,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":6036824,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6036872,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6036920,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":6036952,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":6036976,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6037024,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":6037072,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":6037104,"byteLength":5784,"target":34963},{"buffer":0,"byteOffset":6042888,"byteLength":6036,"target":34962},{"buffer":0,"byteOffset":6048924,"byteLength":6036,"target":34962},{"buffer":0,"byteOffset":6054960,"byteLength":4024,"target":34962},{"buffer":0,"byteOffset":6058984,"byteLength":3312,"target":34963},{"buffer":0,"byteOffset":6062296,"byteLength":3744,"target":34962},{"buffer":0,"byteOffset":6066040,"byteLength":3744,"target":34962},{"buffer":0,"byteOffset":6069784,"byteLength":2496,"target":34962},{"buffer":0,"byteOffset":6072280,"byteLength":672,"target":34963},{"buffer":0,"byteOffset":6072952,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":6073816,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":6074680,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":6075256,"byteLength":1152,"target":34963},{"buffer":0,"byteOffset":6076408,"byteLength":1320,"target":34962},{"buffer":0,"byteOffset":6077728,"byteLength":1320,"target":34962},{"buffer":0,"byteOffset":6079048,"byteLength":880,"target":34962},{"buffer":0,"byteOffset":6079928,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":6080096,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6080336,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6080576,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6080736,"byteLength":1488,"target":34963},{"buffer":0,"byteOffset":6082224,"byteLength":1752,"target":34962},{"buffer":0,"byteOffset":6083976,"byteLength":1752,"target":34962},{"buffer":0,"byteOffset":6085728,"byteLength":1168,"target":34962},{"buffer":0,"byteOffset":6086896,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":6087016,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6087256,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6087496,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6087656,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":6090296,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6093368,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6096440,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":6098488,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":6098656,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6098896,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6099136,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6099296,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":6099416,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6099656,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6099896,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6100056,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":6102696,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6105768,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6108840,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":6110888,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":6111056,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6111296,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6111536,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6111696,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":6111816,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6112056,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6112296,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6112456,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":6115096,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6118168,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6121240,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":6123288,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":6123456,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6123696,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6123936,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6124096,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":6124216,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6124456,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6124696,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6124856,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":6127496,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6130568,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6133640,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":6135688,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":6135856,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6136096,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6136336,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6136496,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":6136616,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6136856,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6137096,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6137256,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":6139896,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6142968,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6146040,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":6148088,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":6148256,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6148496,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6148736,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6148896,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":6149016,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6149256,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6149496,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6149656,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":6152296,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6155368,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6158440,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":6160488,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":6160656,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6160896,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6161136,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6161296,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":6161416,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6161656,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6161896,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6162056,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":6164696,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6167768,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6170840,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":6172888,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":6173056,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6173296,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6173536,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6173696,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":6173816,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6174056,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6174296,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6174456,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":6177096,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6180168,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6183240,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":6185288,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":6185456,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6185696,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6185936,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6186096,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":6186216,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6186456,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6186696,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6186856,"byteLength":2640,"target":34963},{"buffer":0,"byteOffset":6189496,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6192568,"byteLength":3072,"target":34962},{"buffer":0,"byteOffset":6195640,"byteLength":2048,"target":34962},{"buffer":0,"byteOffset":6197688,"byteLength":168,"target":34963},{"buffer":0,"byteOffset":6197856,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6198096,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6198336,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6198496,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":6198616,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6198856,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":6199096,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":6199256,"byteLength":9192,"target":34963},{"buffer":0,"byteOffset":6208448,"byteLength":7536,"target":34962},{"buffer":0,"byteOffset":6215984,"byteLength":7536,"target":34962},{"buffer":0,"byteOffset":6223520,"byteLength":5024,"target":34962},{"buffer":0,"byteOffset":6228544,"byteLength":648,"target":34963},{"buffer":0,"byteOffset":6229192,"byteLength":720,"target":34962},{"buffer":0,"byteOffset":6229912,"byteLength":720,"target":34962},{"buffer":0,"byteOffset":6230632,"byteLength":480,"target":34962},{"buffer":0,"byteOffset":6231112,"byteLength":18672,"target":34963},{"buffer":0,"byteOffset":6249784,"byteLength":21288,"target":34962},{"buffer":0,"byteOffset":6271072,"byteLength":21288,"target":34962},{"buffer":0,"byteOffset":6292360,"byteLength":14192,"target":34962},{"buffer":0,"byteOffset":6306552,"byteLength":624,"target":34963},{"buffer":0,"byteOffset":6307176,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":6307944,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":6308712,"byteLength":512,"target":34962},{"buffer":0,"byteOffset":6309224,"byteLength":353736,"target":34963},{"buffer":0,"byteOffset":6662960,"byteLength":188580,"target":34962},{"buffer":0,"byteOffset":6851540,"byteLength":188580,"target":34962},{"buffer":0,"byteOffset":7040120,"byteLength":125720,"target":34962},{"buffer":0,"byteOffset":7165840,"byteLength":17712,"target":34963},{"buffer":0,"byteOffset":7183552,"byteLength":11964,"target":34962},{"buffer":0,"byteOffset":7195516,"byteLength":11964,"target":34962},{"buffer":0,"byteOffset":7207480,"byteLength":7976,"target":34962},{"buffer":0,"byteOffset":7215456,"byteLength":624,"target":34963},{"buffer":0,"byteOffset":7216080,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":7216848,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":7217616,"byteLength":512,"target":34962},{"buffer":0,"byteOffset":7218128,"byteLength":11664,"target":34963},{"buffer":0,"byteOffset":7229792,"byteLength":10440,"target":34962},{"buffer":0,"byteOffset":7240232,"byteLength":10440,"target":34962},{"buffer":0,"byteOffset":7250672,"byteLength":6960,"target":34962},{"buffer":0,"byteOffset":7257632,"byteLength":2952,"target":34963},{"buffer":0,"byteOffset":7260584,"byteLength":3432,"target":34962},{"buffer":0,"byteOffset":7264016,"byteLength":3432,"target":34962},{"buffer":0,"byteOffset":7267448,"byteLength":2288,"target":34962},{"buffer":0,"byteOffset":7269736,"byteLength":984,"target":34963},{"buffer":0,"byteOffset":7270720,"byteLength":984,"target":34962},{"buffer":0,"byteOffset":7271704,"byteLength":984,"target":34962},{"buffer":0,"byteOffset":7272688,"byteLength":656,"target":34962},{"buffer":0,"byteOffset":7273344,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":7273488,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":7273776,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":7274064,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":7274256,"byteLength":31440,"target":34963},{"buffer":0,"byteOffset":7305696,"byteLength":39840,"target":34962},{"buffer":0,"byteOffset":7345536,"byteLength":39840,"target":34962},{"buffer":0,"byteOffset":7385376,"byteLength":26560,"target":34962},{"buffer":0,"byteOffset":7411936,"byteLength":3960,"target":34963},{"buffer":0,"byteOffset":7415896,"byteLength":4224,"target":34962},{"buffer":0,"byteOffset":7420120,"byteLength":4224,"target":34962},{"buffer":0,"byteOffset":7424344,"byteLength":2816,"target":34962},{"buffer":0,"byteOffset":7427160,"byteLength":96,"target":34963},{"buffer":0,"byteOffset":7427256,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":7427448,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":7427640,"byteLength":128,"target":34962},{"buffer":0,"byteOffset":7427768,"byteLength":24,"target":34963},{"buffer":0,"byteOffset":7427792,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":7427840,"byteLength":48,"target":34962},{"buffer":0,"byteOffset":7427888,"byteLength":32,"target":34962},{"buffer":0,"byteOffset":7427920,"byteLength":1176,"target":34963},{"buffer":0,"byteOffset":7429096,"byteLength":2352,"target":34962},{"buffer":0,"byteOffset":7431448,"byteLength":2352,"target":34962},{"buffer":0,"byteOffset":7433800,"byteLength":1568,"target":34962},{"buffer":0,"byteOffset":7435368,"byteLength":3888,"target":34963},{"buffer":0,"byteOffset":7439256,"byteLength":7776,"target":34962},{"buffer":0,"byteOffset":7447032,"byteLength":7776,"target":34962},{"buffer":0,"byteOffset":7454808,"byteLength":5184,"target":34962},{"buffer":0,"byteOffset":7459992,"byteLength":2760,"target":34963},{"buffer":0,"byteOffset":7462752,"byteLength":2544,"target":34962},{"buffer":0,"byteOffset":7465296,"byteLength":2544,"target":34962},{"buffer":0,"byteOffset":7467840,"byteLength":1696,"target":34962},{"buffer":0,"byteOffset":7469536,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":7469656,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":7469896,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":7470136,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":7470296,"byteLength":93408,"target":34963},{"buffer":0,"byteOffset":7563704,"byteLength":69120,"target":34962},{"buffer":0,"byteOffset":7632824,"byteLength":69120,"target":34962},{"buffer":0,"byteOffset":7701944,"byteLength":46080,"target":34962},{"buffer":0,"byteOffset":7748024,"byteLength":23244,"target":34963},{"buffer":0,"byteOffset":7771268,"byteLength":21780,"target":34962},{"buffer":0,"byteOffset":7793048,"byteLength":21780,"target":34962},{"buffer":0,"byteOffset":7814828,"byteLength":14520,"target":34962},{"buffer":0,"byteOffset":7829348,"byteLength":6720,"target":34963},{"buffer":0,"byteOffset":7836068,"byteLength":8688,"target":34962},{"buffer":0,"byteOffset":7844756,"byteLength":8688,"target":34962},{"buffer":0,"byteOffset":7853444,"byteLength":5792,"target":34962},{"buffer":0,"byteOffset":7859236,"byteLength":21948,"target":34963},{"buffer":0,"byteOffset":7881184,"byteLength":25668,"target":34962},{"buffer":0,"byteOffset":7906852,"byteLength":25668,"target":34962},{"buffer":0,"byteOffset":7932520,"byteLength":17112,"target":34962},{"buffer":0,"byteOffset":7949632,"byteLength":384,"target":34963},{"buffer":0,"byteOffset":7950016,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":7950592,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":7951168,"byteLength":384,"target":34962},{"buffer":0,"byteOffset":7951552,"byteLength":96,"target":34963},{"buffer":0,"byteOffset":7951648,"byteLength":216,"target":34962},{"buffer":0,"byteOffset":7951864,"byteLength":216,"target":34962},{"buffer":0,"byteOffset":7952080,"byteLength":144,"target":34962},{"buffer":0,"byteOffset":7952224,"byteLength":48,"target":34963},{"buffer":0,"byteOffset":7952272,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":7952368,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":7952464,"byteLength":64,"target":34962},{"buffer":0,"byteOffset":7952528,"byteLength":96,"target":34963},{"buffer":0,"byteOffset":7952624,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":7952816,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":7953008,"byteLength":128,"target":34962},{"buffer":0,"byteOffset":7953136,"byteLength":96,"target":34963},{"buffer":0,"byteOffset":7953232,"byteLength":216,"target":34962},{"buffer":0,"byteOffset":7953448,"byteLength":216,"target":34962},{"buffer":0,"byteOffset":7953664,"byteLength":144,"target":34962},{"buffer":0,"byteOffset":7953808,"byteLength":96,"target":34963},{"buffer":0,"byteOffset":7953904,"byteLength":216,"target":34962},{"buffer":0,"byteOffset":7954120,"byteLength":216,"target":34962},{"buffer":0,"byteOffset":7954336,"byteLength":144,"target":34962},{"buffer":0,"byteOffset":7954480,"byteLength":864,"target":34963},{"buffer":0,"byteOffset":7955344,"byteLength":960,"target":34962},{"buffer":0,"byteOffset":7956304,"byteLength":960,"target":34962},{"buffer":0,"byteOffset":7957264,"byteLength":640,"target":34962},{"buffer":0,"byteOffset":7957904,"byteLength":864,"target":34963},{"buffer":0,"byteOffset":7958768,"byteLength":960,"target":34962},{"buffer":0,"byteOffset":7959728,"byteLength":960,"target":34962},{"buffer":0,"byteOffset":7960688,"byteLength":640,"target":34962},{"buffer":0,"byteOffset":7961328,"byteLength":864,"target":34963},{"buffer":0,"byteOffset":7962192,"byteLength":960,"target":34962},{"buffer":0,"byteOffset":7963152,"byteLength":960,"target":34962},{"buffer":0,"byteOffset":7964112,"byteLength":640,"target":34962},{"buffer":0,"byteOffset":7964752,"byteLength":96,"target":34963},{"buffer":0,"byteOffset":7964848,"byteLength":216,"target":34962},{"buffer":0,"byteOffset":7965064,"byteLength":216,"target":34962},{"buffer":0,"byteOffset":7965280,"byteLength":144,"target":34962},{"buffer":0,"byteOffset":7965424,"byteLength":432,"target":34963},{"buffer":0,"byteOffset":7965856,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":7966720,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":7967584,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":7968160,"byteLength":480,"target":34963},{"buffer":0,"byteOffset":7968640,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":7969312,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":7969984,"byteLength":448,"target":34962},{"buffer":0,"byteOffset":7970432,"byteLength":1176,"target":34963},{"buffer":0,"byteOffset":7971608,"byteLength":2352,"target":34962},{"buffer":0,"byteOffset":7973960,"byteLength":2352,"target":34962},{"buffer":0,"byteOffset":7976312,"byteLength":1568,"target":34962},{"buffer":0,"byteOffset":7977880,"byteLength":3888,"target":34963},{"buffer":0,"byteOffset":7981768,"byteLength":7776,"target":34962},{"buffer":0,"byteOffset":7989544,"byteLength":7776,"target":34962},{"buffer":0,"byteOffset":7997320,"byteLength":5184,"target":34962},{"buffer":0,"byteOffset":8002504,"byteLength":2760,"target":34963},{"buffer":0,"byteOffset":8005264,"byteLength":2544,"target":34962},{"buffer":0,"byteOffset":8007808,"byteLength":2544,"target":34962},{"buffer":0,"byteOffset":8010352,"byteLength":1696,"target":34962},{"buffer":0,"byteOffset":8012048,"byteLength":432,"target":34963},{"buffer":0,"byteOffset":8012480,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":8013344,"byteLength":864,"target":34962},{"buffer":0,"byteOffset":8014208,"byteLength":576,"target":34962},{"buffer":0,"byteOffset":8014784,"byteLength":480,"target":34963},{"buffer":0,"byteOffset":8015264,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":8015936,"byteLength":672,"target":34962},{"buffer":0,"byteOffset":8016608,"byteLength":448,"target":34962},{"buffer":0,"byteOffset":8017056,"byteLength":42360,"target":34963},{"buffer":0,"byteOffset":8059416,"byteLength":30768,"target":34962},{"buffer":0,"byteOffset":8090184,"byteLength":30768,"target":34962},{"buffer":0,"byteOffset":8120952,"byteLength":20512,"target":34962},{"buffer":0,"byteOffset":8141464,"byteLength":21600,"target":34963},{"buffer":0,"byteOffset":8163064,"byteLength":23508,"target":34962},{"buffer":0,"byteOffset":8186572,"byteLength":23508,"target":34962},{"buffer":0,"byteOffset":8210080,"byteLength":15672,"target":34962},{"buffer":0,"byteOffset":8225752,"byteLength":6048,"target":34963},{"buffer":0,"byteOffset":8231800,"byteLength":7140,"target":34962},{"buffer":0,"byteOffset":8238940,"byteLength":7140,"target":34962},{"buffer":0,"byteOffset":8246080,"byteLength":4760,"target":34962},{"buffer":0,"byteOffset":8250840,"byteLength":6048,"target":34963},{"buffer":0,"byteOffset":8256888,"byteLength":7140,"target":34962},{"buffer":0,"byteOffset":8264028,"byteLength":7140,"target":34962},{"buffer":0,"byteOffset":8271168,"byteLength":4760,"target":34962},{"buffer":0,"byteOffset":8275928,"byteLength":624,"target":34963},{"buffer":0,"byteOffset":8276552,"byteLength":648,"target":34962},{"buffer":0,"byteOffset":8277200,"byteLength":648,"target":34962},{"buffer":0,"byteOffset":8277848,"byteLength":432,"target":34962},{"buffer":0,"byteOffset":8278280,"byteLength":576,"target":34963},{"buffer":0,"byteOffset":8278856,"byteLength":624,"target":34962},{"buffer":0,"byteOffset":8279480,"byteLength":624,"target":34962},{"buffer":0,"byteOffset":8280104,"byteLength":416,"target":34962},{"buffer":0,"byteOffset":8280520,"byteLength":6096,"target":34963},{"buffer":0,"byteOffset":8286616,"byteLength":6240,"target":34962},{"buffer":0,"byteOffset":8292856,"byteLength":6240,"target":34962},{"buffer":0,"byteOffset":8299096,"byteLength":4160,"target":34962},{"buffer":0,"byteOffset":8303256,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":8303400,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":8303688,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":8303976,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":8304168,"byteLength":5472,"target":34963},{"buffer":0,"byteOffset":8309640,"byteLength":7920,"target":34962},{"buffer":0,"byteOffset":8317560,"byteLength":7920,"target":34962},{"buffer":0,"byteOffset":8325480,"byteLength":5280,"target":34962},{"buffer":0,"byteOffset":8330760,"byteLength":720,"target":34963},{"buffer":0,"byteOffset":8331480,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":8332632,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":8333784,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":8334552,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":8334744,"byteLength":384,"target":34962},{"buffer":0,"byteOffset":8335128,"byteLength":384,"target":34962},{"buffer":0,"byteOffset":8335512,"byteLength":256,"target":34962},{"buffer":0,"byteOffset":8335768,"byteLength":3288,"target":34963},{"buffer":0,"byteOffset":8339056,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":8342224,"byteLength":3168,"target":34962},{"buffer":0,"byteOffset":8345392,"byteLength":2112,"target":34962},{"buffer":0,"byteOffset":8347504,"byteLength":3432,"target":34963},{"buffer":0,"byteOffset":8350936,"byteLength":3936,"target":34962},{"buffer":0,"byteOffset":8354872,"byteLength":3936,"target":34962},{"buffer":0,"byteOffset":8358808,"byteLength":2624,"target":34962},{"buffer":0,"byteOffset":8361432,"byteLength":72,"target":34963},{"buffer":0,"byteOffset":8361504,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":8361600,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":8361696,"byteLength":64,"target":34962},{"buffer":0,"byteOffset":8361760,"byteLength":72,"target":34963},{"buffer":0,"byteOffset":8361832,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":8361928,"byteLength":96,"target":34962},{"buffer":0,"byteOffset":8362024,"byteLength":64,"target":34962},{"buffer":0,"byteOffset":8362088,"byteLength":4560,"target":34963},{"buffer":0,"byteOffset":8366648,"byteLength":3276,"target":34962},{"buffer":0,"byteOffset":8369924,"byteLength":3276,"target":34962},{"buffer":0,"byteOffset":8373200,"byteLength":2184,"target":34962},{"buffer":0,"byteOffset":8375384,"byteLength":768,"target":34963},{"buffer":0,"byteOffset":8376152,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":8377304,"byteLength":1152,"target":34962},{"buffer":0,"byteOffset":8378456,"byteLength":768,"target":34962},{"buffer":0,"byteOffset":8379224,"byteLength":2688,"target":34963},{"buffer":0,"byteOffset":8381912,"byteLength":2904,"target":34962},{"buffer":0,"byteOffset":8384816,"byteLength":2904,"target":34962},{"buffer":0,"byteOffset":8387720,"byteLength":1936,"target":34962},{"buffer":0,"byteOffset":8389656,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":8389800,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":8390088,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":8390376,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":8390568,"byteLength":247968,"target":34963},{"buffer":0,"byteOffset":8638536,"byteLength":245256,"target":34962},{"buffer":0,"byteOffset":8883792,"byteLength":245256,"target":34962},{"buffer":0,"byteOffset":9129048,"byteLength":163504,"target":34962},{"buffer":0,"byteOffset":9292552,"byteLength":44316,"target":34963},{"buffer":0,"byteOffset":9336868,"byteLength":45660,"target":34962},{"buffer":0,"byteOffset":9382528,"byteLength":45660,"target":34962},{"buffer":0,"byteOffset":9428188,"byteLength":30440,"target":34962},{"buffer":0,"byteOffset":9458628,"byteLength":3264,"target":34963},{"buffer":0,"byteOffset":9461892,"byteLength":3744,"target":34962},{"buffer":0,"byteOffset":9465636,"byteLength":3744,"target":34962},{"buffer":0,"byteOffset":9469380,"byteLength":2496,"target":34962},{"buffer":0,"byteOffset":9471876,"byteLength":3312,"target":34963},{"buffer":0,"byteOffset":9475188,"byteLength":3216,"target":34962},{"buffer":0,"byteOffset":9478404,"byteLength":3216,"target":34962},{"buffer":0,"byteOffset":9481620,"byteLength":2144,"target":34962},{"buffer":0,"byteOffset":9483764,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":9483956,"byteLength":336,"target":34962},{"buffer":0,"byteOffset":9484292,"byteLength":336,"target":34962},{"buffer":0,"byteOffset":9484628,"byteLength":224,"target":34962},{"buffer":0,"byteOffset":9484852,"byteLength":96,"target":34963},{"buffer":0,"byteOffset":9484948,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":9485140,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":9485332,"byteLength":128,"target":34962},{"buffer":0,"byteOffset":9485460,"byteLength":3312,"target":34963},{"buffer":0,"byteOffset":9488772,"byteLength":3792,"target":34962},{"buffer":0,"byteOffset":9492564,"byteLength":3792,"target":34962},{"buffer":0,"byteOffset":9496356,"byteLength":2528,"target":34962},{"buffer":0,"byteOffset":9498884,"byteLength":3360,"target":34963},{"buffer":0,"byteOffset":9502244,"byteLength":3264,"target":34962},{"buffer":0,"byteOffset":9505508,"byteLength":3264,"target":34962},{"buffer":0,"byteOffset":9508772,"byteLength":2176,"target":34962},{"buffer":0,"byteOffset":9510948,"byteLength":192,"target":34963},{"buffer":0,"byteOffset":9511140,"byteLength":336,"target":34962},{"buffer":0,"byteOffset":9511476,"byteLength":336,"target":34962},{"buffer":0,"byteOffset":9511812,"byteLength":224,"target":34962},{"buffer":0,"byteOffset":9512036,"byteLength":936,"target":34963},{"buffer":0,"byteOffset":9512972,"byteLength":960,"target":34962},{"buffer":0,"byteOffset":9513932,"byteLength":960,"target":34962},{"buffer":0,"byteOffset":9514892,"byteLength":640,"target":34962},{"buffer":0,"byteOffset":9515532,"byteLength":8064,"target":34963},{"buffer":0,"byteOffset":9523596,"byteLength":8400,"target":34962},{"buffer":0,"byteOffset":9531996,"byteLength":8400,"target":34962},{"buffer":0,"byteOffset":9540396,"byteLength":5600,"target":34962},{"buffer":0,"byteOffset":9545996,"byteLength":144,"target":34963},{"buffer":0,"byteOffset":9546140,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":9546428,"byteLength":288,"target":34962},{"buffer":0,"byteOffset":9546716,"byteLength":192,"target":34962},{"buffer":0,"byteOffset":9546908,"byteLength":120,"target":34963},{"buffer":0,"byteOffset":9547028,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":9547268,"byteLength":240,"target":34962},{"buffer":0,"byteOffset":9547508,"byteLength":160,"target":34962},{"buffer":0,"byteOffset":9547668,"byteLength":4848,"target":34963},{"buffer":0,"byteOffset":9552516,"byteLength":6672,"target":34962},{"buffer":0,"byteOffset":9559188,"byteLength":6672,"target":34962},{"buffer":0,"byteOffset":9565860,"byteLength":4448,"target":34962},{"buffer":0,"byteOffset":9570308,"byteLength":1872,"target":34963},{"buffer":0,"byteOffset":9572180,"byteLength":2400,"target":34962},{"buffer":0,"byteOffset":9574580,"byteLength":2400,"target":34962},{"buffer":0,"byteOffset":9576980,"byteLength":1600,"target":34962},{"buffer":0,"byteOffset":9578580,"byteLength":108672,"target":34963},{"buffer":0,"byteOffset":9687252,"byteLength":101832,"target":34962},{"buffer":0,"byteOffset":9789084,"byteLength":101832,"target":34962},{"buffer":0,"byteOffset":9890916,"byteLength":67888,"target":34962},{"buffer":0,"byteOffset":9958804,"byteLength":52560,"target":34963},{"buffer":0,"byteOffset":10011364,"byteLength":58008,"target":34962},{"buffer":0,"byteOffset":10069372,"byteLength":58008,"target":34962},{"buffer":0,"byteOffset":10127380,"byteLength":38672,"target":34962},{"buffer":0,"byteOffset":10166052,"byteLength":3024,"target":34963},{"buffer":0,"byteOffset":10169076,"byteLength":3456,"target":34962},{"buffer":0,"byteOffset":10172532,"byteLength":3456,"target":34962},{"buffer":0,"byteOffset":10175988,"byteLength":2304,"target":34962},{"buffer":0,"byteOffset":10178292,"byteLength":8448,"target":34963},{"buffer":0,"byteOffset":10186740,"byteLength":9432,"target":34962},{"buffer":0,"byteOffset":10196172,"byteLength":9432,"target":34962},{"buffer":0,"byteOffset":10205604,"byteLength":6288,"target":34962},{"buffer":0,"byteOffset":10211892,"byteLength":9240,"target":34963},{"buffer":0,"byteOffset":10221132,"byteLength":10944,"target":34962},{"buffer":0,"byteOffset":10232076,"byteLength":10944,"target":34962},{"buffer":0,"byteOffset":10243020,"byteLength":7296,"target":34962},{"buffer":0,"byteOffset":10250316,"byteLength":390912,"target":34963},{"buffer":0,"byteOffset":10641228,"byteLength":386568,"target":34962},{"buffer":0,"byteOffset":11027796,"byteLength":386568,"target":34962},{"buffer":0,"byteOffset":11414364,"byteLength":257712,"target":34962},{"buffer":0,"byteOffset":11672076,"byteLength":3888,"target":34963},{"buffer":0,"byteOffset":11675964,"byteLength":4248,"target":34962},{"buffer":0,"byteOffset":11680212,"byteLength":4248,"target":34962},{"buffer":0,"byteOffset":11684460,"byteLength":2832,"target":34962},{"buffer":0,"byteOffset":11687292,"byteLength":20},{"buffer":0,"byteOffset":11687312,"byteLength":180},{"buffer":0,"byteOffset":11687492,"byteLength":24},{"buffer":0,"byteOffset":11687516,"byteLength":96},{"buffer":0,"byteOffset":11687612,"byteLength":12},{"buffer":0,"byteOffset":11687624,"byteLength":108},{"buffer":0,"byteOffset":11687732,"byteLength":12},{"buffer":0,"byteOffset":11687744,"byteLength":108},{"buffer":0,"byteOffset":11687852,"byteLength":12},{"buffer":0,"byteOffset":11687864,"byteLength":108},{"buffer":0,"byteOffset":11687972,"byteLength":12},{"buffer":0,"byteOffset":11687984,"byteLength":108},{"buffer":0,"byteOffset":11688092,"byteLength":12},{"buffer":0,"byteOffset":11688104,"byteLength":108}],"scene":0,"scenes":[{"nodes":[0],"name":"senseBox_bike"}],"animations":[{"channels":[{"sampler":0,"target":{"node":654,"path":"translation"}},{"sampler":1,"target":{"node":654,"path":"rotation"}}],"samplers":[{"interpolation":"CUBICSPLINE","input":2416,"output":2417},{"interpolation":"LINEAR","input":2418,"output":2419}],"name":"open lid"},{"channels":[{"sampler":0,"target":{"node":689,"path":"translation"}},{"sampler":1,"target":{"node":678,"path":"translation"}}],"samplers":[{"interpolation":"CUBICSPLINE","input":2420,"output":2421},{"interpolation":"CUBICSPLINE","input":2422,"output":2423}],"name":"explode tof"},{"channels":[{"sampler":0,"target":{"node":642,"path":"translation"}},{"sampler":1,"target":{"node":690,"path":"translation"}},{"sampler":2,"target":{"node":606,"path":"translation"}}],"samplers":[{"interpolation":"CUBICSPLINE","input":2424,"output":2425},{"interpolation":"CUBICSPLINE","input":2426,"output":2427},{"interpolation":"CUBICSPLINE","input":2428,"output":2429}],"name":"explode hdc"}],"extensionsUsed":["KHR_texture_transform"],"buffers":[{"byteLength":11688212,"uri":"senseBox_bike.bin"}]}
\ No newline at end of file
+{
+ "asset": { "version": "2.0", "generator": "VECTARY" },
+ "nodes": [
+ {
+ "translation": [0, 0, 0],
+ "scale": [0.001, 0.001, 0.001],
+ "rotation": [-1, 0, 0, 2.220446049250313e-16],
+ "name": "BikeBox+Mini+S2 (1)",
+ "children": [
+ 1, 606, 610, 642, 645, 654, 669, 673, 678, 683, 684, 685, 686, 687, 688,
+ 689, 690
+ ]
+ },
+ {
+ "translation": [-0.4951324462890625, -4.218749999999998, -34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "senseBox MCU S2",
+ "children": [
+ 2, 3, 4, 5, 6, 7, 8, 11, 14, 17, 20, 23, 26, 29, 30, 31, 32, 33, 34, 35,
+ 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53,
+ 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71,
+ 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
+ 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105,
+ 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
+ 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133,
+ 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147,
+ 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161,
+ 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175,
+ 176, 177, 178, 179, 180, 181, 182, 185, 189, 193, 197, 201, 205, 209,
+ 213, 217, 221, 225, 229, 230, 231, 232, 233, 234, 235, 239, 243, 247,
+ 251, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267,
+ 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281,
+ 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295,
+ 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309,
+ 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323,
+ 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337,
+ 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351,
+ 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365,
+ 366, 369, 370, 371, 372, 373, 377, 381, 385, 390, 394, 398, 399, 400,
+ 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414,
+ 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428,
+ 429, 430, 431, 434, 435, 438, 439, 440, 441, 442, 443, 444, 445, 446,
+ 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 461, 465,
+ 469, 473, 477, 481, 485, 489, 493, 497, 501, 505, 509, 513, 516, 519,
+ 523, 527, 531, 535, 539, 543, 547, 548, 551, 556, 560, 564, 568, 572,
+ 576, 580, 584, 588, 592, 595, 596, 597, 598, 599, 600, 601, 604, 605
+ ]
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:x",
+ "mesh": 0
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1",
+ "mesh": 1
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2",
+ "mesh": 2
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3",
+ "mesh": 3
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4",
+ "mesh": 4
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5",
+ "mesh": 5
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:1",
+ "children": [9, 10]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 6
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 7
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:2",
+ "children": [12, 13]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 8
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 9
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:3",
+ "children": [15, 16]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 10
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 11
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:4",
+ "children": [18, 19]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 12
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 13
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:5",
+ "children": [21, 22]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 14
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 15
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:6",
+ "children": [24, 25]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 16
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 17
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:7",
+ "children": [27, 28]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 18
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 19
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:8",
+ "mesh": 20
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:1",
+ "mesh": 21
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:1",
+ "mesh": 22
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:1",
+ "mesh": 23
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:1",
+ "mesh": 24
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6",
+ "mesh": 25
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7",
+ "mesh": 26
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8",
+ "mesh": 27
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body9",
+ "mesh": 28
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body10",
+ "mesh": 29
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body11",
+ "mesh": 30
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body12",
+ "mesh": 31
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body13",
+ "mesh": 32
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body14",
+ "mesh": 33
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body15",
+ "mesh": 34
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body16",
+ "mesh": 35
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body17",
+ "mesh": 36
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body18",
+ "mesh": 37
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body19",
+ "mesh": 38
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body20",
+ "mesh": 39
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body21",
+ "mesh": 40
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body22",
+ "mesh": 41
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body23",
+ "mesh": 42
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body24",
+ "mesh": 43
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body25",
+ "mesh": 44
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body26",
+ "mesh": 45
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body27",
+ "mesh": 46
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body28",
+ "mesh": 47
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body29",
+ "mesh": 48
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body30",
+ "mesh": 49
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:9",
+ "mesh": 50
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:2",
+ "mesh": 51
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:2",
+ "mesh": 52
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:2",
+ "mesh": 53
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:2",
+ "mesh": 54
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:1",
+ "mesh": 55
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:1",
+ "mesh": 56
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:1",
+ "mesh": 57
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body9:1",
+ "mesh": 58
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body10:1",
+ "mesh": 59
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body11:1",
+ "mesh": 60
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body12:1",
+ "mesh": 61
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body13:1",
+ "mesh": 62
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body14:1",
+ "mesh": 63
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body15:1",
+ "mesh": 64
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body16:1",
+ "mesh": 65
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body17:1",
+ "mesh": 66
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body18:1",
+ "mesh": 67
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body19:1",
+ "mesh": 68
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body20:1",
+ "mesh": 69
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body21:1",
+ "mesh": 70
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body22:1",
+ "mesh": 71
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body23:1",
+ "mesh": 72
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body24:1",
+ "mesh": 73
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body25:1",
+ "mesh": 74
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body26:1",
+ "mesh": 75
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body27:1",
+ "mesh": 76
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body28:1",
+ "mesh": 77
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body29:1",
+ "mesh": 78
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body30:1",
+ "mesh": 79
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body31",
+ "mesh": 80
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body32",
+ "mesh": 81
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body33",
+ "mesh": 82
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body34",
+ "mesh": 83
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body35",
+ "mesh": 84
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body36",
+ "mesh": 85
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body37",
+ "mesh": 86
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body38",
+ "mesh": 87
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body39",
+ "mesh": 88
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body40",
+ "mesh": 89
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body41",
+ "mesh": 90
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body42",
+ "mesh": 91
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body43",
+ "mesh": 92
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body44",
+ "mesh": 93
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:10",
+ "mesh": 94
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:11",
+ "mesh": 95
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:12",
+ "mesh": 96
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:3",
+ "mesh": 97
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:3",
+ "mesh": 98
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:3",
+ "mesh": 99
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:3",
+ "mesh": 100
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:2",
+ "mesh": 101
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:2",
+ "mesh": 102
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:2",
+ "mesh": 103
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body9:2",
+ "mesh": 104
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body10:2",
+ "mesh": 105
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body11:2",
+ "mesh": 106
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body12:2",
+ "mesh": 107
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body13:2",
+ "mesh": 108
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body14:2",
+ "mesh": 109
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body15:2",
+ "mesh": 110
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body16:2",
+ "mesh": 111
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body17:2",
+ "mesh": 112
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body18:2",
+ "mesh": 113
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body19:2",
+ "mesh": 114
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body20:2",
+ "mesh": 115
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body21:2",
+ "mesh": 116
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body22:2",
+ "mesh": 117
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body23:2",
+ "mesh": 118
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body24:2",
+ "mesh": 119
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body25:2",
+ "mesh": 120
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body26:2",
+ "mesh": 121
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body27:2",
+ "mesh": 122
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body28:2",
+ "mesh": 123
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body29:2",
+ "mesh": 124
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body30:2",
+ "mesh": 125
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body31:1",
+ "mesh": 126
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body32:1",
+ "mesh": 127
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body33:1",
+ "mesh": 128
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body34:1",
+ "mesh": 129
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body35:1",
+ "mesh": 130
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body36:1",
+ "mesh": 131
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body37:1",
+ "mesh": 132
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body38:1",
+ "mesh": 133
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body39:1",
+ "mesh": 134
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body40:1",
+ "mesh": 135
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body41:1",
+ "mesh": 136
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body42:1",
+ "mesh": 137
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body43:1",
+ "mesh": 138
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body44:1",
+ "mesh": 139
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body45",
+ "mesh": 140
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body46",
+ "mesh": 141
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body47",
+ "mesh": 142
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body48",
+ "mesh": 143
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body49",
+ "mesh": 144
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body50",
+ "mesh": 145
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body51",
+ "mesh": 146
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body52",
+ "mesh": 147
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body53",
+ "mesh": 148
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body54",
+ "mesh": 149
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body55",
+ "mesh": 150
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body56",
+ "mesh": 151
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body57",
+ "mesh": 152
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body58",
+ "mesh": 153
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body59",
+ "mesh": 154
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body60",
+ "mesh": 155
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body61",
+ "mesh": 156
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body62",
+ "mesh": 157
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body63",
+ "mesh": 158
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body64",
+ "mesh": 159
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body65",
+ "mesh": 160
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body66",
+ "mesh": 161
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body67",
+ "mesh": 162
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body68",
+ "mesh": 163
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body69",
+ "mesh": 164
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body70",
+ "mesh": 165
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body71",
+ "mesh": 166
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body72",
+ "mesh": 167
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body73",
+ "mesh": 168
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body74",
+ "mesh": 169
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body75",
+ "mesh": 170
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body76",
+ "mesh": 171
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body77",
+ "mesh": 172
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:13",
+ "children": [183, 184]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 173
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 174
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:14",
+ "children": [186, 187, 188]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 175
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 176
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 177
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:15",
+ "children": [190, 191, 192]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 178
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 179
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 180
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:16",
+ "children": [194, 195, 196]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 181
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 182
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 183
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:17",
+ "children": [198, 199, 200]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 184
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 185
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 186
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:18",
+ "children": [202, 203, 204]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 187
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 188
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 189
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:19",
+ "children": [206, 207, 208]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 190
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 191
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 192
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:20",
+ "children": [210, 211, 212]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 193
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 194
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 195
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:21",
+ "children": [214, 215, 216]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 196
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 197
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 198
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:22",
+ "children": [218, 219, 220]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 199
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 200
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 201
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:23",
+ "children": [222, 223, 224]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 202
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 203
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 204
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:24",
+ "children": [226, 227, 228]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 205
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 206
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 207
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:25",
+ "mesh": 208
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:4",
+ "mesh": 209
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:4",
+ "mesh": 210
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:4",
+ "mesh": 211
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:4",
+ "mesh": 212
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:3",
+ "mesh": 213
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:26",
+ "children": [236, 237, 238]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 214
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 215
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 216
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:27",
+ "children": [240, 241, 242]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 217
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 218
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 219
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:28",
+ "children": [244, 245, 246]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 220
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 221
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 222
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:29",
+ "children": [248, 249, 250]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 223
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 224
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 225
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:30",
+ "children": [252, 253, 254]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 226
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 227
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 228
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:31",
+ "mesh": 229
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:5",
+ "mesh": 230
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:5",
+ "mesh": 231
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:5",
+ "mesh": 232
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:5",
+ "mesh": 233
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:4",
+ "mesh": 234
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:3",
+ "mesh": 235
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:3",
+ "mesh": 236
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body9:3",
+ "mesh": 237
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body10:3",
+ "mesh": 238
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body11:3",
+ "mesh": 239
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:32",
+ "mesh": 240
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:6",
+ "mesh": 241
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:6",
+ "mesh": 242
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:6",
+ "mesh": 243
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:6",
+ "mesh": 244
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:5",
+ "mesh": 245
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:4",
+ "mesh": 246
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:4",
+ "mesh": 247
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body9:4",
+ "mesh": 248
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body10:4",
+ "mesh": 249
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body11:4",
+ "mesh": 250
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:33",
+ "mesh": 251
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:7",
+ "mesh": 252
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:7",
+ "mesh": 253
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:7",
+ "mesh": 254
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:7",
+ "mesh": 255
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:6",
+ "mesh": 256
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:5",
+ "mesh": 257
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:5",
+ "mesh": 258
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body9:5",
+ "mesh": 259
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body10:5",
+ "mesh": 260
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body11:5",
+ "mesh": 261
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body12:3",
+ "mesh": 262
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body13:3",
+ "mesh": 263
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body14:3",
+ "mesh": 264
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body15:3",
+ "mesh": 265
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body16:3",
+ "mesh": 266
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body17:3",
+ "mesh": 267
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body18:3",
+ "mesh": 268
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body19:3",
+ "mesh": 269
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body20:3",
+ "mesh": 270
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body21:3",
+ "mesh": 271
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body22:3",
+ "mesh": 272
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body23:3",
+ "mesh": 273
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body24:3",
+ "mesh": 274
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body25:3",
+ "mesh": 275
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body26:3",
+ "mesh": 276
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:34",
+ "mesh": 277
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:8",
+ "mesh": 278
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:8",
+ "mesh": 279
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:8",
+ "mesh": 280
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:35",
+ "mesh": 281
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:9",
+ "mesh": 282
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:9",
+ "mesh": 283
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:9",
+ "mesh": 284
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:36",
+ "mesh": 285
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:10",
+ "mesh": 286
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:10",
+ "mesh": 287
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:10",
+ "mesh": 288
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:37",
+ "mesh": 289
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:11",
+ "mesh": 290
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:11",
+ "mesh": 291
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:11",
+ "mesh": 292
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:8",
+ "mesh": 293
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:7",
+ "mesh": 294
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:6",
+ "mesh": 295
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:38",
+ "mesh": 296
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:12",
+ "mesh": 297
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:12",
+ "mesh": 298
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:12",
+ "mesh": 299
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:9",
+ "mesh": 300
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:8",
+ "mesh": 301
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:39",
+ "mesh": 302
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:13",
+ "mesh": 303
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:13",
+ "mesh": 304
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:13",
+ "mesh": 305
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:10",
+ "mesh": 306
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:9",
+ "mesh": 307
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:7",
+ "mesh": 308
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:6",
+ "mesh": 309
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body9:6",
+ "mesh": 310
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body10:6",
+ "mesh": 311
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body11:6",
+ "mesh": 312
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body12:4",
+ "mesh": 313
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body13:4",
+ "mesh": 314
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body14:4",
+ "mesh": 315
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body15:4",
+ "mesh": 316
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body16:4",
+ "mesh": 317
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body17:4",
+ "mesh": 318
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body18:4",
+ "mesh": 319
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body19:4",
+ "mesh": 320
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body20:4",
+ "mesh": 321
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body21:4",
+ "mesh": 322
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body22:4",
+ "mesh": 323
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:40",
+ "mesh": 324
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:14",
+ "mesh": 325
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:14",
+ "mesh": 326
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:14",
+ "mesh": 327
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:11",
+ "mesh": 328
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:10",
+ "mesh": 329
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:8",
+ "mesh": 330
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:7",
+ "mesh": 331
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:41",
+ "mesh": 332
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:15",
+ "mesh": 333
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:15",
+ "mesh": 334
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:15",
+ "mesh": 335
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:12",
+ "mesh": 336
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:11",
+ "mesh": 337
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:9",
+ "mesh": 338
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:8",
+ "mesh": 339
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:42",
+ "children": [367, 368]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 340
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 341
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:43",
+ "mesh": 342
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:16",
+ "mesh": 343
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:16",
+ "mesh": 344
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:16",
+ "mesh": 345
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:44",
+ "children": [374, 375, 376]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 346
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 347
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 348
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:45",
+ "children": [378, 379, 380]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 349
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 350
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 351
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:46",
+ "children": [382, 383, 384]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 352
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 353
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 354
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:47",
+ "children": [386, 387, 388, 389]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 355
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 356
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 357
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 358
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:48",
+ "children": [391, 392, 393]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 359
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 360
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 361
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:49",
+ "children": [395, 396, 397]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 362
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 363
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 364
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:50",
+ "mesh": 365
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:17",
+ "mesh": 366
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:17",
+ "mesh": 367
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:17",
+ "mesh": 368
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:13",
+ "mesh": 369
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:12",
+ "mesh": 370
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:10",
+ "mesh": 371
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:9",
+ "mesh": 372
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body9:7",
+ "mesh": 373
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body10:7",
+ "mesh": 374
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body11:7",
+ "mesh": 375
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:51",
+ "mesh": 376
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:18",
+ "mesh": 377
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:18",
+ "mesh": 378
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:18",
+ "mesh": 379
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:14",
+ "mesh": 380
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:13",
+ "mesh": 381
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:11",
+ "mesh": 382
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:10",
+ "mesh": 383
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body9:8",
+ "mesh": 384
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body10:8",
+ "mesh": 385
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body11:8",
+ "mesh": 386
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:52",
+ "mesh": 387
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:19",
+ "mesh": 388
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:19",
+ "mesh": 389
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:19",
+ "mesh": 390
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:15",
+ "mesh": 391
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:14",
+ "mesh": 392
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:12",
+ "mesh": 393
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:11",
+ "mesh": 394
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body9:9",
+ "mesh": 395
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body10:9",
+ "mesh": 396
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body11:9",
+ "mesh": 397
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:53",
+ "children": [432, 433]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 398
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 399
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:54",
+ "mesh": 400
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:55",
+ "children": [436, 437]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 401
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 402
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:56",
+ "mesh": 403
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:57",
+ "mesh": 404
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:58",
+ "mesh": 405
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:59",
+ "mesh": 406
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:60",
+ "mesh": 407
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:61",
+ "mesh": 408
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:62",
+ "mesh": 409
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:63",
+ "mesh": 410
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:64",
+ "mesh": 411
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:20",
+ "mesh": 412
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:20",
+ "mesh": 413
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:20",
+ "mesh": 414
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:16",
+ "mesh": 415
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:15",
+ "mesh": 416
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:13",
+ "mesh": 417
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:12",
+ "mesh": 418
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:65",
+ "mesh": 419
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:21",
+ "mesh": 420
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:21",
+ "mesh": 421
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:21",
+ "mesh": 422
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:66",
+ "children": [459, 460]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 423
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 424
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:67",
+ "children": [462, 463, 464]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 425
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 426
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 427
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:68",
+ "children": [466, 467, 468]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 428
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 429
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 430
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:69",
+ "children": [470, 471, 472]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 431
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 432
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 433
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:70",
+ "children": [474, 475, 476]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 434
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 435
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 436
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:71",
+ "children": [478, 479, 480]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 437
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 438
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 439
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:72",
+ "children": [482, 483, 484]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 440
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 441
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 442
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:73",
+ "children": [486, 487, 488]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 443
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 444
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 445
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:74",
+ "children": [490, 491, 492]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 446
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 447
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 448
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:75",
+ "children": [494, 495, 496]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 449
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 450
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 451
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:76",
+ "children": [498, 499, 500]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 452
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 453
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 454
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:77",
+ "children": [502, 503, 504]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 455
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 456
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 457
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:78",
+ "children": [506, 507, 508]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 458
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 459
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 460
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:79",
+ "children": [510, 511, 512]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 461
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 462
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 463
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:80",
+ "children": [514, 515]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 464
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 465
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:81",
+ "children": [517, 518]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 466
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 467
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body2:22",
+ "children": [520, 521, 522]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 468
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 469
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 470
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body3:22",
+ "children": [524, 525, 526]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 471
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 472
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 473
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body4:22",
+ "children": [528, 529, 530]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 474
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 475
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 476
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body5:17",
+ "children": [532, 533, 534]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 477
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 478
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 479
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body6:16",
+ "children": [536, 537, 538]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 480
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 481
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 482
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body7:14",
+ "children": [540, 541, 542]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 483
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 484
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 485
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body8:13",
+ "children": [544, 545, 546]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 486
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 487
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 488
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:82",
+ "mesh": 489
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:83",
+ "children": [549, 550]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 490
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 491
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:84",
+ "children": [552, 553, 554, 555]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 492
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 493
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 494
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 495
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:85",
+ "children": [557, 558, 559]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 496
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 497
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 498
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:86",
+ "children": [561, 562, 563]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 499
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 500
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 501
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:87",
+ "children": [565, 566, 567]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 502
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 503
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 504
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:88",
+ "children": [569, 570, 571]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 505
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 506
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 507
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:89",
+ "children": [573, 574, 575]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 508
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 509
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 510
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:90",
+ "children": [577, 578, 579]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 511
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 512
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 513
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:91",
+ "children": [581, 582, 583]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 514
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 515
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 516
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:92",
+ "children": [585, 586, 587]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 517
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 518
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 519
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:93",
+ "children": [589, 590, 591]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 520
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 521
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 522
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:94",
+ "children": [593, 594]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 523
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 524
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:95",
+ "mesh": 525
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:96",
+ "mesh": 526
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:97",
+ "mesh": 527
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:98",
+ "mesh": 528
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:99",
+ "mesh": 529
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:100",
+ "mesh": 530
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:101",
+ "children": [602, 603]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 531
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 532
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:102",
+ "mesh": 533
+ },
+ {
+ "translation": [0.4951324462890625, 4.218749999999998, 34],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Board",
+ "mesh": 534
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "HDC1080",
+ "children": [607, 608, 609]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 535
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 536
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 537
+ },
+ {
+ "translation": [0, -7.249999999999996, 8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "BLE-Bee",
+ "children": [
+ 611, 615, 621, 622, 623, 626, 627, 628, 629, 630, 631, 632, 635, 639
+ ]
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body2:23",
+ "children": [612, 613, 614]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 538
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 539
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 540
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:105",
+ "children": [616, 617, 618, 619, 620]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 541
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 542
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 543
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 544
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 545
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body2:24",
+ "mesh": 546
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:106",
+ "mesh": 547
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body2:25",
+ "children": [624, 625]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 548
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 549
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body3:23",
+ "mesh": 550
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body4:23",
+ "mesh": 551
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body5:18",
+ "mesh": 552
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body6:17",
+ "mesh": 553
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body7:15",
+ "mesh": 554
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body8:14",
+ "mesh": 555
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:107",
+ "children": [633, 634]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 556
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 557
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body2:26",
+ "children": [636, 637, 638]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 558
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 559
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 560
+ },
+ {
+ "translation": [0, 7.249999999999996, -8.814999580383303],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Body1:104",
+ "children": [640, 641]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 561
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 562
+ },
+ {
+ "translation": [
+ -33.15000057220459, 5.0000000000000115, 37.58599853515625
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Fan",
+ "children": [643, 644]
+ },
+ {
+ "translation": [
+ 33.15000057220459, -5.0000000000000115, -37.58599853515625
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:109",
+ "mesh": 563
+ },
+ {
+ "translation": [
+ 33.15000057220459, -5.0000000000000115, -37.58599853515625
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:108",
+ "mesh": 564
+ },
+ {
+ "translation": [
+ -9.5367431640625e-7, 11.008721888065343, -34.00000000000001
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Battery",
+ "children": [646, 647, 648, 651, 652, 653]
+ },
+ {
+ "translation": [
+ 9.5367431640625e-7, -11.008721888065343, 34.00000000000001
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:111",
+ "mesh": 565
+ },
+ {
+ "translation": [
+ 9.5367431640625e-7, -11.008721888065343, 34.00000000000001
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:112",
+ "mesh": 566
+ },
+ {
+ "translation": [
+ 9.5367431640625e-7, -11.008721888065343, 34.00000000000001
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "18650",
+ "children": [649, 650]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 567
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 568
+ },
+ {
+ "translation": [
+ 9.5367431640625e-7, -11.008721888065343, 34.00000000000001
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Board:1",
+ "mesh": 569
+ },
+ {
+ "translation": [
+ 9.5367431640625e-7, -11.008721888065343, 34.00000000000001
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:113",
+ "mesh": 570
+ },
+ {
+ "translation": [
+ 9.5367431640625e-7, -11.008721888065343, 34.00000000000001
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Body1:110",
+ "mesh": 571
+ },
+ {
+ "translation": [0.25, -16.250000000000004, -40.749999999999986],
+ "scale": [1, 1, 1],
+ "rotation": [-1.815033637411114e-17, 0, 0, 1],
+ "name": "Lid with modules",
+ "children": [655, 656, 662]
+ },
+ {
+ "translation": [-0.25, 16.250000000000004, 40.74999999999999],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "DustSensor",
+ "mesh": 572
+ },
+ {
+ "translation": [-0.25, 16.250000000000004, 40.74999999999999],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Display",
+ "children": [657, 658, 659, 660, 661]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 573
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 574
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 575
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 576
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 577
+ },
+ {
+ "translation": [0, -3.552713678800501e-15, 0],
+ "scale": [1, 1, 1],
+ "rotation": [-1.8350704582772053e-16, 0, 0, 1],
+ "name": "Lid",
+ "children": [663, 664, 665, 666, 667, 668]
+ },
+ {
+ "translation": [-0.25, 16.250000000000007, 40.75],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "RGB LED Pin",
+ "mesh": 578
+ },
+ {
+ "translation": [-0.25, 16.250000000000007, 40.75],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "TPU - Puffer Display",
+ "mesh": 579
+ },
+ {
+ "translation": [-0.25, 16.250000000000007, 40.75],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "PC CF - DustSensor Halter",
+ "mesh": 580
+ },
+ {
+ "translation": [-0.25, 16.250000000000007, 40.75],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Acryl - Display Glas",
+ "mesh": 581
+ },
+ {
+ "translation": [-0.25, 16.250000000000007, 40.75],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Filter:1",
+ "mesh": 582
+ },
+ {
+ "translation": [-0.25, 16.250000000000007, 40.75],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "TPU - Deckel mit Display",
+ "mesh": 583
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Level Booster",
+ "children": [670, 671, 672]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 584
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 585
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 586
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "LiPo Mess Board",
+ "children": [674, 675, 676, 677]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 587
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 588
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 589
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 590
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "ToF V53L8CX",
+ "children": [679, 680, 681, 682]
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 591
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 592
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 593
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Buffer Object",
+ "mesh": 594
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "PC CF - PowerSchalter - Hebel",
+ "mesh": 595
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "PC CF - PowerSchalter - Klammer",
+ "mesh": 596
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "TPU - Boden",
+ "mesh": 597
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "PP GF - Schale",
+ "mesh": 598
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "TPU Module - SD Karte",
+ "mesh": 599
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "TPU Module - USB C",
+ "mesh": 600
+ },
+ {
+ "translation": [0, 0, 0],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "TPU Module - Distanz Sensor ToF V3",
+ "mesh": 601
+ },
+ {
+ "translation": [
+ -33.92500114440918, 4.024999618530285, 37.700000762939446
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0, 0, 0, 1],
+ "name": "Fan Enclosure",
+ "children": [691, 692]
+ },
+ {
+ "translation": [
+ 33.92500114440918, -4.024999618530285, -37.700000762939446
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "Filter",
+ "mesh": 602
+ },
+ {
+ "translation": [
+ 33.92500114440918, -4.024999618530285, -37.700000762939446
+ ],
+ "scale": [1, 1, 1],
+ "rotation": [0.7071067811865475, 0, 0, 0.7071067811865476],
+ "name": "TPU Module - Lüfter Ohne Gitter",
+ "mesh": 603
+ }
+ ],
+ "materials": [
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Habanero",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 1, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,255,255)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Camouflage",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Himalaya",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Butterfly Garden",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 0.5356413331251447, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,255,192)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6870303551993304, 0.6387789827084308, 0.5356413331251447, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(215,208,192)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6592240261805156, 0.6800209014412872, 0.6592240261805156, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(211,214,211)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6870303551993304, 0.6387789827084308, 0.5356413331251447, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(215,208,192)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6592240261805156, 0.6800209014412872, 0.6592240261805156, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(211,214,211)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6870303551993304, 0.6387789827084308, 0.5356413331251447, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(215,208,192)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6592240261805156, 0.6800209014412872, 0.6592240261805156, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(211,214,211)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6870303551993304, 0.6387789827084308, 0.5356413331251447, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(215,208,192)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6592240261805156, 0.6800209014412872, 0.6592240261805156, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(211,214,211)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6870303551993304, 0.6387789827084308, 0.5356413331251447, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(215,208,192)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6592240261805156, 0.6800209014412872, 0.6592240261805156, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(211,214,211)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6870303551993304, 0.6387789827084308, 0.5356413331251447, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(215,208,192)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6592240261805156, 0.6800209014412872, 0.6592240261805156, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(211,214,211)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6870303551993304, 0.6387789827084308, 0.5356413331251447, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(215,208,192)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6592240261805156, 0.6800209014412872, 0.6592240261805156, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(211,214,211)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Cleopatra",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Blaze",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.6320431214228374, 0.21951992558965489, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,207,128)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Bella",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Aurora",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Diamond",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Classic Mix",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Infusion",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Pacific Spirit",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Brooklyn",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Nylon",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Mikado",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Santana",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Zambia",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Cactus Hill",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Retro Vibe",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Amulet",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Karma",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Landon",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Belfast",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Kenya",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Cold Spring",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Allure",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Zuni",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Beauty",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Milton",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5356416093153108, 0.5356416093153108, 0.5356416093153108, 1
+ ],
+ "metallicFactor": 1,
+ "roughnessFactor": 0.05
+ },
+ "name": "Silver Glossy",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.6320431214228374, 0.21951992558965489, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,207,128)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Magic Moment",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Amelia",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Tulip",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Delicious Mix",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Pyramid",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Pluto",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Excalibur",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Caribbean Beauty",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Kentucky",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Shelton",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Turbo",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Cold North",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Milano",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Kimono",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Eternity",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Valencia",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Havana",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Hidden Place",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Morning Rush",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Emerald Dream",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Coral Garden",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Stanley",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Irish Beauty",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Lucky Day",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.6320431214228374, 0.21951992558965489, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,207,128)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Garden Glory",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Mystic Harbor",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Afternoon",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Gossip Soda",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Hawaiian Passion",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Bermuda",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Aragon",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Force of Nature",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Picasso",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Distant Land",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Lunar Dust",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Tuscan",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Euphoria",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Valley",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Skyline",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.006040564418415115, 0.006040564418415115, 0.006040564418415115, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Plastic_-_Matte_(Black)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Hidden Paradise",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.6320431214228374, 0.21951992558965489, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,207,128)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Secret Path",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Blair",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.6320431214228374, 0.21951992558965489, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,207,128)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.6320431214228374, 0.21951992558965489, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,207,128)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Early Glow",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Atoll",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Adonis",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Monarch",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Vera",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Dallas",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Exotic Life",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Solitaire",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Berry",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Nana",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.21951992558965489, 0.21951992558965489, 0.21951992558965489, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(128,128,128)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.6320431214228374, 0.21951992558965489, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,207,128)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Arctic",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Fresh Air",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Fiesta",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Alpine",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Fantasy",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Fountain",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Beluga",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Incognito",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Quiet Time",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Private Tone",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Atlantis",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Duck Hunt",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Jasper",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Exotic Escape",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Wild Party",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Warrior",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Secret Garden",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Mars",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Backlight",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Andres",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Secret Story",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Kimberly",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Bastille",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Cologne",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Satellite",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Harlequin",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Gentle Glow",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Crazy Eyes",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Romeo",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Royal Vibe",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Medusa",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Bavarian",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Ozark",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Emily",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Tsunami",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Solar",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.6320431214228374, 0.21951992558965489, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,207,128)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Hero",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Little Valley",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Denver",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Retro",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Morning Shine",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Saxon",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Instant Glory",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Dizzy Days",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Alexa",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Aiden",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Lisa",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Berlin",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Kingdom",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Melbourne",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Hawaii Morning",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Bubble",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Kashmir",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Horizon Glow",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Phantom",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Island Moment",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Clean Slate",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Solid",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Golem",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Diesel",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Alley",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Poetic Charm",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Maple View",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Eagle Eye",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Safari",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Monet",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Nobel",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5356413331251447, 0.5356413331251447, 0.5356413331251447, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(192,192,192)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Orient",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Clear View",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "London",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Azul",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Madison",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 1, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,255,255)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Godzilla",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Ballon",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Bengal",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Quiet Moment",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Corvette",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Relax",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 1, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,255,255)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Hampton",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Cupcake",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Yolanda",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Niagara",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Timeless Beauty",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Caribbean Balm",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 1, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,255,255)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Circus",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Hurricane",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Cozy Cover",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Placebo",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Jupiter",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Bizarre",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Rosemary",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Manhattan",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Coastal Calm",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Simply Elegant",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Country Summer",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Nemo",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Historic Shade",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Axel",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Maverick",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Classic Calm",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Day Dream",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Island Paradise",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Eternal Flame",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Crocodile Smile",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Lola",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Panama",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Reflection",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 1, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,255,255)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6120655998656237, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(204,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Simply Delicious",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Abyss",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6120655998656237, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(204,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Electric Glow",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Silk Glow",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6120655998656237, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(204,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Perfect Tint",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "California Dream",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 1, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,255,255)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Autumn",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Windsurf",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Bright Idea",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Coastal Breeze",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "True Love",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Sienna",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Aura",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "City Park",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.49361590780959613, 0.49361590780959613, 0.49361590780959613, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(185,185,185)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Spanish Style",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Monte Carlo",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Namibia",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Uranus",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Arizona",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Impulse",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Butterfly Wing",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Hugo",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Porcelain",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Free Spirit",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Cozy Vibe",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Evening Glow",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Iris",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Lisbon",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Light Spirit",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Phoenix",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Bumblebee",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Freya",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Malibu",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.31118015675953803, 0.31118015675953803, 0.31118015675953803, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(150,150,150)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.027755145642748263, 0.027755145642748263, 0.027755145642748263, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(50,50,50)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.31118015675953803, 0.31118015675953803, 0.31118015675953803, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(150,150,150)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.15728108963597445, 0.15728108963597445, 0.15728108963597445, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(110,110,110)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.49361590780959613, 0.49361590780959613, 0.49361590780959613, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(185,185,185)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Harvest Time",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Aloha",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Victoria",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Spartacus",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Paradise Island",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.31118015675953803, 0.31118015675953803, 0.31118015675953803, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(150,150,150)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.15728108963597445, 0.15728108963597445, 0.15728108963597445, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(110,110,110)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.49361590780959613, 0.49361590780959613, 0.49361590780959613, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(185,185,185)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Hudson",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Adeline",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "California",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Durango",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Floral Scent",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.028991186547107816, 0.028991186547107816, 0.028991186547107816, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(51,51,51)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.948965818543481, 0.948965818543481, 0.948965818543481, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(249,249,249)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Melissa",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [0, 0.21951992558965489, 0, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(0,128,0)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7154662948142093, 0.5113979684959553, 0.21204473071505514, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(219,188,126)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.09387558166111507, 0.42590477117434, 0.16687206071619345, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(87,173,113)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7154662948142093, 0.5113979684959553, 0.21204473071505514, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(219,188,126)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.09387558166111507, 0.42590477117434, 0.16687206071619345, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(87,173,113)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.0126637399317221, 0.13609886950293199, 0.49361590780959613, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(35,103,185)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Aztec",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 1, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,255,255)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Columbia",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Argos",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Butterfly Bush",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Galactica",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Abbey",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Luna",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 1, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,255,255)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Zanzibar",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Aria",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Andorra",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Zion",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Felicia",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Brimstone",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 1, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,255,255)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Opera",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Haiti",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Country Breeze",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Fairytale Dream",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Silk Elegance",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Alhambra",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.009696394073800966, 0.009696394073800966, 0.009696394073800966, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(31,31,31)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.4534561672372847, 0.4534561672372847, 0.4534561672372847, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(178,178,178)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Felix",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.3837748767528008, 0.42590477117434, 0.4534561672372847, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(165,173,178)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [0.7893133253546729, 0, 0, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(229,0,0)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.006040564418415115, 0.006040564418415115, 0.006040564418415115, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Plastic_-_Matte_(Black)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Zoya",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Utah",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Venus",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Matrix",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Clear Day",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5295238323395052, 0.5295238323395052, 0.5295238323395052, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(191,191,191)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.07176156161427845, 0.07176156161427845, 0.07176156161427845, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(77,77,77)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5054319633958851, 0.5668097032473641, 0.605483578102272, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(187,197,203)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Belize",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Beyond the Clouds",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Kathmandu",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Future Vision",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Nordic",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Volt",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Florida",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(64,64,64)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6120655998656237, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(204,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Montana",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Best of Summer",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Bombay",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Arabella",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Chicago",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Pacific",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Herbal Scent",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Vienna",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Esprit",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Alvin",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "May Mist",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Ace",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Wellington",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Madagascar",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Fiji",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.11926390480679436, 0.056373989705936364, 0.03423011072057675, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(97,69,55)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6870303551993304, 0.6387789827084308, 0.5356413331251447, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(215,208,192)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6592240261805156, 0.6800209014412872, 0.6592240261805156, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(211,214,211)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7592996620590299, 0.7592996620590299, 0.7592996620590299, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(225,225,225)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.334457641773904, 0.11657605668921706, 0.07805632163882545, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(155,96,80)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Manchester",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.334457641773904, 0.11657605668921706, 0.07805632163882545, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(155,96,80)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7592996620590299, 0.7592996620590299, 0.7592996620590299, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(225,225,225)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Austin",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.334457641773904, 0.11657605668921706, 0.07805632163882545, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(155,96,80)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7592996620590299, 0.7592996620590299, 0.7592996620590299, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(225,225,225)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Nautico",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.334457641773904, 0.11657605668921706, 0.07805632163882545, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(155,96,80)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7592996620590299, 0.7592996620590299, 0.7592996620590299, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(225,225,225)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Gentle Touch",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.334457641773904, 0.11657605668921706, 0.07805632163882545, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(155,96,80)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7592996620590299, 0.7592996620590299, 0.7592996620590299, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(225,225,225)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Nevada",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.334457641773904, 0.11657605668921706, 0.07805632163882545, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(155,96,80)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7592996620590299, 0.7592996620590299, 0.7592996620590299, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(225,225,225)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Calm Balm",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.334457641773904, 0.11657605668921706, 0.07805632163882545, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(155,96,80)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7592996620590299, 0.7592996620590299, 0.7592996620590299, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(225,225,225)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Oxford",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.334457641773904, 0.11657605668921706, 0.07805632163882545, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(155,96,80)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7592996620590299, 0.7592996620590299, 0.7592996620590299, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(225,225,225)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.006040564418415115, 0.006040564418415115, 0.006040564418415115, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(25,25,25)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.05818726891071777, 0.05818726891071777, 0.05818726891071777, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(70,70,70)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Breath of Spring",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.6523693878039204, 0.6455555442577121, 0.5795463555006373, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(210,209,199)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7817513566628694, 0.774227164147957, 0.6320431214228374, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(228,227,207)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.004116183561563814, 0.00455981191965686, 0.0055217904047371695, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(21,22,24)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5295238323395052, 0.5295238323395052, 0.5295238323395052, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(191,191,191)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.0008046726615706274, 0.0008046726615706274, 0.0008046726615706274, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(10,10,10)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.009696394073800966, 0.009696394073800966, 0.009696394073800966, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(31,31,31)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.4534561672372847, 0.4534561672372847, 0.4534561672372847, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(178,178,178)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.4534561672372847, 0.17677435516706944, 0.08464139854997385, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(178,116,83)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.009696394073800966, 0.009696394073800966, 0.009696394073800966, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(31,31,31)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.4534561672372847, 0.4534561672372847, 0.4534561672372847, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(178,178,178)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.047775589327171755, 0.047775589327171755, 0.047775589327171755, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(63,63,63)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.9573692392054686, 0.9573692392054686, 0.9573692392054686, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(250,250,250)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.35865393058365536, 0.35865393058365536, 0.35865393058365536, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(160,160,160)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Keira",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [0, 0.21951992558965489, 0, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(0,128,0)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [0, 0.21951992558965489, 0, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(0,128,0)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.9239935831525422, 0.9239935831525422, 0.8993841466306576, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "ABS_(White)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.4590802027519658, 0.4590802027519658, 0.4590802027519658, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Paint_-_Enamel_Glossy_(Grey)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Tokyo",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.7299195109758919, 0.24680066091758063, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,221,135)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.006040564418415115, 0.006040564418415115, 0.006040564418415115, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(25,25,25)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.8912628470518349, 0.8122416439442972, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,242,232)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.5989420178028139, 0.6455555442577121, 0.8591728945937293, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(202,209,238)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [0, 0.21951992558965489, 0, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(0,128,0)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.7299195109758919, 0.24680066091758063, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,221,135)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7969169621554368, 0.8355285345474399, 0.8355285345474399, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(230,235,235)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7969169621554368, 0.8355285345474399, 0.8355285345474399, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(230,235,235)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Radar",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.000005078280628312988, 0.04145184601439537, 0.6523693878039204, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(1,60,210)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 1, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,255,255)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7969169621554368, 0.8355285345474399, 0.8355285345474399, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(230,235,235)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Dark Marmalade",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Lorenzo",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Light Aroma",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Monaco",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Canberra",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.7299195109758919, 0.24680066091758063, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,221,135)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.006040564418415115, 0.006040564418415115, 0.006040564418415115, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(25,25,25)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Colorado",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.7299195109758919, 0.24680066091758063, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,221,135)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.006040564418415115, 0.006040564418415115, 0.006040564418415115, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(25,25,25)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.7299195109758919, 0.24680066091758063, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,221,135)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.006040564418415115, 0.006040564418415115, 0.006040564418415115, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(25,25,25)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.006584988027999169, 0.006584988027999169, 0.006584988027999169, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(26,26,26)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.02654872454784952, 0.02654872454784952, 0.025371189691051992, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "ABS_(White)_3",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.9322758953415581, 0.7518943790382657, 0.3250369625210763, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(247,224,153)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8670237934377415, 0.8670237934377415, 0.8670237934377415, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.2
+ },
+ "name": "Urban Charm",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.054592427410635455, 0.31118015675953803, 0.06190750397971897, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Paint_-_Enamel_Glossy_(Green)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.35865393058365536, 0.35865393058365536, 0.35865393058365536, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Steel_-_Satin",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [0, 0.21951992558965489, 0, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(0,128,0)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.35865393058365536, 0.35865393058365536, 0.35865393058365536, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Steel_-_Satin",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.006584988027999169, 0.006584988027999169, 0.006584988027999169, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(26,26,26)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.054592427410635455, 0.31118015675953803, 0.06190750397971897, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Paint_-_Enamel_Glossy_(Green)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.6320431214228374, 0.21951992558965489, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,207,128)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [0, 0.21951992558965489, 0, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(0,128,0)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.35865393058365536, 0.35865393058365536, 0.35865393058365536, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Steel_-_Satin",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.09387558166111507, 0.42590477117434, 0.16687206071619345, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(87,173,113)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.0008046726615706274, 0.0008046726615706274, 0.0008046726615706274, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(10,10,10)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.9239935831525422, 0.9239935831525422, 0.8993841466306576, 0.05
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Acrylic_(Clear)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "BLEND",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.006040564418415115, 0.006040564418415115, 0.006040564418415115, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Plastic_-_Matte_(Black)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.02654872454784952, 0.02654872454784952, 0.025371189691051992, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "ABS_(White)_3",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.9239935831525422, 0.9239935831525422, 0.8993841466306576, 0.05
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Acrylic_(Clear)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "BLEND",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.02654872454784952, 0.02654872454784952, 0.025371189691051992, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "ABS_(White)_3",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 1, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "ABS_(White)_1",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.35865393058365536, 0.35865393058365536, 0.35865393058365536, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Steel_-_Satin",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [0, 0.21951992558965489, 0, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(0,128,0)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.6523693878039204, 0.2157641940386425, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,210,127)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.7299195109758919, 0.24680066091758063, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,221,135)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.35865393058365536, 0.35865393058365536, 0.35865393058365536, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Steel_-_Satin",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [0, 0.21951992558965489, 0, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(0,128,0)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 0.6523693878039204, 0.2157641940386425, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(255,210,127)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.027755145642748263, 0.027755145642748263, 0.027755145642748263, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(50,50,50)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [0, 0.21951992558965489, 0, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(0,128,0)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.7667445498469606, 0.6523693878039204, 0.5542272753506554, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Opaque(226,210,195)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.9239935831525422, 0.9239935831525422, 0.8993841466306576, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "ABS_(White)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.006040564418415115, 0.006040564418415115, 0.006040564418415115, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Plastic_-_Matte_(Black)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.35865393058365536, 0.35865393058365536, 0.35865393058365536, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Steel_-_Satin",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [1, 1, 1, 1],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "ABS_(White)_1",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.8831796570505306, 0.8831796570505306, 0.8831796570505306, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "ABS_(White)_2",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.1247409453870513, 0.1247409453870513, 0.1247409453870513, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Plastic_-_Glossy_(Black)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.1247409453870513, 0.1247409453870513, 0.1247409453870513, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Plastic_-_Glossy_(Black)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.1247409453870513, 0.1247409453870513, 0.1247409453870513, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Plastic_-_Glossy_(Black)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.02654872454784952, 0.02654872454784952, 0.025371189691051992, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "ABS_(White)_3",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ },
+ {
+ "pbrMetallicRoughness": {
+ "baseColorFactor": [
+ 0.1247409453870513, 0.1247409453870513, 0.1247409453870513, 1
+ ],
+ "metallicFactor": 0,
+ "roughnessFactor": 0.7
+ },
+ "name": "Plastic_-_Glossy_(Black)",
+ "emissiveFactor": [0, 0, 0],
+ "extensions": {},
+ "alphaMode": "OPAQUE",
+ "doubleSided": false
+ }
+ ],
+ "meshes": [
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1,
+ "NORMAL": 2,
+ "TEXCOORD_0": 3
+ },
+ "material": 0,
+ "indices": 0
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 5,
+ "NORMAL": 6,
+ "TEXCOORD_0": 7
+ },
+ "material": 1,
+ "indices": 4
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 9,
+ "NORMAL": 10,
+ "TEXCOORD_0": 11
+ },
+ "material": 2,
+ "indices": 8
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 13,
+ "NORMAL": 14,
+ "TEXCOORD_0": 15
+ },
+ "material": 3,
+ "indices": 12
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 17,
+ "NORMAL": 18,
+ "TEXCOORD_0": 19
+ },
+ "material": 4,
+ "indices": 16
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 21,
+ "NORMAL": 22,
+ "TEXCOORD_0": 23
+ },
+ "material": 5,
+ "indices": 20
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 25,
+ "NORMAL": 26,
+ "TEXCOORD_0": 27
+ },
+ "material": 6,
+ "indices": 24
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 29,
+ "NORMAL": 30,
+ "TEXCOORD_0": 31
+ },
+ "material": 7,
+ "indices": 28
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 33,
+ "NORMAL": 34,
+ "TEXCOORD_0": 35
+ },
+ "material": 8,
+ "indices": 32
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 37,
+ "NORMAL": 38,
+ "TEXCOORD_0": 39
+ },
+ "material": 9,
+ "indices": 36
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 41,
+ "NORMAL": 42,
+ "TEXCOORD_0": 43
+ },
+ "material": 10,
+ "indices": 40
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 45,
+ "NORMAL": 46,
+ "TEXCOORD_0": 47
+ },
+ "material": 11,
+ "indices": 44
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 49,
+ "NORMAL": 50,
+ "TEXCOORD_0": 51
+ },
+ "material": 12,
+ "indices": 48
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 53,
+ "NORMAL": 54,
+ "TEXCOORD_0": 55
+ },
+ "material": 13,
+ "indices": 52
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 57,
+ "NORMAL": 58,
+ "TEXCOORD_0": 59
+ },
+ "material": 14,
+ "indices": 56
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 61,
+ "NORMAL": 62,
+ "TEXCOORD_0": 63
+ },
+ "material": 15,
+ "indices": 60
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 65,
+ "NORMAL": 66,
+ "TEXCOORD_0": 67
+ },
+ "material": 16,
+ "indices": 64
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 69,
+ "NORMAL": 70,
+ "TEXCOORD_0": 71
+ },
+ "material": 17,
+ "indices": 68
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 73,
+ "NORMAL": 74,
+ "TEXCOORD_0": 75
+ },
+ "material": 18,
+ "indices": 72
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 77,
+ "NORMAL": 78,
+ "TEXCOORD_0": 79
+ },
+ "material": 19,
+ "indices": 76
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 81,
+ "NORMAL": 82,
+ "TEXCOORD_0": 83
+ },
+ "material": 20,
+ "indices": 80
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 85,
+ "NORMAL": 86,
+ "TEXCOORD_0": 87
+ },
+ "material": 21,
+ "indices": 84
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 89,
+ "NORMAL": 90,
+ "TEXCOORD_0": 91
+ },
+ "material": 22,
+ "indices": 88
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 93,
+ "NORMAL": 94,
+ "TEXCOORD_0": 95
+ },
+ "material": 23,
+ "indices": 92
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 97,
+ "NORMAL": 98,
+ "TEXCOORD_0": 99
+ },
+ "material": 24,
+ "indices": 96
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 101,
+ "NORMAL": 102,
+ "TEXCOORD_0": 103
+ },
+ "material": 25,
+ "indices": 100
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 105,
+ "NORMAL": 106,
+ "TEXCOORD_0": 107
+ },
+ "material": 26,
+ "indices": 104
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 109,
+ "NORMAL": 110,
+ "TEXCOORD_0": 111
+ },
+ "material": 27,
+ "indices": 108
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 113,
+ "NORMAL": 114,
+ "TEXCOORD_0": 115
+ },
+ "material": 28,
+ "indices": 112
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 117,
+ "NORMAL": 118,
+ "TEXCOORD_0": 119
+ },
+ "material": 29,
+ "indices": 116
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 121,
+ "NORMAL": 122,
+ "TEXCOORD_0": 123
+ },
+ "material": 30,
+ "indices": 120
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 125,
+ "NORMAL": 126,
+ "TEXCOORD_0": 127
+ },
+ "material": 31,
+ "indices": 124
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 129,
+ "NORMAL": 130,
+ "TEXCOORD_0": 131
+ },
+ "material": 32,
+ "indices": 128
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 133,
+ "NORMAL": 134,
+ "TEXCOORD_0": 135
+ },
+ "material": 33,
+ "indices": 132
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 137,
+ "NORMAL": 138,
+ "TEXCOORD_0": 139
+ },
+ "material": 34,
+ "indices": 136
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 141,
+ "NORMAL": 142,
+ "TEXCOORD_0": 143
+ },
+ "material": 35,
+ "indices": 140
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 145,
+ "NORMAL": 146,
+ "TEXCOORD_0": 147
+ },
+ "material": 36,
+ "indices": 144
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 149,
+ "NORMAL": 150,
+ "TEXCOORD_0": 151
+ },
+ "material": 37,
+ "indices": 148
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 153,
+ "NORMAL": 154,
+ "TEXCOORD_0": 155
+ },
+ "material": 38,
+ "indices": 152
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 157,
+ "NORMAL": 158,
+ "TEXCOORD_0": 159
+ },
+ "material": 39,
+ "indices": 156
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 161,
+ "NORMAL": 162,
+ "TEXCOORD_0": 163
+ },
+ "material": 40,
+ "indices": 160
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 165,
+ "NORMAL": 166,
+ "TEXCOORD_0": 167
+ },
+ "material": 41,
+ "indices": 164
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 169,
+ "NORMAL": 170,
+ "TEXCOORD_0": 171
+ },
+ "material": 42,
+ "indices": 168
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 173,
+ "NORMAL": 174,
+ "TEXCOORD_0": 175
+ },
+ "material": 43,
+ "indices": 172
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 177,
+ "NORMAL": 178,
+ "TEXCOORD_0": 179
+ },
+ "material": 44,
+ "indices": 176
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 181,
+ "NORMAL": 182,
+ "TEXCOORD_0": 183
+ },
+ "material": 45,
+ "indices": 180
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 185,
+ "NORMAL": 186,
+ "TEXCOORD_0": 187
+ },
+ "material": 46,
+ "indices": 184
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 189,
+ "NORMAL": 190,
+ "TEXCOORD_0": 191
+ },
+ "material": 47,
+ "indices": 188
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 193,
+ "NORMAL": 194,
+ "TEXCOORD_0": 195
+ },
+ "material": 48,
+ "indices": 192
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 197,
+ "NORMAL": 198,
+ "TEXCOORD_0": 199
+ },
+ "material": 49,
+ "indices": 196
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 201,
+ "NORMAL": 202,
+ "TEXCOORD_0": 203
+ },
+ "material": 50,
+ "indices": 200
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 205,
+ "NORMAL": 206,
+ "TEXCOORD_0": 207
+ },
+ "material": 51,
+ "indices": 204
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 209,
+ "NORMAL": 210,
+ "TEXCOORD_0": 211
+ },
+ "material": 52,
+ "indices": 208
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 213,
+ "NORMAL": 214,
+ "TEXCOORD_0": 215
+ },
+ "material": 53,
+ "indices": 212
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 217,
+ "NORMAL": 218,
+ "TEXCOORD_0": 219
+ },
+ "material": 54,
+ "indices": 216
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 221,
+ "NORMAL": 222,
+ "TEXCOORD_0": 223
+ },
+ "material": 55,
+ "indices": 220
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 225,
+ "NORMAL": 226,
+ "TEXCOORD_0": 227
+ },
+ "material": 56,
+ "indices": 224
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 229,
+ "NORMAL": 230,
+ "TEXCOORD_0": 231
+ },
+ "material": 57,
+ "indices": 228
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 233,
+ "NORMAL": 234,
+ "TEXCOORD_0": 235
+ },
+ "material": 58,
+ "indices": 232
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 237,
+ "NORMAL": 238,
+ "TEXCOORD_0": 239
+ },
+ "material": 59,
+ "indices": 236
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 241,
+ "NORMAL": 242,
+ "TEXCOORD_0": 243
+ },
+ "material": 60,
+ "indices": 240
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 245,
+ "NORMAL": 246,
+ "TEXCOORD_0": 247
+ },
+ "material": 61,
+ "indices": 244
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 249,
+ "NORMAL": 250,
+ "TEXCOORD_0": 251
+ },
+ "material": 62,
+ "indices": 248
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 253,
+ "NORMAL": 254,
+ "TEXCOORD_0": 255
+ },
+ "material": 63,
+ "indices": 252
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 257,
+ "NORMAL": 258,
+ "TEXCOORD_0": 259
+ },
+ "material": 64,
+ "indices": 256
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 261,
+ "NORMAL": 262,
+ "TEXCOORD_0": 263
+ },
+ "material": 65,
+ "indices": 260
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 265,
+ "NORMAL": 266,
+ "TEXCOORD_0": 267
+ },
+ "material": 66,
+ "indices": 264
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 269,
+ "NORMAL": 270,
+ "TEXCOORD_0": 271
+ },
+ "material": 67,
+ "indices": 268
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 273,
+ "NORMAL": 274,
+ "TEXCOORD_0": 275
+ },
+ "material": 68,
+ "indices": 272
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 277,
+ "NORMAL": 278,
+ "TEXCOORD_0": 279
+ },
+ "material": 69,
+ "indices": 276
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 281,
+ "NORMAL": 282,
+ "TEXCOORD_0": 283
+ },
+ "material": 70,
+ "indices": 280
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 285,
+ "NORMAL": 286,
+ "TEXCOORD_0": 287
+ },
+ "material": 71,
+ "indices": 284
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 289,
+ "NORMAL": 290,
+ "TEXCOORD_0": 291
+ },
+ "material": 72,
+ "indices": 288
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 293,
+ "NORMAL": 294,
+ "TEXCOORD_0": 295
+ },
+ "material": 73,
+ "indices": 292
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 297,
+ "NORMAL": 298,
+ "TEXCOORD_0": 299
+ },
+ "material": 74,
+ "indices": 296
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 301,
+ "NORMAL": 302,
+ "TEXCOORD_0": 303
+ },
+ "material": 75,
+ "indices": 300
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 305,
+ "NORMAL": 306,
+ "TEXCOORD_0": 307
+ },
+ "material": 76,
+ "indices": 304
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 309,
+ "NORMAL": 310,
+ "TEXCOORD_0": 311
+ },
+ "material": 77,
+ "indices": 308
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 313,
+ "NORMAL": 314,
+ "TEXCOORD_0": 315
+ },
+ "material": 78,
+ "indices": 312
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 317,
+ "NORMAL": 318,
+ "TEXCOORD_0": 319
+ },
+ "material": 79,
+ "indices": 316
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 321,
+ "NORMAL": 322,
+ "TEXCOORD_0": 323
+ },
+ "material": 80,
+ "indices": 320
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 325,
+ "NORMAL": 326,
+ "TEXCOORD_0": 327
+ },
+ "material": 81,
+ "indices": 324
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 329,
+ "NORMAL": 330,
+ "TEXCOORD_0": 331
+ },
+ "material": 82,
+ "indices": 328
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 333,
+ "NORMAL": 334,
+ "TEXCOORD_0": 335
+ },
+ "material": 83,
+ "indices": 332
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 337,
+ "NORMAL": 338,
+ "TEXCOORD_0": 339
+ },
+ "material": 84,
+ "indices": 336
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 341,
+ "NORMAL": 342,
+ "TEXCOORD_0": 343
+ },
+ "material": 85,
+ "indices": 340
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 345,
+ "NORMAL": 346,
+ "TEXCOORD_0": 347
+ },
+ "material": 86,
+ "indices": 344
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 349,
+ "NORMAL": 350,
+ "TEXCOORD_0": 351
+ },
+ "material": 87,
+ "indices": 348
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 353,
+ "NORMAL": 354,
+ "TEXCOORD_0": 355
+ },
+ "material": 88,
+ "indices": 352
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 357,
+ "NORMAL": 358,
+ "TEXCOORD_0": 359
+ },
+ "material": 89,
+ "indices": 356
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 361,
+ "NORMAL": 362,
+ "TEXCOORD_0": 363
+ },
+ "material": 90,
+ "indices": 360
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 365,
+ "NORMAL": 366,
+ "TEXCOORD_0": 367
+ },
+ "material": 91,
+ "indices": 364
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 369,
+ "NORMAL": 370,
+ "TEXCOORD_0": 371
+ },
+ "material": 92,
+ "indices": 368
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 373,
+ "NORMAL": 374,
+ "TEXCOORD_0": 375
+ },
+ "material": 93,
+ "indices": 372
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 377,
+ "NORMAL": 378,
+ "TEXCOORD_0": 379
+ },
+ "material": 94,
+ "indices": 376
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 381,
+ "NORMAL": 382,
+ "TEXCOORD_0": 383
+ },
+ "material": 95,
+ "indices": 380
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 385,
+ "NORMAL": 386,
+ "TEXCOORD_0": 387
+ },
+ "material": 96,
+ "indices": 384
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 389,
+ "NORMAL": 390,
+ "TEXCOORD_0": 391
+ },
+ "material": 97,
+ "indices": 388
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 393,
+ "NORMAL": 394,
+ "TEXCOORD_0": 395
+ },
+ "material": 98,
+ "indices": 392
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 397,
+ "NORMAL": 398,
+ "TEXCOORD_0": 399
+ },
+ "material": 99,
+ "indices": 396
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 401,
+ "NORMAL": 402,
+ "TEXCOORD_0": 403
+ },
+ "material": 100,
+ "indices": 400
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 405,
+ "NORMAL": 406,
+ "TEXCOORD_0": 407
+ },
+ "material": 101,
+ "indices": 404
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 409,
+ "NORMAL": 410,
+ "TEXCOORD_0": 411
+ },
+ "material": 102,
+ "indices": 408
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 413,
+ "NORMAL": 414,
+ "TEXCOORD_0": 415
+ },
+ "material": 103,
+ "indices": 412
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 417,
+ "NORMAL": 418,
+ "TEXCOORD_0": 419
+ },
+ "material": 104,
+ "indices": 416
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 421,
+ "NORMAL": 422,
+ "TEXCOORD_0": 423
+ },
+ "material": 105,
+ "indices": 420
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 425,
+ "NORMAL": 426,
+ "TEXCOORD_0": 427
+ },
+ "material": 106,
+ "indices": 424
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 429,
+ "NORMAL": 430,
+ "TEXCOORD_0": 431
+ },
+ "material": 107,
+ "indices": 428
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 433,
+ "NORMAL": 434,
+ "TEXCOORD_0": 435
+ },
+ "material": 108,
+ "indices": 432
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 437,
+ "NORMAL": 438,
+ "TEXCOORD_0": 439
+ },
+ "material": 109,
+ "indices": 436
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 441,
+ "NORMAL": 442,
+ "TEXCOORD_0": 443
+ },
+ "material": 110,
+ "indices": 440
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 445,
+ "NORMAL": 446,
+ "TEXCOORD_0": 447
+ },
+ "material": 111,
+ "indices": 444
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 449,
+ "NORMAL": 450,
+ "TEXCOORD_0": 451
+ },
+ "material": 112,
+ "indices": 448
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 453,
+ "NORMAL": 454,
+ "TEXCOORD_0": 455
+ },
+ "material": 113,
+ "indices": 452
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 457,
+ "NORMAL": 458,
+ "TEXCOORD_0": 459
+ },
+ "material": 114,
+ "indices": 456
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 461,
+ "NORMAL": 462,
+ "TEXCOORD_0": 463
+ },
+ "material": 115,
+ "indices": 460
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 465,
+ "NORMAL": 466,
+ "TEXCOORD_0": 467
+ },
+ "material": 116,
+ "indices": 464
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 469,
+ "NORMAL": 470,
+ "TEXCOORD_0": 471
+ },
+ "material": 117,
+ "indices": 468
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 473,
+ "NORMAL": 474,
+ "TEXCOORD_0": 475
+ },
+ "material": 118,
+ "indices": 472
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 477,
+ "NORMAL": 478,
+ "TEXCOORD_0": 479
+ },
+ "material": 119,
+ "indices": 476
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 481,
+ "NORMAL": 482,
+ "TEXCOORD_0": 483
+ },
+ "material": 120,
+ "indices": 480
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 485,
+ "NORMAL": 486,
+ "TEXCOORD_0": 487
+ },
+ "material": 121,
+ "indices": 484
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 489,
+ "NORMAL": 490,
+ "TEXCOORD_0": 491
+ },
+ "material": 122,
+ "indices": 488
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 493,
+ "NORMAL": 494,
+ "TEXCOORD_0": 495
+ },
+ "material": 123,
+ "indices": 492
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 497,
+ "NORMAL": 498,
+ "TEXCOORD_0": 499
+ },
+ "material": 124,
+ "indices": 496
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 501,
+ "NORMAL": 502,
+ "TEXCOORD_0": 503
+ },
+ "material": 125,
+ "indices": 500
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 505,
+ "NORMAL": 506,
+ "TEXCOORD_0": 507
+ },
+ "material": 126,
+ "indices": 504
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 509,
+ "NORMAL": 510,
+ "TEXCOORD_0": 511
+ },
+ "material": 127,
+ "indices": 508
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 513,
+ "NORMAL": 514,
+ "TEXCOORD_0": 515
+ },
+ "material": 128,
+ "indices": 512
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 517,
+ "NORMAL": 518,
+ "TEXCOORD_0": 519
+ },
+ "material": 129,
+ "indices": 516
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 521,
+ "NORMAL": 522,
+ "TEXCOORD_0": 523
+ },
+ "material": 130,
+ "indices": 520
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 525,
+ "NORMAL": 526,
+ "TEXCOORD_0": 527
+ },
+ "material": 131,
+ "indices": 524
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 529,
+ "NORMAL": 530,
+ "TEXCOORD_0": 531
+ },
+ "material": 132,
+ "indices": 528
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 533,
+ "NORMAL": 534,
+ "TEXCOORD_0": 535
+ },
+ "material": 133,
+ "indices": 532
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 537,
+ "NORMAL": 538,
+ "TEXCOORD_0": 539
+ },
+ "material": 134,
+ "indices": 536
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 541,
+ "NORMAL": 542,
+ "TEXCOORD_0": 543
+ },
+ "material": 135,
+ "indices": 540
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 545,
+ "NORMAL": 546,
+ "TEXCOORD_0": 547
+ },
+ "material": 136,
+ "indices": 544
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 549,
+ "NORMAL": 550,
+ "TEXCOORD_0": 551
+ },
+ "material": 137,
+ "indices": 548
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 553,
+ "NORMAL": 554,
+ "TEXCOORD_0": 555
+ },
+ "material": 138,
+ "indices": 552
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 557,
+ "NORMAL": 558,
+ "TEXCOORD_0": 559
+ },
+ "material": 139,
+ "indices": 556
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 561,
+ "NORMAL": 562,
+ "TEXCOORD_0": 563
+ },
+ "material": 140,
+ "indices": 560
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 565,
+ "NORMAL": 566,
+ "TEXCOORD_0": 567
+ },
+ "material": 141,
+ "indices": 564
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 569,
+ "NORMAL": 570,
+ "TEXCOORD_0": 571
+ },
+ "material": 142,
+ "indices": 568
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 573,
+ "NORMAL": 574,
+ "TEXCOORD_0": 575
+ },
+ "material": 143,
+ "indices": 572
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 577,
+ "NORMAL": 578,
+ "TEXCOORD_0": 579
+ },
+ "material": 144,
+ "indices": 576
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 581,
+ "NORMAL": 582,
+ "TEXCOORD_0": 583
+ },
+ "material": 145,
+ "indices": 580
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 585,
+ "NORMAL": 586,
+ "TEXCOORD_0": 587
+ },
+ "material": 146,
+ "indices": 584
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 589,
+ "NORMAL": 590,
+ "TEXCOORD_0": 591
+ },
+ "material": 147,
+ "indices": 588
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 593,
+ "NORMAL": 594,
+ "TEXCOORD_0": 595
+ },
+ "material": 148,
+ "indices": 592
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 597,
+ "NORMAL": 598,
+ "TEXCOORD_0": 599
+ },
+ "material": 149,
+ "indices": 596
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 601,
+ "NORMAL": 602,
+ "TEXCOORD_0": 603
+ },
+ "material": 150,
+ "indices": 600
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 605,
+ "NORMAL": 606,
+ "TEXCOORD_0": 607
+ },
+ "material": 151,
+ "indices": 604
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 609,
+ "NORMAL": 610,
+ "TEXCOORD_0": 611
+ },
+ "material": 152,
+ "indices": 608
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 613,
+ "NORMAL": 614,
+ "TEXCOORD_0": 615
+ },
+ "material": 153,
+ "indices": 612
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 617,
+ "NORMAL": 618,
+ "TEXCOORD_0": 619
+ },
+ "material": 154,
+ "indices": 616
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 621,
+ "NORMAL": 622,
+ "TEXCOORD_0": 623
+ },
+ "material": 155,
+ "indices": 620
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 625,
+ "NORMAL": 626,
+ "TEXCOORD_0": 627
+ },
+ "material": 156,
+ "indices": 624
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 629,
+ "NORMAL": 630,
+ "TEXCOORD_0": 631
+ },
+ "material": 157,
+ "indices": 628
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 633,
+ "NORMAL": 634,
+ "TEXCOORD_0": 635
+ },
+ "material": 158,
+ "indices": 632
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 637,
+ "NORMAL": 638,
+ "TEXCOORD_0": 639
+ },
+ "material": 159,
+ "indices": 636
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 641,
+ "NORMAL": 642,
+ "TEXCOORD_0": 643
+ },
+ "material": 160,
+ "indices": 640
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 645,
+ "NORMAL": 646,
+ "TEXCOORD_0": 647
+ },
+ "material": 161,
+ "indices": 644
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 649,
+ "NORMAL": 650,
+ "TEXCOORD_0": 651
+ },
+ "material": 162,
+ "indices": 648
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 653,
+ "NORMAL": 654,
+ "TEXCOORD_0": 655
+ },
+ "material": 163,
+ "indices": 652
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 657,
+ "NORMAL": 658,
+ "TEXCOORD_0": 659
+ },
+ "material": 164,
+ "indices": 656
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 661,
+ "NORMAL": 662,
+ "TEXCOORD_0": 663
+ },
+ "material": 165,
+ "indices": 660
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 665,
+ "NORMAL": 666,
+ "TEXCOORD_0": 667
+ },
+ "material": 166,
+ "indices": 664
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 669,
+ "NORMAL": 670,
+ "TEXCOORD_0": 671
+ },
+ "material": 167,
+ "indices": 668
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 673,
+ "NORMAL": 674,
+ "TEXCOORD_0": 675
+ },
+ "material": 168,
+ "indices": 672
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 677,
+ "NORMAL": 678,
+ "TEXCOORD_0": 679
+ },
+ "material": 169,
+ "indices": 676
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 681,
+ "NORMAL": 682,
+ "TEXCOORD_0": 683
+ },
+ "material": 170,
+ "indices": 680
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 685,
+ "NORMAL": 686,
+ "TEXCOORD_0": 687
+ },
+ "material": 171,
+ "indices": 684
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 689,
+ "NORMAL": 690,
+ "TEXCOORD_0": 691
+ },
+ "material": 172,
+ "indices": 688
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 693,
+ "NORMAL": 694,
+ "TEXCOORD_0": 695
+ },
+ "material": 173,
+ "indices": 692
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 697,
+ "NORMAL": 698,
+ "TEXCOORD_0": 699
+ },
+ "material": 174,
+ "indices": 696
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 701,
+ "NORMAL": 702,
+ "TEXCOORD_0": 703
+ },
+ "material": 175,
+ "indices": 700
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 705,
+ "NORMAL": 706,
+ "TEXCOORD_0": 707
+ },
+ "material": 176,
+ "indices": 704
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 709,
+ "NORMAL": 710,
+ "TEXCOORD_0": 711
+ },
+ "material": 177,
+ "indices": 708
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 713,
+ "NORMAL": 714,
+ "TEXCOORD_0": 715
+ },
+ "material": 178,
+ "indices": 712
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 717,
+ "NORMAL": 718,
+ "TEXCOORD_0": 719
+ },
+ "material": 179,
+ "indices": 716
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 721,
+ "NORMAL": 722,
+ "TEXCOORD_0": 723
+ },
+ "material": 180,
+ "indices": 720
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 725,
+ "NORMAL": 726,
+ "TEXCOORD_0": 727
+ },
+ "material": 181,
+ "indices": 724
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 729,
+ "NORMAL": 730,
+ "TEXCOORD_0": 731
+ },
+ "material": 182,
+ "indices": 728
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 733,
+ "NORMAL": 734,
+ "TEXCOORD_0": 735
+ },
+ "material": 183,
+ "indices": 732
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 737,
+ "NORMAL": 738,
+ "TEXCOORD_0": 739
+ },
+ "material": 184,
+ "indices": 736
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 741,
+ "NORMAL": 742,
+ "TEXCOORD_0": 743
+ },
+ "material": 185,
+ "indices": 740
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 745,
+ "NORMAL": 746,
+ "TEXCOORD_0": 747
+ },
+ "material": 186,
+ "indices": 744
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 749,
+ "NORMAL": 750,
+ "TEXCOORD_0": 751
+ },
+ "material": 187,
+ "indices": 748
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 753,
+ "NORMAL": 754,
+ "TEXCOORD_0": 755
+ },
+ "material": 188,
+ "indices": 752
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 757,
+ "NORMAL": 758,
+ "TEXCOORD_0": 759
+ },
+ "material": 189,
+ "indices": 756
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 761,
+ "NORMAL": 762,
+ "TEXCOORD_0": 763
+ },
+ "material": 190,
+ "indices": 760
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 765,
+ "NORMAL": 766,
+ "TEXCOORD_0": 767
+ },
+ "material": 191,
+ "indices": 764
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 769,
+ "NORMAL": 770,
+ "TEXCOORD_0": 771
+ },
+ "material": 192,
+ "indices": 768
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 773,
+ "NORMAL": 774,
+ "TEXCOORD_0": 775
+ },
+ "material": 193,
+ "indices": 772
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 777,
+ "NORMAL": 778,
+ "TEXCOORD_0": 779
+ },
+ "material": 194,
+ "indices": 776
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 781,
+ "NORMAL": 782,
+ "TEXCOORD_0": 783
+ },
+ "material": 195,
+ "indices": 780
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 785,
+ "NORMAL": 786,
+ "TEXCOORD_0": 787
+ },
+ "material": 196,
+ "indices": 784
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 789,
+ "NORMAL": 790,
+ "TEXCOORD_0": 791
+ },
+ "material": 197,
+ "indices": 788
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 793,
+ "NORMAL": 794,
+ "TEXCOORD_0": 795
+ },
+ "material": 198,
+ "indices": 792
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 797,
+ "NORMAL": 798,
+ "TEXCOORD_0": 799
+ },
+ "material": 199,
+ "indices": 796
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 801,
+ "NORMAL": 802,
+ "TEXCOORD_0": 803
+ },
+ "material": 200,
+ "indices": 800
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 805,
+ "NORMAL": 806,
+ "TEXCOORD_0": 807
+ },
+ "material": 201,
+ "indices": 804
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 809,
+ "NORMAL": 810,
+ "TEXCOORD_0": 811
+ },
+ "material": 202,
+ "indices": 808
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 813,
+ "NORMAL": 814,
+ "TEXCOORD_0": 815
+ },
+ "material": 203,
+ "indices": 812
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 817,
+ "NORMAL": 818,
+ "TEXCOORD_0": 819
+ },
+ "material": 204,
+ "indices": 816
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 821,
+ "NORMAL": 822,
+ "TEXCOORD_0": 823
+ },
+ "material": 205,
+ "indices": 820
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 825,
+ "NORMAL": 826,
+ "TEXCOORD_0": 827
+ },
+ "material": 206,
+ "indices": 824
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 829,
+ "NORMAL": 830,
+ "TEXCOORD_0": 831
+ },
+ "material": 207,
+ "indices": 828
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 833,
+ "NORMAL": 834,
+ "TEXCOORD_0": 835
+ },
+ "material": 208,
+ "indices": 832
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 837,
+ "NORMAL": 838,
+ "TEXCOORD_0": 839
+ },
+ "material": 209,
+ "indices": 836
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 841,
+ "NORMAL": 842,
+ "TEXCOORD_0": 843
+ },
+ "material": 210,
+ "indices": 840
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 845,
+ "NORMAL": 846,
+ "TEXCOORD_0": 847
+ },
+ "material": 211,
+ "indices": 844
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 849,
+ "NORMAL": 850,
+ "TEXCOORD_0": 851
+ },
+ "material": 212,
+ "indices": 848
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 853,
+ "NORMAL": 854,
+ "TEXCOORD_0": 855
+ },
+ "material": 213,
+ "indices": 852
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 857,
+ "NORMAL": 858,
+ "TEXCOORD_0": 859
+ },
+ "material": 214,
+ "indices": 856
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 861,
+ "NORMAL": 862,
+ "TEXCOORD_0": 863
+ },
+ "material": 215,
+ "indices": 860
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 865,
+ "NORMAL": 866,
+ "TEXCOORD_0": 867
+ },
+ "material": 216,
+ "indices": 864
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 869,
+ "NORMAL": 870,
+ "TEXCOORD_0": 871
+ },
+ "material": 217,
+ "indices": 868
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 873,
+ "NORMAL": 874,
+ "TEXCOORD_0": 875
+ },
+ "material": 218,
+ "indices": 872
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 877,
+ "NORMAL": 878,
+ "TEXCOORD_0": 879
+ },
+ "material": 219,
+ "indices": 876
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 881,
+ "NORMAL": 882,
+ "TEXCOORD_0": 883
+ },
+ "material": 220,
+ "indices": 880
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 885,
+ "NORMAL": 886,
+ "TEXCOORD_0": 887
+ },
+ "material": 221,
+ "indices": 884
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 889,
+ "NORMAL": 890,
+ "TEXCOORD_0": 891
+ },
+ "material": 222,
+ "indices": 888
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 893,
+ "NORMAL": 894,
+ "TEXCOORD_0": 895
+ },
+ "material": 223,
+ "indices": 892
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 897,
+ "NORMAL": 898,
+ "TEXCOORD_0": 899
+ },
+ "material": 224,
+ "indices": 896
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 901,
+ "NORMAL": 902,
+ "TEXCOORD_0": 903
+ },
+ "material": 225,
+ "indices": 900
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 905,
+ "NORMAL": 906,
+ "TEXCOORD_0": 907
+ },
+ "material": 226,
+ "indices": 904
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 909,
+ "NORMAL": 910,
+ "TEXCOORD_0": 911
+ },
+ "material": 227,
+ "indices": 908
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 913,
+ "NORMAL": 914,
+ "TEXCOORD_0": 915
+ },
+ "material": 228,
+ "indices": 912
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 917,
+ "NORMAL": 918,
+ "TEXCOORD_0": 919
+ },
+ "material": 229,
+ "indices": 916
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 921,
+ "NORMAL": 922,
+ "TEXCOORD_0": 923
+ },
+ "material": 230,
+ "indices": 920
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 925,
+ "NORMAL": 926,
+ "TEXCOORD_0": 927
+ },
+ "material": 231,
+ "indices": 924
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 929,
+ "NORMAL": 930,
+ "TEXCOORD_0": 931
+ },
+ "material": 232,
+ "indices": 928
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 933,
+ "NORMAL": 934,
+ "TEXCOORD_0": 935
+ },
+ "material": 233,
+ "indices": 932
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 937,
+ "NORMAL": 938,
+ "TEXCOORD_0": 939
+ },
+ "material": 234,
+ "indices": 936
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 941,
+ "NORMAL": 942,
+ "TEXCOORD_0": 943
+ },
+ "material": 235,
+ "indices": 940
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 945,
+ "NORMAL": 946,
+ "TEXCOORD_0": 947
+ },
+ "material": 236,
+ "indices": 944
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 949,
+ "NORMAL": 950,
+ "TEXCOORD_0": 951
+ },
+ "material": 237,
+ "indices": 948
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 953,
+ "NORMAL": 954,
+ "TEXCOORD_0": 955
+ },
+ "material": 238,
+ "indices": 952
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 957,
+ "NORMAL": 958,
+ "TEXCOORD_0": 959
+ },
+ "material": 239,
+ "indices": 956
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 961,
+ "NORMAL": 962,
+ "TEXCOORD_0": 963
+ },
+ "material": 240,
+ "indices": 960
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 965,
+ "NORMAL": 966,
+ "TEXCOORD_0": 967
+ },
+ "material": 241,
+ "indices": 964
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 969,
+ "NORMAL": 970,
+ "TEXCOORD_0": 971
+ },
+ "material": 242,
+ "indices": 968
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 973,
+ "NORMAL": 974,
+ "TEXCOORD_0": 975
+ },
+ "material": 243,
+ "indices": 972
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 977,
+ "NORMAL": 978,
+ "TEXCOORD_0": 979
+ },
+ "material": 244,
+ "indices": 976
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 981,
+ "NORMAL": 982,
+ "TEXCOORD_0": 983
+ },
+ "material": 245,
+ "indices": 980
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 985,
+ "NORMAL": 986,
+ "TEXCOORD_0": 987
+ },
+ "material": 246,
+ "indices": 984
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 989,
+ "NORMAL": 990,
+ "TEXCOORD_0": 991
+ },
+ "material": 247,
+ "indices": 988
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 993,
+ "NORMAL": 994,
+ "TEXCOORD_0": 995
+ },
+ "material": 248,
+ "indices": 992
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 997,
+ "NORMAL": 998,
+ "TEXCOORD_0": 999
+ },
+ "material": 249,
+ "indices": 996
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1001,
+ "NORMAL": 1002,
+ "TEXCOORD_0": 1003
+ },
+ "material": 250,
+ "indices": 1000
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1005,
+ "NORMAL": 1006,
+ "TEXCOORD_0": 1007
+ },
+ "material": 251,
+ "indices": 1004
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1009,
+ "NORMAL": 1010,
+ "TEXCOORD_0": 1011
+ },
+ "material": 252,
+ "indices": 1008
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1013,
+ "NORMAL": 1014,
+ "TEXCOORD_0": 1015
+ },
+ "material": 253,
+ "indices": 1012
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1017,
+ "NORMAL": 1018,
+ "TEXCOORD_0": 1019
+ },
+ "material": 254,
+ "indices": 1016
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1021,
+ "NORMAL": 1022,
+ "TEXCOORD_0": 1023
+ },
+ "material": 255,
+ "indices": 1020
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1025,
+ "NORMAL": 1026,
+ "TEXCOORD_0": 1027
+ },
+ "material": 256,
+ "indices": 1024
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1029,
+ "NORMAL": 1030,
+ "TEXCOORD_0": 1031
+ },
+ "material": 257,
+ "indices": 1028
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1033,
+ "NORMAL": 1034,
+ "TEXCOORD_0": 1035
+ },
+ "material": 258,
+ "indices": 1032
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1037,
+ "NORMAL": 1038,
+ "TEXCOORD_0": 1039
+ },
+ "material": 259,
+ "indices": 1036
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1041,
+ "NORMAL": 1042,
+ "TEXCOORD_0": 1043
+ },
+ "material": 260,
+ "indices": 1040
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1045,
+ "NORMAL": 1046,
+ "TEXCOORD_0": 1047
+ },
+ "material": 261,
+ "indices": 1044
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1049,
+ "NORMAL": 1050,
+ "TEXCOORD_0": 1051
+ },
+ "material": 262,
+ "indices": 1048
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1053,
+ "NORMAL": 1054,
+ "TEXCOORD_0": 1055
+ },
+ "material": 263,
+ "indices": 1052
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1057,
+ "NORMAL": 1058,
+ "TEXCOORD_0": 1059
+ },
+ "material": 264,
+ "indices": 1056
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1061,
+ "NORMAL": 1062,
+ "TEXCOORD_0": 1063
+ },
+ "material": 265,
+ "indices": 1060
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1065,
+ "NORMAL": 1066,
+ "TEXCOORD_0": 1067
+ },
+ "material": 266,
+ "indices": 1064
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1069,
+ "NORMAL": 1070,
+ "TEXCOORD_0": 1071
+ },
+ "material": 267,
+ "indices": 1068
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1073,
+ "NORMAL": 1074,
+ "TEXCOORD_0": 1075
+ },
+ "material": 268,
+ "indices": 1072
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1077,
+ "NORMAL": 1078,
+ "TEXCOORD_0": 1079
+ },
+ "material": 269,
+ "indices": 1076
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1081,
+ "NORMAL": 1082,
+ "TEXCOORD_0": 1083
+ },
+ "material": 270,
+ "indices": 1080
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1085,
+ "NORMAL": 1086,
+ "TEXCOORD_0": 1087
+ },
+ "material": 271,
+ "indices": 1084
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1089,
+ "NORMAL": 1090,
+ "TEXCOORD_0": 1091
+ },
+ "material": 272,
+ "indices": 1088
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1093,
+ "NORMAL": 1094,
+ "TEXCOORD_0": 1095
+ },
+ "material": 273,
+ "indices": 1092
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1097,
+ "NORMAL": 1098,
+ "TEXCOORD_0": 1099
+ },
+ "material": 274,
+ "indices": 1096
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1101,
+ "NORMAL": 1102,
+ "TEXCOORD_0": 1103
+ },
+ "material": 275,
+ "indices": 1100
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1105,
+ "NORMAL": 1106,
+ "TEXCOORD_0": 1107
+ },
+ "material": 276,
+ "indices": 1104
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1109,
+ "NORMAL": 1110,
+ "TEXCOORD_0": 1111
+ },
+ "material": 277,
+ "indices": 1108
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1113,
+ "NORMAL": 1114,
+ "TEXCOORD_0": 1115
+ },
+ "material": 278,
+ "indices": 1112
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1117,
+ "NORMAL": 1118,
+ "TEXCOORD_0": 1119
+ },
+ "material": 279,
+ "indices": 1116
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1121,
+ "NORMAL": 1122,
+ "TEXCOORD_0": 1123
+ },
+ "material": 280,
+ "indices": 1120
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1125,
+ "NORMAL": 1126,
+ "TEXCOORD_0": 1127
+ },
+ "material": 281,
+ "indices": 1124
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1129,
+ "NORMAL": 1130,
+ "TEXCOORD_0": 1131
+ },
+ "material": 282,
+ "indices": 1128
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1133,
+ "NORMAL": 1134,
+ "TEXCOORD_0": 1135
+ },
+ "material": 283,
+ "indices": 1132
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1137,
+ "NORMAL": 1138,
+ "TEXCOORD_0": 1139
+ },
+ "material": 284,
+ "indices": 1136
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1141,
+ "NORMAL": 1142,
+ "TEXCOORD_0": 1143
+ },
+ "material": 285,
+ "indices": 1140
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1145,
+ "NORMAL": 1146,
+ "TEXCOORD_0": 1147
+ },
+ "material": 286,
+ "indices": 1144
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1149,
+ "NORMAL": 1150,
+ "TEXCOORD_0": 1151
+ },
+ "material": 287,
+ "indices": 1148
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1153,
+ "NORMAL": 1154,
+ "TEXCOORD_0": 1155
+ },
+ "material": 288,
+ "indices": 1152
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1157,
+ "NORMAL": 1158,
+ "TEXCOORD_0": 1159
+ },
+ "material": 289,
+ "indices": 1156
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1161,
+ "NORMAL": 1162,
+ "TEXCOORD_0": 1163
+ },
+ "material": 290,
+ "indices": 1160
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1165,
+ "NORMAL": 1166,
+ "TEXCOORD_0": 1167
+ },
+ "material": 291,
+ "indices": 1164
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1169,
+ "NORMAL": 1170,
+ "TEXCOORD_0": 1171
+ },
+ "material": 292,
+ "indices": 1168
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1173,
+ "NORMAL": 1174,
+ "TEXCOORD_0": 1175
+ },
+ "material": 293,
+ "indices": 1172
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1177,
+ "NORMAL": 1178,
+ "TEXCOORD_0": 1179
+ },
+ "material": 294,
+ "indices": 1176
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1181,
+ "NORMAL": 1182,
+ "TEXCOORD_0": 1183
+ },
+ "material": 295,
+ "indices": 1180
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1185,
+ "NORMAL": 1186,
+ "TEXCOORD_0": 1187
+ },
+ "material": 296,
+ "indices": 1184
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1189,
+ "NORMAL": 1190,
+ "TEXCOORD_0": 1191
+ },
+ "material": 297,
+ "indices": 1188
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1193,
+ "NORMAL": 1194,
+ "TEXCOORD_0": 1195
+ },
+ "material": 298,
+ "indices": 1192
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1197,
+ "NORMAL": 1198,
+ "TEXCOORD_0": 1199
+ },
+ "material": 299,
+ "indices": 1196
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1201,
+ "NORMAL": 1202,
+ "TEXCOORD_0": 1203
+ },
+ "material": 300,
+ "indices": 1200
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1205,
+ "NORMAL": 1206,
+ "TEXCOORD_0": 1207
+ },
+ "material": 301,
+ "indices": 1204
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1209,
+ "NORMAL": 1210,
+ "TEXCOORD_0": 1211
+ },
+ "material": 302,
+ "indices": 1208
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1213,
+ "NORMAL": 1214,
+ "TEXCOORD_0": 1215
+ },
+ "material": 303,
+ "indices": 1212
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1217,
+ "NORMAL": 1218,
+ "TEXCOORD_0": 1219
+ },
+ "material": 304,
+ "indices": 1216
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1221,
+ "NORMAL": 1222,
+ "TEXCOORD_0": 1223
+ },
+ "material": 305,
+ "indices": 1220
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1225,
+ "NORMAL": 1226,
+ "TEXCOORD_0": 1227
+ },
+ "material": 306,
+ "indices": 1224
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1229,
+ "NORMAL": 1230,
+ "TEXCOORD_0": 1231
+ },
+ "material": 307,
+ "indices": 1228
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1233,
+ "NORMAL": 1234,
+ "TEXCOORD_0": 1235
+ },
+ "material": 308,
+ "indices": 1232
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1237,
+ "NORMAL": 1238,
+ "TEXCOORD_0": 1239
+ },
+ "material": 309,
+ "indices": 1236
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1241,
+ "NORMAL": 1242,
+ "TEXCOORD_0": 1243
+ },
+ "material": 310,
+ "indices": 1240
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1245,
+ "NORMAL": 1246,
+ "TEXCOORD_0": 1247
+ },
+ "material": 311,
+ "indices": 1244
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1249,
+ "NORMAL": 1250,
+ "TEXCOORD_0": 1251
+ },
+ "material": 312,
+ "indices": 1248
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1253,
+ "NORMAL": 1254,
+ "TEXCOORD_0": 1255
+ },
+ "material": 313,
+ "indices": 1252
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1257,
+ "NORMAL": 1258,
+ "TEXCOORD_0": 1259
+ },
+ "material": 314,
+ "indices": 1256
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1261,
+ "NORMAL": 1262,
+ "TEXCOORD_0": 1263
+ },
+ "material": 315,
+ "indices": 1260
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1265,
+ "NORMAL": 1266,
+ "TEXCOORD_0": 1267
+ },
+ "material": 316,
+ "indices": 1264
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1269,
+ "NORMAL": 1270,
+ "TEXCOORD_0": 1271
+ },
+ "material": 317,
+ "indices": 1268
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1273,
+ "NORMAL": 1274,
+ "TEXCOORD_0": 1275
+ },
+ "material": 318,
+ "indices": 1272
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1277,
+ "NORMAL": 1278,
+ "TEXCOORD_0": 1279
+ },
+ "material": 319,
+ "indices": 1276
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1281,
+ "NORMAL": 1282,
+ "TEXCOORD_0": 1283
+ },
+ "material": 320,
+ "indices": 1280
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1285,
+ "NORMAL": 1286,
+ "TEXCOORD_0": 1287
+ },
+ "material": 321,
+ "indices": 1284
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1289,
+ "NORMAL": 1290,
+ "TEXCOORD_0": 1291
+ },
+ "material": 322,
+ "indices": 1288
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1293,
+ "NORMAL": 1294,
+ "TEXCOORD_0": 1295
+ },
+ "material": 323,
+ "indices": 1292
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1297,
+ "NORMAL": 1298,
+ "TEXCOORD_0": 1299
+ },
+ "material": 324,
+ "indices": 1296
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1301,
+ "NORMAL": 1302,
+ "TEXCOORD_0": 1303
+ },
+ "material": 325,
+ "indices": 1300
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1305,
+ "NORMAL": 1306,
+ "TEXCOORD_0": 1307
+ },
+ "material": 326,
+ "indices": 1304
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1309,
+ "NORMAL": 1310,
+ "TEXCOORD_0": 1311
+ },
+ "material": 327,
+ "indices": 1308
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1313,
+ "NORMAL": 1314,
+ "TEXCOORD_0": 1315
+ },
+ "material": 328,
+ "indices": 1312
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1317,
+ "NORMAL": 1318,
+ "TEXCOORD_0": 1319
+ },
+ "material": 329,
+ "indices": 1316
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1321,
+ "NORMAL": 1322,
+ "TEXCOORD_0": 1323
+ },
+ "material": 330,
+ "indices": 1320
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1325,
+ "NORMAL": 1326,
+ "TEXCOORD_0": 1327
+ },
+ "material": 331,
+ "indices": 1324
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1329,
+ "NORMAL": 1330,
+ "TEXCOORD_0": 1331
+ },
+ "material": 332,
+ "indices": 1328
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1333,
+ "NORMAL": 1334,
+ "TEXCOORD_0": 1335
+ },
+ "material": 333,
+ "indices": 1332
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1337,
+ "NORMAL": 1338,
+ "TEXCOORD_0": 1339
+ },
+ "material": 334,
+ "indices": 1336
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1341,
+ "NORMAL": 1342,
+ "TEXCOORD_0": 1343
+ },
+ "material": 335,
+ "indices": 1340
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1345,
+ "NORMAL": 1346,
+ "TEXCOORD_0": 1347
+ },
+ "material": 336,
+ "indices": 1344
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1349,
+ "NORMAL": 1350,
+ "TEXCOORD_0": 1351
+ },
+ "material": 337,
+ "indices": 1348
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1353,
+ "NORMAL": 1354,
+ "TEXCOORD_0": 1355
+ },
+ "material": 338,
+ "indices": 1352
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1357,
+ "NORMAL": 1358,
+ "TEXCOORD_0": 1359
+ },
+ "material": 339,
+ "indices": 1356
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1361,
+ "NORMAL": 1362,
+ "TEXCOORD_0": 1363
+ },
+ "material": 340,
+ "indices": 1360
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1365,
+ "NORMAL": 1366,
+ "TEXCOORD_0": 1367
+ },
+ "material": 341,
+ "indices": 1364
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1369,
+ "NORMAL": 1370,
+ "TEXCOORD_0": 1371
+ },
+ "material": 342,
+ "indices": 1368
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1373,
+ "NORMAL": 1374,
+ "TEXCOORD_0": 1375
+ },
+ "material": 343,
+ "indices": 1372
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1377,
+ "NORMAL": 1378,
+ "TEXCOORD_0": 1379
+ },
+ "material": 344,
+ "indices": 1376
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1381,
+ "NORMAL": 1382,
+ "TEXCOORD_0": 1383
+ },
+ "material": 345,
+ "indices": 1380
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1385,
+ "NORMAL": 1386,
+ "TEXCOORD_0": 1387
+ },
+ "material": 346,
+ "indices": 1384
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1389,
+ "NORMAL": 1390,
+ "TEXCOORD_0": 1391
+ },
+ "material": 347,
+ "indices": 1388
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1393,
+ "NORMAL": 1394,
+ "TEXCOORD_0": 1395
+ },
+ "material": 348,
+ "indices": 1392
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1397,
+ "NORMAL": 1398,
+ "TEXCOORD_0": 1399
+ },
+ "material": 349,
+ "indices": 1396
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1401,
+ "NORMAL": 1402,
+ "TEXCOORD_0": 1403
+ },
+ "material": 350,
+ "indices": 1400
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1405,
+ "NORMAL": 1406,
+ "TEXCOORD_0": 1407
+ },
+ "material": 351,
+ "indices": 1404
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1409,
+ "NORMAL": 1410,
+ "TEXCOORD_0": 1411
+ },
+ "material": 352,
+ "indices": 1408
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1413,
+ "NORMAL": 1414,
+ "TEXCOORD_0": 1415
+ },
+ "material": 353,
+ "indices": 1412
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1417,
+ "NORMAL": 1418,
+ "TEXCOORD_0": 1419
+ },
+ "material": 354,
+ "indices": 1416
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1421,
+ "NORMAL": 1422,
+ "TEXCOORD_0": 1423
+ },
+ "material": 355,
+ "indices": 1420
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1425,
+ "NORMAL": 1426,
+ "TEXCOORD_0": 1427
+ },
+ "material": 356,
+ "indices": 1424
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1429,
+ "NORMAL": 1430,
+ "TEXCOORD_0": 1431
+ },
+ "material": 357,
+ "indices": 1428
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1433,
+ "NORMAL": 1434,
+ "TEXCOORD_0": 1435
+ },
+ "material": 358,
+ "indices": 1432
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1437,
+ "NORMAL": 1438,
+ "TEXCOORD_0": 1439
+ },
+ "material": 359,
+ "indices": 1436
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1441,
+ "NORMAL": 1442,
+ "TEXCOORD_0": 1443
+ },
+ "material": 360,
+ "indices": 1440
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1445,
+ "NORMAL": 1446,
+ "TEXCOORD_0": 1447
+ },
+ "material": 361,
+ "indices": 1444
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1449,
+ "NORMAL": 1450,
+ "TEXCOORD_0": 1451
+ },
+ "material": 362,
+ "indices": 1448
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1453,
+ "NORMAL": 1454,
+ "TEXCOORD_0": 1455
+ },
+ "material": 363,
+ "indices": 1452
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1457,
+ "NORMAL": 1458,
+ "TEXCOORD_0": 1459
+ },
+ "material": 364,
+ "indices": 1456
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1461,
+ "NORMAL": 1462,
+ "TEXCOORD_0": 1463
+ },
+ "material": 365,
+ "indices": 1460
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1465,
+ "NORMAL": 1466,
+ "TEXCOORD_0": 1467
+ },
+ "material": 366,
+ "indices": 1464
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1469,
+ "NORMAL": 1470,
+ "TEXCOORD_0": 1471
+ },
+ "material": 367,
+ "indices": 1468
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1473,
+ "NORMAL": 1474,
+ "TEXCOORD_0": 1475
+ },
+ "material": 368,
+ "indices": 1472
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1477,
+ "NORMAL": 1478,
+ "TEXCOORD_0": 1479
+ },
+ "material": 369,
+ "indices": 1476
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1481,
+ "NORMAL": 1482,
+ "TEXCOORD_0": 1483
+ },
+ "material": 370,
+ "indices": 1480
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1485,
+ "NORMAL": 1486,
+ "TEXCOORD_0": 1487
+ },
+ "material": 371,
+ "indices": 1484
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1489,
+ "NORMAL": 1490,
+ "TEXCOORD_0": 1491
+ },
+ "material": 372,
+ "indices": 1488
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1493,
+ "NORMAL": 1494,
+ "TEXCOORD_0": 1495
+ },
+ "material": 373,
+ "indices": 1492
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1497,
+ "NORMAL": 1498,
+ "TEXCOORD_0": 1499
+ },
+ "material": 374,
+ "indices": 1496
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1501,
+ "NORMAL": 1502,
+ "TEXCOORD_0": 1503
+ },
+ "material": 375,
+ "indices": 1500
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1505,
+ "NORMAL": 1506,
+ "TEXCOORD_0": 1507
+ },
+ "material": 376,
+ "indices": 1504
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1509,
+ "NORMAL": 1510,
+ "TEXCOORD_0": 1511
+ },
+ "material": 377,
+ "indices": 1508
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1513,
+ "NORMAL": 1514,
+ "TEXCOORD_0": 1515
+ },
+ "material": 378,
+ "indices": 1512
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1517,
+ "NORMAL": 1518,
+ "TEXCOORD_0": 1519
+ },
+ "material": 379,
+ "indices": 1516
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1521,
+ "NORMAL": 1522,
+ "TEXCOORD_0": 1523
+ },
+ "material": 380,
+ "indices": 1520
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1525,
+ "NORMAL": 1526,
+ "TEXCOORD_0": 1527
+ },
+ "material": 381,
+ "indices": 1524
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1529,
+ "NORMAL": 1530,
+ "TEXCOORD_0": 1531
+ },
+ "material": 382,
+ "indices": 1528
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1533,
+ "NORMAL": 1534,
+ "TEXCOORD_0": 1535
+ },
+ "material": 383,
+ "indices": 1532
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1537,
+ "NORMAL": 1538,
+ "TEXCOORD_0": 1539
+ },
+ "material": 384,
+ "indices": 1536
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1541,
+ "NORMAL": 1542,
+ "TEXCOORD_0": 1543
+ },
+ "material": 385,
+ "indices": 1540
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1545,
+ "NORMAL": 1546,
+ "TEXCOORD_0": 1547
+ },
+ "material": 386,
+ "indices": 1544
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1549,
+ "NORMAL": 1550,
+ "TEXCOORD_0": 1551
+ },
+ "material": 387,
+ "indices": 1548
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1553,
+ "NORMAL": 1554,
+ "TEXCOORD_0": 1555
+ },
+ "material": 388,
+ "indices": 1552
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1557,
+ "NORMAL": 1558,
+ "TEXCOORD_0": 1559
+ },
+ "material": 389,
+ "indices": 1556
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1561,
+ "NORMAL": 1562,
+ "TEXCOORD_0": 1563
+ },
+ "material": 390,
+ "indices": 1560
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1565,
+ "NORMAL": 1566,
+ "TEXCOORD_0": 1567
+ },
+ "material": 391,
+ "indices": 1564
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1569,
+ "NORMAL": 1570,
+ "TEXCOORD_0": 1571
+ },
+ "material": 392,
+ "indices": 1568
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1573,
+ "NORMAL": 1574,
+ "TEXCOORD_0": 1575
+ },
+ "material": 393,
+ "indices": 1572
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1577,
+ "NORMAL": 1578,
+ "TEXCOORD_0": 1579
+ },
+ "material": 394,
+ "indices": 1576
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1581,
+ "NORMAL": 1582,
+ "TEXCOORD_0": 1583
+ },
+ "material": 395,
+ "indices": 1580
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1585,
+ "NORMAL": 1586,
+ "TEXCOORD_0": 1587
+ },
+ "material": 396,
+ "indices": 1584
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1589,
+ "NORMAL": 1590,
+ "TEXCOORD_0": 1591
+ },
+ "material": 397,
+ "indices": 1588
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1593,
+ "NORMAL": 1594,
+ "TEXCOORD_0": 1595
+ },
+ "material": 398,
+ "indices": 1592
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1597,
+ "NORMAL": 1598,
+ "TEXCOORD_0": 1599
+ },
+ "material": 399,
+ "indices": 1596
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1601,
+ "NORMAL": 1602,
+ "TEXCOORD_0": 1603
+ },
+ "material": 400,
+ "indices": 1600
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1605,
+ "NORMAL": 1606,
+ "TEXCOORD_0": 1607
+ },
+ "material": 401,
+ "indices": 1604
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1609,
+ "NORMAL": 1610,
+ "TEXCOORD_0": 1611
+ },
+ "material": 402,
+ "indices": 1608
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1613,
+ "NORMAL": 1614,
+ "TEXCOORD_0": 1615
+ },
+ "material": 403,
+ "indices": 1612
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1617,
+ "NORMAL": 1618,
+ "TEXCOORD_0": 1619
+ },
+ "material": 404,
+ "indices": 1616
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1621,
+ "NORMAL": 1622,
+ "TEXCOORD_0": 1623
+ },
+ "material": 405,
+ "indices": 1620
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1625,
+ "NORMAL": 1626,
+ "TEXCOORD_0": 1627
+ },
+ "material": 406,
+ "indices": 1624
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1629,
+ "NORMAL": 1630,
+ "TEXCOORD_0": 1631
+ },
+ "material": 407,
+ "indices": 1628
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1633,
+ "NORMAL": 1634,
+ "TEXCOORD_0": 1635
+ },
+ "material": 408,
+ "indices": 1632
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1637,
+ "NORMAL": 1638,
+ "TEXCOORD_0": 1639
+ },
+ "material": 409,
+ "indices": 1636
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1641,
+ "NORMAL": 1642,
+ "TEXCOORD_0": 1643
+ },
+ "material": 410,
+ "indices": 1640
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1645,
+ "NORMAL": 1646,
+ "TEXCOORD_0": 1647
+ },
+ "material": 411,
+ "indices": 1644
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1649,
+ "NORMAL": 1650,
+ "TEXCOORD_0": 1651
+ },
+ "material": 412,
+ "indices": 1648
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1653,
+ "NORMAL": 1654,
+ "TEXCOORD_0": 1655
+ },
+ "material": 413,
+ "indices": 1652
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1657,
+ "NORMAL": 1658,
+ "TEXCOORD_0": 1659
+ },
+ "material": 414,
+ "indices": 1656
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1661,
+ "NORMAL": 1662,
+ "TEXCOORD_0": 1663
+ },
+ "material": 415,
+ "indices": 1660
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1665,
+ "NORMAL": 1666,
+ "TEXCOORD_0": 1667
+ },
+ "material": 416,
+ "indices": 1664
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1669,
+ "NORMAL": 1670,
+ "TEXCOORD_0": 1671
+ },
+ "material": 417,
+ "indices": 1668
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1673,
+ "NORMAL": 1674,
+ "TEXCOORD_0": 1675
+ },
+ "material": 418,
+ "indices": 1672
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1677,
+ "NORMAL": 1678,
+ "TEXCOORD_0": 1679
+ },
+ "material": 419,
+ "indices": 1676
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1681,
+ "NORMAL": 1682,
+ "TEXCOORD_0": 1683
+ },
+ "material": 420,
+ "indices": 1680
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1685,
+ "NORMAL": 1686,
+ "TEXCOORD_0": 1687
+ },
+ "material": 421,
+ "indices": 1684
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1689,
+ "NORMAL": 1690,
+ "TEXCOORD_0": 1691
+ },
+ "material": 422,
+ "indices": 1688
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1693,
+ "NORMAL": 1694,
+ "TEXCOORD_0": 1695
+ },
+ "material": 423,
+ "indices": 1692
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1697,
+ "NORMAL": 1698,
+ "TEXCOORD_0": 1699
+ },
+ "material": 424,
+ "indices": 1696
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1701,
+ "NORMAL": 1702,
+ "TEXCOORD_0": 1703
+ },
+ "material": 425,
+ "indices": 1700
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1705,
+ "NORMAL": 1706,
+ "TEXCOORD_0": 1707
+ },
+ "material": 426,
+ "indices": 1704
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1709,
+ "NORMAL": 1710,
+ "TEXCOORD_0": 1711
+ },
+ "material": 427,
+ "indices": 1708
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1713,
+ "NORMAL": 1714,
+ "TEXCOORD_0": 1715
+ },
+ "material": 428,
+ "indices": 1712
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1717,
+ "NORMAL": 1718,
+ "TEXCOORD_0": 1719
+ },
+ "material": 429,
+ "indices": 1716
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1721,
+ "NORMAL": 1722,
+ "TEXCOORD_0": 1723
+ },
+ "material": 430,
+ "indices": 1720
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1725,
+ "NORMAL": 1726,
+ "TEXCOORD_0": 1727
+ },
+ "material": 431,
+ "indices": 1724
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1729,
+ "NORMAL": 1730,
+ "TEXCOORD_0": 1731
+ },
+ "material": 432,
+ "indices": 1728
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1733,
+ "NORMAL": 1734,
+ "TEXCOORD_0": 1735
+ },
+ "material": 433,
+ "indices": 1732
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1737,
+ "NORMAL": 1738,
+ "TEXCOORD_0": 1739
+ },
+ "material": 434,
+ "indices": 1736
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1741,
+ "NORMAL": 1742,
+ "TEXCOORD_0": 1743
+ },
+ "material": 435,
+ "indices": 1740
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1745,
+ "NORMAL": 1746,
+ "TEXCOORD_0": 1747
+ },
+ "material": 436,
+ "indices": 1744
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1749,
+ "NORMAL": 1750,
+ "TEXCOORD_0": 1751
+ },
+ "material": 437,
+ "indices": 1748
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1753,
+ "NORMAL": 1754,
+ "TEXCOORD_0": 1755
+ },
+ "material": 438,
+ "indices": 1752
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1757,
+ "NORMAL": 1758,
+ "TEXCOORD_0": 1759
+ },
+ "material": 439,
+ "indices": 1756
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1761,
+ "NORMAL": 1762,
+ "TEXCOORD_0": 1763
+ },
+ "material": 440,
+ "indices": 1760
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1765,
+ "NORMAL": 1766,
+ "TEXCOORD_0": 1767
+ },
+ "material": 441,
+ "indices": 1764
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1769,
+ "NORMAL": 1770,
+ "TEXCOORD_0": 1771
+ },
+ "material": 442,
+ "indices": 1768
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1773,
+ "NORMAL": 1774,
+ "TEXCOORD_0": 1775
+ },
+ "material": 443,
+ "indices": 1772
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1777,
+ "NORMAL": 1778,
+ "TEXCOORD_0": 1779
+ },
+ "material": 444,
+ "indices": 1776
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1781,
+ "NORMAL": 1782,
+ "TEXCOORD_0": 1783
+ },
+ "material": 445,
+ "indices": 1780
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1785,
+ "NORMAL": 1786,
+ "TEXCOORD_0": 1787
+ },
+ "material": 446,
+ "indices": 1784
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1789,
+ "NORMAL": 1790,
+ "TEXCOORD_0": 1791
+ },
+ "material": 447,
+ "indices": 1788
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1793,
+ "NORMAL": 1794,
+ "TEXCOORD_0": 1795
+ },
+ "material": 448,
+ "indices": 1792
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1797,
+ "NORMAL": 1798,
+ "TEXCOORD_0": 1799
+ },
+ "material": 449,
+ "indices": 1796
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1801,
+ "NORMAL": 1802,
+ "TEXCOORD_0": 1803
+ },
+ "material": 450,
+ "indices": 1800
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1805,
+ "NORMAL": 1806,
+ "TEXCOORD_0": 1807
+ },
+ "material": 451,
+ "indices": 1804
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1809,
+ "NORMAL": 1810,
+ "TEXCOORD_0": 1811
+ },
+ "material": 452,
+ "indices": 1808
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1813,
+ "NORMAL": 1814,
+ "TEXCOORD_0": 1815
+ },
+ "material": 453,
+ "indices": 1812
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1817,
+ "NORMAL": 1818,
+ "TEXCOORD_0": 1819
+ },
+ "material": 454,
+ "indices": 1816
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1821,
+ "NORMAL": 1822,
+ "TEXCOORD_0": 1823
+ },
+ "material": 455,
+ "indices": 1820
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1825,
+ "NORMAL": 1826,
+ "TEXCOORD_0": 1827
+ },
+ "material": 456,
+ "indices": 1824
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1829,
+ "NORMAL": 1830,
+ "TEXCOORD_0": 1831
+ },
+ "material": 457,
+ "indices": 1828
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1833,
+ "NORMAL": 1834,
+ "TEXCOORD_0": 1835
+ },
+ "material": 458,
+ "indices": 1832
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1837,
+ "NORMAL": 1838,
+ "TEXCOORD_0": 1839
+ },
+ "material": 459,
+ "indices": 1836
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1841,
+ "NORMAL": 1842,
+ "TEXCOORD_0": 1843
+ },
+ "material": 460,
+ "indices": 1840
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1845,
+ "NORMAL": 1846,
+ "TEXCOORD_0": 1847
+ },
+ "material": 461,
+ "indices": 1844
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1849,
+ "NORMAL": 1850,
+ "TEXCOORD_0": 1851
+ },
+ "material": 462,
+ "indices": 1848
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1853,
+ "NORMAL": 1854,
+ "TEXCOORD_0": 1855
+ },
+ "material": 463,
+ "indices": 1852
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1857,
+ "NORMAL": 1858,
+ "TEXCOORD_0": 1859
+ },
+ "material": 464,
+ "indices": 1856
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1861,
+ "NORMAL": 1862,
+ "TEXCOORD_0": 1863
+ },
+ "material": 465,
+ "indices": 1860
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1865,
+ "NORMAL": 1866,
+ "TEXCOORD_0": 1867
+ },
+ "material": 466,
+ "indices": 1864
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1869,
+ "NORMAL": 1870,
+ "TEXCOORD_0": 1871
+ },
+ "material": 467,
+ "indices": 1868
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1873,
+ "NORMAL": 1874,
+ "TEXCOORD_0": 1875
+ },
+ "material": 468,
+ "indices": 1872
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1877,
+ "NORMAL": 1878,
+ "TEXCOORD_0": 1879
+ },
+ "material": 469,
+ "indices": 1876
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1881,
+ "NORMAL": 1882,
+ "TEXCOORD_0": 1883
+ },
+ "material": 470,
+ "indices": 1880
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1885,
+ "NORMAL": 1886,
+ "TEXCOORD_0": 1887
+ },
+ "material": 471,
+ "indices": 1884
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1889,
+ "NORMAL": 1890,
+ "TEXCOORD_0": 1891
+ },
+ "material": 472,
+ "indices": 1888
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1893,
+ "NORMAL": 1894,
+ "TEXCOORD_0": 1895
+ },
+ "material": 473,
+ "indices": 1892
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1897,
+ "NORMAL": 1898,
+ "TEXCOORD_0": 1899
+ },
+ "material": 474,
+ "indices": 1896
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1901,
+ "NORMAL": 1902,
+ "TEXCOORD_0": 1903
+ },
+ "material": 475,
+ "indices": 1900
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1905,
+ "NORMAL": 1906,
+ "TEXCOORD_0": 1907
+ },
+ "material": 476,
+ "indices": 1904
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1909,
+ "NORMAL": 1910,
+ "TEXCOORD_0": 1911
+ },
+ "material": 477,
+ "indices": 1908
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1913,
+ "NORMAL": 1914,
+ "TEXCOORD_0": 1915
+ },
+ "material": 478,
+ "indices": 1912
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1917,
+ "NORMAL": 1918,
+ "TEXCOORD_0": 1919
+ },
+ "material": 479,
+ "indices": 1916
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1921,
+ "NORMAL": 1922,
+ "TEXCOORD_0": 1923
+ },
+ "material": 480,
+ "indices": 1920
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1925,
+ "NORMAL": 1926,
+ "TEXCOORD_0": 1927
+ },
+ "material": 481,
+ "indices": 1924
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1929,
+ "NORMAL": 1930,
+ "TEXCOORD_0": 1931
+ },
+ "material": 482,
+ "indices": 1928
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1933,
+ "NORMAL": 1934,
+ "TEXCOORD_0": 1935
+ },
+ "material": 483,
+ "indices": 1932
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1937,
+ "NORMAL": 1938,
+ "TEXCOORD_0": 1939
+ },
+ "material": 484,
+ "indices": 1936
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1941,
+ "NORMAL": 1942,
+ "TEXCOORD_0": 1943
+ },
+ "material": 485,
+ "indices": 1940
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1945,
+ "NORMAL": 1946,
+ "TEXCOORD_0": 1947
+ },
+ "material": 486,
+ "indices": 1944
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1949,
+ "NORMAL": 1950,
+ "TEXCOORD_0": 1951
+ },
+ "material": 487,
+ "indices": 1948
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1953,
+ "NORMAL": 1954,
+ "TEXCOORD_0": 1955
+ },
+ "material": 488,
+ "indices": 1952
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1957,
+ "NORMAL": 1958,
+ "TEXCOORD_0": 1959
+ },
+ "material": 489,
+ "indices": 1956
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1961,
+ "NORMAL": 1962,
+ "TEXCOORD_0": 1963
+ },
+ "material": 490,
+ "indices": 1960
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1965,
+ "NORMAL": 1966,
+ "TEXCOORD_0": 1967
+ },
+ "material": 491,
+ "indices": 1964
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1969,
+ "NORMAL": 1970,
+ "TEXCOORD_0": 1971
+ },
+ "material": 492,
+ "indices": 1968
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1973,
+ "NORMAL": 1974,
+ "TEXCOORD_0": 1975
+ },
+ "material": 493,
+ "indices": 1972
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1977,
+ "NORMAL": 1978,
+ "TEXCOORD_0": 1979
+ },
+ "material": 494,
+ "indices": 1976
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1981,
+ "NORMAL": 1982,
+ "TEXCOORD_0": 1983
+ },
+ "material": 495,
+ "indices": 1980
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1985,
+ "NORMAL": 1986,
+ "TEXCOORD_0": 1987
+ },
+ "material": 496,
+ "indices": 1984
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1989,
+ "NORMAL": 1990,
+ "TEXCOORD_0": 1991
+ },
+ "material": 497,
+ "indices": 1988
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1993,
+ "NORMAL": 1994,
+ "TEXCOORD_0": 1995
+ },
+ "material": 498,
+ "indices": 1992
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 1997,
+ "NORMAL": 1998,
+ "TEXCOORD_0": 1999
+ },
+ "material": 499,
+ "indices": 1996
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2001,
+ "NORMAL": 2002,
+ "TEXCOORD_0": 2003
+ },
+ "material": 500,
+ "indices": 2000
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2005,
+ "NORMAL": 2006,
+ "TEXCOORD_0": 2007
+ },
+ "material": 501,
+ "indices": 2004
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2009,
+ "NORMAL": 2010,
+ "TEXCOORD_0": 2011
+ },
+ "material": 502,
+ "indices": 2008
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2013,
+ "NORMAL": 2014,
+ "TEXCOORD_0": 2015
+ },
+ "material": 503,
+ "indices": 2012
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2017,
+ "NORMAL": 2018,
+ "TEXCOORD_0": 2019
+ },
+ "material": 504,
+ "indices": 2016
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2021,
+ "NORMAL": 2022,
+ "TEXCOORD_0": 2023
+ },
+ "material": 505,
+ "indices": 2020
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2025,
+ "NORMAL": 2026,
+ "TEXCOORD_0": 2027
+ },
+ "material": 506,
+ "indices": 2024
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2029,
+ "NORMAL": 2030,
+ "TEXCOORD_0": 2031
+ },
+ "material": 507,
+ "indices": 2028
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2033,
+ "NORMAL": 2034,
+ "TEXCOORD_0": 2035
+ },
+ "material": 508,
+ "indices": 2032
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2037,
+ "NORMAL": 2038,
+ "TEXCOORD_0": 2039
+ },
+ "material": 509,
+ "indices": 2036
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2041,
+ "NORMAL": 2042,
+ "TEXCOORD_0": 2043
+ },
+ "material": 510,
+ "indices": 2040
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2045,
+ "NORMAL": 2046,
+ "TEXCOORD_0": 2047
+ },
+ "material": 511,
+ "indices": 2044
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2049,
+ "NORMAL": 2050,
+ "TEXCOORD_0": 2051
+ },
+ "material": 512,
+ "indices": 2048
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2053,
+ "NORMAL": 2054,
+ "TEXCOORD_0": 2055
+ },
+ "material": 513,
+ "indices": 2052
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2057,
+ "NORMAL": 2058,
+ "TEXCOORD_0": 2059
+ },
+ "material": 514,
+ "indices": 2056
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2061,
+ "NORMAL": 2062,
+ "TEXCOORD_0": 2063
+ },
+ "material": 515,
+ "indices": 2060
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2065,
+ "NORMAL": 2066,
+ "TEXCOORD_0": 2067
+ },
+ "material": 516,
+ "indices": 2064
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2069,
+ "NORMAL": 2070,
+ "TEXCOORD_0": 2071
+ },
+ "material": 517,
+ "indices": 2068
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2073,
+ "NORMAL": 2074,
+ "TEXCOORD_0": 2075
+ },
+ "material": 518,
+ "indices": 2072
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2077,
+ "NORMAL": 2078,
+ "TEXCOORD_0": 2079
+ },
+ "material": 519,
+ "indices": 2076
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2081,
+ "NORMAL": 2082,
+ "TEXCOORD_0": 2083
+ },
+ "material": 520,
+ "indices": 2080
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2085,
+ "NORMAL": 2086,
+ "TEXCOORD_0": 2087
+ },
+ "material": 521,
+ "indices": 2084
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2089,
+ "NORMAL": 2090,
+ "TEXCOORD_0": 2091
+ },
+ "material": 522,
+ "indices": 2088
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2093,
+ "NORMAL": 2094,
+ "TEXCOORD_0": 2095
+ },
+ "material": 523,
+ "indices": 2092
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2097,
+ "NORMAL": 2098,
+ "TEXCOORD_0": 2099
+ },
+ "material": 524,
+ "indices": 2096
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2101,
+ "NORMAL": 2102,
+ "TEXCOORD_0": 2103
+ },
+ "material": 525,
+ "indices": 2100
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2105,
+ "NORMAL": 2106,
+ "TEXCOORD_0": 2107
+ },
+ "material": 526,
+ "indices": 2104
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2109,
+ "NORMAL": 2110,
+ "TEXCOORD_0": 2111
+ },
+ "material": 527,
+ "indices": 2108
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2113,
+ "NORMAL": 2114,
+ "TEXCOORD_0": 2115
+ },
+ "material": 528,
+ "indices": 2112
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2117,
+ "NORMAL": 2118,
+ "TEXCOORD_0": 2119
+ },
+ "material": 529,
+ "indices": 2116
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2121,
+ "NORMAL": 2122,
+ "TEXCOORD_0": 2123
+ },
+ "material": 530,
+ "indices": 2120
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2125,
+ "NORMAL": 2126,
+ "TEXCOORD_0": 2127
+ },
+ "material": 531,
+ "indices": 2124
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2129,
+ "NORMAL": 2130,
+ "TEXCOORD_0": 2131
+ },
+ "material": 532,
+ "indices": 2128
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2133,
+ "NORMAL": 2134,
+ "TEXCOORD_0": 2135
+ },
+ "material": 533,
+ "indices": 2132
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2137,
+ "NORMAL": 2138,
+ "TEXCOORD_0": 2139
+ },
+ "material": 534,
+ "indices": 2136
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2141,
+ "NORMAL": 2142,
+ "TEXCOORD_0": 2143
+ },
+ "material": 535,
+ "indices": 2140
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2145,
+ "NORMAL": 2146,
+ "TEXCOORD_0": 2147
+ },
+ "material": 536,
+ "indices": 2144
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2149,
+ "NORMAL": 2150,
+ "TEXCOORD_0": 2151
+ },
+ "material": 537,
+ "indices": 2148
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2153,
+ "NORMAL": 2154,
+ "TEXCOORD_0": 2155
+ },
+ "material": 538,
+ "indices": 2152
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2157,
+ "NORMAL": 2158,
+ "TEXCOORD_0": 2159
+ },
+ "material": 539,
+ "indices": 2156
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2161,
+ "NORMAL": 2162,
+ "TEXCOORD_0": 2163
+ },
+ "material": 540,
+ "indices": 2160
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2165,
+ "NORMAL": 2166,
+ "TEXCOORD_0": 2167
+ },
+ "material": 541,
+ "indices": 2164
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2169,
+ "NORMAL": 2170,
+ "TEXCOORD_0": 2171
+ },
+ "material": 542,
+ "indices": 2168
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2173,
+ "NORMAL": 2174,
+ "TEXCOORD_0": 2175
+ },
+ "material": 543,
+ "indices": 2172
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2177,
+ "NORMAL": 2178,
+ "TEXCOORD_0": 2179
+ },
+ "material": 544,
+ "indices": 2176
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2181,
+ "NORMAL": 2182,
+ "TEXCOORD_0": 2183
+ },
+ "material": 545,
+ "indices": 2180
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2185,
+ "NORMAL": 2186,
+ "TEXCOORD_0": 2187
+ },
+ "material": 546,
+ "indices": 2184
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2189,
+ "NORMAL": 2190,
+ "TEXCOORD_0": 2191
+ },
+ "material": 547,
+ "indices": 2188
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2193,
+ "NORMAL": 2194,
+ "TEXCOORD_0": 2195
+ },
+ "material": 548,
+ "indices": 2192
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2197,
+ "NORMAL": 2198,
+ "TEXCOORD_0": 2199
+ },
+ "material": 549,
+ "indices": 2196
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2201,
+ "NORMAL": 2202,
+ "TEXCOORD_0": 2203
+ },
+ "material": 550,
+ "indices": 2200
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2205,
+ "NORMAL": 2206,
+ "TEXCOORD_0": 2207
+ },
+ "material": 551,
+ "indices": 2204
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2209,
+ "NORMAL": 2210,
+ "TEXCOORD_0": 2211
+ },
+ "material": 552,
+ "indices": 2208
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2213,
+ "NORMAL": 2214,
+ "TEXCOORD_0": 2215
+ },
+ "material": 553,
+ "indices": 2212
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2217,
+ "NORMAL": 2218,
+ "TEXCOORD_0": 2219
+ },
+ "material": 554,
+ "indices": 2216
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2221,
+ "NORMAL": 2222,
+ "TEXCOORD_0": 2223
+ },
+ "material": 555,
+ "indices": 2220
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2225,
+ "NORMAL": 2226,
+ "TEXCOORD_0": 2227
+ },
+ "material": 556,
+ "indices": 2224
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2229,
+ "NORMAL": 2230,
+ "TEXCOORD_0": 2231
+ },
+ "material": 557,
+ "indices": 2228
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2233,
+ "NORMAL": 2234,
+ "TEXCOORD_0": 2235
+ },
+ "material": 558,
+ "indices": 2232
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2237,
+ "NORMAL": 2238,
+ "TEXCOORD_0": 2239
+ },
+ "material": 559,
+ "indices": 2236
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2241,
+ "NORMAL": 2242,
+ "TEXCOORD_0": 2243
+ },
+ "material": 560,
+ "indices": 2240
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2245,
+ "NORMAL": 2246,
+ "TEXCOORD_0": 2247
+ },
+ "material": 561,
+ "indices": 2244
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2249,
+ "NORMAL": 2250,
+ "TEXCOORD_0": 2251
+ },
+ "material": 562,
+ "indices": 2248
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2253,
+ "NORMAL": 2254,
+ "TEXCOORD_0": 2255
+ },
+ "material": 563,
+ "indices": 2252
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2257,
+ "NORMAL": 2258,
+ "TEXCOORD_0": 2259
+ },
+ "material": 564,
+ "indices": 2256
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2261,
+ "NORMAL": 2262,
+ "TEXCOORD_0": 2263
+ },
+ "material": 565,
+ "indices": 2260
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2265,
+ "NORMAL": 2266,
+ "TEXCOORD_0": 2267
+ },
+ "material": 566,
+ "indices": 2264
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2269,
+ "NORMAL": 2270,
+ "TEXCOORD_0": 2271
+ },
+ "material": 567,
+ "indices": 2268
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2273,
+ "NORMAL": 2274,
+ "TEXCOORD_0": 2275
+ },
+ "material": 568,
+ "indices": 2272
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2277,
+ "NORMAL": 2278,
+ "TEXCOORD_0": 2279
+ },
+ "material": 569,
+ "indices": 2276
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2281,
+ "NORMAL": 2282,
+ "TEXCOORD_0": 2283
+ },
+ "material": 570,
+ "indices": 2280
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2285,
+ "NORMAL": 2286,
+ "TEXCOORD_0": 2287
+ },
+ "material": 571,
+ "indices": 2284
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2289,
+ "NORMAL": 2290,
+ "TEXCOORD_0": 2291
+ },
+ "material": 572,
+ "indices": 2288
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2293,
+ "NORMAL": 2294,
+ "TEXCOORD_0": 2295
+ },
+ "material": 573,
+ "indices": 2292
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2297,
+ "NORMAL": 2298,
+ "TEXCOORD_0": 2299
+ },
+ "material": 574,
+ "indices": 2296
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2301,
+ "NORMAL": 2302,
+ "TEXCOORD_0": 2303
+ },
+ "material": 575,
+ "indices": 2300
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2305,
+ "NORMAL": 2306,
+ "TEXCOORD_0": 2307
+ },
+ "material": 576,
+ "indices": 2304
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2309,
+ "NORMAL": 2310,
+ "TEXCOORD_0": 2311
+ },
+ "material": 577,
+ "indices": 2308
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2313,
+ "NORMAL": 2314,
+ "TEXCOORD_0": 2315
+ },
+ "material": 578,
+ "indices": 2312
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2317,
+ "NORMAL": 2318,
+ "TEXCOORD_0": 2319
+ },
+ "material": 579,
+ "indices": 2316
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2321,
+ "NORMAL": 2322,
+ "TEXCOORD_0": 2323
+ },
+ "material": 580,
+ "indices": 2320
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2325,
+ "NORMAL": 2326,
+ "TEXCOORD_0": 2327
+ },
+ "material": 581,
+ "indices": 2324
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2329,
+ "NORMAL": 2330,
+ "TEXCOORD_0": 2331
+ },
+ "material": 582,
+ "indices": 2328
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2333,
+ "NORMAL": 2334,
+ "TEXCOORD_0": 2335
+ },
+ "material": 583,
+ "indices": 2332
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2337,
+ "NORMAL": 2338,
+ "TEXCOORD_0": 2339
+ },
+ "material": 584,
+ "indices": 2336
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2341,
+ "NORMAL": 2342,
+ "TEXCOORD_0": 2343
+ },
+ "material": 585,
+ "indices": 2340
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2345,
+ "NORMAL": 2346,
+ "TEXCOORD_0": 2347
+ },
+ "material": 586,
+ "indices": 2344
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2349,
+ "NORMAL": 2350,
+ "TEXCOORD_0": 2351
+ },
+ "material": 587,
+ "indices": 2348
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2353,
+ "NORMAL": 2354,
+ "TEXCOORD_0": 2355
+ },
+ "material": 588,
+ "indices": 2352
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2357,
+ "NORMAL": 2358,
+ "TEXCOORD_0": 2359
+ },
+ "material": 589,
+ "indices": 2356
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2361,
+ "NORMAL": 2362,
+ "TEXCOORD_0": 2363
+ },
+ "material": 590,
+ "indices": 2360
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2365,
+ "NORMAL": 2366,
+ "TEXCOORD_0": 2367
+ },
+ "material": 591,
+ "indices": 2364
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2369,
+ "NORMAL": 2370,
+ "TEXCOORD_0": 2371
+ },
+ "material": 592,
+ "indices": 2368
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2373,
+ "NORMAL": 2374,
+ "TEXCOORD_0": 2375
+ },
+ "material": 593,
+ "indices": 2372
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2377,
+ "NORMAL": 2378,
+ "TEXCOORD_0": 2379
+ },
+ "material": 594,
+ "indices": 2376
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2381,
+ "NORMAL": 2382,
+ "TEXCOORD_0": 2383
+ },
+ "material": 595,
+ "indices": 2380
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2385,
+ "NORMAL": 2386,
+ "TEXCOORD_0": 2387
+ },
+ "material": 596,
+ "indices": 2384
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2389,
+ "NORMAL": 2390,
+ "TEXCOORD_0": 2391
+ },
+ "material": 597,
+ "indices": 2388
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2393,
+ "NORMAL": 2394,
+ "TEXCOORD_0": 2395
+ },
+ "material": 598,
+ "indices": 2392
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2397,
+ "NORMAL": 2398,
+ "TEXCOORD_0": 2399
+ },
+ "material": 599,
+ "indices": 2396
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2401,
+ "NORMAL": 2402,
+ "TEXCOORD_0": 2403
+ },
+ "material": 600,
+ "indices": 2400
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2405,
+ "NORMAL": 2406,
+ "TEXCOORD_0": 2407
+ },
+ "material": 601,
+ "indices": 2404
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2409,
+ "NORMAL": 2410,
+ "TEXCOORD_0": 2411
+ },
+ "material": 602,
+ "indices": 2408
+ }
+ ]
+ },
+ {
+ "primitives": [
+ {
+ "mode": 4,
+ "attributes": {
+ "POSITION": 2413,
+ "NORMAL": 2414,
+ "TEXCOORD_0": 2415
+ },
+ "material": 603,
+ "indices": 2412
+ }
+ ]
+ }
+ ],
+ "accessors": [
+ {
+ "bufferView": 0,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [14.5, -5.5, 1.837499976158142],
+ "min": [13.5, -7.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 3,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 4,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 252,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 5,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 128,
+ "max": [-28.649999618530273, -11.75, 7.487500190734863],
+ "min": [-34, -12.25, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 6,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 128,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 7,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 128,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 8,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 300,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 9,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 144,
+ "max": [-27.799999237060547, -14.050000190734863, 5.737500190734863],
+ "min": [-31.200000762939453, -14.899999618530273, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 10,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 144,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 11,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 144,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 12,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 300,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 13,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 144,
+ "max": [-27.799999237060547, -7.099999904632568, 5.737500190734863],
+ "min": [-31.200000762939453, -7.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 14,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 144,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 15,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 144,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 16,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 252,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 17,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 128,
+ "max": [-28.649999618530273, -9.75, 7.487500190734863],
+ "min": [-34, -10.25, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 18,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 128,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 19,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 128,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 20,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1584,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 21,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 746,
+ "max": [-27, -7.025000095367432, 8.4375],
+ "min": [-32, -14.975000381469727, 1.837499976158142],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 22,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 746,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 23,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 746,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 24,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 504,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 25,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 240,
+ "max": [-30.403844833374023, 17, 5.9375],
+ "min": [-33.3038444519043, 13, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 26,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 240,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 27,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 240,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 28,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 252,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 29,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 152,
+ "max": [-29.70384407043457, 16.700000762939453, 4.6875],
+ "min": [-33.3038444519043, 13.300000190734863, 1.6174999475479126],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 30,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 152,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 31,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 152,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 32,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 588,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 33,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "max": [33.18354797363281, 19, 5.9375],
+ "min": [30.28354835510254, 13, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 34,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 35,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 36,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 408,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 37,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "max": [33.18354797363281, 18.700000762939453, 4.6875],
+ "min": [29.583547592163086, 13.300000190734863, 1.6174999475479126],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 38,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 39,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 40,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 588,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 41,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "max": [26.202167510986328, 8, 5.9375],
+ "min": [23.302167892456055, 2, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 42,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 43,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 44,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 408,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 45,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "max": [26.202167510986328, 7.699999809265137, 4.6875],
+ "min": [22.6021671295166, 2.299999952316284, 1.6174999475479126],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 46,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 47,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 48,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 588,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 49,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "max": [33.150001525878906, 8, 5.9375],
+ "min": [30.25, 2, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 50,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 51,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 52,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 408,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 53,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "max": [33.150001525878906, 7.699999809265137, 4.6875],
+ "min": [29.549999237060547, 2.299999952316284, 1.6174999475479126],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 54,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 55,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 56,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 588,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 57,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "max": [-30.299999237060547, 30, 5.9375],
+ "min": [-33.20000076293945, 24, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 58,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 59,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 60,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 408,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 61,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "max": [-29.600000381469727, 29.700000762939453, 4.6875],
+ "min": [-33.20000076293945, 24.299999237060547, 1.6174999475479126],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 62,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 63,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 64,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 588,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 65,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "max": [33.20000076293945, 30, 5.9375],
+ "min": [30.299999237060547, 24, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 66,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 67,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 68,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 408,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 69,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "max": [33.20000076293945, 29.700000762939453, 4.6875],
+ "min": [29.600000381469727, 24.299999237060547, 1.6174999475479126],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 70,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 71,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 72,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 630,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 73,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 276,
+ "max": [-30.257299423217773, -24.5, 5.9375],
+ "min": [-33.15729904174805, -31.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 74,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 276,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 75,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 276,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 76,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 486,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 77,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 296,
+ "max": [-29.55729866027832, -24.799999237060547, 4.6875],
+ "min": [-33.15729904174805, -31.200000762939453, 1.6174999475479126],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 78,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 296,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 79,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 296,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 80,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 16638,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 81,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 6196,
+ "max": [36.351280212402344, -2.5, 3.637500047683716],
+ "min": [21.15127944946289, -16.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 82,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 6196,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 83,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 6196,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 84,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 2148,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 85,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 498,
+ "max": [33.70127868652344, -3.25, 3.5374999046325684],
+ "min": [27.701278686523438, -3.549999952316284, 1.8524999618530273],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 86,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 498,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 87,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 498,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 88,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 192846,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 89,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 34028,
+ "max": [31.826278686523438, -5.025056838989258, 3.4124999046325684],
+ "min": [21.376279830932617, -6.374942779541016, 2.0625],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 90,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 34028,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 91,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 34028,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 92,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 684,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 93,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "max": [32.45127868652344, -14.609999656677246, 2.2125000953674316],
+ "min": [31.111278533935547, -15.40999984741211, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 94,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 95,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 96,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 684,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 97,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "max": [32.65127944946289, -12.40999984741211, 2.2125000953674316],
+ "min": [31.111278533935547, -13.210000038146973, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 98,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 99,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 100,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 684,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 101,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "max": [32.45127868652344, -13.510000228881836, 2.2125000953674316],
+ "min": [31.111278533935547, -14.3100004196167, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 102,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 103,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 104,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 684,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 105,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "max": [32.65127944946289, -10.210000038146973, 2.2125000953674316],
+ "min": [31.111278533935547, -11.010000228881836, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 106,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 107,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 108,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 684,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 109,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "max": [32.45127868652344, -11.3100004196167, 2.2125000953674316],
+ "min": [31.111278533935547, -12.109999656677246, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 110,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 111,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 112,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 684,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 113,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "max": [32.45127868652344, -9.109999656677246, 2.2125000953674316],
+ "min": [31.111278533935547, -9.90999984741211, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 114,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 115,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 116,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 684,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 117,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "max": [32.45127868652344, -6.909999847412109, 2.2125000953674316],
+ "min": [31.111278533935547, -7.710000038146973, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 118,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 119,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 120,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 684,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 121,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "max": [32.311279296875, -8.010000228881836, 2.2125000953674316],
+ "min": [31.111278533935547, -8.8100004196167, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 122,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 123,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 260,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 124,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 564,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 125,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "max": [29.51127815246582, -15, 3.2267770767211914],
+ "min": [25.623435974121094, -15.520000457763672, 2.1624999046325684],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 126,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 127,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 128,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 564,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 129,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "max": [29.51127815246582, -13.899999618530273, 3.2267770767211914],
+ "min": [25.623435974121094, -14.420000076293945, 2.1624999046325684],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 130,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 131,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 132,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 564,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 133,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "max": [29.51127815246582, -12.800000190734863, 3.2267770767211914],
+ "min": [25.623435974121094, -13.319999694824219, 2.1624999046325684],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 134,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 135,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 136,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 564,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 137,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "max": [29.51127815246582, -11.699999809265137, 3.2267770767211914],
+ "min": [25.623435974121094, -12.220000267028809, 2.1624999046325684],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 138,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 139,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 140,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 564,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 141,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "max": [29.51127815246582, -10.600000381469727, 3.2267770767211914],
+ "min": [25.623435974121094, -11.119999885559082, 2.1624999046325684],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 142,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 143,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 144,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 564,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 145,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "max": [29.51127815246582, -9.5, 3.2267770767211914],
+ "min": [25.623435974121094, -10.020000457763672, 2.1624999046325684],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 146,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 147,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 148,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 564,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 149,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "max": [29.51127815246582, -8.399999618530273, 3.2267770767211914],
+ "min": [25.623435974121094, -8.920000076293945, 2.1624999046325684],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 150,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 151,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 152,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 564,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 153,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "max": [29.51127815246582, -7.300000190734863, 3.2267770767211914],
+ "min": [25.623435974121094, -7.820000171661377, 2.1624999046325684],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 154,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 155,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 224,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 156,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 588,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 157,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 228,
+ "max": [22.15127944946289, -12.8100004196167, 2.1624999046325684],
+ "min": [21.171279907226562, -13.3100004196167, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 158,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 228,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 159,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 228,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 160,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1128,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 161,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 434,
+ "max": [25.35127830505371, -12.260000228881836, 2.905980110168457],
+ "min": [23.001279830932617, -13.859999656677246, 2.012500047683716],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 162,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 434,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 163,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 434,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 164,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 165,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [30.232208251953125, -8.020000457763672, 2.1624999046325684],
+ "min": [30.111278533935547, -8.199999809265137, 2.012500047683716],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 166,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 167,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 168,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 169,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 153,
+ "max": [30.811279296875, -7.949999809265137, 2.1624999046325684],
+ "min": [30.111278533935547, -8.710000038146973, 2.012500047683716],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 170,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 153,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 171,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 153,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 172,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 288,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 173,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 118,
+ "max": [30.811279296875, -7.510000228881836, 2.1624999046325684],
+ "min": [30.111278533935547, -7.820000171661377, 2.012500047683716],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 174,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 118,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 175,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 118,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 176,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 177,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [29.51127815246582, -8.020000457763672, 2.1624999046325684],
+ "min": [24.51127815246582, -8.199999809265137, 2.012500047683716],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 178,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 179,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 180,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 252,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 181,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "max": [27.801279067993164, -6.760000228881836, 2.1624999046325684],
+ "min": [27.301279067993164, -7.005000114440918, 2.012500047683716],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 182,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 183,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 184,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 252,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 185,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "max": [24.551279067993164, -6.764999866485596, 2.1624999046325684],
+ "min": [24.051279067993164, -7.005000114440918, 2.012500047683716],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 186,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 187,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 188,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 189,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "max": [33.191280364990234, -3, 2.137500047683716],
+ "min": [31.091278076171875, -4, 1.9375],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 190,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 191,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 192,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 9810,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 193,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3108,
+ "max": [36.351280212402344, -2.450000047683716, 3.487499952316284],
+ "min": [21.051279067993164, -16.549999237060547, 1.7374999523162842],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 194,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3108,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 195,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3108,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 196,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 197,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 138,
+ "max": [28.001279830932617, -3.2506399154663086, 3.1875],
+ "min": [27.701278686523438, -3.5493600368499756, 2.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 198,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 138,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 199,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 138,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 200,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 15936,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 201,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 6131,
+ "max": [-30.46026611328125, 9.789999961853027, 4.997499942779541],
+ "min": [-37.990264892578125, 0.20999999344348907, 0.8374999761581421],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 202,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 6131,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 203,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 6131,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 204,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 205,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 7.875, 3.7674999237060547],
+ "min": [-36.71026611328125, 7.625, 3.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 206,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 207,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 208,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 209,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 6.375, 3.7674999237060547],
+ "min": [-36.71026611328125, 6.125, 3.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 210,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 211,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 212,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 213,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 4.875, 3.7674999237060547],
+ "min": [-36.21026611328125, 4.625, 3.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 214,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 215,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 216,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 217,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 7.375, 3.7674999237060547],
+ "min": [-36.21026611328125, 7.125, 3.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 218,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 219,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 220,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 221,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 6.875, 3.7674999237060547],
+ "min": [-36.21026611328125, 6.625, 3.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 222,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 223,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 224,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 225,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 5.875, 3.7674999237060547],
+ "min": [-36.21026611328125, 5.625, 3.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 226,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 227,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 228,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 229,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 5.375, 3.7674999237060547],
+ "min": [-36.21026611328125, 5.125, 3.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 230,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 231,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 232,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 233,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 4.375, 3.7674999237060547],
+ "min": [-36.21026611328125, 4.125, 3.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 234,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 235,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 236,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 237,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 3.375, 3.7674999237060547],
+ "min": [-36.21026611328125, 3.125, 3.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 238,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 239,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 240,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 241,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 2.875, 3.7674999237060547],
+ "min": [-36.21026611328125, 2.625, 3.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 242,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 243,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 244,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 245,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 3.875, 3.7674999237060547],
+ "min": [-36.71026611328125, 3.625, 3.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 246,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 247,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 248,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 249,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 2.375, 3.7674999237060547],
+ "min": [-36.71026611328125, 2.125, 3.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 250,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 251,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 252,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 253,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 2.375, 3.117500066757202],
+ "min": [-36.71026611328125, 2.125, 3.067500114440918],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 254,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 255,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 256,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 257,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 2.875, 3.117500066757202],
+ "min": [-36.21026611328125, 2.625, 3.067500114440918],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 258,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 259,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 260,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 261,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 3.375, 3.117500066757202],
+ "min": [-36.21026611328125, 3.125, 3.067500114440918],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 262,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 263,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 264,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 265,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 3.875, 3.117500066757202],
+ "min": [-36.71026611328125, 3.625, 3.067500114440918],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 266,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 267,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 268,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 269,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 4.375, 3.117500066757202],
+ "min": [-36.21026611328125, 4.125, 3.067500114440918],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 270,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 271,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 272,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 273,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 4.875, 3.117500066757202],
+ "min": [-36.21026611328125, 4.625, 3.067500114440918],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 274,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 275,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 276,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 277,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 5.375, 3.117500066757202],
+ "min": [-36.21026611328125, 5.125, 3.067500114440918],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 278,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 279,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 280,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 281,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 5.875, 3.117500066757202],
+ "min": [-36.21026611328125, 5.625, 3.067500114440918],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 282,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 283,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 284,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 285,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 6.375, 3.117500066757202],
+ "min": [-36.71026611328125, 6.125, 3.067500114440918],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 286,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 287,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 288,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 289,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 6.875, 3.117500066757202],
+ "min": [-36.21026611328125, 6.625, 3.067500114440918],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 290,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 291,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 292,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 293,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 7.375, 3.117500066757202],
+ "min": [-36.21026611328125, 7.125, 3.067500114440918],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 294,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 295,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 296,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 297,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-34.330265045166016, 7.875, 3.117500066757202],
+ "min": [-36.71026611328125, 7.625, 3.067500114440918],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 298,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 299,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 300,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 132,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 301,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 62,
+ "max": [-35.39026641845703, 2.055000066757202, 3.4674999713897705],
+ "min": [-37.21026611328125, 1.7050000429153442, 3.367500066757202],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 302,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 62,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 303,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 62,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 304,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 132,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 305,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 62,
+ "max": [-35.39026641845703, 8.295000076293945, 3.4674999713897705],
+ "min": [-37.21026611328125, 7.945000171661377, 3.367500066757202],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 306,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 62,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 307,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 62,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 308,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4536,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 309,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1971,
+ "max": [-30.59026527404785, 9.170000076293945, 4.697500228881836],
+ "min": [-37.21026611328125, 0.8299999833106995, 1.1375000476837158],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 310,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1971,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 311,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1971,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 312,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 228,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 313,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "max": [-30.28026580810547, 1.7899999618530273, 2.007499933242798],
+ "min": [-31.005266189575195, 1.5499999523162842, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 314,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 315,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 316,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 228,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 317,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "max": [-30.28026580810547, 2.049999952316284, 2.007499933242798],
+ "min": [-31.005266189575195, 1.809999942779541, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 318,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 319,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 320,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 228,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 321,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "max": [-30.28026580810547, 2.5899999141693115, 2.007499933242798],
+ "min": [-31.005266189575195, 2.3499999046325684, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 322,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 323,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 324,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 228,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 325,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "max": [-30.28026580810547, 2.8499999046325684, 2.007499933242798],
+ "min": [-31.005266189575195, 2.609999895095825, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 326,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 327,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 328,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 228,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 329,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "max": [-30.28026580810547, 7.389999866485596, 2.007499933242798],
+ "min": [-31.005266189575195, 7.150000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 330,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 331,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 332,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 228,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 333,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "max": [-30.28026580810547, 7.650000095367432, 2.007499933242798],
+ "min": [-31.005266189575195, 7.409999847412109, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 334,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 335,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 336,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 228,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 337,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "max": [-30.28026580810547, 8.1899995803833, 2.007499933242798],
+ "min": [-31.005266189575195, 7.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 338,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 339,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 340,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 228,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 341,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "max": [-30.28026580810547, 8.449999809265137, 2.007499933242798],
+ "min": [-31.005266189575195, 8.210000038146973, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 342,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 343,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 344,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 240,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 345,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "max": [-30.28026580810547, 3.3499999046325684, 2.007499933242798],
+ "min": [-31.005266189575195, 3.1500000953674316, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 346,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 347,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 348,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 240,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 349,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "max": [-30.28026580810547, 3.8499999046325684, 2.007499933242798],
+ "min": [-31.005266189575195, 3.6500000953674316, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 350,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 351,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 352,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 240,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 353,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "max": [-30.28026580810547, 4.349999904632568, 2.007499933242798],
+ "min": [-31.005266189575195, 4.150000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 354,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 355,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 356,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 240,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 357,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "max": [-30.28026580810547, 4.849999904632568, 2.007499933242798],
+ "min": [-31.005266189575195, 4.650000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 358,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 359,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 360,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 240,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 361,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "max": [-30.28026580810547, 5.349999904632568, 2.007499933242798],
+ "min": [-31.005266189575195, 5.150000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 362,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 363,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 364,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 240,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 365,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "max": [-30.28026580810547, 5.849999904632568, 2.007499933242798],
+ "min": [-31.005266189575195, 5.650000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 366,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 367,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 368,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 240,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 369,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "max": [-30.28026580810547, 6.349999904632568, 2.007499933242798],
+ "min": [-31.005266189575195, 6.150000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 370,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 371,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 372,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 240,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 373,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "max": [-30.28026580810547, 6.849999904632568, 2.007499933242798],
+ "min": [-31.005266189575195, 6.650000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 374,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 375,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 100,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 376,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 7260,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 377,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 2976,
+ "max": [-8.949899673461914, 30.25, 5.986250877380371],
+ "min": [-13.050100326538086, 9.75, 1.487496018409729],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 378,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 2976,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 379,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 2976,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 380,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 7260,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 381,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 2976,
+ "max": [13.050100326538086, 30.25, 5.986250877380371],
+ "min": [8.949899673461914, 9.75, 1.487496018409729],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 382,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 2976,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 383,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 2976,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 384,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 385,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-2.3499999046325684, -2.4655919075012207, 1.8875000476837158],
+ "min": [-2.75, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 386,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 387,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 388,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 389,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-1.5, -16.465591430664062, 1.8875000476837158],
+ "min": [-1.899999976158142, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 390,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 391,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 392,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 393,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -3.7155919075012207, 1.8875000476837158],
+ "min": [-7.400000095367432, -4.115592002868652, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 394,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 395,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 396,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 3888,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 397,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1950,
+ "max": [7.699999809265137, -2.1155920028686523, 2.487499952316284],
+ "min": [-7.699999809265137, -22.115591049194336, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 398,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1950,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 399,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1950,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 400,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 401,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -4.565591812133789, 1.8875000476837158],
+ "min": [6.599999904632568, -4.965591907501221, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 402,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 403,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 404,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1380,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 405,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 506,
+ "max": [7, -2.6155920028686523, 4.237500190734863],
+ "min": [-7, -16.165592193603516, 2.487499952316284],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 406,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 506,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 407,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 506,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 408,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 409,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -15.615592002868652, 1.8875000476837158],
+ "min": [6.599999904632568, -16.015592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 410,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 411,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 412,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 413,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-2.3499999046325684, -16.465591430664062, 1.8875000476837158],
+ "min": [-2.75, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 414,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 415,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 416,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 417,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -4.565591812133789, 1.8875000476837158],
+ "min": [-7.400000095367432, -4.965591907501221, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 418,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 419,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 420,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 421,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -13.065591812133789, 1.8875000476837158],
+ "min": [6.599999904632568, -13.465592384338379, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 422,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 423,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 424,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 425,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -13.915592193603516, 1.8875000476837158],
+ "min": [6.599999904632568, -14.315591812133789, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 426,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 427,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 428,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 429,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -11.365592002868652, 1.8875000476837158],
+ "min": [6.599999904632568, -11.765591621398926, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 430,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 431,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 432,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 433,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -12.215592384338379, 1.8875000476837158],
+ "min": [6.599999904632568, -12.615592002868652, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 434,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 435,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 436,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 437,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -9.665592193603516, 1.8875000476837158],
+ "min": [6.599999904632568, -10.065591812133789, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 438,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 439,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 440,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 441,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -10.515591621398926, 1.8875000476837158],
+ "min": [6.599999904632568, -10.915592193603516, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 442,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 443,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 444,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 445,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -8.815591812133789, 1.8875000476837158],
+ "min": [6.599999904632568, -9.215592384338379, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 446,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 447,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 448,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 449,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [0.6000000238418579, -10.915592193603516, 1.8875000476837158],
+ "min": [-0.6000000238418579, -12.115592002868652, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 450,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 451,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 452,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 324,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 453,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 168,
+ "max": [7.300000190734863, -17.615591049194336, 2.487499952316284],
+ "min": [-7.349999904632568, -21.665592193603516, 2.387500047683716],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 454,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 168,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 455,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 168,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 456,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 457,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [0.6000000238418579, -7.615592002868652, 1.8875000476837158],
+ "min": [-0.6000000238418579, -8.815591812133789, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 458,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 459,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 460,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 461,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-1.0499999523162842, -7.615592002868652, 1.8875000476837158],
+ "min": [-2.25, -8.815591812133789, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 462,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 463,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 464,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 465,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -7.115592002868652, 1.8875000476837158],
+ "min": [-7.400000095367432, -7.515592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 466,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 467,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 468,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 469,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -7.965591907501221, 1.8875000476837158],
+ "min": [-7.400000095367432, -8.365592002868652, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 470,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 471,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 472,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 473,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -16.465591430664062, 1.8875000476837158],
+ "min": [-7.400000095367432, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 474,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 475,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 476,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 477,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -2.4655919075012207, 1.8875000476837158],
+ "min": [6.599999904632568, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 478,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 479,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 480,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 481,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -5.415592193603516, 1.8875000476837158],
+ "min": [-7.400000095367432, -5.815591812133789, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 482,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 483,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 484,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 485,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -6.265592098236084, 1.8875000476837158],
+ "min": [-7.400000095367432, -6.665592193603516, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 486,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 487,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 488,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 489,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [6.150000095367432, -16.465591430664062, 1.8875000476837158],
+ "min": [5.75, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 490,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 491,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 492,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 493,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [0.6000000238418579, -9.265591621398926, 1.8875000476837158],
+ "min": [-0.6000000238418579, -10.465592384338379, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 494,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 495,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 496,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 497,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-4.050000190734863, -2.4655919075012207, 1.8875000476837158],
+ "min": [-4.449999809265137, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 498,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 499,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 500,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 501,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-3.200000047683716, -2.4655919075012207, 1.8875000476837158],
+ "min": [-3.5999999046325684, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 502,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 503,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 504,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 505,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [5.300000190734863, -16.465591430664062, 1.8875000476837158],
+ "min": [4.900000095367432, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 506,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 507,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 508,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 509,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-5.75, -2.4655919075012207, 1.8875000476837158],
+ "min": [-6.150000095367432, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 510,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 511,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 512,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 513,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [4.449999809265137, -2.4655919075012207, 1.8875000476837158],
+ "min": [4.050000190734863, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 514,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 515,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 516,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 517,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-4.900000095367432, -16.465591430664062, 1.8875000476837158],
+ "min": [-5.300000190734863, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 518,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 519,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 520,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 521,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [3.5999999046325684, -2.4655919075012207, 1.8875000476837158],
+ "min": [3.200000047683716, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 522,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 523,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 524,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 525,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [4.449999809265137, -16.465591430664062, 1.8875000476837158],
+ "min": [4.050000190734863, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 526,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 527,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 528,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 529,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [1.899999976158142, -2.4655919075012207, 1.8875000476837158],
+ "min": [1.5, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 530,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 531,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 532,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 533,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [2.75, -16.465591430664062, 1.8875000476837158],
+ "min": [2.3499999046325684, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 534,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 535,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 536,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 537,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [0.20000000298023224, -2.4655919075012207, 1.8875000476837158],
+ "min": [-0.20000000298023224, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 538,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 539,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 540,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 541,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [1.0499999523162842, -16.465591430664062, 1.8875000476837158],
+ "min": [0.6499999761581421, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 542,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 543,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 544,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 545,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-1.5, -2.4655919075012207, 1.8875000476837158],
+ "min": [-1.899999976158142, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 546,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 547,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 548,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 549,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-0.6499999761581421, -16.465591430664062, 1.8875000476837158],
+ "min": [-1.0499999523162842, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 550,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 551,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 552,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 553,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -3.7155919075012207, 1.8875000476837158],
+ "min": [6.599999904632568, -4.115592002868652, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 554,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 555,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 556,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 557,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -14.765591621398926, 1.8875000476837158],
+ "min": [6.599999904632568, -15.165592193603516, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 558,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 559,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 560,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 561,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -15.615592002868652, 1.8875000476837158],
+ "min": [-7.400000095367432, -16.015592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 562,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 563,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 564,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 565,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -14.765591621398926, 1.8875000476837158],
+ "min": [-7.400000095367432, -15.165592193603516, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 566,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 567,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 568,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 569,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -13.065591812133789, 1.8875000476837158],
+ "min": [-7.400000095367432, -13.465592384338379, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 570,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 571,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 572,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 573,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -13.915592193603516, 1.8875000476837158],
+ "min": [-7.400000095367432, -14.315591812133789, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 574,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 575,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 576,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 577,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -11.365592002868652, 1.8875000476837158],
+ "min": [-7.400000095367432, -11.765591621398926, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 578,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 579,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 580,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 581,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -12.215592384338379, 1.8875000476837158],
+ "min": [-7.400000095367432, -12.615592002868652, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 582,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 583,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 584,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 585,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -9.665592193603516, 1.8875000476837158],
+ "min": [-7.400000095367432, -10.065591812133789, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 586,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 587,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 588,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 589,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -10.515591621398926, 1.8875000476837158],
+ "min": [-7.400000095367432, -10.915592193603516, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 590,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 591,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 592,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 593,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -8.815591812133789, 1.8875000476837158],
+ "min": [-7.400000095367432, -9.215592384338379, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 594,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 595,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 596,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 597,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-1.0499999523162842, -10.915592193603516, 1.8875000476837158],
+ "min": [-2.25, -12.115592002868652, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 598,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 599,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 600,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 601,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [2.25, -7.615592002868652, 1.8875000476837158],
+ "min": [1.0499999523162842, -8.815591812133789, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 602,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 603,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 604,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 492,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 605,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 170,
+ "max": [5.699300765991211, -3.9655919075012207, 4.237500190734863],
+ "min": [5.2006988525390625, -4.465591907501221, 4.087500095367432],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 606,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 170,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 607,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 170,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 608,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 609,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [2.25, -9.265591621398926, 1.8875000476837158],
+ "min": [1.0499999523162842, -10.465592384338379, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 610,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 611,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 612,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 613,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-1.0499999523162842, -9.265591621398926, 1.8875000476837158],
+ "min": [-2.25, -10.465592384338379, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 614,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 615,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 616,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 617,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -7.115592002868652, 1.8875000476837158],
+ "min": [6.599999904632568, -7.515592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 618,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 619,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 620,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 621,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -7.965591907501221, 1.8875000476837158],
+ "min": [6.599999904632568, -8.365592002868652, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 622,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 623,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 624,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 625,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-6.599999904632568, -2.4655919075012207, 1.8875000476837158],
+ "min": [-7.400000095367432, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 626,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 627,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 628,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 629,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [2.25, -10.915592193603516, 1.8875000476837158],
+ "min": [1.0499999523162842, -12.115592002868652, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 630,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 631,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 632,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 633,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -16.465591430664062, 1.8875000476837158],
+ "min": [6.599999904632568, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 634,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 635,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 636,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 637,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -5.415592193603516, 1.8875000476837158],
+ "min": [6.599999904632568, -5.815591812133789, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 638,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 639,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 640,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 641,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [7.400000095367432, -6.265592098236084, 1.8875000476837158],
+ "min": [6.599999904632568, -6.665592193603516, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 642,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 643,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 644,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 645,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [6.150000095367432, -2.4655919075012207, 1.8875000476837158],
+ "min": [5.75, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 646,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 647,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 648,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 649,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-4.050000190734863, -16.465591430664062, 1.8875000476837158],
+ "min": [-4.449999809265137, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 650,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 651,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 652,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 653,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-3.200000047683716, -16.465591430664062, 1.8875000476837158],
+ "min": [-3.5999999046325684, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 654,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 655,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 656,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 657,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [5.300000190734863, -2.4655919075012207, 1.8875000476837158],
+ "min": [4.900000095367432, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 658,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 659,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 660,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 661,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-5.75, -16.465591430664062, 1.8875000476837158],
+ "min": [-6.150000095367432, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 662,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 663,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 664,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 665,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-4.900000095367432, -2.4655919075012207, 1.8875000476837158],
+ "min": [-5.300000190734863, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 666,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 667,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 668,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 669,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [2.75, -2.4655919075012207, 1.8875000476837158],
+ "min": [2.3499999046325684, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 670,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 671,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 672,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 673,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [3.5999999046325684, -16.465591430664062, 1.8875000476837158],
+ "min": [3.200000047683716, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 674,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 675,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 676,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 677,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [1.0499999523162842, -2.4655919075012207, 1.8875000476837158],
+ "min": [0.6499999761581421, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 678,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 679,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 680,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 681,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [1.899999976158142, -16.465591430664062, 1.8875000476837158],
+ "min": [1.5, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 682,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 683,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 684,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 685,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-0.6499999761581421, -2.4655919075012207, 1.8875000476837158],
+ "min": [-1.0499999523162842, -3.265592098236084, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 686,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 687,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 688,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 689,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [0.20000000298023224, -16.465591430664062, 1.8875000476837158],
+ "min": [-0.20000000298023224, -17.265592575073242, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 690,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 691,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 692,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 828,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 693,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 312,
+ "max": [8.75, -13.949999809265137, 2.1875],
+ "min": [8.25, -14.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 694,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 312,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 695,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 312,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 696,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 697,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [8.729999542236328, -14.149999618530273, 2.1675000190734863],
+ "min": [8.270000457763672, -14.75, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 698,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 699,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 700,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 701,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-15, 16.899999618530273, 2.1875],
+ "min": [-15.5, 16.700000762939453, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 702,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 703,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 704,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 705,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-15.020000457763672, 16.700000762939453, 2.1675000190734863],
+ "min": [-15.479999542236328, 16.100000381469727, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 706,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 707,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 708,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 709,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-15, 16.100000381469727, 2.1875],
+ "min": [-15.5, 15.899999618530273, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 710,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 711,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 712,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 713,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-18, 15.100000381469727, 2.1875],
+ "min": [-18.200000762939453, 14.600000381469727, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 714,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 715,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 716,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 717,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-17.399999618530273, 15.079999923706055, 2.1675000190734863],
+ "min": [-18, 14.619999885559082, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 718,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 719,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 720,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 721,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-17.200000762939453, 15.100000381469727, 2.1875],
+ "min": [-17.399999618530273, 14.600000381469727, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 722,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 723,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 724,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 725,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-16, 11.100000381469727, 2.1875],
+ "min": [-16.5, 10.899999618530273, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 726,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 727,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 728,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 729,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-16.020000457763672, 11.699999809265137, 2.1675000190734863],
+ "min": [-16.479999542236328, 11.100000381469727, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 730,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 731,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 732,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 733,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-16, 11.899999618530273, 2.1875],
+ "min": [-16.5, 11.699999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 734,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 735,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 736,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 737,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [33.650001525878906, -22.649999618530273, 2.1875],
+ "min": [33.150001525878906, -22.850000381469727, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 738,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 739,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 740,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 741,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [33.630001068115234, -22.850000381469727, 2.1675000190734863],
+ "min": [33.16999816894531, -23.450000762939453, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 742,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 743,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 744,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 745,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [33.650001525878906, -23.450000762939453, 2.1875],
+ "min": [33.150001525878906, -23.649999618530273, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 746,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 747,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 748,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 749,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-19, 15.100000381469727, 2.1875],
+ "min": [-19.200000762939453, 14.600000381469727, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 750,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 751,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 752,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 753,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-19.200000762939453, 15.079999923706055, 2.1675000190734863],
+ "min": [-19.799999237060547, 14.619999885559082, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 754,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 755,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 756,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 757,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-19.799999237060547, 15.100000381469727, 2.1875],
+ "min": [-20, 14.600000381469727, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 758,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 759,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 760,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 761,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-18.100000381469727, 9.75, 2.1875],
+ "min": [-18.299999237060547, 9.25, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 762,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 763,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 764,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 765,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-18.299999237060547, 9.729999542236328, 2.1675000190734863],
+ "min": [-18.899999618530273, 9.270000457763672, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 766,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 767,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 768,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 769,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-18.899999618530273, 9.75, 2.1875],
+ "min": [-19.100000381469727, 9.25, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 770,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 771,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 772,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 773,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [4.550000190734863, -0.8999999761581421, 2.1875],
+ "min": [4.050000190734863, -1.100000023841858, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 774,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 775,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 776,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 777,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [4.53000020980835, -0.30000001192092896, 2.1675000190734863],
+ "min": [4.070000171661377, -0.8999999761581421, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 778,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 779,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 780,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 781,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [4.550000190734863, -0.10000000149011612, 2.1875],
+ "min": [4.050000190734863, -0.30000001192092896, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 782,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 783,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 784,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 785,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [1.25, -0.15000000596046448, 2.1875],
+ "min": [0.75, -0.3499999940395355, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 786,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 787,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 788,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 789,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [1.2300000190734863, -0.3499999940395355, 2.1675000190734863],
+ "min": [0.7699999809265137, -0.949999988079071, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 790,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 791,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 792,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 793,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [1.25, -0.949999988079071, 2.1875],
+ "min": [0.75, -1.149999976158142, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 794,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 795,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 796,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 797,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [10.475000381469727, -15.5, 2.9375],
+ "min": [9.225000381469727, -15.899999618530273, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 798,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 799,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 800,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 801,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [10.4350004196167, -14.300000190734863, 2.8975000381469727],
+ "min": [9.265000343322754, -15.5, 1.7274999618530273],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 802,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 803,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 804,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 805,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [10.475000381469727, -13.899999618530273, 2.9375],
+ "min": [9.225000381469727, -14.300000190734863, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 806,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 807,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 808,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 809,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [19.149999618530273, -6.625, 2.9375],
+ "min": [18.75, -7.875, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 810,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 811,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 812,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 813,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [18.75, -6.664999961853027, 2.8975000381469727],
+ "min": [17.549999237060547, -7.835000038146973, 1.7274999618530273],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 814,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 815,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 816,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 817,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [17.549999237060547, -6.625, 2.9375],
+ "min": [17.149999618530273, -7.875, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 818,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 819,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 820,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 821,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-18.975000381469727, 31.25, 2.9375],
+ "min": [-20.225000381469727, 30.850000381469727, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 822,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 823,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 824,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 825,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-19.014999389648438, 30.850000381469727, 2.8975000381469727],
+ "min": [-20.184999465942383, 29.649999618530273, 1.7274999618530273],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 826,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 827,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 828,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 829,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-18.975000381469727, 29.649999618530273, 2.9375],
+ "min": [-20.225000381469727, 29.25, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 830,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 831,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 832,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 833,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [19.954933166503906, 16.40630531311035, 1.677008032798767],
+ "min": [19.60493278503418, 15.606305122375488, 1.652008056640625],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 834,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 835,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 836,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 837,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [20.175033569335938, 16.26290512084961, 2.1270079612731934],
+ "min": [19.66703224182129, 15.754904747009277, 2.017008066177368],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 838,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 839,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 840,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 180,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 841,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 76,
+ "max": [20.60493278503418, 16.40630531311035, 2.517008066177368],
+ "min": [19.40493392944336, 15.606305122375488, 2.017008066177368],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 842,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 76,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 843,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 76,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 844,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 845,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [20.794933319091797, 16.40630531311035, 2.017008066177368],
+ "min": [19.214933395385742, 15.606305122375488, 1.677008032798767],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 846,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 847,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 848,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 312,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 849,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 144,
+ "max": [19.504932403564453, 16.40630531311035, 2.0570080280303955],
+ "min": [19.204933166503906, 15.606305122375488, 1.6370079517364502],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 850,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 144,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 851,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 144,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 852,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 312,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 853,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 144,
+ "max": [20.804933547973633, 16.40630531311035, 2.0570080280303955],
+ "min": [20.504932403564453, 15.606305122375488, 1.6370079517364502],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 854,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 144,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 855,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 144,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 856,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 857,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [20.149999618530273, 14.699999809265137, 2.0374999046325684],
+ "min": [19.149999618530273, 14.199999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 858,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 859,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 860,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 861,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [20.114999771118164, 14.699999809265137, 2.002500057220459],
+ "min": [19.184999465942383, 14.199999809265137, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 862,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 863,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 864,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 865,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [19.950000762939453, 14.699999809265137, 2.0374999046325684],
+ "min": [19.350000381469727, 14.199999809265137, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 866,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 867,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 868,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 869,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [-16.350000381469727, 32.900001525878906, 2.0374999046325684],
+ "min": [-17.350000381469727, 32.400001525878906, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 870,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 871,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 872,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 873,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-16.385000228881836, 32.900001525878906, 2.002500057220459],
+ "min": [-17.315000534057617, 32.400001525878906, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 874,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 875,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 876,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 877,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-16.549999237060547, 32.900001525878906, 2.0374999046325684],
+ "min": [-17.149999618530273, 32.400001525878906, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 878,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 879,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 880,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 881,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [8.449999809265137, 1.600000023841858, 2.0374999046325684],
+ "min": [7.449999809265137, 1.100000023841858, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 882,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 883,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 884,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 885,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [8.414999961853027, 1.600000023841858, 2.002500057220459],
+ "min": [7.485000133514404, 1.100000023841858, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 886,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 887,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 888,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 889,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [8.25, 1.600000023841858, 2.0374999046325684],
+ "min": [7.650000095367432, 1.100000023841858, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 890,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 891,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 892,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 893,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [25.25, 13.100000381469727, 2.0374999046325684],
+ "min": [24.25, 12.600000381469727, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 894,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 895,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 896,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 897,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [25.21500015258789, 13.100000381469727, 2.002500057220459],
+ "min": [24.28499984741211, 12.600000381469727, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 898,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 899,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 900,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 901,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [25.049999237060547, 13.100000381469727, 2.0374999046325684],
+ "min": [24.450000762939453, 12.600000381469727, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 902,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 903,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 904,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 905,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [-28.450000762939453, -4.5, 2.0374999046325684],
+ "min": [-28.950000762939453, -5.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 906,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 907,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 908,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 909,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-28.450000762939453, -4.534999847412109, 2.002500057220459],
+ "min": [-28.950000762939453, -5.465000152587891, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 910,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 911,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 912,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 913,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-28.450000762939453, -4.699999809265137, 2.0374999046325684],
+ "min": [-28.950000762939453, -5.300000190734863, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 914,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 915,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 916,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 917,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-15.274999618530273, 26.399999618530273, 2.304487943649292],
+ "min": [-18.325000762939453, 25.399999618530273, 2.2044880390167236],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 918,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 919,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 920,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1092,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 921,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "max": [-15.199999809265137, 26.625, 2.129487991333008],
+ "min": [-18.399999618530273, 25.174999237060547, 1.77948796749115],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 922,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 923,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 924,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 925,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-15.399999618530273, 26.700000762939453, 2.2044880390167236],
+ "min": [-15.800000190734863, 26.399999618530273, 1.7044880390167236],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 926,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 927,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 928,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 929,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-16.200000762939453, 26.700000762939453, 2.2044880390167236],
+ "min": [-16.600000381469727, 26.399999618530273, 1.7044880390167236],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 930,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 931,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 932,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 933,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-15.399999618530273, 25.399999618530273, 2.2044880390167236],
+ "min": [-15.800000190734863, 25.100000381469727, 1.7044880390167236],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 934,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 935,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 936,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 937,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-16.200000762939453, 25.399999618530273, 2.2044880390167236],
+ "min": [-16.600000381469727, 25.100000381469727, 1.7044880390167236],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 938,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 939,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 940,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 941,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-15.274999618530273, 26.399999618530273, 2.2044880390167236],
+ "min": [-18.325000762939453, 25.399999618530273, 2.129487991333008],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 942,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 943,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 944,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 945,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-17, 26.700000762939453, 2.2044880390167236],
+ "min": [-17.399999618530273, 26.399999618530273, 1.7044880390167236],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 946,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 947,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 948,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 949,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-17.799999237060547, 26.700000762939453, 2.2044880390167236],
+ "min": [-18.200000762939453, 26.399999618530273, 1.7044880390167236],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 950,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 951,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 952,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 953,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-17, 25.399999618530273, 2.2044880390167236],
+ "min": [-17.399999618530273, 25.100000381469727, 1.7044880390167236],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 954,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 955,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 956,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 957,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-17.799999237060547, 25.399999618530273, 2.2044880390167236],
+ "min": [-18.200000762939453, 25.100000381469727, 1.7044880390167236],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 958,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 959,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 960,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 961,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [19.024999618530273, -15, 2.2874999046325684],
+ "min": [15.975000381469727, -16, 2.1875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 962,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 963,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 964,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1092,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 965,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "max": [19.100000381469727, -14.774999618530273, 2.112499952316284],
+ "min": [15.899999618530273, -16.225000381469727, 1.7625000476837158],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 966,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 967,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 968,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 969,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [16.5, -16, 2.1875],
+ "min": [16.100000381469727, -16.299999237060547, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 970,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 971,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 972,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 973,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [17.299999237060547, -16, 2.1875],
+ "min": [16.899999618530273, -16.299999237060547, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 974,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 975,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 976,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 977,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [16.5, -14.699999809265137, 2.1875],
+ "min": [16.100000381469727, -15, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 978,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 979,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 980,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 981,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [17.299999237060547, -14.699999809265137, 2.1875],
+ "min": [16.899999618530273, -15, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 982,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 983,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 984,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 985,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [19.024999618530273, -15, 2.1875],
+ "min": [15.975000381469727, -16, 2.112499952316284],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 986,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 987,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 988,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 989,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [18.100000381469727, -16, 2.1875],
+ "min": [17.700000762939453, -16.299999237060547, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 990,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 991,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 992,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 993,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [18.899999618530273, -16, 2.1875],
+ "min": [18.5, -16.299999237060547, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 994,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 995,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 996,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 997,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [18.100000381469727, -14.699999809265137, 2.1875],
+ "min": [17.700000762939453, -15, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 998,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 999,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1000,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1001,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [18.899999618530273, -14.699999809265137, 2.1875],
+ "min": [18.5, -15, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1002,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1003,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1004,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1005,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-20.200000762939453, 19.024999618530273, 1.8674999475479126],
+ "min": [-20.600000381469727, 18.774999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1006,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1007,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1008,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1009,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-20.200000762939453, 17.524999618530273, 1.8674999475479126],
+ "min": [-20.600000381469727, 17.274999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1010,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1011,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1012,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1013,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-20.200000762939453, 18.024999618530273, 1.8674999475479126],
+ "min": [-20.600000381469727, 17.774999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1014,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1015,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1016,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1017,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-20.200000762939453, 18.524999618530273, 1.8674999475479126],
+ "min": [-20.600000381469727, 18.274999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1018,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1019,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1020,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1021,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [-20.200000762939453, 19.524999618530273, 1.8674999475479126],
+ "min": [-20.600000381469727, 19.274999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1022,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1023,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1024,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1025,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-16.600000381469727, 18.024999618530273, 1.8674999475479126],
+ "min": [-17, 17.774999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1026,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1027,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1028,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1029,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-16.600000381469727, 17.524999618530273, 1.8674999475479126],
+ "min": [-17, 17.274999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1030,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1031,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1032,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1033,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [-16.600000381469727, 17.024999618530273, 1.8674999475479126],
+ "min": [-17, 16.774999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1034,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1035,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1036,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1037,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [-20.200000762939453, 17.024999618530273, 1.8674999475479126],
+ "min": [-20.600000381469727, 16.774999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1038,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1039,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1040,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1041,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [-16.600000381469727, 19.524999618530273, 1.8674999475479126],
+ "min": [-17, 19.274999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1042,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1043,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1044,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1045,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-16.600000381469727, 19.024999618530273, 1.8674999475479126],
+ "min": [-17, 18.774999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1046,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1047,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1048,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1049,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-16.600000381469727, 18.524999618530273, 1.8674999475479126],
+ "min": [-17, 18.274999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1050,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1051,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1052,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1053,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-18.225000381469727, 16.5, 1.8674999475479126],
+ "min": [-18.475000381469727, 16.149999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1054,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1055,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1056,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1057,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-18.725000381469727, 16.5, 1.8674999475479126],
+ "min": [-18.975000381469727, 16.149999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1058,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1059,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1060,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1061,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-19.225000381469727, 16.5, 1.8674999475479126],
+ "min": [-19.475000381469727, 16.149999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1062,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1063,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1064,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1065,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-17.725000381469727, 20.149999618530273, 1.8674999475479126],
+ "min": [-17.975000381469727, 19.799999237060547, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1066,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1067,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1068,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1069,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [-17.225000381469727, 20.149999618530273, 1.8674999475479126],
+ "min": [-17.475000381469727, 19.799999237060547, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1070,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1071,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1072,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1073,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [-17.225000381469727, 16.5, 1.8674999475479126],
+ "min": [-17.475000381469727, 16.149999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1074,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1075,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1076,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1077,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-17.725000381469727, 16.5, 1.8674999475479126],
+ "min": [-17.975000381469727, 16.149999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1078,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1079,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1080,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1081,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [-19.725000381469727, 16.5, 1.8674999475479126],
+ "min": [-19.975000381469727, 16.149999618530273, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1082,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1083,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1084,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1085,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [-19.725000381469727, 20.149999618530273, 1.8674999475479126],
+ "min": [-19.975000381469727, 19.799999237060547, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1086,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1087,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1088,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1089,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-19.225000381469727, 20.149999618530273, 1.8674999475479126],
+ "min": [-19.475000381469727, 19.799999237060547, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1090,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1091,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1092,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1093,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-18.725000381469727, 20.149999618530273, 1.8674999475479126],
+ "min": [-18.975000381469727, 19.799999237060547, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1094,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1095,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1096,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1097,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-18.225000381469727, 20.149999618530273, 1.8674999475479126],
+ "min": [-18.475000381469727, 19.799999237060547, 1.6675000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1098,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1099,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1100,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1848,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1101,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 853,
+ "max": [-16.600000381469727, 20.149999618530273, 2.617500066757202],
+ "min": [-20.600000381469727, 16.149999618530273, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1102,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 853,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1103,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 853,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1104,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 264,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1105,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 107,
+ "max": [-17.299999237060547, 19.5, 1.787500023841858],
+ "min": [-19.899999618530273, 16.799999237060547, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1106,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 107,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1107,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 107,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1108,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 84,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1109,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "max": [19.600000381469727, -10.100000381469727, 2.7874999046325684],
+ "min": [16.700000762939453, -11.399999618530273, 1.787500023841858],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1110,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1111,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1112,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1113,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [19.315000534057617, -9.600000381469727, 2.2874999046325684],
+ "min": [18.885000228881836, -10.100000381469727, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1114,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1115,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1116,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1117,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [17.415000915527344, -9.600000381469727, 2.2874999046325684],
+ "min": [16.985000610351562, -10.100000381469727, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1118,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1119,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1120,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1121,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [18.364999771118164, -11.399999618530273, 2.2874999046325684],
+ "min": [17.934999465942383, -11.899999618530273, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1122,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1123,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1124,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 84,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1125,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "max": [-15.399999618530273, 30.75, 2.7874999046325684],
+ "min": [-18.299999237060547, 29.450000762939453, 1.787500023841858],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1126,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1127,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1128,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1129,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [-15.6850004196167, 31.25, 2.2874999046325684],
+ "min": [-16.114999771118164, 30.75, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1130,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1131,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1132,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1133,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [-17.584999084472656, 31.25, 2.2874999046325684],
+ "min": [-18.014999389648438, 30.75, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1134,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1135,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1136,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1137,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [-16.635000228881836, 29.450000762939453, 2.2874999046325684],
+ "min": [-17.065000534057617, 28.950000762939453, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1138,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1139,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1140,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 84,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1141,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "max": [11.75, 6.949999809265137, 2.7874999046325684],
+ "min": [10.449999809265137, 4.050000190734863, 1.787500023841858],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1142,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1143,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1144,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1145,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [10.449999809265137, 6.664999961853027, 2.2874999046325684],
+ "min": [9.949999809265137, 6.235000133514404, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1146,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1147,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1148,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1149,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [10.449999809265137, 4.764999866485596, 2.2874999046325684],
+ "min": [9.949999809265137, 4.335000038146973, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1150,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1151,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1152,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1153,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [12.25, 5.715000152587891, 2.2874999046325684],
+ "min": [11.75, 5.284999847412109, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1154,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1155,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1156,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1157,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [14.125, -14.449999809265137, 2.5625],
+ "min": [13.875, -14.90585708618164, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1158,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1159,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1160,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1161,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [14.125, -16.09414291381836, 2.5625],
+ "min": [13.875, -16.549999237060547, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1162,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1163,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1164,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1165,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [14.774999618530273, -14.449999809265137, 2.5625],
+ "min": [14.524999618530273, -14.90585708618164, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1166,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1167,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1168,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1169,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [14.774999618530273, -16.09414291381836, 2.5625],
+ "min": [14.524999618530273, -16.549999237060547, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1170,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1171,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1172,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1173,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [13.475000381469727, -16.09414291381836, 2.5625],
+ "min": [13.225000381469727, -16.549999237060547, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1174,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1175,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1176,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1177,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [13.475000381469727, -14.449999809265137, 2.5625],
+ "min": [13.225000381469727, -14.90585708618164, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1178,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1179,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1180,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 348,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1181,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 134,
+ "max": [15, -14.875, 2.7874999046325684],
+ "min": [13, -16.125, 1.7625000476837158],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1182,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 134,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1183,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 134,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1184,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1185,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [-26.72249984741211, -3.6500000953674316, 2.8975000381469727],
+ "min": [-27.077499389648438, -4.224999904632568, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1186,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1187,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1188,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1189,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [-24.822500228881836, -5.775000095367432, 2.8975000381469727],
+ "min": [-25.177499771118164, -6.349999904632568, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1190,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1191,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1192,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1193,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [-26.72249984741211, -5.775000095367432, 2.8975000381469727],
+ "min": [-27.077499389648438, -6.349999904632568, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1194,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1195,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1196,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1197,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [-24.822500228881836, -3.6500000953674316, 2.8975000381469727],
+ "min": [-25.177499771118164, -4.224999904632568, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1198,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1199,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1200,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 84,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1201,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "max": [-24.5, -4.224999904632568, 3.137500047683716],
+ "min": [-27.399999618530273, -5.775000095367432, 1.837499976158142],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1202,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1203,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1204,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1205,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [-25.772499084472656, -5.775000095367432, 2.8975000381469727],
+ "min": [-26.127500534057617, -6.349999904632568, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1206,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1207,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1208,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1209,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-13.448121070861816, -5.218638896942139, 1.7139840126037598],
+ "min": [-13.75187873840332, -5.521360874176025, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1210,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1211,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1212,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1213,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-13.048121452331543, -5.218638896942139, 1.7139840126037598],
+ "min": [-13.351879119873047, -5.521360874176025, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1214,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1215,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1216,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1217,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-12.648120880126953, -5.218638896942139, 1.7139840126037598],
+ "min": [-12.951878547668457, -5.521360874176025, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1218,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1219,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1220,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1221,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-12.24812126159668, -5.218638896942139, 1.7139840126037598],
+ "min": [-12.551878929138184, -5.521360874176025, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1222,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1223,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1224,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1225,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-13.448121070861816, -5.61863899230957, 1.7139840126037598],
+ "min": [-13.75187873840332, -5.921360969543457, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1226,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1227,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1228,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1229,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-13.048121452331543, -5.61863899230957, 1.7139840126037598],
+ "min": [-13.351879119873047, -5.921360969543457, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1230,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1231,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1232,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1233,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-12.648120880126953, -5.61863899230957, 1.7139840126037598],
+ "min": [-12.951878547668457, -5.921360969543457, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1234,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1235,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1236,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1237,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-12.24812126159668, -5.61863899230957, 1.7139840126037598],
+ "min": [-12.551878929138184, -5.921360969543457, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1238,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1239,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1240,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1241,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-13.448121070861816, -6.018639087677002, 1.7139840126037598],
+ "min": [-13.75187873840332, -6.321361064910889, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1242,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1243,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1244,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1245,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-13.048121452331543, -6.018639087677002, 1.7139840126037598],
+ "min": [-13.351879119873047, -6.321361064910889, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1246,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1247,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1248,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1249,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-12.648120880126953, -6.018639087677002, 1.7139840126037598],
+ "min": [-12.951878547668457, -6.321361064910889, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1250,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1251,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1252,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1253,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-12.24812126159668, -6.018639087677002, 1.7139840126037598],
+ "min": [-12.551878929138184, -6.321361064910889, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1254,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1255,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1256,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1257,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-13.448121070861816, -6.418639183044434, 1.7139840126037598],
+ "min": [-13.75187873840332, -6.72136116027832, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1258,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1259,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1260,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1261,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-13.048121452331543, -6.418639183044434, 1.7139840126037598],
+ "min": [-13.351879119873047, -6.72136116027832, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1262,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1263,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1264,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1265,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-12.648120880126953, -6.418639183044434, 1.7139840126037598],
+ "min": [-12.951878547668457, -6.72136116027832, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1266,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1267,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1268,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1269,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-12.24812126159668, -6.418639183044434, 1.7139840126037598],
+ "min": [-12.551878929138184, -6.72136116027832, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1270,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1271,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1272,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1273,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-13.448121070861816, -6.818638801574707, 1.7139840126037598],
+ "min": [-13.75187873840332, -7.121360778808594, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1274,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1275,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1276,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1277,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-13.048121452331543, -6.818638801574707, 1.7139840126037598],
+ "min": [-13.351879119873047, -7.121360778808594, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1278,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1279,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1280,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1281,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-12.648120880126953, -6.818638801574707, 1.7139840126037598],
+ "min": [-12.951878547668457, -7.121360778808594, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1282,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1283,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1284,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4104,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1285,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "max": [-12.24812126159668, -6.818638801574707, 1.7139840126037598],
+ "min": [-12.551878929138184, -7.121360778808594, 1.4091839790344238],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1286,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1287,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 778,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1288,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 492,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1289,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 170,
+ "max": [-13.638455390930176, -5.141573905944824, 1.9965840578079224],
+ "min": [-13.72354507446289, -5.226426124572754, 1.9935840368270874],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1290,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 170,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1291,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 170,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1292,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1293,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-12.14900016784668, -5.013999938964844, 1.9935840368270874],
+ "min": [-13.85099983215332, -7.326000213623047, 1.7135839462280273],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1294,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1295,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1296,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 492,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1297,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 170,
+ "max": [-19.25534439086914, -11.966439247131348, 2.7825000286102295],
+ "min": [-19.322654724121094, -12.033560752868652, 2.7795000076293945],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1298,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 170,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1299,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 170,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1300,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 84,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1301,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "max": [-18.976999282836914, -10.244999885559082, 2.7795000076293945],
+ "min": [-20.323001861572266, -12.454999923706055, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1302,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1303,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1304,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 420,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1305,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "max": [-18.549999237060547, -11.847999572753906, 2.3605000972747803],
+ "min": [-18.976999282836914, -12.152000427246094, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1306,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1307,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1308,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 420,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1309,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "max": [-18.549999237060547, -11.197999954223633, 2.3605000972747803],
+ "min": [-18.976999282836914, -11.501999855041504, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1310,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1311,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1312,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 420,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1313,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "max": [-18.549999237060547, -10.54800033569336, 2.3605000972747803],
+ "min": [-18.976999282836914, -10.85200023651123, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1314,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1315,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1316,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 420,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1317,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "max": [-20.322999954223633, -10.54800033569336, 2.3605000972747803],
+ "min": [-20.75, -10.85200023651123, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1318,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1319,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1320,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 420,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1321,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "max": [-20.322999954223633, -11.197999954223633, 2.3605000972747803],
+ "min": [-20.75, -11.501999855041504, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1322,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1323,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1324,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 420,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1325,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "max": [-20.322999954223633, -11.847999572753906, 2.3605000972747803],
+ "min": [-20.75, -12.152000427246094, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1326,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1327,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1328,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 492,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1329,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 170,
+ "max": [-25.277345657348633, -10.666439056396484, 2.7825000286102295],
+ "min": [-25.344654083251953, -10.733560562133789, 2.7795000076293945],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1330,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 170,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1331,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 170,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1332,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 84,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1333,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "max": [-24.27699851989746, -10.244999885559082, 2.7795000076293945],
+ "min": [-25.62299919128418, -12.454999923706055, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1334,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1335,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1336,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 420,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1337,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "max": [-25.62299919128418, -10.54800033569336, 2.3605000972747803],
+ "min": [-26.049999237060547, -10.85200023651123, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1338,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1339,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1340,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 420,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1341,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "max": [-25.62299919128418, -11.197999954223633, 2.3605000972747803],
+ "min": [-26.049999237060547, -11.501999855041504, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1342,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1343,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1344,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 420,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1345,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "max": [-25.62299919128418, -11.847999572753906, 2.3605000972747803],
+ "min": [-26.049999237060547, -12.152000427246094, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1346,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1347,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 166,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1348,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 420,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1349,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "max": [-23.850000381469727, -11.847999572753906, 2.3605000972747803],
+ "min": [-24.277000427246094, -12.152000427246094, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1350,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1351,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1352,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 420,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1353,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "max": [-23.850000381469727, -11.197999954223633, 2.3605000972747803],
+ "min": [-24.277000427246094, -11.501999855041504, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1354,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1355,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1356,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 420,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1357,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "max": [-23.850000381469727, -10.54800033569336, 2.3605000972747803],
+ "min": [-24.277000427246094, -10.85200023651123, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1358,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1359,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 167,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1360,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 204,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1361,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 88,
+ "max": [-27.350000381469727, 5.449999809265137, 2.0374999046325684],
+ "min": [-28.549999237060547, 3.8499999046325684, 1.537500023841858],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1362,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 88,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1363,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 88,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1364,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 288,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1365,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 168,
+ "max": [-27.149999618530273, 5.260000228881836, 1.6174999475479126],
+ "min": [-28.75, 4.039999961853027, 1.4874999523162842],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1366,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 168,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1367,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 168,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1368,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 180,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1369,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 76,
+ "max": [-24.892499923706055, 2.237499952316284, 2.887500047683716],
+ "min": [-25.392499923706055, -0.3375000059604645, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1370,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 76,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1371,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 76,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1372,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 180,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1373,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 76,
+ "max": [-27.607500076293945, 2.237499952316284, 2.887500047683716],
+ "min": [-28.107500076293945, -0.3375000059604645, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1374,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 76,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1375,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 76,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1376,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1377,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-25.392499923706055, 2.237499952316284, 2.887500047683716],
+ "min": [-27.357500076293945, -0.3375000059604645, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1378,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1379,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1380,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1381,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-27.357500076293945, 2.237499952316284, 2.887500047683716],
+ "min": [-27.607500076293945, -0.3375000059604645, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1382,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1383,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1384,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 159,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1385,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 75,
+ "max": [-29.649999618530273, -1.2300000190734863, 2.7874999046325684],
+ "min": [-30.450000762939453, -2.7699999809265137, 1.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1386,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 75,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1387,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 75,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1388,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 804,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1389,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 336,
+ "max": [-29.649999618530273, -1.2000000476837158, 2.1875],
+ "min": [-30.450000762939453, -2.799999952316284, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1390,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 336,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1391,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 336,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1392,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 21,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1393,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 15,
+ "max": [-29.729999542236328, -1.722872018814087, 1.7174999713897705],
+ "min": [-30.3700008392334, -2.277127981185913, 1.7024999856948853],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1394,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 15,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1395,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 15,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1396,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 159,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1397,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 75,
+ "max": [-29.649999618530273, -4.230000019073486, 2.7874999046325684],
+ "min": [-30.450000762939453, -5.769999980926514, 1.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1398,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 75,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1399,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 75,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1400,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 804,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1401,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 336,
+ "max": [-29.649999618530273, -4.199999809265137, 2.1875],
+ "min": [-30.450000762939453, -5.800000190734863, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1402,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 336,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1403,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 336,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1404,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 21,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1405,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 15,
+ "max": [-29.729999542236328, -4.722871780395508, 1.7174999713897705],
+ "min": [-30.3700008392334, -5.277128219604492, 1.7024999856948853],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1406,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 15,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1407,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 15,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1408,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 966,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1409,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 342,
+ "max": [32, -19.5, 3.2874999046325684],
+ "min": [27, -24.5, 1.787500023841858],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1410,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 342,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1411,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 342,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1412,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 96,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1413,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 34,
+ "max": [31.166667938232422, -20.340442657470703, 2.9124999046325684],
+ "min": [27.833332061767578, -23.659557342529297, 2.9124999046325684],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1414,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 34,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1415,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 34,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1416,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1488,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1417,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 600,
+ "max": [32.20000076293945, -19.899999618530273, 2.6875],
+ "min": [26.799999237060547, -24.100000381469727, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1418,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 600,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1419,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 600,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1420,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 288,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1421,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 110,
+ "max": [0.25, -0.15000000596046448, 2.0374999046325684],
+ "min": [-0.25, -0.3499999940395355, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1422,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 110,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1423,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 110,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1424,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1425,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [0.25, -0.1850000023841858, 2.002500057220459],
+ "min": [-0.25, -1.1150000095367432, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1426,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1427,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1428,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 372,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1429,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 146,
+ "max": [0.25, -0.1850000023841858, 2.0374999046325684],
+ "min": [-0.25, -1.149999976158142, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1430,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 146,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1431,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 146,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1432,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1433,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [0.25, -0.3499999940395355, 2.0374999046325684],
+ "min": [-0.25, -0.949999988079071, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1434,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1435,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1436,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1437,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [-0.6000000238418579, -0.15000000596046448, 2.0374999046325684],
+ "min": [-1.100000023841858, -1.149999976158142, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1438,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1439,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1440,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1441,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-0.6000000238418579, -0.1850000023841858, 2.002500057220459],
+ "min": [-1.100000023841858, -1.1150000095367432, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1442,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1443,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1444,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1445,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-0.6000000238418579, -0.3499999940395355, 2.0374999046325684],
+ "min": [-1.100000023841858, -0.949999988079071, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1446,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1447,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1448,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1449,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [-17.75, -9.449999809265137, 2.0374999046325684],
+ "min": [-18.75, -9.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1450,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1451,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1452,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1453,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-17.78499984741211, -9.449999809265137, 2.002500057220459],
+ "min": [-18.71500015258789, -9.949999809265137, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1454,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1455,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1456,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1457,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-17.950000762939453, -9.449999809265137, 2.0374999046325684],
+ "min": [-18.549999237060547, -9.949999809265137, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1458,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1459,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1460,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1461,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [19.200000762939453, 0.625, 2.2874999046325684],
+ "min": [18.200000762939453, -2.424999952316284, 2.1875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1462,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1463,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1464,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1092,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1465,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "max": [19.424999237060547, 0.699999988079071, 2.112499952316284],
+ "min": [17.975000381469727, -2.5, 1.7625000476837158],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1466,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1467,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1468,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1469,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [18.200000762939453, 0.5, 2.1875],
+ "min": [17.899999618530273, 0.10000000149011612, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1470,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1471,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1472,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1473,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [18.200000762939453, -0.30000001192092896, 2.1875],
+ "min": [17.899999618530273, -0.699999988079071, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1474,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1475,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1476,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1477,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [19.5, 0.5, 2.1875],
+ "min": [19.200000762939453, 0.10000000149011612, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1478,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1479,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1480,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1481,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [19.5, -0.30000001192092896, 2.1875],
+ "min": [19.200000762939453, -0.699999988079071, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1482,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1483,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1484,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1485,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [19.200000762939453, 0.625, 2.1875],
+ "min": [18.200000762939453, -2.424999952316284, 2.112499952316284],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1486,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1487,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1488,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1489,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [18.200000762939453, -1.100000023841858, 2.1875],
+ "min": [17.899999618530273, -1.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1490,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1491,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1492,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1493,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [18.200000762939453, -1.899999976158142, 2.1875],
+ "min": [17.899999618530273, -2.299999952316284, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1494,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1495,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1496,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1497,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [19.5, -1.100000023841858, 2.1875],
+ "min": [19.200000762939453, -1.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1498,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1499,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1500,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1501,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [19.5, -1.899999976158142, 2.1875],
+ "min": [19.200000762939453, -2.299999952316284, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1502,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1503,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1504,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1505,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [12.175000190734863, 1.7999999523162842, 2.2874999046325684],
+ "min": [9.125, 0.800000011920929, 2.1875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1506,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1507,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1508,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1092,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1509,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "max": [12.25, 2.0250000953674316, 2.112499952316284],
+ "min": [9.050000190734863, 0.574999988079071, 1.7625000476837158],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1510,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1511,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1512,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1513,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [9.649999618530273, 0.800000011920929, 2.1875],
+ "min": [9.25, 0.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1514,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1515,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1516,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1517,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [10.449999809265137, 0.800000011920929, 2.1875],
+ "min": [10.050000190734863, 0.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1518,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1519,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1520,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1521,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [9.649999618530273, 2.0999999046325684, 2.1875],
+ "min": [9.25, 1.7999999523162842, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1522,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1523,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1524,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1525,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [10.449999809265137, 2.0999999046325684, 2.1875],
+ "min": [10.050000190734863, 1.7999999523162842, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1526,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1527,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1528,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1529,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [12.175000190734863, 1.7999999523162842, 2.1875],
+ "min": [9.125, 0.800000011920929, 2.112499952316284],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1530,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1531,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1532,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1533,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [11.25, 0.800000011920929, 2.1875],
+ "min": [10.850000381469727, 0.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1534,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1535,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1536,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1537,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [12.050000190734863, 0.800000011920929, 2.1875],
+ "min": [11.649999618530273, 0.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1538,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1539,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1540,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1541,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [11.25, 2.0999999046325684, 2.1875],
+ "min": [10.850000381469727, 1.7999999523162842, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1542,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1543,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1544,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1545,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [12.050000190734863, 2.0999999046325684, 2.1875],
+ "min": [11.649999618530273, 1.7999999523162842, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1546,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1547,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1548,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1549,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-8.425000190734863, 1.100000023841858, 2.2874999046325684],
+ "min": [-11.475000381469727, 0.10000000149011612, 2.1875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1550,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1551,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1552,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1092,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1553,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "max": [-8.350000381469727, 1.3250000476837158, 2.112499952316284],
+ "min": [-11.550000190734863, -0.125, 1.7625000476837158],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1554,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1555,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 408,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1556,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1557,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-10.949999809265137, 0.10000000149011612, 2.1875],
+ "min": [-11.350000381469727, -0.20000000298023224, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1558,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1559,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1560,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1561,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-10.149999618530273, 0.10000000149011612, 2.1875],
+ "min": [-10.550000190734863, -0.20000000298023224, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1562,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1563,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1564,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1565,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-10.949999809265137, 1.399999976158142, 2.1875],
+ "min": [-11.350000381469727, 1.100000023841858, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1566,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1567,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1568,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1569,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-10.149999618530273, 1.399999976158142, 2.1875],
+ "min": [-10.550000190734863, 1.100000023841858, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1570,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1571,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1572,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1573,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-8.425000190734863, 1.100000023841858, 2.1875],
+ "min": [-11.475000381469727, 0.10000000149011612, 2.112499952316284],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1574,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1575,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1576,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1577,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-9.350000381469727, 0.10000000149011612, 2.1875],
+ "min": [-9.75, -0.20000000298023224, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1578,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1579,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1580,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1581,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-8.550000190734863, 0.10000000149011612, 2.1875],
+ "min": [-8.949999809265137, -0.20000000298023224, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1582,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1583,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1584,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1585,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-9.350000381469727, 1.399999976158142, 2.1875],
+ "min": [-9.75, 1.100000023841858, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1586,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1587,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1588,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1589,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "max": [-8.550000190734863, 1.399999976158142, 2.1875],
+ "min": [-8.949999809265137, 1.100000023841858, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1590,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1591,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 184,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1592,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1014,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1593,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 468,
+ "max": [-26.75, -15.675000190734863, 3.7874999046325684],
+ "min": [-32.25, -23.325000762939453, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1594,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 468,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1595,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 468,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1596,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1302,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1597,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 580,
+ "max": [-25.75, -15.649999618530273, 2.0875000953674316],
+ "min": [-33.25, -23.350000381469727, 1.684499979019165],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1598,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 580,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1599,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 580,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1600,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 84,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1601,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 48,
+ "max": [-27.399999618530273, -16.600000381469727, 4.987500190734863],
+ "min": [-31.600000381469727, -21.299999237060547, 2.487499952316284],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1602,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 48,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1603,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 48,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1604,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 2679,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1605,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1079,
+ "max": [-26.75, -15.75, 3.7874999046325684],
+ "min": [-32.25, -23.25, 2.0875000953674316],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1606,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1079,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1607,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1079,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1608,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 213,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1609,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 125,
+ "max": [-28.66259765625, -16.523155212402344, 3.7874999046325684],
+ "min": [-30.122821807861328, -17.23377227783203, 3.7774999141693115],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1610,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 125,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1611,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 125,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1612,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 2124,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1613,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 920,
+ "max": [-33.04999923706055, -1.399999976158142, 3.2074999809265137],
+ "min": [-36.54999923706055, -6.099999904632568, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1614,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 920,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1615,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 920,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1616,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1617,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [-33.650001525878906, -0.550000011920929, 1.8875000476837158],
+ "min": [-34.25, -1.899999976158142, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1618,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1619,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1620,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1621,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [-35.349998474121094, -0.550000011920929, 1.8875000476837158],
+ "min": [-35.95000076293945, -1.899999976158142, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1622,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1623,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1624,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1625,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [-35.349998474121094, -5.599999904632568, 1.8875000476837158],
+ "min": [-35.95000076293945, -6.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1626,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1627,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1628,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1629,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "max": [-33.650001525878906, -5.599999904632568, 1.8875000476837158],
+ "min": [-34.25, -6.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1630,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1631,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 30,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1632,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 2280,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1633,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 657,
+ "max": [-33.650001525878906, -1.75, 3.3375000953674316],
+ "min": [-37.54999923706055, -5.75, 1.9375],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1634,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 657,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1635,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 657,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1636,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 3168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1637,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1312,
+ "max": [-33.04999923706055, -1.399999976158142, 3.3375000953674316],
+ "min": [-36.54999923706055, -6.099999904632568, 1.9874999523162842],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1638,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1312,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1639,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1312,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1640,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1641,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-21.274999618530273, -10.324999809265137, 2.5875000953674316],
+ "min": [-23.325000762939453, -12.375, 1.787500023841858],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1642,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1643,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1644,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1645,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-21.530000686645508, -10.305500030517578, 1.787500023841858],
+ "min": [-21.770000457763672, -10.570500373840332, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1646,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1647,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1648,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1649,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-22.18000030517578, -10.305500030517578, 1.787500023841858],
+ "min": [-22.420000076293945, -10.570500373840332, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1650,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1651,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1652,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1653,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-22.829999923706055, -10.305500030517578, 1.787500023841858],
+ "min": [-23.06999969482422, -10.570500373840332, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1654,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1655,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1656,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1657,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-22.829999923706055, -12.129500389099121, 1.787500023841858],
+ "min": [-23.06999969482422, -12.394499778747559, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1658,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1659,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1660,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1661,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-22.18000030517578, -12.129500389099121, 1.787500023841858],
+ "min": [-22.420000076293945, -12.394499778747559, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1662,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1663,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1664,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1665,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-21.530000686645508, -12.129500389099121, 1.787500023841858],
+ "min": [-21.770000457763672, -12.394499778747559, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1666,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1667,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1668,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1669,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-21.58880043029785, -10.936300277709961, 1.787500023841858],
+ "min": [-22.079200744628906, -11.763699531555176, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1670,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1671,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1672,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1673,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [-22.52079963684082, -10.936300277709961, 1.787500023841858],
+ "min": [-23.011199951171875, -11.763699531555176, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1674,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1675,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1676,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 84,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1677,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "max": [26.649999618530273, 16.049999237060547, 2.7874999046325684],
+ "min": [23.75, 14.75, 1.787500023841858],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1678,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1679,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1680,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1681,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [24.46500015258789, 14.75, 2.2874999046325684],
+ "min": [24.03499984741211, 14.25, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1682,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1683,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1684,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1685,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [26.364999771118164, 14.75, 2.2874999046325684],
+ "min": [25.934999465942383, 14.25, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1686,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1687,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1688,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 396,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1689,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "max": [25.415000915527344, 16.549999237060547, 2.2874999046325684],
+ "min": [24.985000610351562, 16.049999237060547, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1690,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1691,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 160,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1692,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 828,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1693,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 312,
+ "max": [1, 0.8500000238418579, 2.1875],
+ "min": [0, 0.3499999940395355, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1694,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 312,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1695,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 312,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1696,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1697,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [0.800000011920929, 0.8299999833106995, 2.1675000190734863],
+ "min": [0.20000000298023224, 0.3700000047683716, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1698,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1699,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1700,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1701,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-0.8500000238418579, 0.8500000238418579, 2.1875],
+ "min": [-1.0499999523162842, 0.3499999940395355, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1702,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1703,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1704,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1705,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-1.0499999523162842, 0.8299999833106995, 2.1675000190734863],
+ "min": [-1.649999976158142, 0.3700000047683716, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1706,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1707,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1708,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1709,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-1.649999976158142, 0.8500000238418579, 2.1875],
+ "min": [-1.850000023841858, 0.3499999940395355, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1710,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1711,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1712,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1713,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-22.600000381469727, -4.300000190734863, 2.1875],
+ "min": [-22.799999237060547, -4.800000190734863, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1714,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1715,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1716,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1717,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-22.799999237060547, -4.320000171661377, 2.1675000190734863],
+ "min": [-23.399999618530273, -4.78000020980835, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1718,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1719,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1720,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1721,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-23.399999618530273, -4.300000190734863, 2.1875],
+ "min": [-23.600000381469727, -4.800000190734863, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1722,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1723,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1724,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1725,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-22.600000381469727, -7.5, 2.1875],
+ "min": [-22.799999237060547, -8, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1726,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1727,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1728,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1729,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-22.799999237060547, -7.519999980926514, 2.1675000190734863],
+ "min": [-23.399999618530273, -7.980000019073486, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1730,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1731,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1732,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1733,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-23.399999618530273, -7.5, 2.1875],
+ "min": [-23.600000381469727, -8, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1734,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1735,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1736,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1737,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-16.850000381469727, 21.700000762939453, 2.1875],
+ "min": [-17.049999237060547, 21.200000762939453, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1738,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1739,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1740,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1741,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-17.049999237060547, 21.68000030517578, 2.1675000190734863],
+ "min": [-17.649999618530273, 21.219999313354492, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1742,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1743,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1744,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1745,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-17.649999618530273, 21.700000762939453, 2.1875],
+ "min": [-17.850000381469727, 21.200000762939453, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1746,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1747,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1748,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1749,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-8.649999618530273, -15.649999618530273, 2.1875],
+ "min": [-9.149999618530273, -15.850000381469727, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1750,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1751,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1752,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1753,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-8.670000076293945, -15.850000381469727, 2.1675000190734863],
+ "min": [-9.130000114440918, -16.450000762939453, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1754,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1755,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1756,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1757,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-8.649999618530273, -16.450000762939453, 2.1875],
+ "min": [-9.149999618530273, -16.649999618530273, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1758,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1759,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1760,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1761,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-14.699999809265137, 11.25, 2.487499952316284],
+ "min": [-15.5, 10.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1762,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1763,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1764,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1765,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-14.729999542236328, 12.25, 2.4574999809265137],
+ "min": [-15.470000267028809, 11.25, 1.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1766,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1767,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1768,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1769,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-14.699999809265137, 12.550000190734863, 2.487499952316284],
+ "min": [-15.5, 12.25, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1770,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1771,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1772,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1773,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-14.100000381469727, 21.549999237060547, 2.487499952316284],
+ "min": [-14.399999618530273, 20.75, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1774,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1775,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1776,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1777,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-14.399999618530273, 21.520000457763672, 2.4574999809265137],
+ "min": [-15.399999618530273, 20.780000686645508, 1.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1778,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1779,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1780,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1781,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-15.399999618530273, 21.549999237060547, 2.487499952316284],
+ "min": [-15.699999809265137, 20.75, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1782,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1783,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1784,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1785,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-13.4399995803833, -0.5199999809265137, 2.487499952316284],
+ "min": [-13.739999771118164, -1.3200000524520874, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1786,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1787,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1788,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1789,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-13.739999771118164, -0.550000011920929, 2.4574999809265137],
+ "min": [-14.739999771118164, -1.2899999618530273, 1.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1790,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1791,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1792,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1793,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-14.739999771118164, -0.5199999809265137, 2.487499952316284],
+ "min": [-15.039999961853027, -1.3200000524520874, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1794,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1795,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1796,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1797,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-25.149999618530273, -7.349999904632568, 2.487499952316284],
+ "min": [-25.450000762939453, -8.149999618530273, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1798,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1799,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1800,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1801,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-25.450000762939453, -7.380000114440918, 2.4574999809265137],
+ "min": [-26.450000762939453, -8.119999885559082, 1.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1802,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1803,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1804,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1805,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-26.450000762939453, -7.349999904632568, 2.487499952316284],
+ "min": [-26.75, -8.149999618530273, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1806,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1807,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1808,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1809,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-25.149999618530273, -0.949999988079071, 2.487499952316284],
+ "min": [-25.450000762939453, -1.75, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1810,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1811,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1812,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1813,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-25.450000762939453, -0.9800000190734863, 2.4574999809265137],
+ "min": [-26.450000762939453, -1.7200000286102295, 1.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1814,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1815,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1816,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1817,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-26.450000762939453, -0.949999988079071, 2.487499952316284],
+ "min": [-26.75, -1.75, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1818,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1819,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1820,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1821,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-13.449999809265137, -2.069999933242798, 2.487499952316284],
+ "min": [-13.75, -2.869999885559082, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1822,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1823,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1824,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1825,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-13.75, -2.0999999046325684, 2.4574999809265137],
+ "min": [-14.75, -2.8399999141693115, 1.7174999713897705],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1826,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1827,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1828,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1829,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-14.75, -2.069999933242798, 2.487499952316284],
+ "min": [-15.050000190734863, -2.869999885559082, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1830,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1831,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1832,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1833,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-13.300000190734863, -11.395000457763672, 2.9375],
+ "min": [-13.699999809265137, -12.645000457763672, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1834,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1835,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1836,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1837,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-13.699999809265137, -11.4350004196167, 2.8975000381469727],
+ "min": [-14.899999618530273, -12.604999542236328, 1.7274999618530273],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1838,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1839,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1840,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1841,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-14.899999618530273, -11.395000457763672, 2.9375],
+ "min": [-15.300000190734863, -12.645000457763672, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1842,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1843,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1844,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1845,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-13.289999961853027, -9.444999694824219, 2.9375],
+ "min": [-13.6899995803833, -10.694999694824219, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1846,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1847,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1848,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1849,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-13.6899995803833, -9.484999656677246, 2.8975000381469727],
+ "min": [-14.890000343322754, -10.654999732971191, 1.7274999618530273],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1850,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1851,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1852,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 414,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1853,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "max": [-14.890000343322754, -9.444999694824219, 2.9375],
+ "min": [-15.289999961853027, -10.694999694824219, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1854,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1855,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 156,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1856,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 588,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1857,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "max": [19.200000762939453, 8, 5.9375],
+ "min": [16.299999237060547, 2, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1858,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1859,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1860,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 408,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1861,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "max": [19.200000762939453, 7.699999809265137, 4.6875],
+ "min": [15.600000381469727, 2.299999952316284, 1.6174999475479126],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1862,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1863,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 248,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1864,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1865,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-21.5, -5.349999904632568, 1.8174999952316284],
+ "min": [-21.700000762939453, -5.650000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1866,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1867,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1868,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1869,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-21.5, -5.349999904632568, 1.8174999952316284],
+ "min": [-21.700000762939453, -5.349999904632568, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1870,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1871,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1872,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 12,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1873,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "max": [-22, -5.349999904632568, 1.8174999952316284],
+ "min": [-22.200000762939453, -5.650000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1874,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1875,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1876,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1877,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-22, -5.349999904632568, 1.8174999952316284],
+ "min": [-22.200000762939453, -5.349999904632568, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1878,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1879,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1880,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 18,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1881,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 12,
+ "max": [-22, -5.349999904632568, 1.8174999952316284],
+ "min": [-22.200000762939453, -5.650000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1882,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 12,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1883,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 12,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1884,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 12,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1885,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "max": [-22.5, -5.349999904632568, 1.8174999952316284],
+ "min": [-22.700000762939453, -5.650000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1886,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1887,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1888,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1889,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-22.5, -5.349999904632568, 1.8174999952316284],
+ "min": [-22.700000762939453, -5.349999904632568, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1890,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1891,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1892,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 18,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1893,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 12,
+ "max": [-22.5, -5.349999904632568, 1.8174999952316284],
+ "min": [-22.700000762939453, -5.650000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1894,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 12,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1895,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 12,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1896,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 24,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1897,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "max": [-21.5, -6.650000095367432, 1.8174999952316284],
+ "min": [-21.700000762939453, -6.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1898,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1899,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1900,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1901,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-21.5, -6.949999809265137, 1.8174999952316284],
+ "min": [-21.700000762939453, -6.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1902,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1903,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1904,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1905,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-21.5, -6.650000095367432, 1.8174999952316284],
+ "min": [-21.700000762939453, -6.949999809265137, 1.8174999952316284],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1906,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1907,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1908,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 24,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1909,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "max": [-22, -6.650000095367432, 1.8174999952316284],
+ "min": [-22.200000762939453, -6.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1910,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1911,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1912,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1913,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-22, -6.949999809265137, 1.8174999952316284],
+ "min": [-22.200000762939453, -6.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1914,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1915,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1916,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1917,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-22, -6.650000095367432, 1.8174999952316284],
+ "min": [-22.200000762939453, -6.949999809265137, 1.8174999952316284],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1918,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1919,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1920,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 24,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1921,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "max": [-22.5, -6.650000095367432, 1.8174999952316284],
+ "min": [-22.700000762939453, -6.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1922,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1923,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1924,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1925,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-22.5, -6.949999809265137, 1.8174999952316284],
+ "min": [-22.700000762939453, -6.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1926,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1927,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1928,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1929,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-22.5, -6.650000095367432, 1.8174999952316284],
+ "min": [-22.700000762939453, -6.949999809265137, 1.8174999952316284],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1930,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1931,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1932,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 12,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1933,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "max": [-23, -5.349999904632568, 1.8174999952316284],
+ "min": [-23.200000762939453, -5.650000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1934,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1935,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1936,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1937,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-23, -5.349999904632568, 1.8174999952316284],
+ "min": [-23.200000762939453, -5.349999904632568, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1938,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1939,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1940,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 18,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1941,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 12,
+ "max": [-23, -5.349999904632568, 1.8174999952316284],
+ "min": [-23.200000762939453, -5.650000095367432, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1942,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 12,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1943,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 12,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1944,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 24,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1945,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "max": [-23, -6.650000095367432, 1.8174999952316284],
+ "min": [-23.200000762939453, -6.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1946,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1947,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1948,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1949,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-23, -6.949999809265137, 1.8174999952316284],
+ "min": [-23.200000762939453, -6.949999809265137, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1950,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1951,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1952,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1953,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-23, -6.650000095367432, 1.8174999952316284],
+ "min": [-23.200000762939453, -6.949999809265137, 1.8174999952316284],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1954,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1955,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1956,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1446,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1957,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 503,
+ "max": [-21.299999237060547, -5.550000190734863, 2.2874999046325684],
+ "min": [-23.399999618530273, -6.75, 1.712499976158142],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1958,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 503,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1959,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 503,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1960,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 828,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1961,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 312,
+ "max": [-14, 17.899999618530273, 2.1875],
+ "min": [-14.5, 16.899999618530273, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1962,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 312,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1963,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 312,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1964,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1965,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-14.020000457763672, 17.700000762939453, 2.1675000190734863],
+ "min": [-14.479999542236328, 17.100000381469727, 1.7074999809265137],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1966,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1967,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1968,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 288,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1969,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 110,
+ "max": [-9.5, -16.450000762939453, 2.0374999046325684],
+ "min": [-10, -16.649999618530273, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1970,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 110,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1971,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 110,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1972,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1973,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-9.5, -15.6850004196167, 2.002500057220459],
+ "min": [-10, -16.614999771118164, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1974,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1975,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1976,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 372,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1977,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 146,
+ "max": [-9.5, -15.649999618530273, 2.0374999046325684],
+ "min": [-10, -16.614999771118164, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1978,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 146,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1979,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 146,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1980,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1981,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-9.5, -15.850000381469727, 2.0374999046325684],
+ "min": [-10, -16.450000762939453, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1982,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1983,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1984,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1985,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [-25.899999618530273, -2.549999952316284, 2.0374999046325684],
+ "min": [-26.899999618530273, -3.049999952316284, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1986,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1987,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1988,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1989,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-25.934999465942383, -2.549999952316284, 2.002500057220459],
+ "min": [-26.864999771118164, -3.049999952316284, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1990,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1991,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1992,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1993,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-26.100000381469727, -2.549999952316284, 2.0374999046325684],
+ "min": [-26.700000762939453, -3.049999952316284, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1994,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1995,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 1996,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 1997,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [-27.450000762939453, 3.299999952316284, 2.0374999046325684],
+ "min": [-28.450000762939453, 2.799999952316284, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1998,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 1999,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2000,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2001,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-27.485000610351562, 3.299999952316284, 2.002500057220459],
+ "min": [-28.415000915527344, 2.799999952316284, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2002,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2003,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2004,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2005,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-27.649999618530273, 3.299999952316284, 2.0374999046325684],
+ "min": [-28.25, 2.799999952316284, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2006,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2007,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2008,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2009,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [-27.450000762939453, 6.5, 2.0374999046325684],
+ "min": [-28.450000762939453, 6, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2010,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2011,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2012,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2013,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-27.485000610351562, 6.5, 2.002500057220459],
+ "min": [-28.415000915527344, 6, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2014,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2015,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2016,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2017,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-27.649999618530273, 6.5, 2.0374999046325684],
+ "min": [-28.25, 6, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2018,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2019,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2020,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2021,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [-25.25, -13.800000190734863, 2.0374999046325684],
+ "min": [-25.75, -14.800000190734863, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2022,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2023,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2024,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2025,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-25.25, -13.835000038146973, 2.002500057220459],
+ "min": [-25.75, -14.765000343322754, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2026,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2027,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2028,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2029,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-25.25, -14, 2.0374999046325684],
+ "min": [-25.75, -14.600000381469727, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2030,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2031,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2032,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2033,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [-17.5, -10.850000381469727, 2.0374999046325684],
+ "min": [-18, -11.850000381469727, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2034,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2035,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2036,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2037,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-17.5, -10.885000228881836, 2.002500057220459],
+ "min": [-18, -11.8149995803833, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2038,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2039,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2040,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2041,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-17.5, -11.050000190734863, 2.0374999046325684],
+ "min": [-18, -11.649999618530273, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2042,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2043,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2044,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2045,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [-26.149999618530273, -13.800000190734863, 2.0374999046325684],
+ "min": [-26.649999618530273, -14.800000190734863, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2046,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2047,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2048,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2049,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-26.149999618530273, -13.835000038146973, 2.002500057220459],
+ "min": [-26.649999618530273, -14.765000343322754, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2050,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2051,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2052,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2053,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-26.149999618530273, -14, 2.0374999046325684],
+ "min": [-26.649999618530273, -14.600000381469727, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2054,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2055,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2056,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2057,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [-24.399999618530273, -19.5, 2.0374999046325684],
+ "min": [-24.899999618530273, -20.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2058,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2059,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2060,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2061,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-24.399999618530273, -19.53499984741211, 2.002500057220459],
+ "min": [-24.899999618530273, -20.46500015258789, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2062,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2063,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2064,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2065,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-24.399999618530273, -19.700000762939453, 2.0374999046325684],
+ "min": [-24.899999618530273, -20.299999237060547, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2066,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2067,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2068,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2069,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [5.650000095367432, -0.10000000149011612, 2.0374999046325684],
+ "min": [5.150000095367432, -1.100000023841858, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2070,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2071,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2072,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2073,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [5.650000095367432, -0.13500000536441803, 2.002500057220459],
+ "min": [5.150000095367432, -1.065000057220459, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2074,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2075,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2076,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2077,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [5.650000095367432, -0.30000001192092896, 2.0374999046325684],
+ "min": [5.150000095367432, -0.8999999761581421, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2078,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2079,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2080,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 660,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2081,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "max": [-28.450000762939453, -1.850000023841858, 2.0374999046325684],
+ "min": [-28.950000762939453, -2.8499999046325684, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2082,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2083,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 256,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2084,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 42,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2085,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-28.450000762939453, -1.8849999904632568, 2.002500057220459],
+ "min": [-28.950000762939453, -2.815000057220459, 1.722499966621399],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2086,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2087,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2088,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2089,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [-28.450000762939453, -2.049999952316284, 2.0374999046325684],
+ "min": [-28.950000762939453, -2.6500000953674316, 2.002500057220459],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2090,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2091,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2092,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 2298,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2093,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 628,
+ "max": [3.509999990463257, 5.090807914733887, 2.5875000953674316],
+ "min": [1.8899999856948853, -0.47738000750541687, 1.687399983406067],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2094,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 628,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2095,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 628,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2096,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 162,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2097,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 60,
+ "max": [3.5999999046325684, 5.406713962554932, 1.912500023841858],
+ "min": [1.7999999523162842, -0.7932860255241394, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2098,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 60,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2099,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 60,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2100,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4668,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2101,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1774,
+ "max": [-14.329999923706055, -3.6600000858306885, 5.784293174743652],
+ "min": [-19.329999923706055, -8.65999984741211, 1.7842930555343628],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2102,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1774,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2103,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1774,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2104,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 156,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2105,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 64,
+ "max": [-14.829999923706055, -7.409999847412109, 2.336143970489502],
+ "min": [-18.829999923706055, -8.65999984741211, 1.7842930555343628],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2106,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 64,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2107,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 64,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2108,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 88434,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2109,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 15715,
+ "max": [-14.73117733001709, -3.909687042236328, 4.474293231964111],
+ "min": [-18.829845428466797, -8.40999984741211, 1.9892929792404175],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2110,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 15715,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2111,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 15715,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2112,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 4428,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2113,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 997,
+ "max": [-14.329999923706055, -3.6600000858306885, 5.134293079376221],
+ "min": [-19.329999923706055, -8.65999984741211, 2.5842928886413574],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2114,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 997,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2115,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 997,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2116,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 156,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2117,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 64,
+ "max": [-14.829999923706055, -3.6600000858306885, 2.336143970489502],
+ "min": [-18.829999923706055, -4.909999847412109, 1.7842930555343628],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2118,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 64,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2119,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 64,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2120,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 2916,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2121,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 870,
+ "max": [15.75, -6.5, 5.987500190734863],
+ "min": [12.25, -12.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2122,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 870,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2123,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 870,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2124,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 738,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2125,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 286,
+ "max": [15.75, -6.5, 5.1875],
+ "min": [12.25, -12.5, 4.987500190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2126,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 286,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2127,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 286,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2128,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 246,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2129,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 82,
+ "max": [15.75, -6.5, 5.1875],
+ "min": [12.25, -12.5, 5.1875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2130,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 82,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2131,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 82,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2132,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2133,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [14.5, -11.5, 1.837499976158142],
+ "min": [13.5, -13.5, 1.6875],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2134,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2135,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2136,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 7860,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2137,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3320,
+ "max": [37, 34, 1.6875],
+ "min": [-37, -34, 0],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2138,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3320,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2139,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3320,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2140,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 990,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2141,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 352,
+ "max": [-13.56373119354248, 62.9362678527832, 12.399999618530273],
+ "min": [-23.313730239868164, 37.636268615722656, -12.899999618530273],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2142,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 352,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2143,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 352,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2144,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 24,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2145,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "max": [-13.56373119354248, 56.28627014160156, 12.399999618530273],
+ "min": [-19.71373176574707, 44.28627014160156, 4.900000095367432],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2146,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2147,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2148,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 6,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2149,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "max": [-23.313730239868164, 53.03627014160156, -4.5],
+ "min": [-23.313730239868164, 47.53627014160156, -10],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2150,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2151,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2152,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 294,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2153,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 196,
+ "max": [-10, 29.96500015258789, 9.5],
+ "min": [-12, 12.364999771118164, 7.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2154,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 196,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2155,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 196,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2156,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 972,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2157,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 648,
+ "max": [-10.75, 29.21500015258789, 11],
+ "min": [-11.25, 12.71500015258789, 3.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2158,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 648,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2159,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 648,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2160,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 690,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2161,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 212,
+ "max": [-10, 29.96500015258789, 9.5],
+ "min": [-12, 11.96500015258789, 7.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2162,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 212,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2163,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 212,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2164,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2165,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [9.399999618530273, 28.315000534057617, 9.199999809265137],
+ "min": [-9.399999618530273, 9.515000343322754, 7.400000095367432],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2166,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2167,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2168,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 23352,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2169,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 5760,
+ "max": [11.699999809265137, 29.665000915527344, 10.600000381469727],
+ "min": [-11.699999809265137, 9.21500015258789, 7.400000095367432],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2170,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 5760,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2171,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 5760,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2172,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 5811,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2173,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1815,
+ "max": [12.25, 36.71500015258789, 10.300000190734863],
+ "min": [-12.25, 8.8149995803833, 9.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2174,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1815,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2175,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1815,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2176,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1680,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2177,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 724,
+ "max": [9.149999618530273, 36.6150016784668, 10.3100004196167],
+ "min": [-6.849999904632568, 18.71500015258789, 9.489999771118164],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2178,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 724,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2179,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 724,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2180,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 5487,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2181,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 2139,
+ "max": [10, 17.21500015258789, 10.3100004196167],
+ "min": [-10, 9.8149995803833, 10.300000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2182,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 2139,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2183,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 2139,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2184,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 96,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2185,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 48,
+ "max": [3.5999999046325684, 36.71500015258789, 10.319999694824219],
+ "min": [-3.5999999046325684, 29.514999389648438, 10.3100004196167],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2186,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 48,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2187,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 48,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2188,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 24,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2189,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 18,
+ "max": [1.125, 32.62786102294922, 10.8100004196167],
+ "min": [0.28125, 31.653581619262695, 10.800000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2190,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 18,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2191,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 18,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2192,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 12,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2193,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "max": [3.5, 36.6150016784668, 10.800000190734863],
+ "min": [-3.5, 29.614999771118164, 10.300000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2194,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2195,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2196,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 24,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2197,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "max": [3.5, 36.6150016784668, 10.800000190734863],
+ "min": [-3.5, 29.614999771118164, 10.300000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2198,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2199,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2200,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 24,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2201,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 18,
+ "max": [-0.5625, 33.60213851928711, 10.8100004196167],
+ "min": [-1.40625, 32.62786102294922, 10.800000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2202,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 18,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2203,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 18,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2204,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 24,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2205,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 18,
+ "max": [1.125, 34.576419830322266, 10.8100004196167],
+ "min": [0.28125, 33.60213851928711, 10.800000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2206,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 18,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2207,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 18,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2208,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 216,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2209,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "max": [1.125, 35.3611946105957, 10.8100004196167],
+ "min": [-2.25, 33.1150016784668, 10.800000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2210,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2211,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2212,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 216,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2213,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "max": [1.125, 33.1150016784668, 10.8100004196167],
+ "min": [-2.25, 30.868806838989258, 10.800000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2214,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2215,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2216,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 216,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2217,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "max": [2.25, 35.06355667114258, 10.8100004196167],
+ "min": [1.125, 31.16644287109375, 10.800000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2218,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2219,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2220,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 24,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2221,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 18,
+ "max": [1.125, 34.08927917480469, 10.8100004196167],
+ "min": [-0.5625, 32.14072036743164, 10.800000190734863],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2222,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 18,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2223,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 18,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2224,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 108,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2225,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [11.25, 11.21500015258789, 11],
+ "min": [10.75, 10.71500015258789, 3.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2226,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2227,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2228,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 120,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2229,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "max": [12, 11.96500015258789, 9.5],
+ "min": [10, 9.96500015258789, 7.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2230,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2231,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2232,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 294,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2233,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 196,
+ "max": [12, 29.96500015258789, 9.5],
+ "min": [10, 12.364999771118164, 7.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2234,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 196,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2235,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 196,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2236,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 972,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2237,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 648,
+ "max": [11.25, 29.21500015258789, 11],
+ "min": [10.75, 12.71500015258789, 3.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2238,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 648,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2239,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 648,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2240,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 690,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2241,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 212,
+ "max": [12, 29.96500015258789, 9.5],
+ "min": [10, 11.96500015258789, 7.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2242,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 212,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2243,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 212,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2244,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 108,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2245,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "max": [-10.75, 11.21500015258789, 11],
+ "min": [-11.25, 10.71500015258789, 3.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2246,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2247,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 72,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2248,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 120,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2249,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "max": [-10, 11.96500015258789, 9.5],
+ "min": [-12, 9.96500015258789, 7.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2250,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2251,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 56,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2252,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 10590,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2253,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 2564,
+ "max": [-28.399999618530273, 61.83156967163086, 6.498602867126465],
+ "min": [-35.400001525878906, 38.92459487915039, -16.49949073791504],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2254,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 2564,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2255,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 2564,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2256,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 5400,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2257,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1959,
+ "max": [-27.899999618530273, 63.08599853515625, 7.75],
+ "min": [-38.400001525878906, 37.58599853515625, -17.75],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2258,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1959,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2259,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 1959,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2260,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1512,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2261,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 595,
+ "max": [2.999835968017578, -23.153118133544922, -4.632687091827393],
+ "min": [-3.000164031982422, -33.95311737060547, -19.479814529418945],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2262,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 595,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2263,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 595,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2264,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1512,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2265,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 595,
+ "max": [2.999835968017578, 53.04688262939453, -4.632687091827393],
+ "min": [-3.000164031982422, 42.24687957763672, -19.479814529418945],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2266,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 595,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2267,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 595,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2268,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 156,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2269,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 54,
+ "max": [9.249999046325684, 42, -0.8174430131912231],
+ "min": [-9.250000953674316, -23.000001907348633, -19.18255615234375],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2270,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 54,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2271,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 54,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2272,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 144,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2273,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 52,
+ "max": [9.249999046325684, 42, -0.8174430131912231],
+ "min": [-9.250000953674316, -23.000001907348633, -19.18255615234375],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2274,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 52,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2275,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 52,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2276,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1524,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2277,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 520,
+ "max": [12.499999046325684, 66, -19.5],
+ "min": [-12.500000953674316, -34, -21.200000762939453],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2278,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 520,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2279,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 520,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2280,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2281,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [4.999999046325684, 65, -12.5],
+ "min": [-5.000000953674316, 59, -19.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2282,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2283,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2284,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1368,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2285,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 660,
+ "max": [10.499835968017578, 48.54688262939453, -4.17981481552124],
+ "min": [-10.500164031982422, -29.4531192779541, -19.1798152923584],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2286,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 660,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2287,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 660,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2288,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 180,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2289,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "max": [29.354000091552734, 63.92284393310547, 24.969228744506836],
+ "min": [-11.645999908447266, 20.9228458404541, 12.619229316711426],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2290,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2291,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2292,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2293,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 32,
+ "max": [22.75, -10.250238418579102, 18.10041046142578],
+ "min": [-22.25, -16.2502384185791, 14.600411415100098],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2294,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 32,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2295,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 32,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2296,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 822,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2297,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "max": [22.75, -0.7502380013465881, 19.700410842895508],
+ "min": [-22.25, -25.7502384185791, 18.10041046142578],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2298,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2299,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 264,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2300,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 858,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2301,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 328,
+ "max": [22.75, -0.7502380013465881, 21.500410079956055],
+ "min": [-22.25, -27.7502384185791, 14.600411415100098],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2302,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 328,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2303,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 328,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2304,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 18,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2305,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "max": [15.25, -0.7502380013465881, 16.10041046142578],
+ "min": [-14.75, -27.7502384185791, 16.10041046142578],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2306,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2307,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2308,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 18,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2309,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "max": [14.25, -4.750237941741943, 21.500410079956055],
+ "min": [-13.75, -27.7502384185791, 21.500410079956055],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2310,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2311,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2312,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1140,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2313,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 273,
+ "max": [31, -20.5, 18.200000762939453],
+ "min": [28, -23.5, 5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2314,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 273,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2315,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 273,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2316,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 192,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2317,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "max": [15.899999618530273, -3.5502378940582275, 24],
+ "min": [-15.199999809265137, -30.700000762939453, 22.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2318,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2319,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 96,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2320,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 672,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2321,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 242,
+ "max": [34.60000228881836, 35.220001220703125, 12.5],
+ "min": [16.600000381469727, 13.220001220703125, 11.100000381469727],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2322,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 242,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2323,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 242,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2324,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2325,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [15.350000381469727, -4.625119209289551, 25],
+ "min": [-14.649999618530273, -29.625118255615234, 24],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2326,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2327,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2328,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 61992,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2329,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20438,
+ "max": [33.25, 71.04422760009766, 23.149999618530273],
+ "min": [-9.75, 70.74423217773438, 13.899999618530273],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2330,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20438,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2331,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20438,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2332,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 11079,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2333,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3805,
+ "max": [44.35000228881836, 72.8499984741211, 27.5],
+ "min": [-43.85000228881836, -40.75, 5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2334,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3805,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2335,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3805,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2336,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 816,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2337,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 312,
+ "max": [31.600000381469727, 9.477070808410645, -18.999929428100586],
+ "min": [13.899999618530273, -16.02292823791504, -24.099929809570312],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2338,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 312,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2339,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 312,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2340,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 828,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2341,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 268,
+ "max": [31.600000381469727, 9.477070808410645, -20.499929428100586],
+ "min": [13.899999618530273, -16.02292823791504, -24.099929809570312],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2342,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 268,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2343,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 268,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2344,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2345,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 28,
+ "max": [25.899999618530273, 9.477070808410645, -18.999929428100586],
+ "min": [19.600000381469727, -16.02292823791504, -22.499929428100586],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2346,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 28,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2347,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 28,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2348,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 24,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2349,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "max": [-27.599571228027344, 6.976970195770264, -16.999601364135742],
+ "min": [-33.599571228027344, -9.523030281066895, -22.499601364135742],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2350,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2351,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 16,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2352,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 828,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2353,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 316,
+ "max": [-13.399572372436523, 11.476969718933105, -16.999601364135742],
+ "min": [-33.599571228027344, -14.023030281066895, -24.09960174560547],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2354,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 316,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2355,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 316,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2356,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 840,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2357,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 272,
+ "max": [-13.399572372436523, 11.476969718933105, -20.499601364135742],
+ "min": [-33.599571228027344, -14.023030281066895, -24.09960174560547],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2358,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 272,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2359,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 272,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2360,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 48,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2361,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 28,
+ "max": [-19.099571228027344, 11.476969718933105, -18.999601364135742],
+ "min": [-25.399572372436523, -14.023030281066895, -22.499601364135742],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2362,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 28,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2363,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 28,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2364,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 234,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2365,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "max": [37.867488861083984, 54.099700927734375, -2.5],
+ "min": [35.867488861083984, 40.165321350097656, -11.5],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2366,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2367,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 80,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2368,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 2016,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2369,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 700,
+ "max": [37.867488861083984, 59.78251266479492, 5.650000095367432],
+ "min": [29.367488861083984, 34.48250961303711, -19.649999618530273],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2370,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 700,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2371,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 700,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2372,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 36,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2373,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "max": [32.867488861083984, 59.78251266479492, -3.8499999046325684],
+ "min": [29.367488861083984, 34.48250961303711, -10.149999618530273],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2374,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2375,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 24,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2376,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 30,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2377,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "max": [32.867488861083984, 53.132511138916016, -4.25],
+ "min": [25.867488861083984, 41.132511138916016, -9.75],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2378,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2379,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 20,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2380,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 1212,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2381,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 556,
+ "max": [-26.399999618530273, -12.199999809265137, 7.75],
+ "min": [-44.04999923706055, -24.799999237060547, -0.949999988079071],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2382,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 556,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2383,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 556,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2384,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 468,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2385,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 200,
+ "max": [-36.20000076293945, -12.449999809265137, 9.850000381469727],
+ "min": [-37.89999771118164, -24.549999237060547, 1.2000000476837158],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2386,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 200,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2387,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 200,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2388,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 27168,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2389,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8486,
+ "max": [44.35000228881836, 72.8499984741211, -19.700000762939453],
+ "min": [-43.85000228881836, -40.75, -30.200000762939453],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2390,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8486,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2391,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 8486,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2392,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 13140,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2393,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4834,
+ "max": [42.35000228881836, 70.8499984741211, 13],
+ "min": [-41.85000228881836, -38.75, -25],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2394,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4834,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2395,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 4834,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2396,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 756,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2397,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 288,
+ "max": [41.95000076293945, 2.9000000953674316, 9.399999618530273],
+ "min": [37.45000076293945, -21.899999618530273, -8],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2398,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 288,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2399,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 288,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2400,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 2112,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2401,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 786,
+ "max": [-36.849998474121094, 16.49972152709961, 11.412266731262207],
+ "min": [-41.45000076293945, -8.480278968811035, -4.587732791900635],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2402,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 786,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2403,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 786,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2404,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 2310,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2405,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 912,
+ "max": [41.95000076293945, 67, 3.9000000953674316],
+ "min": [29.850000381469727, 13.517305374145508, -25],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2406,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 912,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2407,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 912,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2408,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 97728,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2409,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 32214,
+ "max": [-38.45000076293945, 62.84423065185547, 7.650000095367432],
+ "min": [-38.75, 37.84423065185547, -17.350000381469727],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2410,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 32214,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2411,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 32214,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2412,
+ "byteOffset": 0,
+ "componentType": 5125,
+ "count": 972,
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2413,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 354,
+ "max": [-27.900001525878906, 63, 13],
+ "min": [-39.95000076293945, 37.70000076293945, -21.049999237060547],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2414,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 354,
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2415,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 354,
+ "type": "VEC2"
+ },
+ {
+ "bufferView": 2416,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 5,
+ "max": [2],
+ "min": [0],
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2417,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 15,
+ "max": [0.25, 0, 0],
+ "min": [-108.31826782226562, -49.159202575683594, -40.75],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2418,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 6,
+ "max": [2],
+ "min": [0],
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2419,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 6,
+ "max": [0, 0, 0, 1],
+ "min": [
+ -1.7958698249095845e-17, -1.2743675211528728e-17, -1,
+ 6.123234262925839e-17
+ ],
+ "type": "VEC4"
+ },
+ {
+ "bufferView": 2420,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3,
+ "max": [4],
+ "min": [0],
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2421,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 9,
+ "max": [60.783138275146484, 0, 0],
+ "min": [0, 0, 0],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2422,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3,
+ "max": [4],
+ "min": [0],
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2423,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 9,
+ "max": [31.103160858154297, 0, 0],
+ "min": [0, 0, 0],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2424,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3,
+ "max": [4],
+ "min": [0],
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2425,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 9,
+ "max": [0, 5, 37.58599853515625],
+ "min": [-97.70182037353516, 0, 0],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2426,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3,
+ "max": [4],
+ "min": [0],
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2427,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 9,
+ "max": [0, 4.024999618530273, 37.70000076293945],
+ "min": [-105.50157928466797, 0, 0],
+ "type": "VEC3"
+ },
+ {
+ "bufferView": 2428,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 3,
+ "max": [4],
+ "min": [0],
+ "type": "SCALAR"
+ },
+ {
+ "bufferView": 2429,
+ "byteOffset": 0,
+ "componentType": 5126,
+ "count": 9,
+ "max": [0, 0, 0],
+ "min": [-44.43828201293945, 0, 0],
+ "type": "VEC3"
+ }
+ ],
+ "bufferViews": [
+ { "buffer": 0, "byteOffset": 0, "byteLength": 144, "target": 34963 },
+ { "buffer": 0, "byteOffset": 144, "byteLength": 288, "target": 34962 },
+ { "buffer": 0, "byteOffset": 432, "byteLength": 288, "target": 34962 },
+ { "buffer": 0, "byteOffset": 720, "byteLength": 192, "target": 34962 },
+ { "buffer": 0, "byteOffset": 912, "byteLength": 1008, "target": 34963 },
+ {
+ "buffer": 0,
+ "byteOffset": 1920,
+ "byteLength": 1536,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3456,
+ "byteLength": 1536,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4992,
+ "byteLength": 1024,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6016,
+ "byteLength": 1200,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7216,
+ "byteLength": 1728,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8944,
+ "byteLength": 1728,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10672,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 11824,
+ "byteLength": 1200,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 13024,
+ "byteLength": 1728,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 14752,
+ "byteLength": 1728,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 16480,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 17632,
+ "byteLength": 1008,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 18640,
+ "byteLength": 1536,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 20176,
+ "byteLength": 1536,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 21712,
+ "byteLength": 1024,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 22736,
+ "byteLength": 6336,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 29072,
+ "byteLength": 8952,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 38024,
+ "byteLength": 8952,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 46976,
+ "byteLength": 5968,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 52944,
+ "byteLength": 2016,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 54960,
+ "byteLength": 2880,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 57840,
+ "byteLength": 2880,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 60720,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 62640,
+ "byteLength": 1008,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 63648,
+ "byteLength": 1824,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 65472,
+ "byteLength": 1824,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 67296,
+ "byteLength": 1216,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 68512,
+ "byteLength": 2352,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 70864,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 74032,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 77200,
+ "byteLength": 2112,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 79312,
+ "byteLength": 1632,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 80944,
+ "byteLength": 2976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 83920,
+ "byteLength": 2976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 86896,
+ "byteLength": 1984,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 88880,
+ "byteLength": 2352,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 91232,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 94400,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 97568,
+ "byteLength": 2112,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 99680,
+ "byteLength": 1632,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 101312,
+ "byteLength": 2976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 104288,
+ "byteLength": 2976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 107264,
+ "byteLength": 1984,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 109248,
+ "byteLength": 2352,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 111600,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 114768,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 117936,
+ "byteLength": 2112,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 120048,
+ "byteLength": 1632,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 121680,
+ "byteLength": 2976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 124656,
+ "byteLength": 2976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 127632,
+ "byteLength": 1984,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 129616,
+ "byteLength": 2352,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 131968,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 135136,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 138304,
+ "byteLength": 2112,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 140416,
+ "byteLength": 1632,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 142048,
+ "byteLength": 2976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 145024,
+ "byteLength": 2976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 148000,
+ "byteLength": 1984,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 149984,
+ "byteLength": 2352,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 152336,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 155504,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 158672,
+ "byteLength": 2112,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 160784,
+ "byteLength": 1632,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 162416,
+ "byteLength": 2976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 165392,
+ "byteLength": 2976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 168368,
+ "byteLength": 1984,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 170352,
+ "byteLength": 2520,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 172872,
+ "byteLength": 3312,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 176184,
+ "byteLength": 3312,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 179496,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 181704,
+ "byteLength": 1944,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 183648,
+ "byteLength": 3552,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 187200,
+ "byteLength": 3552,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 190752,
+ "byteLength": 2368,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 193120,
+ "byteLength": 66552,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 259672,
+ "byteLength": 74352,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 334024,
+ "byteLength": 74352,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 408376,
+ "byteLength": 49568,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 457944,
+ "byteLength": 8592,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 466536,
+ "byteLength": 5976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 472512,
+ "byteLength": 5976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 478488,
+ "byteLength": 3984,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 482472,
+ "byteLength": 771384,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 1253856,
+ "byteLength": 408336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 1662192,
+ "byteLength": 408336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2070528,
+ "byteLength": 272224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2342752,
+ "byteLength": 2736,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2345488,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2348608,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2351728,
+ "byteLength": 2080,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2353808,
+ "byteLength": 2736,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2356544,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2359664,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2362784,
+ "byteLength": 2080,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2364864,
+ "byteLength": 2736,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2367600,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2370720,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2373840,
+ "byteLength": 2080,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2375920,
+ "byteLength": 2736,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2378656,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2381776,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2384896,
+ "byteLength": 2080,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2386976,
+ "byteLength": 2736,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2389712,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2392832,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2395952,
+ "byteLength": 2080,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2398032,
+ "byteLength": 2736,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2400768,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2403888,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2407008,
+ "byteLength": 2080,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2409088,
+ "byteLength": 2736,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2411824,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2414944,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2418064,
+ "byteLength": 2080,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2420144,
+ "byteLength": 2736,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2422880,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2426000,
+ "byteLength": 3120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2429120,
+ "byteLength": 2080,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2431200,
+ "byteLength": 2256,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2433456,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2436144,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2438832,
+ "byteLength": 1792,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2440624,
+ "byteLength": 2256,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2442880,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2445568,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2448256,
+ "byteLength": 1792,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2450048,
+ "byteLength": 2256,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2452304,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2454992,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2457680,
+ "byteLength": 1792,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2459472,
+ "byteLength": 2256,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2461728,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2464416,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2467104,
+ "byteLength": 1792,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2468896,
+ "byteLength": 2256,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2471152,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2473840,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2476528,
+ "byteLength": 1792,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2478320,
+ "byteLength": 2256,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2480576,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2483264,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2485952,
+ "byteLength": 1792,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2487744,
+ "byteLength": 2256,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2490000,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2492688,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2495376,
+ "byteLength": 1792,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2497168,
+ "byteLength": 2256,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2499424,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2502112,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2504800,
+ "byteLength": 1792,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2506592,
+ "byteLength": 2352,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2508944,
+ "byteLength": 2736,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2511680,
+ "byteLength": 2736,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2514416,
+ "byteLength": 1824,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2516240,
+ "byteLength": 4512,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2520752,
+ "byteLength": 5208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2525960,
+ "byteLength": 5208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2531168,
+ "byteLength": 3472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2534640,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2534784,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2535072,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2535360,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2535552,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2537136,
+ "byteLength": 1836,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2538972,
+ "byteLength": 1836,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2540808,
+ "byteLength": 1224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2542032,
+ "byteLength": 1152,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2543184,
+ "byteLength": 1416,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2544600,
+ "byteLength": 1416,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2546016,
+ "byteLength": 944,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2546960,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2547104,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2547392,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2547680,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2547872,
+ "byteLength": 1008,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2548880,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2550080,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2551280,
+ "byteLength": 800,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2552080,
+ "byteLength": 1008,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2553088,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2554288,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2555488,
+ "byteLength": 800,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2556288,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2556960,
+ "byteLength": 960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2557920,
+ "byteLength": 960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2558880,
+ "byteLength": 640,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2559520,
+ "byteLength": 39240,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2598760,
+ "byteLength": 37296,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2636056,
+ "byteLength": 37296,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2673352,
+ "byteLength": 24864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2698216,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2699800,
+ "byteLength": 1656,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2701456,
+ "byteLength": 1656,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2703112,
+ "byteLength": 1104,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2704216,
+ "byteLength": 63744,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2767960,
+ "byteLength": 73572,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2841532,
+ "byteLength": 73572,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2915104,
+ "byteLength": 49048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2964152,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2964296,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2964584,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2964872,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2965064,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2965208,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2965496,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2965784,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2965976,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2966120,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2966408,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2966696,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2966888,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2967032,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2967320,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2967608,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2967800,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2967944,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2968232,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2968520,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2968712,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2968856,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2969144,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2969432,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2969624,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2969768,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2970056,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2970344,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2970536,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2970680,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2970968,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2971256,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2971448,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2971592,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2971880,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2972168,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2972360,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2972504,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2972792,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2973080,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2973272,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2973416,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2973704,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2973992,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2974184,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2974328,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2974616,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2974904,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2975096,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2975240,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2975528,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2975816,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2976008,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2976152,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2976440,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2976728,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2976920,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2977064,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2977352,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2977640,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2977832,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2977976,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2978264,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2978552,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2978744,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2978888,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2979176,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2979464,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2979656,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2979800,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2980088,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2980376,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2980568,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2980712,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2981000,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2981288,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2981480,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2981624,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2981912,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2982200,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2982392,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2982536,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2982824,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2983112,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2983304,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2983448,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2983736,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2984024,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2984216,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2984360,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2984648,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2984936,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2985128,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2985272,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2985560,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2985848,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2986040,
+ "byteLength": 528,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2986568,
+ "byteLength": 744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2987312,
+ "byteLength": 744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2988056,
+ "byteLength": 496,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2988552,
+ "byteLength": 528,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2989080,
+ "byteLength": 744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2989824,
+ "byteLength": 744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2990568,
+ "byteLength": 496,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 2991064,
+ "byteLength": 18144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3009208,
+ "byteLength": 23652,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3032860,
+ "byteLength": 23652,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3056512,
+ "byteLength": 15768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3072280,
+ "byteLength": 912,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3073192,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3074344,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3075496,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3076264,
+ "byteLength": 912,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3077176,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3078328,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3079480,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3080248,
+ "byteLength": 912,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3081160,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3082312,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3083464,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3084232,
+ "byteLength": 912,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3085144,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3086296,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3087448,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3088216,
+ "byteLength": 912,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3089128,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3090280,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3091432,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3092200,
+ "byteLength": 912,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3093112,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3094264,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3095416,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3096184,
+ "byteLength": 912,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3097096,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3098248,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3099400,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3100168,
+ "byteLength": 912,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3101080,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3102232,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3103384,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3104152,
+ "byteLength": 960,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3105112,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3106312,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3107512,
+ "byteLength": 800,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3108312,
+ "byteLength": 960,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3109272,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3110472,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3111672,
+ "byteLength": 800,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3112472,
+ "byteLength": 960,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3113432,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3114632,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3115832,
+ "byteLength": 800,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3116632,
+ "byteLength": 960,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3117592,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3118792,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3119992,
+ "byteLength": 800,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3120792,
+ "byteLength": 960,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3121752,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3122952,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3124152,
+ "byteLength": 800,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3124952,
+ "byteLength": 960,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3125912,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3127112,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3128312,
+ "byteLength": 800,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3129112,
+ "byteLength": 960,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3130072,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3131272,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3132472,
+ "byteLength": 800,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3133272,
+ "byteLength": 960,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3134232,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3135432,
+ "byteLength": 1200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3136632,
+ "byteLength": 800,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3137432,
+ "byteLength": 29040,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3166472,
+ "byteLength": 35712,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3202184,
+ "byteLength": 35712,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3237896,
+ "byteLength": 23808,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3261704,
+ "byteLength": 29040,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3290744,
+ "byteLength": 35712,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3326456,
+ "byteLength": 35712,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3362168,
+ "byteLength": 23808,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3385976,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3386120,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3386408,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3386696,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3386888,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3387032,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3387320,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3387608,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3387800,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3387944,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3388232,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3388520,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3388712,
+ "byteLength": 15552,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3404264,
+ "byteLength": 23400,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3427664,
+ "byteLength": 23400,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3451064,
+ "byteLength": 15600,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3466664,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3466808,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3467096,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3467384,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3467576,
+ "byteLength": 5520,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3473096,
+ "byteLength": 6072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3479168,
+ "byteLength": 6072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3485240,
+ "byteLength": 4048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3489288,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3489432,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3489720,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3490008,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3490200,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3490344,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3490632,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3490920,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3491112,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3491256,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3491544,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3491832,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3492024,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3492168,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3492456,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3492744,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3492936,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3493080,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3493368,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3493656,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3493848,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3493992,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3494280,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3494568,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3494760,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3494904,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3495192,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3495480,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3495672,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3495816,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3496104,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3496392,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3496584,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3496728,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3497016,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3497304,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3497496,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3497640,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3497928,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3498216,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3498408,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3498552,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3498840,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3499128,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3499320,
+ "byteLength": 1296,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3500616,
+ "byteLength": 2016,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3502632,
+ "byteLength": 2016,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3504648,
+ "byteLength": 1344,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3505992,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3506136,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3506424,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3506712,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3506904,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3507048,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3507336,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3507624,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3507816,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3507960,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3508248,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3508536,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3508728,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3508872,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3509160,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3509448,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3509640,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3509784,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3510072,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3510360,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3510552,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3510696,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3510984,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3511272,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3511464,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3511608,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3511896,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3512184,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3512376,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3512520,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3512808,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3513096,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3513288,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3513432,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3513720,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3514008,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3514200,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3514344,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3514632,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3514920,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3515112,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3515256,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3515544,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3515832,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3516024,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3516168,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3516456,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3516744,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3516936,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3517080,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3517368,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3517656,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3517848,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3517992,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3518280,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3518568,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3518760,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3518904,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3519192,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3519480,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3519672,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3519816,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3520104,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3520392,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3520584,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3520728,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3521016,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3521304,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3521496,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3521640,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3521928,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3522216,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3522408,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3522552,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3522840,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3523128,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3523320,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3523464,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3523752,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3524040,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3524232,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3524376,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3524664,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3524952,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3525144,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3525288,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3525576,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3525864,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3526056,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3526200,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3526488,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3526776,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3526968,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3527112,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3527400,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3527688,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3527880,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3528024,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3528312,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3528600,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3528792,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3528936,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3529224,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3529512,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3529704,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3529848,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3530136,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3530424,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3530616,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3530760,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3531048,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3531336,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3531528,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3531672,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3531960,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3532248,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3532440,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3532584,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3532872,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3533160,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3533352,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3533496,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3533784,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3534072,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3534264,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3534408,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3534696,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3534984,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3535176,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3535320,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3535608,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3535896,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3536088,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3536232,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3536520,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3536808,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3537000,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3537144,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3537432,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3537720,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3537912,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3538056,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3538344,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3538632,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3538824,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3538968,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3539256,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3539544,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3539736,
+ "byteLength": 1968,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3541704,
+ "byteLength": 2040,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3543744,
+ "byteLength": 2040,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3545784,
+ "byteLength": 1360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3547144,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3547288,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3547576,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3547864,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3548056,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3548200,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3548488,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3548776,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3548968,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3549112,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3549400,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3549688,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3549880,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3550024,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3550312,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3550600,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3550792,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3550936,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3551224,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3551512,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3551704,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3551896,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3552256,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3552616,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3552856,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3553000,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3553288,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3553576,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3553768,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3553912,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3554200,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3554488,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3554680,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3554824,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3555112,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3555400,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3555592,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3555736,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3556024,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3556312,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3556504,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3556648,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3556936,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3557224,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3557416,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3557560,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3557848,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3558136,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3558328,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3558472,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3558760,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3559048,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3559240,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3559384,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3559672,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3559960,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3560152,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3560296,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3560584,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3560872,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3561064,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3561208,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3561496,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3561784,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3561976,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3562120,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3562408,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3562696,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3562888,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3563032,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3563320,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3563608,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3563800,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3563944,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3564232,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3564520,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3564712,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3564856,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3565144,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3565432,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3565624,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3565768,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3566056,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3566344,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3566536,
+ "byteLength": 3312,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3569848,
+ "byteLength": 3744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3573592,
+ "byteLength": 3744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3577336,
+ "byteLength": 2496,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3579832,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3580504,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3581368,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3582232,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3582808,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3584464,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3586336,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3588208,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3589456,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3590128,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3590992,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3591856,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3592432,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3594088,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3595960,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3597832,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3599080,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3600736,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3602608,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3604480,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3605728,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3606400,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3607264,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3608128,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3608704,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3610360,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3612232,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3614104,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3615352,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3617008,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3618880,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3620752,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3622000,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3622672,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3623536,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3624400,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3624976,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3626632,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3628504,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3630376,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3631624,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3633280,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3635152,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3637024,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3638272,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3638944,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3639808,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3640672,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3641248,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3642904,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3644776,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3646648,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3647896,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3649552,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3651424,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3653296,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3654544,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3655216,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3656080,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3656944,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3657520,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3659176,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3661048,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3662920,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3664168,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3665824,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3667696,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3669568,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3670816,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3671488,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3672352,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3673216,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3673792,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3675448,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3677320,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3679192,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3680440,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3682096,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3683968,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3685840,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3687088,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3687760,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3688624,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3689488,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3690064,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3691720,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3693592,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3695464,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3696712,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3698368,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3700240,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3702112,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3703360,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3704032,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3704896,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3705760,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3706336,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3707992,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3709864,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3711736,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3712984,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3714640,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3716512,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3718384,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3719632,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3720304,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3721168,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3722032,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3722608,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3724264,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3726136,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3728008,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3729256,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3730912,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3732784,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3734656,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3735904,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3736576,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3737440,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3738304,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3738880,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3740536,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3742408,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3744280,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3745528,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3747184,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3749056,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3750928,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3752176,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3752848,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3753712,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3754576,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3755152,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3756808,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3758680,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3760552,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3761800,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3761944,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3762232,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3762520,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3762712,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3762856,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3763144,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3763432,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3763624,
+ "byteLength": 720,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3764344,
+ "byteLength": 912,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3765256,
+ "byteLength": 912,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3766168,
+ "byteLength": 608,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3766776,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3766920,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3767208,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3767496,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3767688,
+ "byteLength": 1248,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3768936,
+ "byteLength": 1728,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3770664,
+ "byteLength": 1728,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3772392,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3773544,
+ "byteLength": 1248,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3774792,
+ "byteLength": 1728,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3776520,
+ "byteLength": 1728,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3778248,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3779400,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3782040,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3785112,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3788184,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3790232,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3790400,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3790640,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3790880,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3791040,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3791160,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3791400,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3791640,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3791800,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3794440,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3797512,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3800584,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3802632,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3802800,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3803040,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3803280,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3803440,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3803560,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3803800,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3804040,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3804200,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3806840,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3809912,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3812984,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3815032,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3815200,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3815440,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3815680,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3815840,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3815960,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3816200,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3816440,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3816600,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3819240,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3822312,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3825384,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3827432,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3827600,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3827840,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3828080,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3828240,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3828360,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3828600,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3828840,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3829000,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3831640,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3834712,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3837784,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3839832,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3840000,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3840240,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3840480,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3840640,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3840760,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3841000,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3841240,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3841400,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3841544,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3841832,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3842120,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3842312,
+ "byteLength": 4368,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3846680,
+ "byteLength": 4896,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3851576,
+ "byteLength": 4896,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3856472,
+ "byteLength": 3264,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3859736,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3861608,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3863816,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3866024,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3867496,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3869368,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3871576,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3873784,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3875256,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3877128,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3879336,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3881544,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3883016,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3884888,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3887096,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3889304,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3890776,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3890920,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3891208,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3891496,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3891688,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3893560,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3895768,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3897976,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3899448,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3901320,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3903528,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3905736,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3907208,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3909080,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3911288,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3913496,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3914968,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3916840,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3919048,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3921256,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3922728,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3922872,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3923160,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3923448,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3923640,
+ "byteLength": 4368,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3928008,
+ "byteLength": 4896,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3932904,
+ "byteLength": 4896,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3937800,
+ "byteLength": 3264,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3941064,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3942936,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3945144,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3947352,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3948824,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3950696,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3952904,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3955112,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3956584,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3958456,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3960664,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3962872,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3964344,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3966216,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3968424,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3970632,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3972104,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3972248,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3972536,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3972824,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3973016,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3974888,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3977096,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3979304,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3980776,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3982648,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3984856,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3987064,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3988536,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3990408,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3992616,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3994824,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3996296,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 3998168,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4000376,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4002584,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4004056,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4004200,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4004488,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4004776,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4004968,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4005112,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4005400,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4005688,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4005880,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4006024,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4006312,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4006600,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4006792,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4006936,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4007224,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4007512,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4007704,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4007896,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4008256,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4008616,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4008856,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4009000,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4009288,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4009576,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4009768,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4009912,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4010200,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4010488,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4010680,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4010872,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4011232,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4011592,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4011832,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4012024,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4012384,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4012744,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4012984,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4013176,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4013536,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4013896,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4014136,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4014280,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4014568,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4014856,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4015048,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4015192,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4015480,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4015768,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4015960,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4016104,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4016392,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4016680,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4016872,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4017016,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4017304,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4017592,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4017784,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4017928,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4018216,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4018504,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4018696,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4018840,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4019128,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4019416,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4019608,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4019800,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4020160,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4020520,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4020760,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4020952,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4021312,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4021672,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4021912,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4022056,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4022344,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4022632,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4022824,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4023016,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4023376,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4023736,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4023976,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4024168,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4024528,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4024888,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4025128,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4025272,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4025560,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4025848,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4026040,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4026184,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4026472,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4026760,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4026952,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4027096,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4027384,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4027672,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4027864,
+ "byteLength": 7392,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4035256,
+ "byteLength": 10236,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4045492,
+ "byteLength": 10236,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4055728,
+ "byteLength": 6824,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4062552,
+ "byteLength": 1056,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4063608,
+ "byteLength": 1284,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4064892,
+ "byteLength": 1284,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4066176,
+ "byteLength": 856,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4067032,
+ "byteLength": 336,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4067368,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4068040,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4068712,
+ "byteLength": 448,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4069160,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4070744,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4072664,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4074584,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4075864,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4077448,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4079368,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4081288,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4082568,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4084152,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4086072,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4087992,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4089272,
+ "byteLength": 336,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4089608,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4090280,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4090952,
+ "byteLength": 448,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4091400,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4092984,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4094904,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4096824,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4098104,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4099688,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4101608,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4103528,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4104808,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4106392,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4108312,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4110232,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4111512,
+ "byteLength": 336,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4111848,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4112520,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4113192,
+ "byteLength": 448,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4113640,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4115224,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4117144,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4119064,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4120344,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4121928,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4123848,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4125768,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4127048,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4128632,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4130552,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4132472,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4133752,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4135336,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4137256,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4139176,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4140456,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4142040,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4143960,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4145880,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4147160,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4148744,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4150664,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4152584,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4153864,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4155448,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4157368,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4159288,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4160568,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4162152,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4164072,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4165992,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4167272,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4168856,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4170776,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4172696,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4173976,
+ "byteLength": 1392,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4175368,
+ "byteLength": 1608,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4176976,
+ "byteLength": 1608,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4178584,
+ "byteLength": 1072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4179656,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4181240,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4183160,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4185080,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4186360,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4187944,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4189864,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4191784,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4193064,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4194648,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4196568,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4198488,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4199768,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4201352,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4203272,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4205192,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4206472,
+ "byteLength": 336,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4206808,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4207480,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4208152,
+ "byteLength": 448,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4208600,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4210184,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4212104,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4214024,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4215304,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4231720,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4241056,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4250392,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4256616,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4273032,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4282368,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4291704,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4297928,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4314344,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4323680,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4333016,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4339240,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4355656,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4364992,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4374328,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4380552,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4396968,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4406304,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4415640,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4421864,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4438280,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4447616,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4456952,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4463176,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4479592,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4488928,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4498264,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4504488,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4520904,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4530240,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4539576,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4545800,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4562216,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4571552,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4580888,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4587112,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4603528,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4612864,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4622200,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4628424,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4644840,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4654176,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4663512,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4669736,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4686152,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4695488,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4704824,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4711048,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4727464,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4736800,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4746136,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4752360,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4768776,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4778112,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4787448,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4793672,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4810088,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4819424,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4828760,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4834984,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4851400,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4860736,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4870072,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4876296,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4892712,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4902048,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4911384,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4917608,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4934024,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4943360,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4952696,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4958920,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4975336,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4984672,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 4994008,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5000232,
+ "byteLength": 16416,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5016648,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5025984,
+ "byteLength": 9336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5035320,
+ "byteLength": 6224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5041544,
+ "byteLength": 1968,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5043512,
+ "byteLength": 2040,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5045552,
+ "byteLength": 2040,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5047592,
+ "byteLength": 1360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5048952,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5049096,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5049384,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5049672,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5049864,
+ "byteLength": 1968,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5051832,
+ "byteLength": 2040,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5053872,
+ "byteLength": 2040,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5055912,
+ "byteLength": 1360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5057272,
+ "byteLength": 336,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5057608,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5058280,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5058952,
+ "byteLength": 448,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5059400,
+ "byteLength": 1680,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5061080,
+ "byteLength": 1992,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5063072,
+ "byteLength": 1992,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5065064,
+ "byteLength": 1328,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5066392,
+ "byteLength": 1680,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5068072,
+ "byteLength": 1992,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5070064,
+ "byteLength": 1992,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5072056,
+ "byteLength": 1328,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5073384,
+ "byteLength": 1680,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5075064,
+ "byteLength": 1992,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5077056,
+ "byteLength": 1992,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5079048,
+ "byteLength": 1328,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5080376,
+ "byteLength": 1680,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5082056,
+ "byteLength": 2004,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5084060,
+ "byteLength": 2004,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5086064,
+ "byteLength": 1336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5087400,
+ "byteLength": 1680,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5089080,
+ "byteLength": 2004,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5091084,
+ "byteLength": 2004,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5093088,
+ "byteLength": 1336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5094424,
+ "byteLength": 1680,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5096104,
+ "byteLength": 2004,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5098108,
+ "byteLength": 2004,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5100112,
+ "byteLength": 1336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5101448,
+ "byteLength": 1968,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5103416,
+ "byteLength": 2040,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5105456,
+ "byteLength": 2040,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5107496,
+ "byteLength": 1360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5108856,
+ "byteLength": 336,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5109192,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5109864,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5110536,
+ "byteLength": 448,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5110984,
+ "byteLength": 1680,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5112664,
+ "byteLength": 1992,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5114656,
+ "byteLength": 1992,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5116648,
+ "byteLength": 1328,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5117976,
+ "byteLength": 1680,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5119656,
+ "byteLength": 1992,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5121648,
+ "byteLength": 1992,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5123640,
+ "byteLength": 1328,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5124968,
+ "byteLength": 1680,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5126648,
+ "byteLength": 1992,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5128640,
+ "byteLength": 1992,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5130632,
+ "byteLength": 1328,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5131960,
+ "byteLength": 1680,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5133640,
+ "byteLength": 2004,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5135644,
+ "byteLength": 2004,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5137648,
+ "byteLength": 1336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5138984,
+ "byteLength": 1680,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5140664,
+ "byteLength": 2004,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5142668,
+ "byteLength": 2004,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5144672,
+ "byteLength": 1336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5146008,
+ "byteLength": 1680,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5147688,
+ "byteLength": 2004,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5149692,
+ "byteLength": 2004,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5151696,
+ "byteLength": 1336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5153032,
+ "byteLength": 816,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5153848,
+ "byteLength": 1056,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5154904,
+ "byteLength": 1056,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5155960,
+ "byteLength": 704,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5156664,
+ "byteLength": 1152,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5157816,
+ "byteLength": 2016,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5159832,
+ "byteLength": 2016,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5161848,
+ "byteLength": 1344,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5163192,
+ "byteLength": 720,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5163912,
+ "byteLength": 912,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5164824,
+ "byteLength": 912,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5165736,
+ "byteLength": 608,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5166344,
+ "byteLength": 720,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5167064,
+ "byteLength": 912,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5167976,
+ "byteLength": 912,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5168888,
+ "byteLength": 608,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5169496,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5169640,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5169928,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5170216,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5170408,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5170552,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5170840,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5171128,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5171320,
+ "byteLength": 636,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5171956,
+ "byteLength": 900,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5172856,
+ "byteLength": 900,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5173756,
+ "byteLength": 600,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5174356,
+ "byteLength": 3216,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5177572,
+ "byteLength": 4032,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5181604,
+ "byteLength": 4032,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5185636,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5188324,
+ "byteLength": 84,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5188408,
+ "byteLength": 180,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5188588,
+ "byteLength": 180,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5188768,
+ "byteLength": 120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5188888,
+ "byteLength": 636,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5189524,
+ "byteLength": 900,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5190424,
+ "byteLength": 900,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5191324,
+ "byteLength": 600,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5191924,
+ "byteLength": 3216,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5195140,
+ "byteLength": 4032,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5199172,
+ "byteLength": 4032,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5203204,
+ "byteLength": 2688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5205892,
+ "byteLength": 84,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5205976,
+ "byteLength": 180,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5206156,
+ "byteLength": 180,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5206336,
+ "byteLength": 120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5206456,
+ "byteLength": 3864,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5210320,
+ "byteLength": 4104,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5214424,
+ "byteLength": 4104,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5218528,
+ "byteLength": 2736,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5221264,
+ "byteLength": 384,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5221648,
+ "byteLength": 408,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5222056,
+ "byteLength": 408,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5222464,
+ "byteLength": 272,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5222736,
+ "byteLength": 5952,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5228688,
+ "byteLength": 7200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5235888,
+ "byteLength": 7200,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5243088,
+ "byteLength": 4800,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5247888,
+ "byteLength": 1152,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5249040,
+ "byteLength": 1320,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5250360,
+ "byteLength": 1320,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5251680,
+ "byteLength": 880,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5252560,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5252728,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5252968,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5253208,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5253368,
+ "byteLength": 1488,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5254856,
+ "byteLength": 1752,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5256608,
+ "byteLength": 1752,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5258360,
+ "byteLength": 1168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5259528,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5259648,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5259888,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5260128,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5260288,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5262928,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5266000,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5269072,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5271120,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5271288,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5271528,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5271768,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5271928,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5272048,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5272288,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5272528,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5272688,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5275328,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5278400,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5281472,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5283520,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5283688,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5283928,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5284168,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5284328,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5284448,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5284688,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5284928,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5285088,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5285232,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5285520,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5285808,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5286000,
+ "byteLength": 4368,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5290368,
+ "byteLength": 4896,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5295264,
+ "byteLength": 4896,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5300160,
+ "byteLength": 3264,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5303424,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5305296,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5307504,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5309712,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5311184,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5313056,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5315264,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5317472,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5318944,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5320816,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5323024,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5325232,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5326704,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5328576,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5330784,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5332992,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5334464,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5334608,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5334896,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5335184,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5335376,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5337248,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5339456,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5341664,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5343136,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5345008,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5347216,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5349424,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5350896,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5352768,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5354976,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5357184,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5358656,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5360528,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5362736,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5364944,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5366416,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5366560,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5366848,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5367136,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5367328,
+ "byteLength": 4368,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5371696,
+ "byteLength": 4896,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5376592,
+ "byteLength": 4896,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5381488,
+ "byteLength": 3264,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5384752,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5386624,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5388832,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5391040,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5392512,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5394384,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5396592,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5398800,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5400272,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5402144,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5404352,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5406560,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5408032,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5409904,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5412112,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5414320,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5415792,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5415936,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5416224,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5416512,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5416704,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5418576,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5420784,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5422992,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5424464,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5426336,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5428544,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5430752,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5432224,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5434096,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5436304,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5438512,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5439984,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5441856,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5444064,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5446272,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5447744,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5447888,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5448176,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5448464,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5448656,
+ "byteLength": 4368,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5453024,
+ "byteLength": 4896,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5457920,
+ "byteLength": 4896,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5462816,
+ "byteLength": 3264,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5466080,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5467952,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5470160,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5472368,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5473840,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5475712,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5477920,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5480128,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5481600,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5483472,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5485680,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5487888,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5489360,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5491232,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5493440,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5495648,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5497120,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5497264,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5497552,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5497840,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5498032,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5499904,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5502112,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5504320,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5505792,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5507664,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5509872,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5512080,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5513552,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5515424,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5517632,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5519840,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5521312,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5523184,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5525392,
+ "byteLength": 2208,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5527600,
+ "byteLength": 1472,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5529072,
+ "byteLength": 4056,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5533128,
+ "byteLength": 5616,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5538744,
+ "byteLength": 5616,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5544360,
+ "byteLength": 3744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5548104,
+ "byteLength": 5208,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5553312,
+ "byteLength": 6960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5560272,
+ "byteLength": 6960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5567232,
+ "byteLength": 4640,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5571872,
+ "byteLength": 336,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5572208,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5572784,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5573360,
+ "byteLength": 384,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5573744,
+ "byteLength": 10716,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5584460,
+ "byteLength": 12948,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5597408,
+ "byteLength": 12948,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5610356,
+ "byteLength": 8632,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5618988,
+ "byteLength": 852,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5619840,
+ "byteLength": 1500,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5621340,
+ "byteLength": 1500,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5622840,
+ "byteLength": 1000,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5623840,
+ "byteLength": 8496,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5632336,
+ "byteLength": 11040,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5643376,
+ "byteLength": 11040,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5654416,
+ "byteLength": 7360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5661776,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5661968,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5662328,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5662688,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5662928,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5663120,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5663480,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5663840,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5664080,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5664272,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5664632,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5664992,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5665232,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5665424,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5665784,
+ "byteLength": 360,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5666144,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5666384,
+ "byteLength": 9120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5675504,
+ "byteLength": 7884,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5683388,
+ "byteLength": 7884,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5691272,
+ "byteLength": 5256,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5696528,
+ "byteLength": 12672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5709200,
+ "byteLength": 15744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5724944,
+ "byteLength": 15744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5740688,
+ "byteLength": 10496,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5751184,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5751328,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5751616,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5751904,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5752096,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5752240,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5752528,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5752816,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5753008,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5753152,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5753440,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5753728,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5753920,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5754064,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5754352,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5754640,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5754832,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5754976,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5755264,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5755552,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5755744,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5755888,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5756176,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5756464,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5756656,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5756800,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5757088,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5757376,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5757568,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5757712,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5758000,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5758288,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5758480,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5758624,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5758912,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5759200,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5759392,
+ "byteLength": 336,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5759728,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5760400,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5761072,
+ "byteLength": 448,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5761520,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5763104,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5765024,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5766944,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5768224,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5769808,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5771728,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5773648,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5774928,
+ "byteLength": 1584,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5776512,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5778432,
+ "byteLength": 1920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5780352,
+ "byteLength": 1280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5781632,
+ "byteLength": 3312,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5784944,
+ "byteLength": 3744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5788688,
+ "byteLength": 3744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5792432,
+ "byteLength": 2496,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5794928,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5795600,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5796464,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5797328,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5797904,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5799560,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5801432,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5803304,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5804552,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5805224,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5806088,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5806952,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5807528,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5809184,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5811056,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5812928,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5814176,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5815832,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5817704,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5819576,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5820824,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5821496,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5822360,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5823224,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5823800,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5825456,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5827328,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5829200,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5830448,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5832104,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5833976,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5835848,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5837096,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5837768,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5838632,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5839496,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5840072,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5841728,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5843600,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5845472,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5846720,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5848376,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5850248,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5852120,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5853368,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5854040,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5854904,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5855768,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5856344,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5858000,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5859872,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5861744,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5862992,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5864648,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5866520,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5868392,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5869640,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5870312,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5871176,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5872040,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5872616,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5874272,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5876144,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5878016,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5879264,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5880920,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5882792,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5884664,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5885912,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5886584,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5887448,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5888312,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5888888,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5890544,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5892416,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5894288,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5895536,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5897192,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5899064,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5900936,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5902184,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5902856,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5903720,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5904584,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5905160,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5906816,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5908688,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5910560,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5911808,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5913464,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5915336,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5917208,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5918456,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5919128,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5919992,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5920856,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5921432,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5923088,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5924960,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5926832,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5928080,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5929736,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5931608,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5933480,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5934728,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5935400,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5936264,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5937128,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5937704,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5939360,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5941232,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5943104,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5944352,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5946008,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5947880,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5949752,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5951000,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5951672,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5952536,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5953400,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5953976,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5955632,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5957504,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5959376,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5960624,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5962280,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5964152,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5966024,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5967272,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5967944,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5968808,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5969672,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5970248,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5971904,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5973776,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5975648,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5976896,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5978552,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5980424,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5982296,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5983544,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5984216,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5985080,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5985944,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5986520,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5988176,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5990048,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5991920,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5993168,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5994824,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5996696,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5998568,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 5999816,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6000488,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6001352,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6002216,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6002792,
+ "byteLength": 1656,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6004448,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6006320,
+ "byteLength": 1872,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6008192,
+ "byteLength": 1248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6009440,
+ "byteLength": 2352,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6011792,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6014960,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6018128,
+ "byteLength": 2112,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6020240,
+ "byteLength": 1632,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6021872,
+ "byteLength": 2976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6024848,
+ "byteLength": 2976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6027824,
+ "byteLength": 1984,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6029808,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6029928,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6030168,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6030408,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6030568,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6030592,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6030640,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6030688,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6030720,
+ "byteLength": 48,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6030768,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6030864,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6030960,
+ "byteLength": 64,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031024,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031048,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031096,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031144,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031176,
+ "byteLength": 72,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031248,
+ "byteLength": 144,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031392,
+ "byteLength": 144,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031536,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031632,
+ "byteLength": 48,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031680,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031776,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031872,
+ "byteLength": 64,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031936,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6031960,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6032008,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6032056,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6032088,
+ "byteLength": 72,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6032160,
+ "byteLength": 144,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6032304,
+ "byteLength": 144,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6032448,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6032544,
+ "byteLength": 96,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6032640,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6032832,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033024,
+ "byteLength": 128,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033152,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033176,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033224,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033272,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033304,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033328,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033376,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033424,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033456,
+ "byteLength": 96,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033552,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033744,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6033936,
+ "byteLength": 128,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034064,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034088,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034136,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034184,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034216,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034240,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034288,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034336,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034368,
+ "byteLength": 96,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034464,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034656,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034848,
+ "byteLength": 128,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6034976,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035000,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035048,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035096,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035128,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035152,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035200,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035248,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035280,
+ "byteLength": 48,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035328,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035424,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035520,
+ "byteLength": 64,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035584,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035608,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035656,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035704,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035736,
+ "byteLength": 72,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035808,
+ "byteLength": 144,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6035952,
+ "byteLength": 144,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6036096,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6036192,
+ "byteLength": 96,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6036288,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6036480,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6036672,
+ "byteLength": 128,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6036800,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6036824,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6036872,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6036920,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6036952,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6036976,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6037024,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6037072,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6037104,
+ "byteLength": 5784,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6042888,
+ "byteLength": 6036,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6048924,
+ "byteLength": 6036,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6054960,
+ "byteLength": 4024,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6058984,
+ "byteLength": 3312,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6062296,
+ "byteLength": 3744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6066040,
+ "byteLength": 3744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6069784,
+ "byteLength": 2496,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6072280,
+ "byteLength": 672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6072952,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6073816,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6074680,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6075256,
+ "byteLength": 1152,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6076408,
+ "byteLength": 1320,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6077728,
+ "byteLength": 1320,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6079048,
+ "byteLength": 880,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6079928,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6080096,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6080336,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6080576,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6080736,
+ "byteLength": 1488,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6082224,
+ "byteLength": 1752,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6083976,
+ "byteLength": 1752,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6085728,
+ "byteLength": 1168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6086896,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6087016,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6087256,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6087496,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6087656,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6090296,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6093368,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6096440,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6098488,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6098656,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6098896,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6099136,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6099296,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6099416,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6099656,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6099896,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6100056,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6102696,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6105768,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6108840,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6110888,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6111056,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6111296,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6111536,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6111696,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6111816,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6112056,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6112296,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6112456,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6115096,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6118168,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6121240,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6123288,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6123456,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6123696,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6123936,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6124096,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6124216,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6124456,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6124696,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6124856,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6127496,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6130568,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6133640,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6135688,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6135856,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6136096,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6136336,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6136496,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6136616,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6136856,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6137096,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6137256,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6139896,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6142968,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6146040,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6148088,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6148256,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6148496,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6148736,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6148896,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6149016,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6149256,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6149496,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6149656,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6152296,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6155368,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6158440,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6160488,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6160656,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6160896,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6161136,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6161296,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6161416,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6161656,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6161896,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6162056,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6164696,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6167768,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6170840,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6172888,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6173056,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6173296,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6173536,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6173696,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6173816,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6174056,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6174296,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6174456,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6177096,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6180168,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6183240,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6185288,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6185456,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6185696,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6185936,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6186096,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6186216,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6186456,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6186696,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6186856,
+ "byteLength": 2640,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6189496,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6192568,
+ "byteLength": 3072,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6195640,
+ "byteLength": 2048,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6197688,
+ "byteLength": 168,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6197856,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6198096,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6198336,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6198496,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6198616,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6198856,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6199096,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6199256,
+ "byteLength": 9192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6208448,
+ "byteLength": 7536,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6215984,
+ "byteLength": 7536,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6223520,
+ "byteLength": 5024,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6228544,
+ "byteLength": 648,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6229192,
+ "byteLength": 720,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6229912,
+ "byteLength": 720,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6230632,
+ "byteLength": 480,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6231112,
+ "byteLength": 18672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6249784,
+ "byteLength": 21288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6271072,
+ "byteLength": 21288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6292360,
+ "byteLength": 14192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6306552,
+ "byteLength": 624,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6307176,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6307944,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6308712,
+ "byteLength": 512,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6309224,
+ "byteLength": 353736,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6662960,
+ "byteLength": 188580,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 6851540,
+ "byteLength": 188580,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7040120,
+ "byteLength": 125720,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7165840,
+ "byteLength": 17712,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7183552,
+ "byteLength": 11964,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7195516,
+ "byteLength": 11964,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7207480,
+ "byteLength": 7976,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7215456,
+ "byteLength": 624,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7216080,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7216848,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7217616,
+ "byteLength": 512,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7218128,
+ "byteLength": 11664,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7229792,
+ "byteLength": 10440,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7240232,
+ "byteLength": 10440,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7250672,
+ "byteLength": 6960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7257632,
+ "byteLength": 2952,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7260584,
+ "byteLength": 3432,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7264016,
+ "byteLength": 3432,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7267448,
+ "byteLength": 2288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7269736,
+ "byteLength": 984,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7270720,
+ "byteLength": 984,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7271704,
+ "byteLength": 984,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7272688,
+ "byteLength": 656,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7273344,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7273488,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7273776,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7274064,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7274256,
+ "byteLength": 31440,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7305696,
+ "byteLength": 39840,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7345536,
+ "byteLength": 39840,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7385376,
+ "byteLength": 26560,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7411936,
+ "byteLength": 3960,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7415896,
+ "byteLength": 4224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7420120,
+ "byteLength": 4224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7424344,
+ "byteLength": 2816,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7427160,
+ "byteLength": 96,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7427256,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7427448,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7427640,
+ "byteLength": 128,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7427768,
+ "byteLength": 24,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7427792,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7427840,
+ "byteLength": 48,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7427888,
+ "byteLength": 32,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7427920,
+ "byteLength": 1176,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7429096,
+ "byteLength": 2352,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7431448,
+ "byteLength": 2352,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7433800,
+ "byteLength": 1568,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7435368,
+ "byteLength": 3888,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7439256,
+ "byteLength": 7776,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7447032,
+ "byteLength": 7776,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7454808,
+ "byteLength": 5184,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7459992,
+ "byteLength": 2760,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7462752,
+ "byteLength": 2544,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7465296,
+ "byteLength": 2544,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7467840,
+ "byteLength": 1696,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7469536,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7469656,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7469896,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7470136,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7470296,
+ "byteLength": 93408,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7563704,
+ "byteLength": 69120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7632824,
+ "byteLength": 69120,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7701944,
+ "byteLength": 46080,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7748024,
+ "byteLength": 23244,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7771268,
+ "byteLength": 21780,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7793048,
+ "byteLength": 21780,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7814828,
+ "byteLength": 14520,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7829348,
+ "byteLength": 6720,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7836068,
+ "byteLength": 8688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7844756,
+ "byteLength": 8688,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7853444,
+ "byteLength": 5792,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7859236,
+ "byteLength": 21948,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7881184,
+ "byteLength": 25668,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7906852,
+ "byteLength": 25668,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7932520,
+ "byteLength": 17112,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7949632,
+ "byteLength": 384,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7950016,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7950592,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7951168,
+ "byteLength": 384,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7951552,
+ "byteLength": 96,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7951648,
+ "byteLength": 216,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7951864,
+ "byteLength": 216,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7952080,
+ "byteLength": 144,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7952224,
+ "byteLength": 48,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7952272,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7952368,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7952464,
+ "byteLength": 64,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7952528,
+ "byteLength": 96,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7952624,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7952816,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7953008,
+ "byteLength": 128,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7953136,
+ "byteLength": 96,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7953232,
+ "byteLength": 216,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7953448,
+ "byteLength": 216,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7953664,
+ "byteLength": 144,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7953808,
+ "byteLength": 96,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7953904,
+ "byteLength": 216,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7954120,
+ "byteLength": 216,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7954336,
+ "byteLength": 144,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7954480,
+ "byteLength": 864,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7955344,
+ "byteLength": 960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7956304,
+ "byteLength": 960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7957264,
+ "byteLength": 640,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7957904,
+ "byteLength": 864,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7958768,
+ "byteLength": 960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7959728,
+ "byteLength": 960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7960688,
+ "byteLength": 640,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7961328,
+ "byteLength": 864,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7962192,
+ "byteLength": 960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7963152,
+ "byteLength": 960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7964112,
+ "byteLength": 640,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7964752,
+ "byteLength": 96,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7964848,
+ "byteLength": 216,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7965064,
+ "byteLength": 216,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7965280,
+ "byteLength": 144,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7965424,
+ "byteLength": 432,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7965856,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7966720,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7967584,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7968160,
+ "byteLength": 480,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7968640,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7969312,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7969984,
+ "byteLength": 448,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7970432,
+ "byteLength": 1176,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7971608,
+ "byteLength": 2352,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7973960,
+ "byteLength": 2352,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7976312,
+ "byteLength": 1568,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7977880,
+ "byteLength": 3888,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7981768,
+ "byteLength": 7776,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7989544,
+ "byteLength": 7776,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 7997320,
+ "byteLength": 5184,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8002504,
+ "byteLength": 2760,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8005264,
+ "byteLength": 2544,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8007808,
+ "byteLength": 2544,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8010352,
+ "byteLength": 1696,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8012048,
+ "byteLength": 432,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8012480,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8013344,
+ "byteLength": 864,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8014208,
+ "byteLength": 576,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8014784,
+ "byteLength": 480,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8015264,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8015936,
+ "byteLength": 672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8016608,
+ "byteLength": 448,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8017056,
+ "byteLength": 42360,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8059416,
+ "byteLength": 30768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8090184,
+ "byteLength": 30768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8120952,
+ "byteLength": 20512,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8141464,
+ "byteLength": 21600,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8163064,
+ "byteLength": 23508,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8186572,
+ "byteLength": 23508,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8210080,
+ "byteLength": 15672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8225752,
+ "byteLength": 6048,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8231800,
+ "byteLength": 7140,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8238940,
+ "byteLength": 7140,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8246080,
+ "byteLength": 4760,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8250840,
+ "byteLength": 6048,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8256888,
+ "byteLength": 7140,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8264028,
+ "byteLength": 7140,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8271168,
+ "byteLength": 4760,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8275928,
+ "byteLength": 624,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8276552,
+ "byteLength": 648,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8277200,
+ "byteLength": 648,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8277848,
+ "byteLength": 432,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8278280,
+ "byteLength": 576,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8278856,
+ "byteLength": 624,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8279480,
+ "byteLength": 624,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8280104,
+ "byteLength": 416,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8280520,
+ "byteLength": 6096,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8286616,
+ "byteLength": 6240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8292856,
+ "byteLength": 6240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8299096,
+ "byteLength": 4160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8303256,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8303400,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8303688,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8303976,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8304168,
+ "byteLength": 5472,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8309640,
+ "byteLength": 7920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8317560,
+ "byteLength": 7920,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8325480,
+ "byteLength": 5280,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8330760,
+ "byteLength": 720,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8331480,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8332632,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8333784,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8334552,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8334744,
+ "byteLength": 384,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8335128,
+ "byteLength": 384,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8335512,
+ "byteLength": 256,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8335768,
+ "byteLength": 3288,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8339056,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8342224,
+ "byteLength": 3168,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8345392,
+ "byteLength": 2112,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8347504,
+ "byteLength": 3432,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8350936,
+ "byteLength": 3936,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8354872,
+ "byteLength": 3936,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8358808,
+ "byteLength": 2624,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8361432,
+ "byteLength": 72,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8361504,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8361600,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8361696,
+ "byteLength": 64,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8361760,
+ "byteLength": 72,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8361832,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8361928,
+ "byteLength": 96,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8362024,
+ "byteLength": 64,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8362088,
+ "byteLength": 4560,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8366648,
+ "byteLength": 3276,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8369924,
+ "byteLength": 3276,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8373200,
+ "byteLength": 2184,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8375384,
+ "byteLength": 768,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8376152,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8377304,
+ "byteLength": 1152,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8378456,
+ "byteLength": 768,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8379224,
+ "byteLength": 2688,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8381912,
+ "byteLength": 2904,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8384816,
+ "byteLength": 2904,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8387720,
+ "byteLength": 1936,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8389656,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8389800,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8390088,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8390376,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8390568,
+ "byteLength": 247968,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8638536,
+ "byteLength": 245256,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 8883792,
+ "byteLength": 245256,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9129048,
+ "byteLength": 163504,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9292552,
+ "byteLength": 44316,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9336868,
+ "byteLength": 45660,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9382528,
+ "byteLength": 45660,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9428188,
+ "byteLength": 30440,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9458628,
+ "byteLength": 3264,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9461892,
+ "byteLength": 3744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9465636,
+ "byteLength": 3744,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9469380,
+ "byteLength": 2496,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9471876,
+ "byteLength": 3312,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9475188,
+ "byteLength": 3216,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9478404,
+ "byteLength": 3216,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9481620,
+ "byteLength": 2144,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9483764,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9483956,
+ "byteLength": 336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9484292,
+ "byteLength": 336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9484628,
+ "byteLength": 224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9484852,
+ "byteLength": 96,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9484948,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9485140,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9485332,
+ "byteLength": 128,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9485460,
+ "byteLength": 3312,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9488772,
+ "byteLength": 3792,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9492564,
+ "byteLength": 3792,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9496356,
+ "byteLength": 2528,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9498884,
+ "byteLength": 3360,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9502244,
+ "byteLength": 3264,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9505508,
+ "byteLength": 3264,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9508772,
+ "byteLength": 2176,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9510948,
+ "byteLength": 192,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9511140,
+ "byteLength": 336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9511476,
+ "byteLength": 336,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9511812,
+ "byteLength": 224,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9512036,
+ "byteLength": 936,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9512972,
+ "byteLength": 960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9513932,
+ "byteLength": 960,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9514892,
+ "byteLength": 640,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9515532,
+ "byteLength": 8064,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9523596,
+ "byteLength": 8400,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9531996,
+ "byteLength": 8400,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9540396,
+ "byteLength": 5600,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9545996,
+ "byteLength": 144,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9546140,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9546428,
+ "byteLength": 288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9546716,
+ "byteLength": 192,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9546908,
+ "byteLength": 120,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9547028,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9547268,
+ "byteLength": 240,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9547508,
+ "byteLength": 160,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9547668,
+ "byteLength": 4848,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9552516,
+ "byteLength": 6672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9559188,
+ "byteLength": 6672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9565860,
+ "byteLength": 4448,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9570308,
+ "byteLength": 1872,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9572180,
+ "byteLength": 2400,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9574580,
+ "byteLength": 2400,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9576980,
+ "byteLength": 1600,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9578580,
+ "byteLength": 108672,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9687252,
+ "byteLength": 101832,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9789084,
+ "byteLength": 101832,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9890916,
+ "byteLength": 67888,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 9958804,
+ "byteLength": 52560,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10011364,
+ "byteLength": 58008,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10069372,
+ "byteLength": 58008,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10127380,
+ "byteLength": 38672,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10166052,
+ "byteLength": 3024,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10169076,
+ "byteLength": 3456,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10172532,
+ "byteLength": 3456,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10175988,
+ "byteLength": 2304,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10178292,
+ "byteLength": 8448,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10186740,
+ "byteLength": 9432,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10196172,
+ "byteLength": 9432,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10205604,
+ "byteLength": 6288,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10211892,
+ "byteLength": 9240,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10221132,
+ "byteLength": 10944,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10232076,
+ "byteLength": 10944,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10243020,
+ "byteLength": 7296,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10250316,
+ "byteLength": 390912,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 10641228,
+ "byteLength": 386568,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 11027796,
+ "byteLength": 386568,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 11414364,
+ "byteLength": 257712,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 11672076,
+ "byteLength": 3888,
+ "target": 34963
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 11675964,
+ "byteLength": 4248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 11680212,
+ "byteLength": 4248,
+ "target": 34962
+ },
+ {
+ "buffer": 0,
+ "byteOffset": 11684460,
+ "byteLength": 2832,
+ "target": 34962
+ },
+ { "buffer": 0, "byteOffset": 11687292, "byteLength": 20 },
+ { "buffer": 0, "byteOffset": 11687312, "byteLength": 180 },
+ { "buffer": 0, "byteOffset": 11687492, "byteLength": 24 },
+ { "buffer": 0, "byteOffset": 11687516, "byteLength": 96 },
+ { "buffer": 0, "byteOffset": 11687612, "byteLength": 12 },
+ { "buffer": 0, "byteOffset": 11687624, "byteLength": 108 },
+ { "buffer": 0, "byteOffset": 11687732, "byteLength": 12 },
+ { "buffer": 0, "byteOffset": 11687744, "byteLength": 108 },
+ { "buffer": 0, "byteOffset": 11687852, "byteLength": 12 },
+ { "buffer": 0, "byteOffset": 11687864, "byteLength": 108 },
+ { "buffer": 0, "byteOffset": 11687972, "byteLength": 12 },
+ { "buffer": 0, "byteOffset": 11687984, "byteLength": 108 },
+ { "buffer": 0, "byteOffset": 11688092, "byteLength": 12 },
+ { "buffer": 0, "byteOffset": 11688104, "byteLength": 108 }
+ ],
+ "scene": 0,
+ "scenes": [{ "nodes": [0], "name": "senseBox_bike" }],
+ "animations": [
+ {
+ "channels": [
+ {
+ "sampler": 0,
+ "target": { "node": 654, "path": "translation" }
+ },
+ { "sampler": 1, "target": { "node": 654, "path": "rotation" } }
+ ],
+ "samplers": [
+ {
+ "interpolation": "CUBICSPLINE",
+ "input": 2416,
+ "output": 2417
+ },
+ { "interpolation": "LINEAR", "input": 2418, "output": 2419 }
+ ],
+ "name": "open lid"
+ },
+ {
+ "channels": [
+ {
+ "sampler": 0,
+ "target": { "node": 689, "path": "translation" }
+ },
+ {
+ "sampler": 1,
+ "target": { "node": 678, "path": "translation" }
+ }
+ ],
+ "samplers": [
+ {
+ "interpolation": "CUBICSPLINE",
+ "input": 2420,
+ "output": 2421
+ },
+ {
+ "interpolation": "CUBICSPLINE",
+ "input": 2422,
+ "output": 2423
+ }
+ ],
+ "name": "explode tof"
+ },
+ {
+ "channels": [
+ {
+ "sampler": 0,
+ "target": { "node": 642, "path": "translation" }
+ },
+ {
+ "sampler": 1,
+ "target": { "node": 690, "path": "translation" }
+ },
+ {
+ "sampler": 2,
+ "target": { "node": 606, "path": "translation" }
+ }
+ ],
+ "samplers": [
+ {
+ "interpolation": "CUBICSPLINE",
+ "input": 2424,
+ "output": 2425
+ },
+ {
+ "interpolation": "CUBICSPLINE",
+ "input": 2426,
+ "output": 2427
+ },
+ {
+ "interpolation": "CUBICSPLINE",
+ "input": 2428,
+ "output": 2429
+ }
+ ],
+ "name": "explode hdc"
+ }
+ ],
+ "extensionsUsed": ["KHR_texture_transform"],
+ "buffers": [{ "byteLength": 11688212, "uri": "senseBox_bike.bin" }]
+}
diff --git a/src/scenes/bike/index.tsx b/src/scenes/bike/index.tsx
index ba1f38a..bc6d517 100644
--- a/src/scenes/bike/index.tsx
+++ b/src/scenes/bike/index.tsx
@@ -1,6 +1,6 @@
-import { Suspense, useRef } from "react";
-import { Canvas } from "@react-three/fiber";
import { OrbitControls, Stage } from "@react-three/drei";
+import { Canvas } from "@react-three/fiber";
+import { Suspense, useRef } from "react";
import { Model } from "./model";
export default function BikeScene() {
diff --git a/src/scenes/bike/model/hooks/useToggleAnimation.ts b/src/scenes/bike/model/hooks/useToggleAnimation.ts
index 233987c..496b282 100644
--- a/src/scenes/bike/model/hooks/useToggleAnimation.ts
+++ b/src/scenes/bike/model/hooks/useToggleAnimation.ts
@@ -1,13 +1,9 @@
-import { useEffect, useState } from "react";
+import { useState } from "react";
import * as THREE from "three";
export function useToggleAnimation(action: THREE.AnimationAction | null) {
const [isReversed, setIsReversed] = useState(false);
- useEffect(() => {
- console.log("useToggleAnimation", action);
- }, [action]);
-
const toggleAnimation = () => {
if (action) {
// Set up the animation to play once and stop at the last frame
@@ -27,7 +23,6 @@ export function useToggleAnimation(action: THREE.AnimationAction | null) {
action.play();
setIsReversed(!isReversed);
}
- console.log("toggleAnimation", action);
};
return toggleAnimation;
diff --git a/src/scenes/bike/model/index.tsx b/src/scenes/bike/model/index.tsx
index 7a4967e..d48ab91 100644
--- a/src/scenes/bike/model/index.tsx
+++ b/src/scenes/bike/model/index.tsx
@@ -1,26 +1,33 @@
// path: src/scenes/bike/model/index.tsx
+import { useAnimations, useGLTF } from "@react-three/drei";
+import { useEffect, useRef, useState } from "react";
import * as THREE from "three";
-import { useRef } from "react";
-import { useGLTF, useAnimations } from "@react-three/drei";
import { GLTF } from "three-stdlib";
-import { Nodes } from "./types/nodes";
-import { Materials } from "./types/materials";
-import { Lid } from "./lid";
-import { Mcu } from "./mcu";
-import { Hdc1080 } from "./hdc1080";
+import { Battery } from "./battery";
import { Ble } from "./ble";
+import { Enclosure } from "./enclosure";
import { Fan } from "./fan";
-import { Battery } from "./battery";
+import { FanEnclosure } from "./fanEnclosure";
+import { Hdc1080 } from "./hdc1080";
+import { useToggleAnimation } from "./hooks/useToggleAnimation";
import { LevelBooster } from "./levelBooster";
+import { Lid } from "./lid";
import { LipoMeshBoard } from "./lipoMeshBoard";
+import { Mcu } from "./mcu";
import { ToF } from "./tof";
-import { FanEnclosure } from "./fanEnclosure";
-import { Enclosure } from "./enclosure";
-import { useToggleAnimation } from "./hooks/useToggleAnimation";
+import { Materials } from "./types/materials";
+import { Nodes } from "./types/nodes";
+import { OutlineEffect } from "./utils/outline";
+
+type ActionName = "open lid" | "explode tof" | "explode hdc";
+interface GLTFAction extends THREE.AnimationClip {
+ name: ActionName;
+}
type GLTFResult = GLTF & {
nodes: Nodes;
materials: Materials;
+ animations: GLTFAction[];
};
export function Model(props: JSX.IntrinsicElements["group"]) {
@@ -28,12 +35,23 @@ export function Model(props: JSX.IntrinsicElements["group"]) {
const { nodes, materials, animations } = useGLTF(
"/gltf/bike/senseBox_bike.gltf",
) as GLTFResult;
+
const { actions } = useAnimations(animations, group);
+ const [myActions, setMyActions] = useState();
- // Verwende den Hook für die "open lid"-Animation
- const toggleLidAnimation = useToggleAnimation(actions["open lid"]);
- const toggleTofAnimation = useToggleAnimation(actions["explode tof"]);
- const toggleHdcAnimation = useToggleAnimation(actions["explode hdc"]);
+ useEffect(() => {
+ setMyActions(actions);
+ }, [actions]);
+
+ const toggleLidAnimation = useToggleAnimation(
+ myActions?.["open lid"] ?? null,
+ );
+ const toggleTofAnimation = useToggleAnimation(
+ myActions?.["explode tof"] ?? null,
+ );
+ const toggleHdcAnimation = useToggleAnimation(
+ myActions?.["explode hdc"] ?? null,
+ );
return (
@@ -45,28 +63,36 @@ export function Model(props: JSX.IntrinsicElements["group"]) {
userData={{ name: "BikeBox+Mini+S2 (1)" }}
>
- toggleHdcAnimation()}>
-
-
-
-
+
+ toggleHdcAnimation()}>
+
+
+
+
+
- toggleLidAnimation()}
- />
+
- toggleTofAnimation()}
- />
+
+ toggleTofAnimation()}
+ />
+
+
+
+ toggleLidAnimation()}
+ />
+
diff --git a/src/scenes/bike/model/utils/outline.tsx b/src/scenes/bike/model/utils/outline.tsx
new file mode 100644
index 0000000..c2972b7
--- /dev/null
+++ b/src/scenes/bike/model/utils/outline.tsx
@@ -0,0 +1,39 @@
+import {
+ EffectComposer,
+ Outline,
+ Select,
+ Selection,
+} from "@react-three/postprocessing";
+import { KernelSize, BlendFunction, Resolution } from "postprocessing";
+
+export const OutlineEffect = ({
+ children,
+ enabled,
+ auraColor,
+}: {
+ children: JSX.Element;
+ enabled: boolean;
+ auraColor: number;
+}) => {
+ return (
+
+
+
+
+
+
+
+ );
+};
diff --git a/vite.config.ts b/vite.config.ts
index beb9a76..466e494 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -1,8 +1,8 @@
-import { defineConfig } from 'vite'
-import react from '@vitejs/plugin-react'
+import { defineConfig } from "vite";
+import react from "@vitejs/plugin-react";
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
- base: '/',
-})
+ base: "/",
+});
From 3e082a772fa5c987821d8a0dfbccfbd48676ce89 Mon Sep 17 00:00:00 2001
From: Felix Erdmann
Date: Tue, 12 Nov 2024 14:47:57 +0100
Subject: [PATCH 6/6] fix: remove outline
---
src/scenes/bike/model/index.tsx | 37 ++++++++++-------------
src/scenes/bike/model/utils/outline.tsx | 39 -------------------------
2 files changed, 15 insertions(+), 61 deletions(-)
delete mode 100644 src/scenes/bike/model/utils/outline.tsx
diff --git a/src/scenes/bike/model/index.tsx b/src/scenes/bike/model/index.tsx
index d48ab91..e8e0b87 100644
--- a/src/scenes/bike/model/index.tsx
+++ b/src/scenes/bike/model/index.tsx
@@ -17,7 +17,6 @@ import { Mcu } from "./mcu";
import { ToF } from "./tof";
import { Materials } from "./types/materials";
import { Nodes } from "./types/nodes";
-import { OutlineEffect } from "./utils/outline";
type ActionName = "open lid" | "explode tof" | "explode hdc";
interface GLTFAction extends THREE.AnimationClip {
@@ -63,13 +62,11 @@ export function Model(props: JSX.IntrinsicElements["group"]) {
userData={{ name: "BikeBox+Mini+S2 (1)" }}
>
-
- toggleHdcAnimation()}>
-
-
-
-
-
+ toggleHdcAnimation()}>
+
+
+
+
@@ -77,22 +74,18 @@ export function Model(props: JSX.IntrinsicElements["group"]) {
-
- toggleTofAnimation()}
- />
-
+ toggleTofAnimation()}
+ />
-
- toggleLidAnimation()}
- />
-
+ toggleLidAnimation()}
+ />
diff --git a/src/scenes/bike/model/utils/outline.tsx b/src/scenes/bike/model/utils/outline.tsx
deleted file mode 100644
index c2972b7..0000000
--- a/src/scenes/bike/model/utils/outline.tsx
+++ /dev/null
@@ -1,39 +0,0 @@
-import {
- EffectComposer,
- Outline,
- Select,
- Selection,
-} from "@react-three/postprocessing";
-import { KernelSize, BlendFunction, Resolution } from "postprocessing";
-
-export const OutlineEffect = ({
- children,
- enabled,
- auraColor,
-}: {
- children: JSX.Element;
- enabled: boolean;
- auraColor: number;
-}) => {
- return (
-
-
-
-
-
-
-
- );
-};