+ {member.name} +
+{member.role}
++ {member.text} +
+diff --git a/.gitignore b/.gitignore index 016b59e..1bfaa83 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ pnpm-debug.log* # jetbrains setting folder .idea/ + +# Local Netlify folder +.netlify diff --git a/.netlify/state.json b/.netlify/state.json index de15ecf..9fc042a 100644 --- a/.netlify/state.json +++ b/.netlify/state.json @@ -1,7 +1,7 @@ { "geolocation": { "data": { - "city": "Lisbon", + "city": "Amadora", "country": { "code": "PT", "name": "Portugal" @@ -11,10 +11,10 @@ "name": "Lisbon" }, "timezone": "Europe/Lisbon", - "latitude": 38.7219, - "longitude": -9.1398, - "postalCode": "1100-001" + "latitude": 38.7521, + "longitude": -9.2279, + "postalCode": "2700-001" }, - "timestamp": 1771421767769 + "timestamp": 1775391294292 } } \ No newline at end of file diff --git a/deno.lock b/deno.lock new file mode 100644 index 0000000..ca3cf44 --- /dev/null +++ b/deno.lock @@ -0,0 +1,20 @@ +{ + "version": "5", + "remote": { + "https://edge.netlify.com/": "fd941d61d88673d5f28aab283fb86fcc50f08a3bc80ee5470498fcfa88c65cfb", + "https://edge.netlify.com/bootstrap/config.ts": "6a2ce0e544e15e8f8883a5c18da5948e37fd0f2619f68cb31f3af53c51817025", + "https://edge.netlify.com/bootstrap/context.ts": "e97240232121e2f369f6546ce961490f34d961ea1ea54be3ff09633e3f08373f", + "https://edge.netlify.com/bootstrap/cookie.ts": "8b0baae708989ca183c6f3b4ab3d029e6abcbc2e43f93edeb0ff447b3bbc3a05", + "https://edge.netlify.com/bootstrap/edge_function.ts": "b8253e86aa83c67341f5cfedeba5049d77fbf84dcab7eceff7566b7728ae9b39", + "https://edge.netlify.com/bootstrap/globals/types.ts": "eaa6148ded3121d8dee62dd91c86e7fe76601df0f3ca8d7962243a30f4c8935f" + }, + "workspace": { + "packageJson": { + "dependencies": [ + "npm:@tailwindcss/vite@^4.2.0", + "npm:astro@^5.18.0", + "npm:tailwindcss@^4.2.0" + ] + } + } +} diff --git a/.netlify/functions-internal/subscribe.js b/netlify/functions/subscribe.js similarity index 100% rename from .netlify/functions-internal/subscribe.js rename to netlify/functions/subscribe.js diff --git a/package-lock.json b/package-lock.json index ecdbcc4..218370a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,29 @@ "name": "ifs-website", "version": "0.0.1", "dependencies": { - "@tailwindcss/vite": "^4.2.0", - "astro": "^5.18.0", - "tailwindcss": "^4.2.0" + "@svgr/plugin-svgo": "^8.1.0", + "@testing-library/jest-dom": "^5.16.1", + "@testing-library/react": "^11.2.7", + "@testing-library/user-event": "^12.8.3", + "bootstrap": "^5.3.3", + "mapbox-gl": "^2.6.1", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-router-dom": "^5.3.0", + "react-scripts": "^5.0.1", + "web-vitals": "^1.1.2" + }, + "devDependencies": { + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/plugin-transform-private-methods": "^7.25.9", + "@eslint/config-array": "^0.19.1", + "@eslint/object-schema": "^2.1.5", + "@rollup/plugin-terser": "^0.4.4", + "eslint": "^8.57.1", + "svgo": "^3.3.2", + "webpack": "^5.97.1", + "webpack-cli": "^6.0.1", + "webpack-dev-server": "^5.2.0" } }, "node_modules/@astrojs/compiler": { @@ -2529,8 +2549,95 @@ "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", "license": "MIT", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/dotenv": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "license": "BSD-2-Clause", "engines": { - "node": ">=4" + "node": ">=10" + } + }, + "node_modules/dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", + "license": "BSD-2-Clause" + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "license": "MIT" + }, + "node_modules/earcut": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/earcut/-/earcut-2.2.4.tgz", + "integrity": "sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==", + "license": "ISC" + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "license": "MIT" + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "license": "MIT" + }, + "node_modules/ejs": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", + "license": "Apache-2.0", + "dependencies": { + "jake": "^10.8.5" + }, + "bin": { + "ejs": "bin/cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.5.240", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.240.tgz", + "integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==", + "license": "ISC" + }, + "node_modules/emittery": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", + "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" } }, "node_modules/emoji-regex": { @@ -4927,10 +5034,10 @@ "integrity": "sha512-yYzTZ4++b7fNYxFfpnberEEKu43w44aqDMNM9MHMmcKuCH7lL8jJ4yJ7LGHv7rSwiqM0nkiobF9I6cLlpS2P7Q==", "license": "MIT" }, - "node_modules/tapable": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", - "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", + "node_modules/react-scripts/node_modules/p-retry": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", "license": "MIT", "engines": { "node": ">=6" diff --git a/package.json b/package.json index 0454f30..74012b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,5 @@ { "name": "ifs-website", - "type": "module", - "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", diff --git a/public/images/AIGarage.webp b/public/images/AIGarage.webp new file mode 100644 index 0000000..573cb6e Binary files /dev/null and b/public/images/AIGarage.webp differ diff --git a/public/images/General_AIMember.webp b/public/images/General_AIMember.webp new file mode 100644 index 0000000..49fabd2 Binary files /dev/null and b/public/images/General_AIMember.webp differ diff --git a/public/images/Team05_fspt.webp b/public/images/Team05_fspt.webp new file mode 100644 index 0000000..1340eed Binary files /dev/null and b/public/images/Team05_fspt.webp differ diff --git a/public/logos/fsa-logo.webp b/public/logos/fsa-logo.webp new file mode 100644 index 0000000..8f0dcc3 Binary files /dev/null and b/public/logos/fsa-logo.webp differ diff --git a/public/logos/ifs_icon.png b/public/logos/ifs_icon.png new file mode 100644 index 0000000..c009db5 Binary files /dev/null and b/public/logos/ifs_icon.png differ diff --git a/public/logos/ifs_icon_dark.png b/public/logos/ifs_icon_dark.png new file mode 100644 index 0000000..4728ee2 Binary files /dev/null and b/public/logos/ifs_icon_dark.png differ diff --git a/public/memberPics/AntonioLuz.webp b/public/memberPics/AntonioLuz.webp new file mode 100644 index 0000000..f36544c Binary files /dev/null and b/public/memberPics/AntonioLuz.webp differ diff --git a/public/memberPics/BeatrizMarques.webp b/public/memberPics/BeatrizMarques.webp new file mode 100644 index 0000000..41ddd1b Binary files /dev/null and b/public/memberPics/BeatrizMarques.webp differ diff --git a/public/memberPics/BrunoLuz.webp b/public/memberPics/BrunoLuz.webp new file mode 100644 index 0000000..2028311 Binary files /dev/null and b/public/memberPics/BrunoLuz.webp differ diff --git a/public/memberPics/DSC_2749.webp b/public/memberPics/DSC_2749.webp new file mode 100644 index 0000000..972b479 Binary files /dev/null and b/public/memberPics/DSC_2749.webp differ diff --git a/public/memberPics/DerekRyan.webp b/public/memberPics/DerekRyan.webp new file mode 100644 index 0000000..5b47cc7 Binary files /dev/null and b/public/memberPics/DerekRyan.webp differ diff --git a/public/memberPics/FranciscoPrieto.webp b/public/memberPics/FranciscoPrieto.webp new file mode 100644 index 0000000..bdea334 Binary files /dev/null and b/public/memberPics/FranciscoPrieto.webp differ diff --git a/public/memberPics/GuilhermePires.webp b/public/memberPics/GuilhermePires.webp new file mode 100644 index 0000000..e187275 Binary files /dev/null and b/public/memberPics/GuilhermePires.webp differ diff --git "a/public/memberPics/MartaGon\303\247alves.webp" "b/public/memberPics/MartaGon\303\247alves.webp" new file mode 100644 index 0000000..51106aa Binary files /dev/null and "b/public/memberPics/MartaGon\303\247alves.webp" differ diff --git a/public/memberPics/MartimAlmeida.webp b/public/memberPics/MartimAlmeida.webp new file mode 100644 index 0000000..3c0234d Binary files /dev/null and b/public/memberPics/MartimAlmeida.webp differ diff --git a/public/memberPics/MartimJorge.webp b/public/memberPics/MartimJorge.webp new file mode 100644 index 0000000..5ad070f Binary files /dev/null and b/public/memberPics/MartimJorge.webp differ diff --git a/public/memberPics/MaxKalapun.webp b/public/memberPics/MaxKalapun.webp new file mode 100644 index 0000000..4f1e2ee Binary files /dev/null and b/public/memberPics/MaxKalapun.webp differ diff --git a/public/memberPics/PedroCosta.webp b/public/memberPics/PedroCosta.webp new file mode 100644 index 0000000..9b22723 Binary files /dev/null and b/public/memberPics/PedroCosta.webp differ diff --git a/public/memberPics/PedroCruz.webp b/public/memberPics/PedroCruz.webp new file mode 100644 index 0000000..31d95bb Binary files /dev/null and b/public/memberPics/PedroCruz.webp differ diff --git a/public/memberPics/PedroMendes.webp b/public/memberPics/PedroMendes.webp new file mode 100644 index 0000000..92813ae Binary files /dev/null and b/public/memberPics/PedroMendes.webp differ diff --git a/public/memberPics/RafaelHipolito.webp b/public/memberPics/RafaelHipolito.webp new file mode 100644 index 0000000..59b0aa0 Binary files /dev/null and b/public/memberPics/RafaelHipolito.webp differ diff --git a/public/memberPics/RicardoGracioso.webp b/public/memberPics/RicardoGracioso.webp new file mode 100644 index 0000000..1977d73 Binary files /dev/null and b/public/memberPics/RicardoGracioso.webp differ diff --git a/public/memberPics/RodrigoAlmeida.webp b/public/memberPics/RodrigoAlmeida.webp new file mode 100644 index 0000000..04a1561 Binary files /dev/null and b/public/memberPics/RodrigoAlmeida.webp differ diff --git a/public/memberPics/TiagoDuarte.webp b/public/memberPics/TiagoDuarte.webp new file mode 100644 index 0000000..a208c67 Binary files /dev/null and b/public/memberPics/TiagoDuarte.webp differ diff --git a/public/memberPics/TiagoSousa.webp b/public/memberPics/TiagoSousa.webp new file mode 100644 index 0000000..fba221f Binary files /dev/null and b/public/memberPics/TiagoSousa.webp differ diff --git a/public/models/3D background/parking_garage.jpg b/public/models/3D background/parking_garage.jpg new file mode 100644 index 0000000..488809a Binary files /dev/null and b/public/models/3D background/parking_garage.jpg differ diff --git a/public/models/garage (1).glb b/public/models/garage (1).glb new file mode 100644 index 0000000..b159c2d Binary files /dev/null and b/public/models/garage (1).glb differ diff --git a/public/models/garage.glb b/public/models/garage.glb new file mode 100644 index 0000000..77a954f Binary files /dev/null and b/public/models/garage.glb differ diff --git a/public/models/mclaren/scene.bin b/public/models/mclaren/scene.bin new file mode 100644 index 0000000..be6b745 Binary files /dev/null and b/public/models/mclaren/scene.bin differ diff --git a/public/models/mclaren/scene.gltf b/public/models/mclaren/scene.gltf new file mode 100644 index 0000000..87c3bf5 --- /dev/null +++ b/public/models/mclaren/scene.gltf @@ -0,0 +1,985 @@ +{ + "accessors": [ + { + "bufferView": 2, + "componentType": 5126, + "count": 20007, + "max": [ + 1.0196399688720703, + 3.2343099117279053, + 0.49103400111198425 + ], + "min": [ + -1.019629955291748, + -2.3637900352478027, + -0.5191659927368164 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 240084, + "componentType": 5126, + "count": 20007, + "max": [ + 1.0, + 1.0, + 0.999990701675415 + ], + "min": [ + -1.0, + -0.9999987483024597, + -0.9999987483024597 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "componentType": 5126, + "count": 20007, + "max": [ + 0.9968670010566711, + 0.9971680045127869 + ], + "min": [ + 0.004118199925869703, + 0.005798819940537214 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "componentType": 5125, + "count": 59451, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 480168, + "componentType": 5126, + "count": 1096, + "max": [ + 0.3181680142879486, + 0.9213039875030518, + 0.3395270109176636 + ], + "min": [ + -0.3192319869995117, + -0.35096800327301025, + 0.11180900037288666 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 493320, + "componentType": 5126, + "count": 1096, + "max": [ + 0.9998843669891357, + 0.9999908804893494, + 0.9994676113128662 + ], + "min": [ + -0.9998844265937805, + -0.9761163592338562, + -0.9996381402015686 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 160056, + "componentType": 5126, + "count": 1096, + "max": [ + 0.9765530228614807, + 0.9871159791946411 + ], + "min": [ + 0.02840930037200451, + 0.009893660433590412 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 237804, + "componentType": 5125, + "count": 4320, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 506472, + "componentType": 5126, + "count": 7028, + "max": [ + 0.8836479783058167, + 3.3017098903656006, + 0.6286669969558716 + ], + "min": [ + -0.883637011051178, + -2.095289945602417, + -0.452565997838974 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 590808, + "componentType": 5126, + "count": 7028, + "max": [ + 1.0, + 1.0, + 0.9999992847442627 + ], + "min": [ + -1.0, + -1.0, + -0.9999843835830688 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 168824, + "componentType": 5126, + "count": 7028, + "max": [ + 0.985489010810852, + 0.9987999796867371 + ], + "min": [ + 0.0016250800108537078, + 0.0042199501767754555 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 255084, + "componentType": 5125, + "count": 19851, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 675144, + "componentType": 5126, + "count": 7168, + "max": [ + 0.9736379981040955, + 3.315809965133667, + 0.5156340003013611 + ], + "min": [ + -0.9736329913139343, + -2.3637900352478027, + -0.4778589904308319 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 761160, + "componentType": 5126, + "count": 7168, + "max": [ + 1.0, + 0.9998547434806824, + 0.9999982118606567 + ], + "min": [ + -1.0, + -0.9998512268066406, + -0.9999448657035828 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 225048, + "componentType": 5126, + "count": 7168, + "max": [ + 0.9917299747467041, + 0.9912160038948059 + ], + "min": [ + 0.003830550005659461, + 0.005437610205262899 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 334488, + "componentType": 5125, + "count": 26499, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 847176, + "componentType": 5126, + "count": 25190, + "max": [ + 1.0137100219726563, + 2.7400600910186768, + -0.04508040100336075 + ], + "min": [ + -1.0159499645233154, + -1.3174999952316284, + -0.4115320146083832 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 1149456, + "componentType": 5126, + "count": 25190, + "max": [ + 0.9999998807907104, + 0.9999818801879883, + 0.9999799132347107 + ], + "min": [ + -0.9999998807907104, + -0.9999818801879883, + -0.9999855160713196 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 282392, + "componentType": 5126, + "count": 25190, + "max": [ + 0.9990630149841309, + 0.9682369828224182 + ], + "min": [ + 0.00012199999764561653, + 0.00017094600480049849 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 440484, + "componentType": 5125, + "count": 89046, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 1451736, + "componentType": 5126, + "count": 18101, + "max": [ + 0.14616799354553223, + -0.018207000568509102, + 0.10191000252962112 + ], + "min": [ + -0.14616799354553223, + -0.12764400243759155, + -0.06672360002994537 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 1668948, + "componentType": 5126, + "count": 18101, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 483912, + "componentType": 5126, + "count": 18101, + "max": [ + 0.9776110053062439, + 0.9989219903945923 + ], + "min": [ + 0.0008130070054903626, + 0.016229700297117233 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 796668, + "componentType": 5125, + "count": 75204, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 1886160, + "componentType": 5126, + "count": 4816, + "max": [ + 1.0170199871063232, + 2.890939950942993, + 0.10493600368499756 + ], + "min": [ + -1.019260048866272, + -1.4730199575424194, + -0.5637120008468628 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 1943952, + "componentType": 5126, + "count": 4816, + "max": [ + 0.9999979138374329, + 0.9953324794769287, + 0.9953290224075317 + ], + "min": [ + -0.9999979138374329, + -0.9953324794769287, + -0.9953461289405823 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 628720, + "componentType": 5126, + "count": 4816, + "max": [ + 4.000420093536377, + 1.0001399517059326 + ], + "min": [ + -1.7517200831207447e-05, + 0.0005640389863401651 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1097484, + "componentType": 5125, + "count": 26496, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2001744, + "componentType": 5126, + "count": 960, + "max": [ + 0.5854840278625488, + 2.861870050430298, + 0.07648120075464249 + ], + "min": [ + -0.587723970413208, + 2.2518999576568604, + -0.5331529974937439 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2013264, + "componentType": 5126, + "count": 960, + "max": [ + 0.9993125796318054, + 0.7223661541938782, + 0.7245499491691589 + ], + "min": [ + -0.9993125200271606, + -0.72236567735672, + -0.7192171812057495 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 667248, + "componentType": 5126, + "count": 960, + "max": [ + 0.9993360042572021, + 0.9989870190620422 + ], + "min": [ + 0.0006275229970924556, + 0.001014470006339252 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1203468, + "componentType": 5125, + "count": 5376, + "type": "SCALAR" + } + ], + "asset": { + "extras": { + "author": "vecarz (https://sketchfab.com/heynic)", + "license": "CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)", + "source": "https://sketchfab.com/3d-models/mclaren-35m-2021-wwwvecarzcom-5094ae7c57c544e7832fcd9ca39bba2f", + "title": "Mclaren 35M 2021 | www.vecarz.com" + }, + "generator": "Sketchfab-16.72.0", + "version": "2.0" + }, + "bufferViews": [ + { + "buffer": 0, + "byteLength": 1224972, + "name": "floatBufferViews", + "target": 34963 + }, + { + "buffer": 0, + "byteLength": 674928, + "byteOffset": 1224972, + "byteStride": 8, + "name": "floatBufferViews", + "target": 34962 + }, + { + "buffer": 0, + "byteLength": 2024784, + "byteOffset": 1899900, + "byteStride": 12, + "name": "floatBufferViews", + "target": 34962 + } + ], + "buffers": [ + { + "byteLength": 3924684, + "uri": "scene.bin" + } + ], + "extensionsUsed": [ + "KHR_materials_clearcoat", + "KHR_materials_specular" + ], + "images": [ + { + "uri": "textures/mcl35m_c_png_baseColor.png" + }, + { + "uri": "textures/mcl35m_h_png_baseColor.png" + }, + { + "uri": "textures/mcl35m_m_png_baseColor.png" + }, + { + "uri": "textures/mcl35m_png_baseColor.png" + }, + { + "uri": "textures/st_wheel_png_baseColor.png" + }, + { + "uri": "textures/tread_png_baseColor.png" + }, + { + "uri": "textures/tyrewall_png_baseColor.png" + } + ], + "materials": [ + { + "extensions": { + "KHR_materials_clearcoat": { + "clearcoatFactor": 1.0, + "clearcoatRoughnessFactor": 0.04 + } + }, + "name": "mcl35m_c_png", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.5409540295741854, + 0.5409540295741854, + 0.5409540295741854, + 1.0 + ], + "baseColorTexture": { + "index": 0 + }, + "metallicFactor": 0.9615267398910168, + "roughnessFactor": 0.693335446355646 + } + }, + { + "extensions": { + "KHR_materials_clearcoat": { + "clearcoatFactor": 1.0, + "clearcoatRoughnessFactor": 0.04 + } + }, + "name": "mcl35m_h_png", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.5287635162316685, + 0.5287635162316685, + 0.5287635162316685, + 1.0 + ], + "baseColorTexture": { + "index": 1 + }, + "roughnessFactor": 0.650668649656837 + } + }, + { + "name": "mcl35m_m_png", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 2 + }, + "metallicFactor": 0.7360022430544549, + "roughnessFactor": 0.349 + } + }, + { + "extensions": { + "KHR_materials_clearcoat": { + "clearcoatFactor": 0.8274310931233314, + "clearcoatRoughnessFactor": 0.041142982530994375 + }, + "KHR_materials_specular": { + "specularColorFactor": [ + 1.0, + 1.0, + 1.0 + ], + "specularFactor": 0.059428752544769654 + } + }, + "name": "mcl35m_png", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.5531445429167022, + 0.5531445429167022, + 0.5531445429167022, + 1.0 + ], + "baseColorTexture": { + "index": 3 + }, + "metallicFactor": 0.8761931464933987, + "roughnessFactor": 0.894478916507174 + } + }, + { + "name": "rim_png", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.00560539, + 0.00560539, + 0.00560539, + 1.0 + ], + "roughnessFactor": 0.334659 + } + }, + { + "name": "st_wheel_png", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 4 + }, + "metallicFactor": 0.234, + "roughnessFactor": 0.349 + } + }, + { + "name": "tread_png", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 5 + }, + "metallicFactor": 0.887, + "roughnessFactor": 0.586 + } + }, + { + "name": "tyrewall_png", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 6 + }, + "metallicFactor": 0.887, + "roughnessFactor": 0.586 + } + } + ], + "meshes": [ + { + "name": "Object_0", + "primitives": [ + { + "attributes": { + "NORMAL": 1, + "POSITION": 0, + "TEXCOORD_0": 2 + }, + "indices": 3, + "material": 0, + "mode": 4 + } + ] + }, + { + "name": "Object_1", + "primitives": [ + { + "attributes": { + "NORMAL": 5, + "POSITION": 4, + "TEXCOORD_0": 6 + }, + "indices": 7, + "material": 1, + "mode": 4 + } + ] + }, + { + "name": "Object_2", + "primitives": [ + { + "attributes": { + "NORMAL": 9, + "POSITION": 8, + "TEXCOORD_0": 10 + }, + "indices": 11, + "material": 2, + "mode": 4 + } + ] + }, + { + "name": "Object_3", + "primitives": [ + { + "attributes": { + "NORMAL": 13, + "POSITION": 12, + "TEXCOORD_0": 14 + }, + "indices": 15, + "material": 3, + "mode": 4 + } + ] + }, + { + "name": "Object_4", + "primitives": [ + { + "attributes": { + "NORMAL": 17, + "POSITION": 16, + "TEXCOORD_0": 18 + }, + "indices": 19, + "material": 4, + "mode": 4 + } + ] + }, + { + "name": "Object_5", + "primitives": [ + { + "attributes": { + "NORMAL": 21, + "POSITION": 20, + "TEXCOORD_0": 22 + }, + "indices": 23, + "material": 5, + "mode": 4 + } + ] + }, + { + "name": "Object_6", + "primitives": [ + { + "attributes": { + "NORMAL": 25, + "POSITION": 24, + "TEXCOORD_0": 26 + }, + "indices": 27, + "material": 6, + "mode": 4 + } + ] + }, + { + "name": "Object_7", + "primitives": [ + { + "attributes": { + "NORMAL": 29, + "POSITION": 28, + "TEXCOORD_0": 30 + }, + "indices": 31, + "material": 7, + "mode": 4 + } + ] + } + ], + "nodes": [ + { + "children": [ + 1 + ], + "matrix": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.220446049250313e-16, + -1.0, + 0.0, + 0.0, + 1.0, + 2.220446049250313e-16, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ], + "name": "Sketchfab_model" + }, + { + "children": [ + 2 + ], + "name": "root" + }, + { + "children": [ + 3 + ], + "matrix": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.220446049250313e-16, + 1.0, + 0.0, + 0.0, + -1.0, + 2.220446049250313e-16, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ], + "name": "GLTF_SceneRootNode" + }, + { + "children": [ + 4 + ], + "matrix": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.220446049250313e-16, + -1.0, + 0.0, + 0.0, + 1.0, + 2.220446049250313e-16, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ], + "name": "Sketchfab_model_0" + }, + { + "children": [ + 5, + 7, + 9, + 11, + 13, + 15, + 17, + 19 + ], + "name": "mcl35m_2.obj.cleaner.materialmerger.gles_1" + }, + { + "children": [ + 6 + ], + "name": "Object_2_2" + }, + { + "mesh": 0, + "name": "Object_6" + }, + { + "children": [ + 8 + ], + "name": "Object_3_3" + }, + { + "mesh": 1, + "name": "Object_8" + }, + { + "children": [ + 10 + ], + "name": "Object_4_4" + }, + { + "mesh": 2, + "name": "Object_10" + }, + { + "children": [ + 12 + ], + "name": "Object_5_5" + }, + { + "mesh": 3, + "name": "Object_12" + }, + { + "children": [ + 14 + ], + "name": "Object_6_6" + }, + { + "mesh": 4, + "name": "Object_14" + }, + { + "children": [ + 16 + ], + "name": "Object_7_7" + }, + { + "mesh": 5, + "name": "Object_16" + }, + { + "children": [ + 18 + ], + "name": "Object_8_8" + }, + { + "mesh": 6, + "name": "Object_18" + }, + { + "children": [ + 20 + ], + "name": "Object_9_9" + }, + { + "mesh": 7, + "name": "Object_20" + } + ], + "samplers": [ + { + "magFilter": 9729, + "minFilter": 9987, + "wrapS": 10497, + "wrapT": 10497 + } + ], + "scene": 0, + "scenes": [ + { + "name": "Sketchfab_Scene", + "nodes": [ + 0 + ] + } + ], + "textures": [ + { + "sampler": 0, + "source": 0 + }, + { + "sampler": 0, + "source": 1 + }, + { + "sampler": 0, + "source": 2 + }, + { + "sampler": 0, + "source": 3 + }, + { + "sampler": 0, + "source": 4 + }, + { + "sampler": 0, + "source": 5 + }, + { + "sampler": 0, + "source": 6 + } + ] +} diff --git a/public/models/mclaren/textures/mcl35m_c_png_baseColor.png b/public/models/mclaren/textures/mcl35m_c_png_baseColor.png new file mode 100644 index 0000000..dbb3273 Binary files /dev/null and b/public/models/mclaren/textures/mcl35m_c_png_baseColor.png differ diff --git a/public/models/mclaren/textures/mcl35m_h_png_baseColor.png b/public/models/mclaren/textures/mcl35m_h_png_baseColor.png new file mode 100644 index 0000000..586b00c Binary files /dev/null and b/public/models/mclaren/textures/mcl35m_h_png_baseColor.png differ diff --git a/public/models/mclaren/textures/mcl35m_m_png_baseColor.png b/public/models/mclaren/textures/mcl35m_m_png_baseColor.png new file mode 100644 index 0000000..621bfcf Binary files /dev/null and b/public/models/mclaren/textures/mcl35m_m_png_baseColor.png differ diff --git a/public/models/mclaren/textures/mcl35m_png_baseColor.png b/public/models/mclaren/textures/mcl35m_png_baseColor.png new file mode 100644 index 0000000..093c811 Binary files /dev/null and b/public/models/mclaren/textures/mcl35m_png_baseColor.png differ diff --git a/public/models/mclaren/textures/st_wheel_png_baseColor.png b/public/models/mclaren/textures/st_wheel_png_baseColor.png new file mode 100644 index 0000000..2b34ae2 Binary files /dev/null and b/public/models/mclaren/textures/st_wheel_png_baseColor.png differ diff --git a/public/models/mclaren/textures/tread_png_baseColor.png b/public/models/mclaren/textures/tread_png_baseColor.png new file mode 100644 index 0000000..d1521e8 Binary files /dev/null and b/public/models/mclaren/textures/tread_png_baseColor.png differ diff --git a/public/models/mclaren/textures/tyrewall_png_baseColor.png b/public/models/mclaren/textures/tyrewall_png_baseColor.png new file mode 100644 index 0000000..95893cd Binary files /dev/null and b/public/models/mclaren/textures/tyrewall_png_baseColor.png differ diff --git a/public/models/porsche/scene.bin b/public/models/porsche/scene.bin new file mode 100644 index 0000000..a682e4e Binary files /dev/null and b/public/models/porsche/scene.bin differ diff --git a/public/models/porsche/scene.gltf b/public/models/porsche/scene.gltf new file mode 100644 index 0000000..753a1b1 --- /dev/null +++ b/public/models/porsche/scene.gltf @@ -0,0 +1,26126 @@ +{ + "accessors": [ + { + "bufferView": 2, + "componentType": 5126, + "count": 168, + "max": [ + 1.0042959451675415, + 0.591724693775177, + 1.5321184396743774 + ], + "min": [ + 0.9445927143096924, + 0.12919826805591583, + 1.070481777191162 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2016, + "componentType": 5126, + "count": 168, + "max": [ + 0.9999994039535522, + 0.7677087783813477, + 0.7690271139144897 + ], + "min": [ + 0.6391717195510864, + -0.7684913873672485, + -0.7690101861953735 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "componentType": 5126, + "count": 168, + "max": [ + 0.9736328125, + 1.97491455078125 + ], + "min": [ + 0.0259552001953125, + 1.025390625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1344, + "componentType": 5126, + "count": 168, + "max": [ + 0.9736328125, + 1.97491455078125 + ], + "min": [ + 0.0259552001953125, + 1.025390625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2688, + "componentType": 5126, + "count": 168, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4032, + "componentType": 5126, + "count": 168, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5376, + "componentType": 5126, + "count": 168, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6720, + "componentType": 5126, + "count": 168, + "max": [ + 0.9736328125, + 1.97491455078125 + ], + "min": [ + 0.0259552001953125, + 1.025390625 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "componentType": 5125, + "count": 840, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4032, + "componentType": 5126, + "count": 2999, + "max": [ + 1.0090144872665405, + 0.609785795211792, + 1.5506137609481812 + ], + "min": [ + 0.6706451177597046, + 0.11114859580993652, + 1.0519765615463257 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 40020, + "componentType": 5126, + "count": 2999, + "max": [ + 0.9963892102241516, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "componentType": 5126, + "count": 2999, + "max": [ + 0.9789360165596008, + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 8064, + "componentType": 5126, + "count": 2999, + "max": [ + 0.9858397841453552, + 1.988861083984375 + ], + "min": [ + 0.07196044921875, + 1.01904296875 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 32056, + "componentType": 5126, + "count": 2999, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 56048, + "componentType": 5126, + "count": 2999, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 80040, + "componentType": 5126, + "count": 2999, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 104032, + "componentType": 5126, + "count": 2999, + "max": [ + 0.9858397841453552, + 1.988861083984375 + ], + "min": [ + 0.07196044921875, + 1.01904296875 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3360, + "componentType": 5125, + "count": 9600, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 76008, + "componentType": 5126, + "count": 4796, + "max": [ + 1.0090147256851196, + 0.6097857356071472, + 1.5505938529968262 + ], + "min": [ + 0.6706448197364807, + 0.11114935576915741, + 1.051957130432129 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 133560, + "componentType": 5126, + "count": 4796, + "max": [ + 0.9997808933258057, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 128024, + "componentType": 5126, + "count": 4796, + "max": [ + 0.990234375, + 1.9892807006835938 + ], + "min": [ + 0.01585387997329235, + 1.01513671875 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 166392, + "componentType": 5126, + "count": 4796, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 204760, + "componentType": 5126, + "count": 4796, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 243128, + "componentType": 5126, + "count": 4796, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 281496, + "componentType": 5126, + "count": 4796, + "max": [ + 0.990234375, + 1.9892807006835938 + ], + "min": [ + 0.01585387997329235, + 1.01513671875 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 41760, + "componentType": 5125, + "count": 19206, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 191112, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0080642700195313, + 0.700932502746582, + 1.6416001319885254 + ], + "min": [ + 0.6740928292274475, + 0.02000167965888977, + 0.9609902501106262 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 209676, + "componentType": 5126, + "count": 1547, + "max": [ + 0.9986047148704529, + 1.0, + 0.9993907809257507 + ], + "min": [ + -0.9989457726478577, + -1.0, + -0.9993907809257507 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 47984, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0, + 0.9999983310699463, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -0.9999987483024597, + -1.0, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 319864, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0, + 1.999547004699707 + ], + "min": [ + 0.00011038780212402344, + 1.00048828125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 332240, + "componentType": 5126, + "count": 1547, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 344616, + "componentType": 5126, + "count": 1547, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 356992, + "componentType": 5126, + "count": 1547, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 369368, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0, + 1.999547004699707 + ], + "min": [ + 0.00011038780212402344, + 1.00048828125 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 118584, + "componentType": 5125, + "count": 8640, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 228240, + "componentType": 5126, + "count": 168, + "max": [ + 1.0075963735580444, + 0.6058462858200073, + -0.9844655990600586 + ], + "min": [ + 0.9478932023048401, + 0.14331986010074615, + -1.446102261543274 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 230256, + "componentType": 5126, + "count": 168, + "max": [ + 0.9999994039535522, + 0.7677088975906372, + 0.7690271139144897 + ], + "min": [ + 0.6391717195510864, + -0.7684913873672485, + -0.7690103054046631 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 381744, + "componentType": 5126, + "count": 168, + "max": [ + 0.9736328125, + 1.97491455078125 + ], + "min": [ + 0.0259552001953125, + 1.025390625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 383088, + "componentType": 5126, + "count": 168, + "max": [ + 0.9736328125, + 1.97491455078125 + ], + "min": [ + 0.0259552001953125, + 1.025390625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 384432, + "componentType": 5126, + "count": 168, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 385776, + "componentType": 5126, + "count": 168, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 387120, + "componentType": 5126, + "count": 168, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 388464, + "componentType": 5126, + "count": 168, + "max": [ + 0.9736328125, + 1.97491455078125 + ], + "min": [ + 0.0259552001953125, + 1.025390625 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 153144, + "componentType": 5125, + "count": 840, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 232272, + "componentType": 5126, + "count": 2999, + "max": [ + 1.012315034866333, + 0.6237075924873352, + -0.9661699533462524 + ], + "min": [ + 0.6541612148284912, + 0.12546998262405396, + -1.4644076824188232 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 268260, + "componentType": 5126, + "count": 2999, + "max": [ + 0.9963892102241516, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 389808, + "componentType": 5126, + "count": 2999, + "max": [ + 0.9858397841453552, + 1.988861083984375 + ], + "min": [ + 0.07196044921875, + 1.01904296875 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 413800, + "componentType": 5126, + "count": 2999, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 437792, + "componentType": 5126, + "count": 2999, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 461784, + "componentType": 5126, + "count": 2999, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 485776, + "componentType": 5126, + "count": 2999, + "max": [ + 0.9858397841453552, + 1.988861083984375 + ], + "min": [ + 0.07196044921875, + 1.01904296875 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 156504, + "componentType": 5125, + "count": 9600, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 304248, + "componentType": 5126, + "count": 4796, + "max": [ + 1.0123151540756226, + 0.62370765209198, + -0.9661900997161865 + ], + "min": [ + 0.6541607975959778, + 0.12547075748443604, + -1.4644272327423096 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 361800, + "componentType": 5126, + "count": 4796, + "max": [ + 0.9997808933258057, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 509768, + "componentType": 5126, + "count": 4796, + "max": [ + 0.990234375, + 1.9892807006835938 + ], + "min": [ + 0.01585387997329235, + 1.01513671875 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 548136, + "componentType": 5126, + "count": 4796, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 586504, + "componentType": 5126, + "count": 4796, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 624872, + "componentType": 5126, + "count": 4796, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 663240, + "componentType": 5126, + "count": 4796, + "max": [ + 0.990234375, + 1.9892807006835938 + ], + "min": [ + 0.01585387997329235, + 1.01513671875 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 194904, + "componentType": 5125, + "count": 19206, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 419352, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0115553140640259, + 0.7268204092979431, + -0.8632217049598694 + ], + "min": [ + 0.6574193239212036, + 0.022353827953338623, + -1.5673565864562988 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 437916, + "componentType": 5126, + "count": 1547, + "max": [ + 0.999165415763855, + 1.0, + 0.999390721321106 + ], + "min": [ + -0.9994150996208191, + -1.0, + -0.999390721321106 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 72736, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0, + 0.9999990463256836, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -0.9999993443489075, + -1.0, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 701608, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0, + 1.999547004699707 + ], + "min": [ + 0.00011038780212402344, + 1.00048828125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 713984, + "componentType": 5126, + "count": 1547, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 726360, + "componentType": 5126, + "count": 1547, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 738736, + "componentType": 5126, + "count": 1547, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 751112, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0, + 1.999547004699707 + ], + "min": [ + 0.00011038780212402344, + 1.00048828125 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 271728, + "componentType": 5125, + "count": 8640, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 456480, + "componentType": 5126, + "count": 2999, + "max": [ + -0.6393626928329468, + 0.6238226890563965, + -0.9662582874298096 + ], + "min": [ + -0.9975165128707886, + 0.12558510899543762, + -1.4644960165023804 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 492468, + "componentType": 5126, + "count": 2999, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -0.9963892102241516, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 763488, + "componentType": 5126, + "count": 2999, + "max": [ + 0.9858397841453552, + 1.988861083984375 + ], + "min": [ + 0.07196044921875, + 1.01904296875 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 787480, + "componentType": 5126, + "count": 2999, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 811472, + "componentType": 5126, + "count": 2999, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 835464, + "componentType": 5126, + "count": 2999, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 859456, + "componentType": 5126, + "count": 2999, + "max": [ + 0.9858397841453552, + 1.988861083984375 + ], + "min": [ + 0.07196044921875, + 1.01904296875 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 306288, + "componentType": 5125, + "count": 9600, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 528456, + "componentType": 5126, + "count": 168, + "max": [ + -0.9330946803092957, + 0.6059613823890686, + -0.9845637083053589 + ], + "min": [ + -0.9927979111671448, + 0.14343498647212982, + -1.4462003707885742 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 530472, + "componentType": 5126, + "count": 168, + "max": [ + -0.6391717195510864, + 0.7677088975906372, + 0.7690101861953735 + ], + "min": [ + -0.9999994039535522, + -0.7684913873672485, + -0.7690271139144897 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 883448, + "componentType": 5126, + "count": 168, + "max": [ + 0.9736328125, + 1.97491455078125 + ], + "min": [ + 0.0259552001953125, + 1.025390625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 884792, + "componentType": 5126, + "count": 168, + "max": [ + 0.9736328125, + 1.97491455078125 + ], + "min": [ + 0.0259552001953125, + 1.025390625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 886136, + "componentType": 5126, + "count": 168, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 887480, + "componentType": 5126, + "count": 168, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 888824, + "componentType": 5126, + "count": 168, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 890168, + "componentType": 5126, + "count": 168, + "max": [ + 0.9736328125, + 1.97491455078125 + ], + "min": [ + 0.0259552001953125, + 1.025390625 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 344688, + "componentType": 5125, + "count": 840, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 532488, + "componentType": 5126, + "count": 4796, + "max": [ + -0.6393622756004333, + 0.623822808265686, + -0.966238796710968 + ], + "min": [ + -0.9975166916847229, + 0.1255858838558197, + -1.4644758701324463 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 590040, + "componentType": 5126, + "count": 4796, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -0.9997808933258057, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 891512, + "componentType": 5126, + "count": 4796, + "max": [ + 0.990234375, + 1.9892807006835938 + ], + "min": [ + 0.01585387997329235, + 1.01513671875 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 929880, + "componentType": 5126, + "count": 4796, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 968248, + "componentType": 5126, + "count": 4796, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1006616, + "componentType": 5126, + "count": 4796, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1044984, + "componentType": 5126, + "count": 4796, + "max": [ + 0.990234375, + 1.9892807006835938 + ], + "min": [ + 0.01585387997329235, + 1.01513671875 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 348048, + "componentType": 5125, + "count": 19206, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 647592, + "componentType": 5126, + "count": 1547, + "max": [ + -0.6426196098327637, + 0.7269355058670044, + -0.8633096814155579 + ], + "min": [ + -0.9967555999755859, + 0.02246895432472229, + -1.5674445629119873 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 666156, + "componentType": 5126, + "count": 1547, + "max": [ + 0.999165415763855, + 1.0, + 0.999390721321106 + ], + "min": [ + -0.9994150996208191, + -1.0, + -0.999390721321106 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 97488, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0, + 0.9999990463256836, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -0.9999993443489075, + -1.0, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 1083352, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0, + 1.999547004699707 + ], + "min": [ + 0.00011038780212402344, + 1.00048828125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1095728, + "componentType": 5126, + "count": 1547, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1108104, + "componentType": 5126, + "count": 1547, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1120480, + "componentType": 5126, + "count": 1547, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1132856, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0, + 1.999547004699707 + ], + "min": [ + 0.00011038780212402344, + 1.00048828125 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 424872, + "componentType": 5125, + "count": 8640, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 684720, + "componentType": 5126, + "count": 168, + "max": [ + -0.9445927143096924, + 0.591724693775177, + 1.5321083068847656 + ], + "min": [ + -1.0042959451675415, + 0.12919826805591583, + 1.0704716444015503 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 686736, + "componentType": 5126, + "count": 168, + "max": [ + -0.6391716599464417, + 0.7677088975906372, + 0.7690101861953735 + ], + "min": [ + -0.9999994039535522, + -0.7684913873672485, + -0.7690271139144897 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 1145232, + "componentType": 5126, + "count": 168, + "max": [ + 0.9736328125, + 1.97491455078125 + ], + "min": [ + 0.0259552001953125, + 1.025390625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1146576, + "componentType": 5126, + "count": 168, + "max": [ + 0.9736328125, + 1.97491455078125 + ], + "min": [ + 0.0259552001953125, + 1.025390625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1147920, + "componentType": 5126, + "count": 168, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1149264, + "componentType": 5126, + "count": 168, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1150608, + "componentType": 5126, + "count": 168, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1151952, + "componentType": 5126, + "count": 168, + "max": [ + 0.9736328125, + 1.97491455078125 + ], + "min": [ + 0.0259552001953125, + 1.025390625 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 459432, + "componentType": 5125, + "count": 840, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 688752, + "componentType": 5126, + "count": 2999, + "max": [ + -0.6706451177597046, + 0.609785795211792, + 1.550613522529602 + ], + "min": [ + -1.0090144872665405, + 0.11114859580993652, + 1.0519763231277466 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 724740, + "componentType": 5126, + "count": 2999, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -0.9963892102241516, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 1153296, + "componentType": 5126, + "count": 2999, + "max": [ + 0.9858397841453552, + 1.988861083984375 + ], + "min": [ + 0.07196044921875, + 1.01904296875 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1177288, + "componentType": 5126, + "count": 2999, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1201280, + "componentType": 5126, + "count": 2999, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1225272, + "componentType": 5126, + "count": 2999, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1249264, + "componentType": 5126, + "count": 2999, + "max": [ + 0.9858397841453552, + 1.988861083984375 + ], + "min": [ + 0.07196044921875, + 1.01904296875 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 462792, + "componentType": 5125, + "count": 9600, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 760728, + "componentType": 5126, + "count": 4796, + "max": [ + -0.6706448197364807, + 0.6097856163978577, + 1.550633192062378 + ], + "min": [ + -1.0090147256851196, + 0.11114923655986786, + 1.0519964694976807 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 818280, + "componentType": 5126, + "count": 4796, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -0.9997808933258057, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 1273256, + "componentType": 5126, + "count": 4796, + "max": [ + 0.990234375, + 1.9892807006835938 + ], + "min": [ + 0.01585387997329235, + 1.01513671875 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1311624, + "componentType": 5126, + "count": 4796, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1349992, + "componentType": 5126, + "count": 4796, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1388360, + "componentType": 5126, + "count": 4796, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1426728, + "componentType": 5126, + "count": 4796, + "max": [ + 0.990234375, + 1.9892807006835938 + ], + "min": [ + 0.01585387997329235, + 1.01513671875 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 501192, + "componentType": 5125, + "count": 19206, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 875832, + "componentType": 5126, + "count": 1547, + "max": [ + -0.6740928292274475, + 0.700932502746582, + 1.6416001319885254 + ], + "min": [ + -1.0080642700195313, + 0.02000167965888977, + 0.9609902501106262 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 894396, + "componentType": 5126, + "count": 1547, + "max": [ + 0.9986047148704529, + 1.0, + 0.9993907809257507 + ], + "min": [ + -0.9989457726478577, + -1.0, + -0.9993907809257507 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 122240, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0, + 0.9999983310699463, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -0.9999987483024597, + -1.0, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 1465096, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0, + 1.999547004699707 + ], + "min": [ + 0.00011038780212402344, + 1.00048828125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1477472, + "componentType": 5126, + "count": 1547, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1489848, + "componentType": 5126, + "count": 1547, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1502224, + "componentType": 5126, + "count": 1547, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1514600, + "componentType": 5126, + "count": 1547, + "max": [ + 1.0, + 1.999547004699707 + ], + "min": [ + 0.00011038780212402344, + 1.00048828125 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 578016, + "componentType": 5125, + "count": 8640, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 912960, + "componentType": 5126, + "count": 1087, + "max": [ + 0.8133822083473206, + 0.7365608215332031, + -1.6538172960281372 + ], + "min": [ + -0.8021275401115417, + 0.43969035148620605, + -2.2556562423706055 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 926004, + "componentType": 5126, + "count": 1087, + "max": [ + 0.995547890663147, + 0.9922236204147339, + 0.12737536430358887 + ], + "min": [ + -0.995547890663147, + -0.9829680919647217, + -0.9908378720283508 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 1526976, + "componentType": 5126, + "count": 1087, + "max": [ + 0.761287271976471, + 1.9836375713348389 + ], + "min": [ + 0.032670050859451294, + 1.6057994365692139 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1535672, + "componentType": 5126, + "count": 1087, + "max": [ + 0.761287271976471, + 1.9836375713348389 + ], + "min": [ + 0.032670050859451294, + 1.6057994365692139 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1544368, + "componentType": 5126, + "count": 1087, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1553064, + "componentType": 5126, + "count": 1087, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1561760, + "componentType": 5126, + "count": 1087, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 612576, + "componentType": 5125, + "count": 5370, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 939048, + "componentType": 5126, + "count": 2208, + "max": [ + 0.8549340963363647, + 0.7624273896217346, + 1.936794400215149 + ], + "min": [ + -0.8436757326126099, + 0.5651931166648865, + 1.6808884143829346 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 965544, + "componentType": 5126, + "count": 2208, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -0.808971107006073 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 1570456, + "componentType": 5126, + "count": 2208, + "max": [ + 0.5010148882865906, + 1.9873881340026855 + ], + "min": [ + 0.013613459654152393, + 1.742992877960205 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1588120, + "componentType": 5126, + "count": 2208, + "max": [ + 0.5010148882865906, + 1.9873881340026855 + ], + "min": [ + 0.013613459654152393, + 1.742992877960205 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1605784, + "componentType": 5126, + "count": 2208, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1623448, + "componentType": 5126, + "count": 2208, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1641112, + "componentType": 5126, + "count": 2208, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 634056, + "componentType": 5125, + "count": 6210, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 992040, + "componentType": 5126, + "count": 2458, + "max": [ + 0.8127701878547668, + 0.7273010611534119, + -1.6387540102005005 + ], + "min": [ + -0.8015156388282776, + 0.6436535716056824, + -2.165026903152466 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 1021536, + "componentType": 5126, + "count": 2458, + "max": [ + 0.9999359250068665, + 0.9999753832817078, + 0.7895960807800293 + ], + "min": [ + -0.9999359250068665, + -0.9827994704246521, + -0.9947153925895691 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 1658776, + "componentType": 5126, + "count": 2458, + "max": [ + 0.9473477005958557, + 1.9894837141036987 + ], + "min": [ + 0.03893667086958885, + 1.007136344909668 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1678440, + "componentType": 5126, + "count": 2458, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1698104, + "componentType": 5126, + "count": 2458, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1717768, + "componentType": 5126, + "count": 2458, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1737432, + "componentType": 5126, + "count": 2458, + "max": [ + 0.9473477005958557, + 1.9894837141036987 + ], + "min": [ + 0.03893667086958885, + 1.007136344909668 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 658896, + "componentType": 5125, + "count": 7482, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 1051032, + "componentType": 5126, + "count": 8824, + "max": [ + 0.8343774676322937, + 0.7272961139678955, + 1.8620842695236206 + ], + "min": [ + -0.8231187462806702, + 0.5720869302749634, + 1.6431622505187988 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 1156920, + "componentType": 5126, + "count": 8824, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 1757096, + "componentType": 5126, + "count": 8824, + "max": [ + 0.9892606735229492, + 1.8518956899642944 + ], + "min": [ + 0.006375513970851898, + 1.010579228401184 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1827688, + "componentType": 5126, + "count": 8824, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1898280, + "componentType": 5126, + "count": 8824, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 1968872, + "componentType": 5126, + "count": 8824, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2039464, + "componentType": 5126, + "count": 8824, + "max": [ + 0.9892606735229492, + 1.8518956899642944 + ], + "min": [ + 0.006375513970851898, + 1.010579228401184 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 688824, + "componentType": 5125, + "count": 22392, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 1262808, + "componentType": 5126, + "count": 1112, + "max": [ + 0.6966896653175354, + 1.1696373224258423, + 0.9491262435913086 + ], + "min": [ + -0.6854346394538879, + 0.8291493058204651, + -1.5264396667480469 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 1276152, + "componentType": 5126, + "count": 1112, + "max": [ + 0.9324532747268677, + 0.9723158478736877, + 0.9979082942008972 + ], + "min": [ + -0.9324527978897095, + -0.9275537729263306, + -0.9979175925254822 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 2110056, + "componentType": 5126, + "count": 1112, + "max": [ + 0.9840775728225708, + 1.8182621002197266 + ], + "min": [ + 0.02353478968143463, + 1.0203531980514526 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2118952, + "componentType": 5126, + "count": 1112, + "max": [ + 0.9840775728225708, + 1.8182621002197266 + ], + "min": [ + 0.02353478968143463, + 1.0203531980514526 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2127848, + "componentType": 5126, + "count": 1112, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2136744, + "componentType": 5126, + "count": 1112, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2145640, + "componentType": 5126, + "count": 1112, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 778392, + "componentType": 5125, + "count": 4002, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 1289496, + "componentType": 5126, + "count": 1600, + "max": [ + 0.717943012714386, + 1.1846928596496582, + 0.539422869682312 + ], + "min": [ + -0.7066845297813416, + 0.8450010418891907, + -1.5762711763381958 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 1308696, + "componentType": 5126, + "count": 1600, + "max": [ + 0.97649747133255, + 0.9742722511291504, + 0.9977824091911316 + ], + "min": [ + -0.97649747133255, + -0.934266209602356, + -0.9979279041290283 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 2154536, + "componentType": 5126, + "count": 1600, + "max": [ + 0.9952051043510437, + 1.9977941513061523 + ], + "min": [ + 0.004714563954621553, + 1.008915901184082 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2167336, + "componentType": 5126, + "count": 1600, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2180136, + "componentType": 5126, + "count": 1600, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2192936, + "componentType": 5126, + "count": 1600, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 794400, + "componentType": 5125, + "count": 6840, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 1327896, + "componentType": 5126, + "count": 222, + "max": [ + 0.9449852705001831, + 0.7978506088256836, + 2.3103787899017334 + ], + "min": [ + -0.9337304830551147, + 0.1442311704158783, + -2.1286871433258057 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 1330560, + "componentType": 5126, + "count": 222, + "max": [ + 0.9409094452857971, + 0.578909695148468, + 0.9945788979530334 + ], + "min": [ + -0.9409087896347046, + -0.15661583840847015, + -0.9009460210800171 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 146992, + "componentType": 5126, + "count": 222, + "max": [ + 1.0, + 0.3532939553260803, + 0.8969488143920898, + 1.0 + ], + "min": [ + -1.0, + -0.35329559445381165, + -0.8969480991363525, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 2205736, + "componentType": 5126, + "count": 222, + "max": [ + 31.736190795898438, + 32.209007263183594 + ], + "min": [ + -40.175228118896484, + -52.64263916015625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2207512, + "componentType": 5126, + "count": 222, + "max": [ + 31.736190795898438, + 32.209007263183594 + ], + "min": [ + -40.175228118896484, + -52.64263916015625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2209288, + "componentType": 5126, + "count": 222, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2211064, + "componentType": 5126, + "count": 222, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2212840, + "componentType": 5126, + "count": 222, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2214616, + "componentType": 5126, + "count": 222, + "max": [ + 31.736190795898438, + 32.209007263183594 + ], + "min": [ + -40.175228118896484, + -52.64263916015625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2216392, + "componentType": 5126, + "count": 222, + "max": [ + 31.736190795898438, + 32.209007263183594 + ], + "min": [ + -40.175228118896484, + -52.64263916015625 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 821760, + "componentType": 5125, + "count": 744, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 1333224, + "componentType": 5126, + "count": 4492, + "max": [ + 0.9992598295211792, + 1.2397379875183105, + 2.1819565296173096 + ], + "min": [ + -0.9880053997039795, + 0.0787343978881836, + -2.286733388900757 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 1387128, + "componentType": 5126, + "count": 4492, + "max": [ + 1.0, + 0.9984400868415833, + 1.0 + ], + "min": [ + -1.0, + -0.9999997615814209, + -0.9863799214363098 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 150544, + "componentType": 5126, + "count": 4492, + "max": [ + 1.0, + 0.9999741911888123, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -0.9991824626922607, + -1.0, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 2218168, + "componentType": 5126, + "count": 4492, + "max": [ + 0.9963719844818115, + 1.9910069704055786 + ], + "min": [ + 0.0037486639339476824, + 1.0032951831817627 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2254104, + "componentType": 5126, + "count": 4492, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2290040, + "componentType": 5126, + "count": 4492, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2325976, + "componentType": 5126, + "count": 4492, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2361912, + "componentType": 5126, + "count": 4492, + "max": [ + 0.9963719844818115, + 1.9910069704055786 + ], + "min": [ + 0.0037486639339476824, + 1.0032951831817627 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2397848, + "componentType": 5126, + "count": 4492, + "max": [ + 0.9963719844818115, + 1.9910069704055786 + ], + "min": [ + 0.0037486639339476824, + 1.0032951831817627 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 824736, + "componentType": 5125, + "count": 12528, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 1441032, + "componentType": 5126, + "count": 14421, + "max": [ + 1.0265997648239136, + 1.1566840410232544, + 2.3265016078948975 + ], + "min": [ + -1.015344262123108, + 0.07703912258148193, + -2.2535383701324463 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 1614084, + "componentType": 5126, + "count": 14421, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 222416, + "componentType": 5126, + "count": 14421, + "max": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 2433784, + "componentType": 5126, + "count": 14421, + "max": [ + 1.978479027748108, + 2.0464119911193848 + ], + "min": [ + 0.004622015170753002, + 1.5060601234436035 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2549152, + "componentType": 5126, + "count": 14421, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2664520, + "componentType": 5126, + "count": 14421, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2779888, + "componentType": 5126, + "count": 14421, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 2895256, + "componentType": 5126, + "count": 14421, + "max": [ + 1.978479027748108, + 2.0464119911193848 + ], + "min": [ + 0.004622015170753002, + 1.5060601234436035 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 874848, + "componentType": 5125, + "count": 46371, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 1787136, + "componentType": 5126, + "count": 46913, + "max": [ + 1.0301592350006104, + 1.2734602689743042, + 2.3839163780212402 + ], + "min": [ + -1.018904685974121, + 0.07930588722229004, + -2.383915424346924 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2350092, + "componentType": 5126, + "count": 46913, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 453152, + "componentType": 5126, + "count": 46913, + "max": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 3010624, + "componentType": 5126, + "count": 46913, + "max": [ + 0.997717022895813, + 1.99527108669281 + ], + "min": [ + 0.0036296790931373835, + 1.0070570707321167 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 3385928, + "componentType": 5126, + "count": 46913, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 3761232, + "componentType": 5126, + "count": 46913, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4136536, + "componentType": 5126, + "count": 46913, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4511840, + "componentType": 5126, + "count": 46913, + "max": [ + 0.997717022895813, + 1.99527108669281 + ], + "min": [ + 0.0036296790931373835, + 1.0070570707321167 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1060332, + "componentType": 5125, + "count": 218019, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2913048, + "componentType": 5126, + "count": 363, + "max": [ + 0.04942508041858673, + 0.4928842782974243, + -2.2443089485168457 + ], + "min": [ + -0.028454771265387535, + 0.44698548316955566, + -2.2528820037841797 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2917404, + "componentType": 5126, + "count": 363, + "max": [ + 0.14985179901123047, + 0.32847094535827637, + -0.9445140361785889 + ], + "min": [ + -0.14920568466186523, + 0.034942492842674255, + -0.9993894100189209 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4887144, + "componentType": 5126, + "count": 363, + "max": [ + 0.9896594285964966, + 1.117637276649475 + ], + "min": [ + 0.8826267719268799, + 1.0105962753295898 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4890048, + "componentType": 5126, + "count": 363, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4892952, + "componentType": 5126, + "count": 363, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4895856, + "componentType": 5126, + "count": 363, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4898760, + "componentType": 5126, + "count": 363, + "max": [ + 0.9896594285964966, + 1.117637276649475 + ], + "min": [ + 0.8826267719268799, + 1.0105962753295898 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1932408, + "componentType": 5125, + "count": 1584, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2921760, + "componentType": 5126, + "count": 128, + "max": [ + 0.8312524557113647, + 0.6863235831260681, + 1.8682724237442017 + ], + "min": [ + 0.651892900466919, + 0.6055253744125366, + 1.711841344833374 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2923296, + "componentType": 5126, + "count": 128, + "max": [ + 0.9739115834236145, + 0.9999848008155823, + 0.9991490244865417 + ], + "min": [ + -0.9890915155410767, + -0.9999848008155823, + -0.21739409863948822 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4901664, + "componentType": 5126, + "count": 128, + "max": [ + 0.4956054985523224, + 1.12060546875 + ], + "min": [ + 0.004821776878088713, + 1.00439453125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4902688, + "componentType": 5126, + "count": 128, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4903712, + "componentType": 5126, + "count": 128, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4904736, + "componentType": 5126, + "count": 128, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4905760, + "componentType": 5126, + "count": 128, + "max": [ + 0.4956054985523224, + 1.12060546875 + ], + "min": [ + 0.004821776878088713, + 1.00439453125 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1938744, + "componentType": 5125, + "count": 312, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2924832, + "componentType": 5126, + "count": 128, + "max": [ + -0.6406345367431641, + 0.6863235831260681, + 1.8682724237442017 + ], + "min": [ + -0.8199940919876099, + 0.6055253744125366, + 1.711841344833374 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2926368, + "componentType": 5126, + "count": 128, + "max": [ + 0.9890915155410767, + 0.9999848008155823, + 0.9991490244865417 + ], + "min": [ + -0.9739115834236145, + -0.9999848008155823, + -0.21739409863948822 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4906784, + "componentType": 5126, + "count": 128, + "max": [ + 0.4956054985523224, + 1.12060546875 + ], + "min": [ + 0.004821776878088713, + 1.00439453125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4907808, + "componentType": 5126, + "count": 128, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4908832, + "componentType": 5126, + "count": 128, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4909856, + "componentType": 5126, + "count": 128, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4910880, + "componentType": 5126, + "count": 128, + "max": [ + 0.4956054985523224, + 1.12060546875 + ], + "min": [ + 0.004821776878088713, + 1.00439453125 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1939992, + "componentType": 5125, + "count": 312, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2927904, + "componentType": 5126, + "count": 72, + "max": [ + 0.6734195947647095, + 0.6865964531898499, + -1.9053159952163696 + ], + "min": [ + -0.6621648073196411, + 0.674586832523346, + -2.0804359912872314 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2928768, + "componentType": 5126, + "count": 72, + "max": [ + 0.7562103271484375, + 0.5168586373329163, + -0.5117403268814087 + ], + "min": [ + -0.7562103271484375, + 0.39036259055137634, + -0.8333911299705505 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4911904, + "componentType": 5126, + "count": 72, + "max": [ + 0.9197170734405518, + 1.7029693126678467 + ], + "min": [ + 0.902681827545166, + 1.5048577785491943 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4912480, + "componentType": 5126, + "count": 72, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4913056, + "componentType": 5126, + "count": 72, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4913632, + "componentType": 5126, + "count": 72, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4914208, + "componentType": 5126, + "count": 72, + "max": [ + 0.9197170734405518, + 1.7029693126678467 + ], + "min": [ + 0.902681827545166, + 1.5048577785491943 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1941240, + "componentType": 5125, + "count": 180, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2929632, + "componentType": 5126, + "count": 50, + "max": [ + 0.7722075581550598, + 0.7026286721229553, + -1.7464059591293335 + ], + "min": [ + 0.476691335439682, + 0.654700517654419, + -2.1220409870147705 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2930232, + "componentType": 5126, + "count": 50, + "max": [ + 0.7123599052429199, + 0.7477020025253296, + -0.29416412115097046 + ], + "min": [ + 0.27101871371269226, + 0.5576747059822083, + -0.6693663001060486 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4914784, + "componentType": 5126, + "count": 50, + "max": [ + 0.9532915949821472, + 1.7512456178665161 + ], + "min": [ + 0.9132558107376099, + 1.3456499576568604 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4915184, + "componentType": 5126, + "count": 50, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4915584, + "componentType": 5126, + "count": 50, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4915984, + "componentType": 5126, + "count": 50, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4916384, + "componentType": 5126, + "count": 50, + "max": [ + 0.9532915949821472, + 1.7512456178665161 + ], + "min": [ + 0.9132558107376099, + 1.3456499576568604 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1941960, + "componentType": 5125, + "count": 144, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2930832, + "componentType": 5126, + "count": 50, + "max": [ + -0.46543654799461365, + 0.7026286721229553, + -1.7464059591293335 + ], + "min": [ + -0.7609529495239258, + 0.654700517654419, + -2.1220409870147705 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2931432, + "componentType": 5126, + "count": 50, + "max": [ + -0.27101871371269226, + 0.7477019429206848, + -0.2941639721393585 + ], + "min": [ + -0.7123599052429199, + 0.5576747059822083, + -0.6693663001060486 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4916784, + "componentType": 5126, + "count": 50, + "max": [ + 0.9532915949821472, + 1.7512456178665161 + ], + "min": [ + 0.9132558107376099, + 1.3456499576568604 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4917184, + "componentType": 5126, + "count": 50, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4917584, + "componentType": 5126, + "count": 50, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4917984, + "componentType": 5126, + "count": 50, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4918384, + "componentType": 5126, + "count": 50, + "max": [ + 0.9532915949821472, + 1.7512456178665161 + ], + "min": [ + 0.9132558107376099, + 1.3456499576568604 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1942536, + "componentType": 5125, + "count": 144, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2932032, + "componentType": 5126, + "count": 92, + "max": [ + 0.6455540657043457, + 1.0855270624160767, + 0.5103128552436829 + ], + "min": [ + -0.6322958469390869, + 1.0046350955963135, + 0.4059731960296631 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2933136, + "componentType": 5126, + "count": 92, + "max": [ + 0.9715067148208618, + 0.994238555431366, + 0.9626782536506653 + ], + "min": [ + -0.9778986573219299, + 0.05056644231081009, + -0.6290298104286194 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4918784, + "componentType": 5126, + "count": 92, + "max": [ + 32.65625, + 1.9869918823242188 + ], + "min": [ + -38.0625, + 1.507568359375 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4919520, + "componentType": 5126, + "count": 92, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4920256, + "componentType": 5126, + "count": 92, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4920992, + "componentType": 5126, + "count": 92, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4921728, + "componentType": 5126, + "count": 92, + "max": [ + 32.65625, + 1.9869918823242188 + ], + "min": [ + -38.0625, + 1.507568359375 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1943112, + "componentType": 5125, + "count": 372, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2934240, + "componentType": 5126, + "count": 32, + "max": [ + -0.612316370010376, + 1.0703918933868408, + 0.700458824634552 + ], + "min": [ + -0.7295350432395935, + 0.8039782047271729, + 0.29994797706604004 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2934624, + "componentType": 5126, + "count": 32, + "max": [ + 0.30480390787124634, + 0.8649671673774719, + 0.7583991885185242 + ], + "min": [ + -0.9709755182266235, + -0.5869825482368469, + -0.7766433954238892 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4922464, + "componentType": 5126, + "count": 32, + "max": [ + 13.0625, + 1.9937286376953125 + ], + "min": [ + -12.125, + 1.501953125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4922720, + "componentType": 5126, + "count": 32, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4922976, + "componentType": 5126, + "count": 32, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4923232, + "componentType": 5126, + "count": 32, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4923488, + "componentType": 5126, + "count": 32, + "max": [ + 13.0625, + 1.9937286376953125 + ], + "min": [ + -12.125, + 1.501953125 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1944600, + "componentType": 5125, + "count": 102, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2935008, + "componentType": 5126, + "count": 32, + "max": [ + -0.5902625322341919, + 1.0825421810150146, + -0.5323880910873413 + ], + "min": [ + -0.7021597623825073, + 0.8505458235740662, + -0.5834261178970337 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2935392, + "componentType": 5126, + "count": 32, + "max": [ + 0.4977903664112091, + 0.8498889803886414, + 0.832952082157135 + ], + "min": [ + -0.8205147385597229, + -0.9320569038391113, + -0.9127696752548218 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4923744, + "componentType": 5126, + "count": 32, + "max": [ + 18.0468807220459, + 1.9928092956542969 + ], + "min": [ + 0.00670623779296875, + 1.507568359375 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4924000, + "componentType": 5126, + "count": 32, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4924256, + "componentType": 5126, + "count": 32, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4924512, + "componentType": 5126, + "count": 32, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4924768, + "componentType": 5126, + "count": 32, + "max": [ + 18.0468807220459, + 1.9928092956542969 + ], + "min": [ + 0.00670623779296875, + 1.507568359375 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1945008, + "componentType": 5125, + "count": 102, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2935776, + "componentType": 5126, + "count": 96, + "max": [ + -0.4775860011577606, + 1.2115309238433838, + 0.7004589438438416 + ], + "min": [ + -0.7295350432395935, + 0.8039780855178833, + -0.6010515689849854 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2936928, + "componentType": 5126, + "count": 96, + "max": [ + 0.8081464767456055, + 0.9581171274185181, + 0.9795418381690979 + ], + "min": [ + -0.9955132007598877, + -0.21973687410354614, + -0.9948520064353943 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4925024, + "componentType": 5126, + "count": 96, + "max": [ + 70.75, + 1.9937286376953125 + ], + "min": [ + -12.125, + 1.501953125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4925792, + "componentType": 5126, + "count": 96, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4926560, + "componentType": 5126, + "count": 96, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4927328, + "componentType": 5126, + "count": 96, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4928096, + "componentType": 5126, + "count": 96, + "max": [ + 70.75, + 1.9937286376953125 + ], + "min": [ + -12.125, + 1.501953125 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1945416, + "componentType": 5125, + "count": 390, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2938080, + "componentType": 5126, + "count": 272, + "max": [ + 0.7407934665679932, + 1.2115861177444458, + 0.7004590034484863 + ], + "min": [ + -0.7295350432395935, + 0.8039783239364624, + -1.5233252048492432 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2941344, + "componentType": 5126, + "count": 272, + "max": [ + 0.995510995388031, + 0.9568282961845398, + 0.7583991885185242 + ], + "min": [ + -0.995510995388031, + -0.5869826078414917, + -0.9814924597740173 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4928864, + "componentType": 5126, + "count": 272, + "max": [ + 125.875, + 1.9959182739257813 + ], + "min": [ + -12.125, + 1.501953125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4931040, + "componentType": 5126, + "count": 272, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4933216, + "componentType": 5126, + "count": 272, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4935392, + "componentType": 5126, + "count": 272, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4937568, + "componentType": 5126, + "count": 272, + "max": [ + 125.875, + 1.9959182739257813 + ], + "min": [ + -12.125, + 1.501953125 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1946976, + "componentType": 5125, + "count": 1104, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2944608, + "componentType": 5126, + "count": 155, + "max": [ + 0.3477803170681, + 0.326112300157547, + 2.3090574741363525 + ], + "min": [ + -0.33652177453041077, + 0.1534753143787384, + 2.2414445877075195 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2946468, + "componentType": 5126, + "count": 155, + "max": [ + 0.8826521039009094, + 0.9197086691856384, + 0.9946938753128052 + ], + "min": [ + -0.8826521039009094, + -0.9634172320365906, + -0.9965574145317078 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4939744, + "componentType": 5126, + "count": 155, + "max": [ + -33.09375, + 1.9781494140625 + ], + "min": [ + -150.75, + 1.518798828125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4940984, + "componentType": 5126, + "count": 155, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4942224, + "componentType": 5126, + "count": 155, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4943464, + "componentType": 5126, + "count": 155, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4944704, + "componentType": 5126, + "count": 155, + "max": [ + -33.09375, + 1.9781494140625 + ], + "min": [ + -150.75, + 1.518798828125 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1951392, + "componentType": 5125, + "count": 540, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2948328, + "componentType": 5126, + "count": 88, + "max": [ + 0.888851523399353, + 0.5906997323036194, + 2.117382526397705 + ], + "min": [ + -0.8775967359542847, + 0.15919965505599976, + -0.8151834607124329 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2949384, + "componentType": 5126, + "count": 88, + "max": [ + 0.8922810554504395, + 0.8389583826065063, + 0.5441956520080566 + ], + "min": [ + -0.8922809362411499, + -0.8389583826065063, + -0.5441956520080566 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4945944, + "componentType": 5126, + "count": 88, + "max": [ + 0.3352878987789154, + 1.9958521127700806 + ], + "min": [ + 0.004033879842609167, + 1.894242525100708 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4946648, + "componentType": 5126, + "count": 88, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4947352, + "componentType": 5126, + "count": 88, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4948056, + "componentType": 5126, + "count": 88, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4948760, + "componentType": 5126, + "count": 88, + "max": [ + 0.3352878987789154, + 1.9958521127700806 + ], + "min": [ + 0.004033879842609167, + 1.894242525100708 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1953552, + "componentType": 5125, + "count": 234, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2950440, + "componentType": 5126, + "count": 1475, + "max": [ + 1.0256427526474, + 0.7974365949630737, + 2.323103666305542 + ], + "min": [ + -1.0143882036209106, + 0.0782809853553772, + -1.614416480064392 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 2968140, + "componentType": 5126, + "count": 1475, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -0.9999991059303284 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 4949464, + "componentType": 5126, + "count": 1475, + "max": [ + 0.339265912771225, + 1.5837986469268799 + ], + "min": [ + 0.22514210641384125, + 1.5050742626190186 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4961264, + "componentType": 5126, + "count": 1475, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4973064, + "componentType": 5126, + "count": 1475, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4984864, + "componentType": 5126, + "count": 1475, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 4996664, + "componentType": 5126, + "count": 1475, + "max": [ + 0.339265912771225, + 1.5837986469268799 + ], + "min": [ + 0.22514210641384125, + 1.5050742626190186 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1954488, + "componentType": 5125, + "count": 5313, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 2985840, + "componentType": 5126, + "count": 7083, + "max": [ + 0.8591952323913574, + 0.38551008701324463, + 1.3031924962997437 + ], + "min": [ + -0.8603792190551758, + 0.12734127044677734, + -2.269038438796997 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3070836, + "componentType": 5126, + "count": 7083, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 5008464, + "componentType": 5126, + "count": 7083, + "max": [ + 0.9951841831207275, + 1.995976209640503 + ], + "min": [ + 0.5037415027618408, + 1.5033013820648193 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5065128, + "componentType": 5126, + "count": 7083, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5121792, + "componentType": 5126, + "count": 7083, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5178456, + "componentType": 5126, + "count": 7083, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5235120, + "componentType": 5126, + "count": 7083, + "max": [ + 0.9951841831207275, + 1.995976209640503 + ], + "min": [ + 0.5037415027618408, + 1.5033013820648193 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 1975740, + "componentType": 5125, + "count": 25854, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3155832, + "componentType": 5126, + "count": 231, + "max": [ + 0.7278657555580139, + 0.7248074412345886, + -1.8091570138931274 + ], + "min": [ + -0.7166111469268799, + 0.7008032202720642, + -2.1648969650268555 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3158604, + "componentType": 5126, + "count": 231, + "max": [ + 0.99149090051651, + 0.9920190572738647, + -0.08810853958129883 + ], + "min": [ + -0.99149090051651, + -0.1496467888355255, + -0.9947153925895691 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 5291784, + "componentType": 5126, + "count": 231, + "max": [ + 0.9833400845527649, + 1.9898300170898438 + ], + "min": [ + 0.9139211773872375, + 1.3011995553970337 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5293632, + "componentType": 5126, + "count": 231, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5295480, + "componentType": 5126, + "count": 231, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5297328, + "componentType": 5126, + "count": 231, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5299176, + "componentType": 5126, + "count": 231, + "max": [ + 0.9833400845527649, + 1.9898300170898438 + ], + "min": [ + 0.9139211773872375, + 1.3011995553970337 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2079156, + "componentType": 5125, + "count": 1158, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3161376, + "componentType": 5126, + "count": 3100, + "max": [ + 0.8289092779159546, + 0.7007191777229309, + 1.8511159420013428 + ], + "min": [ + -0.8176506161689758, + 0.5909325480461121, + 1.703542947769165 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3198576, + "componentType": 5126, + "count": 3100, + "max": [ + 0.9997928738594055, + 0.9209581613540649, + 0.9983258247375488 + ], + "min": [ + -0.9997925758361816, + -0.959767758846283, + -0.29524651169776917 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 5301024, + "componentType": 5126, + "count": 3100, + "max": [ + 0.6545112729072571, + 1.518358588218689 + ], + "min": [ + 0.056054700165987015, + 1.1454553604125977 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5325824, + "componentType": 5126, + "count": 3100, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5350624, + "componentType": 5126, + "count": 3100, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5375424, + "componentType": 5126, + "count": 3100, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5400224, + "componentType": 5126, + "count": 3100, + "max": [ + 0.6545112729072571, + 1.518358588218689 + ], + "min": [ + 0.056054700165987015, + 1.1454553604125977 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2083788, + "componentType": 5125, + "count": 12624, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3235776, + "componentType": 5126, + "count": 424, + "max": [ + 0.7584406733512878, + 0.6838039755821228, + 1.8270628452301025 + ], + "min": [ + -0.7471819519996643, + 0.5978032350540161, + 1.7254449129104614 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3240864, + "componentType": 5126, + "count": 424, + "max": [ + 0.920866072177887, + 0.9208267331123352, + 1.0 + ], + "min": [ + -0.9208660125732422, + -0.9597235321998596, + 0.2809460461139679 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 5425024, + "componentType": 5126, + "count": 424, + "max": [ + 0.4906212091445923, + 1.8989899158477783 + ], + "min": [ + 0.4338640868663788, + 1.45196533203125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5428416, + "componentType": 5126, + "count": 424, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5431808, + "componentType": 5126, + "count": 424, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5435200, + "componentType": 5126, + "count": 424, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5438592, + "componentType": 5126, + "count": 424, + "max": [ + 0.4906212091445923, + 1.8989899158477783 + ], + "min": [ + 0.4338640868663788, + 1.45196533203125 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2134284, + "componentType": 5125, + "count": 1728, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3245952, + "componentType": 5126, + "count": 1254, + "max": [ + -0.10022226721048355, + 0.7905473709106445, + 1.4679204225540161 + ], + "min": [ + -0.3249375820159912, + 0.5516985654830933, + 1.2499585151672363 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3261000, + "componentType": 5126, + "count": 1254, + "max": [ + 0.8580986857414246, + 0.999767005443573, + 0.999885082244873 + ], + "min": [ + -0.9985626935958862, + -0.6687874794006348, + -0.902713418006897 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 5441984, + "componentType": 5126, + "count": 1254, + "max": [ + 0.13794830441474915, + 1.7046164274215698 + ], + "min": [ + 0.005434168037027121, + 1.6544432640075684 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5452016, + "componentType": 5126, + "count": 1254, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5462048, + "componentType": 5126, + "count": 1254, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5472080, + "componentType": 5126, + "count": 1254, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5482112, + "componentType": 5126, + "count": 1254, + "max": [ + 0.13794830441474915, + 1.7046164274215698 + ], + "min": [ + 0.005434168037027121, + 1.6544432640075684 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2141196, + "componentType": 5125, + "count": 5022, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3276048, + "componentType": 5126, + "count": 4807, + "max": [ + 0.6724724769592285, + 1.1301968097686768, + 0.6451730728149414 + ], + "min": [ + -0.027163147926330566, + 0.3665124177932739, + -0.6044458150863647 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3333732, + "componentType": 5126, + "count": 4807, + "max": [ + 1.0, + 0.9999793171882629, + 1.0 + ], + "min": [ + -1.0, + -0.9999912977218628, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1203760, + "componentType": 5126, + "count": 4807, + "max": [ + 1.0, + 1.0, + 0.999999463558197, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -0.9999999403953552, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 5492144, + "componentType": 5126, + "count": 4807, + "max": [ + 11.47443962097168, + 1.994643211364746 + ], + "min": [ + -10.375929832458496, + 0.998621940612793 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5530600, + "componentType": 5126, + "count": 4807, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5569056, + "componentType": 5126, + "count": 4807, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5607512, + "componentType": 5126, + "count": 4807, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5645968, + "componentType": 5126, + "count": 4807, + "max": [ + 11.47443962097168, + 1.994643211364746 + ], + "min": [ + -10.375929832458496, + 0.998621940612793 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5684424, + "componentType": 5126, + "count": 4807, + "max": [ + 11.47443962097168, + 1.994643211364746 + ], + "min": [ + -10.375929832458496, + 0.998621940612793 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2161284, + "componentType": 5125, + "count": 15576, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3391416, + "componentType": 5126, + "count": 2971, + "max": [ + 0.5583866834640503, + 0.8246133327484131, + 0.1358526349067688 + ], + "min": [ + 0.07055427134037018, + 0.13053807616233826, + -0.5470552444458008 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3427068, + "componentType": 5126, + "count": 2971, + "max": [ + 0.999921977519989, + 0.9999492764472961, + 1.0 + ], + "min": [ + -0.9999334812164307, + -0.9986757040023804, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 5722880, + "componentType": 5126, + "count": 2971, + "max": [ + 0.9956055283546448, + 9.94140625 + ], + "min": [ + 0.0553588904440403, + -3.644530773162842 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5746648, + "componentType": 5126, + "count": 2971, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5770416, + "componentType": 5126, + "count": 2971, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5794184, + "componentType": 5126, + "count": 2971, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5817952, + "componentType": 5126, + "count": 2971, + "max": [ + 0.9956055283546448, + 9.94140625 + ], + "min": [ + 0.0553588904440403, + -3.644530773162842 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2223588, + "componentType": 5125, + "count": 9204, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3462720, + "componentType": 5126, + "count": 1545, + "max": [ + 1.0118993520736694, + 0.556341290473938, + 1.4970605373382568 + ], + "min": [ + 0.8317717909812927, + 0.1648550033569336, + 1.1055744886398315 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3481260, + "componentType": 5126, + "count": 1545, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1280672, + "componentType": 5126, + "count": 1545, + "max": [ + 0.9999026656150818, + 0.9995148181915283, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -0.9999985098838806, + -1.0, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 5841720, + "componentType": 5126, + "count": 1545, + "max": [ + 0.7488338947296143, + 2.0 + ], + "min": [ + -0.00011381509830243886, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5854080, + "componentType": 5126, + "count": 1545, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5866440, + "componentType": 5126, + "count": 1545, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5878800, + "componentType": 5126, + "count": 1545, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5891160, + "componentType": 5126, + "count": 1545, + "max": [ + 0.7488338947296143, + 2.0 + ], + "min": [ + -0.00011381509830243886, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5903520, + "componentType": 5126, + "count": 1545, + "max": [ + 0.7488338947296143, + 2.0 + ], + "min": [ + -0.00011381509830243886, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2260404, + "componentType": 5125, + "count": 5472, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3499800, + "componentType": 5126, + "count": 1545, + "max": [ + 1.0036131143569946, + 0.5589881539344788, + -1.0306837558746338 + ], + "min": [ + 0.8234854936599731, + 0.19009236991405487, + -1.3995797634124756 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3518340, + "componentType": 5126, + "count": 1545, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 5915880, + "componentType": 5126, + "count": 1545, + "max": [ + 0.7488338947296143, + 2.0 + ], + "min": [ + -0.00011375550093362108, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5928240, + "componentType": 5126, + "count": 1545, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5940600, + "componentType": 5126, + "count": 1545, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5952960, + "componentType": 5126, + "count": 1545, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5965320, + "componentType": 5126, + "count": 1545, + "max": [ + 0.7488338947296143, + 2.0 + ], + "min": [ + -0.00011375550093362108, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2282292, + "componentType": 5125, + "count": 5472, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3536880, + "componentType": 5126, + "count": 1545, + "max": [ + -0.8205118775367737, + 0.5563404560089111, + 1.4970405101776123 + ], + "min": [ + -1.0006396770477295, + 0.1648542732000351, + 1.105554461479187 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3555420, + "componentType": 5126, + "count": 1545, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 5977680, + "componentType": 5126, + "count": 1545, + "max": [ + 0.7488338947296143, + 2.0 + ], + "min": [ + -0.00011381509830243886, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 5990040, + "componentType": 5126, + "count": 1545, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6002400, + "componentType": 5126, + "count": 1545, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6014760, + "componentType": 5126, + "count": 1545, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6027120, + "componentType": 5126, + "count": 1545, + "max": [ + 0.7488338947296143, + 2.0 + ], + "min": [ + -0.00011381509830243886, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2304180, + "componentType": 5125, + "count": 5472, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3573960, + "componentType": 5126, + "count": 1545, + "max": [ + -0.8122249245643616, + 0.5589898228645325, + -1.0307018756866455 + ], + "min": [ + -0.9923524856567383, + 0.19009412825107574, + -1.3995978832244873 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3592500, + "componentType": 5126, + "count": 1545, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6039480, + "componentType": 5126, + "count": 1545, + "max": [ + 0.7488338947296143, + 2.0 + ], + "min": [ + -0.00011375550093362108, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6051840, + "componentType": 5126, + "count": 1545, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6064200, + "componentType": 5126, + "count": 1545, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6076560, + "componentType": 5126, + "count": 1545, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6088920, + "componentType": 5126, + "count": 1545, + "max": [ + 0.7488338947296143, + 2.0 + ], + "min": [ + -0.00011375550093362108, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2326068, + "componentType": 5125, + "count": 5472, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3611040, + "componentType": 5126, + "count": 18, + "max": [ + 0.9434356093406677, + 0.3895535171031952, + 1.1980383396148682 + ], + "min": [ + 0.9394385814666748, + 0.2645314335823059, + 1.1188284158706665 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3611256, + "componentType": 5126, + "count": 18, + "max": [ + 0.9978671073913574, + 0.03707000985741615, + 0.08171346783638 + ], + "min": [ + 0.9864100217819214, + -0.16214579343795776, + -0.026533035561442375 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6101280, + "componentType": 5126, + "count": 18, + "max": [ + 0.846458375453949, + 1.8256349563598633 + ], + "min": [ + 0.6141096949577332, + 1.6385104656219482 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6101424, + "componentType": 5126, + "count": 18, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6101568, + "componentType": 5126, + "count": 18, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6101712, + "componentType": 5126, + "count": 18, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6101856, + "componentType": 5126, + "count": 18, + "max": [ + 0.846458375453949, + 1.8256349563598633 + ], + "min": [ + 0.6141096949577332, + 1.6385104656219482 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2347956, + "componentType": 5125, + "count": 48, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3611472, + "componentType": 5126, + "count": 1236, + "max": [ + 0.9416425228118896, + 0.4711058735847473, + 1.2350534200668335 + ], + "min": [ + 0.7329498529434204, + 0.16711173951625824, + 1.0930694341659546 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3626304, + "componentType": 5126, + "count": 1236, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -0.9999927282333374, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6102000, + "componentType": 5126, + "count": 1236, + "max": [ + 124.25389862060547, + 1.4954888820648193 + ], + "min": [ + 0.006371628027409315, + -83.28556060791016 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6111888, + "componentType": 5126, + "count": 1236, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6121776, + "componentType": 5126, + "count": 1236, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6131664, + "componentType": 5126, + "count": 1236, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6141552, + "componentType": 5126, + "count": 1236, + "max": [ + 124.25389862060547, + 1.4954888820648193 + ], + "min": [ + 0.006371628027409315, + -83.28556060791016 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2348148, + "componentType": 5125, + "count": 3756, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3641136, + "componentType": 5126, + "count": 12, + "max": [ + 0.9378678798675537, + 0.3315340280532837, + -1.0570687055587769 + ], + "min": [ + 0.9324865937232971, + 0.24014374613761902, + -1.1142606735229492 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3641280, + "componentType": 5126, + "count": 12, + "max": [ + 0.9948914051055908, + 0.043046485632658005, + -0.0913136750459671 + ], + "min": [ + 0.9917691946029663, + -0.0033530357759445906, + -0.12801699340343475 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6151440, + "componentType": 5126, + "count": 12, + "max": [ + 0.801025390625, + 1.9862432479858398 + ], + "min": [ + 0.6035966277122498, + 1.8519117832183838 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6151536, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6151632, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6151728, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6151824, + "componentType": 5126, + "count": 12, + "max": [ + 0.801025390625, + 1.9862432479858398 + ], + "min": [ + 0.6035966277122498, + 1.8519117832183838 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2363172, + "componentType": 5125, + "count": 30, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3641424, + "componentType": 5126, + "count": 1247, + "max": [ + 0.935086727142334, + 0.41278132796287537, + -1.0087924003601074 + ], + "min": [ + 0.7293407917022705, + 0.18367555737495422, + -1.1581884622573853 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3656388, + "componentType": 5126, + "count": 1247, + "max": [ + 0.9999834895133972, + 0.9944084882736206, + 0.9992043972015381 + ], + "min": [ + -0.9997658133506775, + -0.9998214244842529, + -0.99964439868927 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6151920, + "componentType": 5126, + "count": 1247, + "max": [ + 0.4983384907245636, + 1.4973735809326172 + ], + "min": [ + 0.0031527639366686344, + 1.0018467903137207 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6161896, + "componentType": 5126, + "count": 1247, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6171872, + "componentType": 5126, + "count": 1247, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6181848, + "componentType": 5126, + "count": 1247, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6191824, + "componentType": 5126, + "count": 1247, + "max": [ + 0.4983384907245636, + 1.4973735809326172 + ], + "min": [ + 0.0031527639366686344, + 1.0018467903137207 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2363292, + "componentType": 5125, + "count": 4095, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3671352, + "componentType": 5126, + "count": 1247, + "max": [ + -0.7180866003036499, + 0.4127807915210724, + -1.0087924003601074 + ], + "min": [ + -0.9238325357437134, + 0.1836751103401184, + -1.1581894159317017 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3686316, + "componentType": 5126, + "count": 1247, + "max": [ + 0.9997658133506775, + 0.9944084882736206, + 0.9992043972015381 + ], + "min": [ + -0.9999834895133972, + -0.9998214244842529, + -0.99964439868927 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6201800, + "componentType": 5126, + "count": 1247, + "max": [ + 0.4983384907245636, + 1.4973735809326172 + ], + "min": [ + 0.0031527639366686344, + 1.0018467903137207 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6211776, + "componentType": 5126, + "count": 1247, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6221752, + "componentType": 5126, + "count": 1247, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6231728, + "componentType": 5126, + "count": 1247, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6241704, + "componentType": 5126, + "count": 1247, + "max": [ + 0.4983384907245636, + 1.4973735809326172 + ], + "min": [ + 0.0031527639366686344, + 1.0018467903137207 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2379672, + "componentType": 5125, + "count": 4095, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3701280, + "componentType": 5126, + "count": 12, + "max": [ + -0.9212321043014526, + 0.3315342664718628, + -1.0570687055587769 + ], + "min": [ + -0.9266133904457092, + 0.24014388024806976, + -1.1142606735229492 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3701424, + "componentType": 5126, + "count": 12, + "max": [ + -0.9917691946029663, + 0.04304645583033562, + -0.09131371974945068 + ], + "min": [ + -0.9948914051055908, + -0.0033530527725815773, + -0.1280171126127243 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6251680, + "componentType": 5126, + "count": 12, + "max": [ + 0.8010255098342896, + 1.9862432479858398 + ], + "min": [ + 0.6035966873168945, + 1.8519117832183838 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6251776, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6251872, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6251968, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6252064, + "componentType": 5126, + "count": 12, + "max": [ + 0.8010255098342896, + 1.9862432479858398 + ], + "min": [ + 0.6035966873168945, + 1.8519117832183838 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2396052, + "componentType": 5125, + "count": 30, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3701568, + "componentType": 5126, + "count": 1236, + "max": [ + -0.7216947078704834, + 0.47110581398010254, + 1.2350534200668335 + ], + "min": [ + -0.9303874969482422, + 0.1671116054058075, + 1.0930694341659546 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3716400, + "componentType": 5126, + "count": 1236, + "max": [ + 0.9999927282333374, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6252160, + "componentType": 5126, + "count": 1236, + "max": [ + 124.25389862060547, + 1.4954888820648193 + ], + "min": [ + 0.006371628027409315, + -83.28556060791016 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6262048, + "componentType": 5126, + "count": 1236, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6271936, + "componentType": 5126, + "count": 1236, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6281824, + "componentType": 5126, + "count": 1236, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6291712, + "componentType": 5126, + "count": 1236, + "max": [ + 124.25389862060547, + 1.4954888820648193 + ], + "min": [ + 0.006371628027409315, + -83.28556060791016 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2396172, + "componentType": 5125, + "count": 3756, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3731232, + "componentType": 5126, + "count": 18, + "max": [ + -0.9281836152076721, + 0.3895535171031952, + 1.1980384588241577 + ], + "min": [ + -0.9321805834770203, + 0.2645314037799835, + 1.118828535079956 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3731448, + "componentType": 5126, + "count": 18, + "max": [ + -0.9864099025726318, + 0.03707000985741615, + 0.08171349763870239 + ], + "min": [ + -0.9978671073913574, + -0.1621467024087906, + -0.026534056290984154 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6301600, + "componentType": 5126, + "count": 18, + "max": [ + 0.846458375453949, + 1.8256349563598633 + ], + "min": [ + 0.6141096949577332, + 1.6385104656219482 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6301744, + "componentType": 5126, + "count": 18, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6301888, + "componentType": 5126, + "count": 18, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6302032, + "componentType": 5126, + "count": 18, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6302176, + "componentType": 5126, + "count": 18, + "max": [ + 0.846458375453949, + 1.8256349563598633 + ], + "min": [ + 0.6141096949577332, + 1.6385104656219482 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2411196, + "componentType": 5125, + "count": 48, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3731664, + "componentType": 5126, + "count": 3406, + "max": [ + 1.0195691585540771, + 1.1333348751068115, + 0.7778557538986206 + ], + "min": [ + 0.5767878293991089, + 0.19622090458869934, + -0.514309823513031 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3772536, + "componentType": 5126, + "count": 3406, + "max": [ + 0.9999976754188538, + 0.9992254972457886, + 0.9962242245674133 + ], + "min": [ + -0.9998112916946411, + -0.9999173879623413, + -0.9981713891029358 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1305392, + "componentType": 5126, + "count": 3406, + "max": [ + 0.9994446635246277, + 0.9916089177131653, + 0.9996397495269775, + 1.0 + ], + "min": [ + -0.9998898506164551, + -0.9986107349395752, + -0.9999995231628418, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 6302320, + "componentType": 5126, + "count": 3406, + "max": [ + 0.8268722891807556, + 1.9571419954299927 + ], + "min": [ + 0.04719354957342148, + 1.089599609375 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6329568, + "componentType": 5126, + "count": 3406, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6356816, + "componentType": 5126, + "count": 3406, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6384064, + "componentType": 5126, + "count": 3406, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6411312, + "componentType": 5126, + "count": 3406, + "max": [ + 0.8268722891807556, + 1.9571419954299927 + ], + "min": [ + 0.04719354957342148, + 1.089599609375 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2411388, + "componentType": 5125, + "count": 16656, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3813408, + "componentType": 5126, + "count": 79, + "max": [ + 0.7353344559669495, + 1.083669900894165, + 0.4074392020702362 + ], + "min": [ + 0.6099920868873596, + 0.837225079536438, + -0.42482420802116394 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3814356, + "componentType": 5126, + "count": 79, + "max": [ + 0.9421076774597168, + 0.5099601745605469, + 0.017919911071658134 + ], + "min": [ + 0.8597348928451538, + 0.33501431345939636, + -0.04356856644153595 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6438560, + "componentType": 5126, + "count": 79, + "max": [ + 0.4853611886501312, + 1.99099862575531 + ], + "min": [ + 0.028258120641112328, + 1.8408936262130737 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6439192, + "componentType": 5126, + "count": 79, + "max": [ + 0.4853611886501312, + 1.99099862575531 + ], + "min": [ + 0.028258120641112328, + 1.8408936262130737 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6439824, + "componentType": 5126, + "count": 79, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6440456, + "componentType": 5126, + "count": 79, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6441088, + "componentType": 5126, + "count": 79, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2478012, + "componentType": 5125, + "count": 288, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3815304, + "componentType": 5126, + "count": 78, + "max": [ + 0.7325206995010376, + 1.0821189880371094, + 0.4073854982852936 + ], + "min": [ + 0.6074270009994507, + 0.8362189531326294, + -0.42471328377723694 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3816240, + "componentType": 5126, + "count": 78, + "max": [ + -0.8597332239151001, + -0.3350183963775635, + 0.04356846585869789 + ], + "min": [ + -0.9421060085296631, + -0.5099663138389587, + -0.017923561856150627 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6441720, + "componentType": 5126, + "count": 78, + "max": [ + 0.9471513032913208, + 1.9782670736312866 + ], + "min": [ + 0.35315749049186707, + 1.7880451679229736 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6442344, + "componentType": 5126, + "count": 78, + "max": [ + 0.9471513032913208, + 1.9782670736312866 + ], + "min": [ + 0.35315749049186707, + 1.7880451679229736 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6442968, + "componentType": 5126, + "count": 78, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6443592, + "componentType": 5126, + "count": 78, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6444216, + "componentType": 5126, + "count": 78, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2479164, + "componentType": 5125, + "count": 288, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3817176, + "componentType": 5126, + "count": 1863, + "max": [ + 0.7353350520133972, + 1.0848798751831055, + 0.41060563921928406 + ], + "min": [ + 0.605709433555603, + 0.6515967845916748, + -0.4279269576072693 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3839532, + "componentType": 5126, + "count": 1863, + "max": [ + 0.9484421014785767, + 0.9726734757423401, + 0.999729573726654 + ], + "min": [ + -0.9997608065605164, + -0.9750766158103943, + -0.9997251033782959 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6444840, + "componentType": 5126, + "count": 1863, + "max": [ + 0.9458780884742737, + 1.5502551794052124 + ], + "min": [ + 0.7587860822677612, + 1.0051157474517822 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6459744, + "componentType": 5126, + "count": 1863, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6474648, + "componentType": 5126, + "count": 1863, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6489552, + "componentType": 5126, + "count": 1863, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6504456, + "componentType": 5126, + "count": 1863, + "max": [ + 0.9458780884742737, + 1.5502551794052124 + ], + "min": [ + 0.7587860822677612, + 1.0051157474517822 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2480316, + "componentType": 5125, + "count": 5484, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3861888, + "componentType": 5126, + "count": 332, + "max": [ + 0.7402553558349609, + 0.8597195744514465, + 0.6486703753471375 + ], + "min": [ + 0.6946426033973694, + 0.3187885284423828, + -0.38012611865997314 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3865872, + "componentType": 5126, + "count": 332, + "max": [ + 0.994491696357727, + 0.974371075630188, + 0.9935032725334167 + ], + "min": [ + -0.9999998807907104, + -0.9743496179580688, + -0.9658467769622803 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1359888, + "componentType": 5126, + "count": 332, + "max": [ + 0.9786443710327148, + 0.974711000919342, + 1.0, + 1.0 + ], + "min": [ + -0.9786450266838074, + -0.9747493267059326, + -0.8735767602920532, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 6519360, + "componentType": 5126, + "count": 332, + "max": [ + 0.997462272644043, + 1.775940179824829 + ], + "min": [ + 0.47841688990592957, + 1.0038769245147705 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6522016, + "componentType": 5126, + "count": 332, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6524672, + "componentType": 5126, + "count": 332, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6527328, + "componentType": 5126, + "count": 332, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6529984, + "componentType": 5126, + "count": 332, + "max": [ + 0.997462272644043, + 1.775940179824829 + ], + "min": [ + 0.47841688990592957, + 1.0038769245147705 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6532640, + "componentType": 5126, + "count": 332, + "max": [ + 0.997462272644043, + 1.775940179824829 + ], + "min": [ + 0.47841688990592957, + 1.0038769245147705 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2502252, + "componentType": 5125, + "count": 810, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3869856, + "componentType": 5126, + "count": 32, + "max": [ + 0.740220308303833, + 1.1232078075408936, + 0.499550998210907 + ], + "min": [ + 0.5886920690536499, + 0.8277146816253662, + -0.44941839575767517 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3870240, + "componentType": 5126, + "count": 32, + "max": [ + 0.9496387243270874, + 0.5346742272377014, + 0.024275077506899834 + ], + "min": [ + 0.8446362018585205, + 0.3124054968357086, + -0.05009539797902107 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6535296, + "componentType": 5126, + "count": 32, + "max": [ + 0.9033604860305786, + 1.975984811782837 + ], + "min": [ + 0.8212810754776001, + 1.811826467514038 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6535552, + "componentType": 5126, + "count": 32, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6535808, + "componentType": 5126, + "count": 32, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6536064, + "componentType": 5126, + "count": 32, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6536320, + "componentType": 5126, + "count": 32, + "max": [ + 0.9033604860305786, + 1.975984811782837 + ], + "min": [ + 0.8212810754776001, + 1.811826467514038 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2505492, + "componentType": 5125, + "count": 48, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3870624, + "componentType": 5126, + "count": 12, + "max": [ + 0.7715246677398682, + 0.5798428654670715, + -0.3635309338569641 + ], + "min": [ + 0.7152194380760193, + 0.530733585357666, + -0.4167885184288025 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3870768, + "componentType": 5126, + "count": 12, + "max": [ + 0.01091471966356039, + 0.9229080677032471, + 0.4268825948238373 + ], + "min": [ + -0.7071080803871155, + -0.923155665397644, + -0.9732270836830139 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6536576, + "componentType": 5126, + "count": 12, + "max": [ + 0.9218264818191528, + 1.0156612396240234 + ], + "min": [ + 0.9161999225616455, + 1.0089035034179688 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6536672, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6536768, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6536864, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6536960, + "componentType": 5126, + "count": 12, + "max": [ + 0.9218264818191528, + 1.0156612396240234 + ], + "min": [ + 0.9161999225616455, + 1.0089035034179688 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2505684, + "componentType": 5125, + "count": 30, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3870912, + "componentType": 5126, + "count": 3088, + "max": [ + 0.883607804775238, + 1.1317319869995117, + 0.7778553366661072 + ], + "min": [ + 0.5636197924613953, + 0.1962207853794098, + -0.5141862630844116 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3907968, + "componentType": 5126, + "count": 3088, + "max": [ + 0.994371771812439, + 0.9968568086624146, + 0.9978570342063904 + ], + "min": [ + -0.9999985098838806, + -0.9995284080505371, + -0.999902606010437 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1365200, + "componentType": 5126, + "count": 3088, + "max": [ + 0.988764762878418, + 0.9998342394828796, + 1.0, + 1.0 + ], + "min": [ + -0.9990580677986145, + -0.9921437501907349, + -0.9999316334724426, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 6537056, + "componentType": 5126, + "count": 3088, + "max": [ + 0.9720278978347778, + 1.4107544422149658 + ], + "min": [ + 0.6297873258590698, + 1.2172096967697144 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6561760, + "componentType": 5126, + "count": 3088, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6586464, + "componentType": 5126, + "count": 3088, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6611168, + "componentType": 5126, + "count": 3088, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6635872, + "componentType": 5126, + "count": 3088, + "max": [ + 0.9720278978347778, + 1.4107544422149658 + ], + "min": [ + 0.6297873258590698, + 1.2172096967697144 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2505804, + "componentType": 5125, + "count": 14982, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3945024, + "componentType": 5126, + "count": 59, + "max": [ + 1.0070152282714844, + 0.9312248229980469, + 0.3616199195384979 + ], + "min": [ + 0.8399680256843567, + 0.8176612854003906, + 0.29825472831726074 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3945732, + "componentType": 5126, + "count": 59, + "max": [ + -0.34119540452957153, + 0.06976164877414703, + -0.9373967051506042 + ], + "min": [ + -0.3412069082260132, + 0.06974591314792633, + -0.9374008774757385 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6660576, + "componentType": 5126, + "count": 59, + "max": [ + 0.8900201916694641, + 1.992567777633667 + ], + "min": [ + 0.5040218234062195, + 1.007432222366333 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6661048, + "componentType": 5126, + "count": 59, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6661520, + "componentType": 5126, + "count": 59, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6661992, + "componentType": 5126, + "count": 59, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2565732, + "componentType": 5125, + "count": 174, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3946440, + "componentType": 5126, + "count": 152, + "max": [ + 0.8499920964241028, + 0.7026820182800293, + 0.7439857125282288 + ], + "min": [ + 0.7951982617378235, + 0.334369421005249, + 0.6903622150421143 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3948264, + "componentType": 5126, + "count": 152, + "max": [ + 0.9994810819625854, + 0.9987144470214844, + 0.9987326860427856 + ], + "min": [ + -0.9997255802154541, + -0.9987145066261292, + -0.998732328414917 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6662464, + "componentType": 5126, + "count": 152, + "max": [ + 0.43282899260520935, + 1.479653000831604 + ], + "min": [ + 0.4152866005897522, + 1.4571443796157837 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6663680, + "componentType": 5126, + "count": 152, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6664896, + "componentType": 5126, + "count": 152, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6666112, + "componentType": 5126, + "count": 152, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6667328, + "componentType": 5126, + "count": 152, + "max": [ + 0.43282899260520935, + 1.479653000831604 + ], + "min": [ + 0.4152866005897522, + 1.4571443796157837 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2566428, + "componentType": 5125, + "count": 336, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 3950088, + "componentType": 5126, + "count": 3088, + "max": [ + -0.5523613691329956, + 1.1317319869995117, + 0.7778553366661072 + ], + "min": [ + -0.8723490238189697, + 0.1962207853794098, + -0.5141862630844116 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 3987144, + "componentType": 5126, + "count": 3088, + "max": [ + 0.9999985098838806, + 0.9968568086624146, + 0.9978572130203247 + ], + "min": [ + -0.9943720102310181, + -0.9995281100273132, + -0.999902606010437 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1414608, + "componentType": 5126, + "count": 3088, + "max": [ + 0.9990589022636414, + 0.9996883273124695, + 1.0, + -1.0 + ], + "min": [ + -0.9887650609016418, + -0.9925557374954224, + -0.9999316334724426, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 6668544, + "componentType": 5126, + "count": 3088, + "max": [ + 0.9720278978347778, + 1.4107544422149658 + ], + "min": [ + 0.6297873258590698, + 1.2172096967697144 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6693248, + "componentType": 5126, + "count": 3088, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6717952, + "componentType": 5126, + "count": 3088, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6742656, + "componentType": 5126, + "count": 3088, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6767360, + "componentType": 5126, + "count": 3088, + "max": [ + 0.9720278978347778, + 1.4107544422149658 + ], + "min": [ + 0.6297873258590698, + 1.2172096967697144 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2567772, + "componentType": 5125, + "count": 14982, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4024200, + "componentType": 5126, + "count": 3572, + "max": [ + -0.5655331015586853, + 1.1333348751068115, + 0.7778549790382385 + ], + "min": [ + -1.0042619705200195, + 0.19622090458869934, + -0.5143101215362549 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4067064, + "componentType": 5126, + "count": 3572, + "max": [ + 0.9998112916946411, + 0.9999685883522034, + 0.9962242245674133 + ], + "min": [ + -0.9999976754188538, + -0.999910295009613, + -0.9922391176223755 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1464016, + "componentType": 5126, + "count": 3572, + "max": [ + 0.9894420504570007, + 0.9969236254692078, + 0.9999513626098633, + 1.0 + ], + "min": [ + -0.9999160170555115, + -0.9976420402526855, + -0.9999995231628418, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 6792064, + "componentType": 5126, + "count": 3572, + "max": [ + 0.9905294179916382, + 1.9611976146697998 + ], + "min": [ + 0.04742451012134552, + 1.089599609375 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6820640, + "componentType": 5126, + "count": 3572, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6849216, + "componentType": 5126, + "count": 3572, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6877792, + "componentType": 5126, + "count": 3572, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6906368, + "componentType": 5126, + "count": 3572, + "max": [ + 0.9905294179916382, + 1.9611976146697998 + ], + "min": [ + 0.04742451012134552, + 1.089599609375 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2627700, + "componentType": 5125, + "count": 17634, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4109928, + "componentType": 5126, + "count": 79, + "max": [ + -0.5987370610237122, + 1.0836708545684814, + 0.40743890404701233 + ], + "min": [ + -0.7240795493125916, + 0.8372258543968201, + -0.4248233139514923 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4110876, + "componentType": 5126, + "count": 79, + "max": [ + -0.8597338795661926, + 0.5099620223045349, + 0.01794225163757801 + ], + "min": [ + -0.9421207904815674, + 0.33497899770736694, + -0.04356151446700096 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6934944, + "componentType": 5126, + "count": 79, + "max": [ + 0.9748445749282837, + 1.9909179210662842 + ], + "min": [ + 0.5177416205406189, + 1.8408126831054688 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6935576, + "componentType": 5126, + "count": 79, + "max": [ + 0.9748445749282837, + 1.9909179210662842 + ], + "min": [ + 0.5177416205406189, + 1.8408126831054688 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6936208, + "componentType": 5126, + "count": 79, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6936840, + "componentType": 5126, + "count": 79, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6937472, + "componentType": 5126, + "count": 79, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2698236, + "componentType": 5125, + "count": 288, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4111824, + "componentType": 5126, + "count": 78, + "max": [ + -0.5961669683456421, + 1.0821199417114258, + 0.4073844850063324 + ], + "min": [ + -0.7212610840797424, + 0.8362205028533936, + -0.4247142970561981 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4112760, + "componentType": 5126, + "count": 78, + "max": [ + 0.9421015977859497, + -0.33503010869026184, + 0.043566424399614334 + ], + "min": [ + 0.8597332239151001, + -0.5099653005599976, + -0.01792392134666443 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6938104, + "componentType": 5126, + "count": 78, + "max": [ + 0.6482673287391663, + 1.7563384771347046 + ], + "min": [ + 0.05427351966500282, + 1.5661165714263916 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6938728, + "componentType": 5126, + "count": 78, + "max": [ + 0.6482673287391663, + 1.7563384771347046 + ], + "min": [ + 0.05427351966500282, + 1.5661165714263916 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6939352, + "componentType": 5126, + "count": 78, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6939976, + "componentType": 5126, + "count": 78, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6940600, + "componentType": 5126, + "count": 78, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2699388, + "componentType": 5125, + "count": 288, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4113696, + "componentType": 5126, + "count": 1863, + "max": [ + -0.5944515466690063, + 1.0848798751831055, + 0.41060566902160645 + ], + "min": [ + -0.724077045917511, + 0.6515967845916748, + -0.4279271066188812 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4136052, + "componentType": 5126, + "count": 1863, + "max": [ + 0.9997609257698059, + 0.9726715087890625, + 0.9997296929359436 + ], + "min": [ + -0.948442280292511, + -0.9750785827636719, + -0.9997249245643616 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 6941224, + "componentType": 5126, + "count": 1863, + "max": [ + 0.9458780884742737, + 1.5502551794052124 + ], + "min": [ + 0.7587860822677612, + 1.0051157474517822 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6956128, + "componentType": 5126, + "count": 1863, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6971032, + "componentType": 5126, + "count": 1863, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 6985936, + "componentType": 5126, + "count": 1863, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7000840, + "componentType": 5126, + "count": 1863, + "max": [ + 0.9458780884742737, + 1.5502551794052124 + ], + "min": [ + 0.7587860822677612, + 1.0051157474517822 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2700540, + "componentType": 5125, + "count": 5484, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4158408, + "componentType": 5126, + "count": 332, + "max": [ + -0.6790464520454407, + 0.8597195744514465, + 0.6486701369285583 + ], + "min": [ + -0.7289973497390747, + 0.3187885284423828, + -0.38012635707855225 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4162392, + "componentType": 5126, + "count": 332, + "max": [ + 0.9999998807907104, + 0.974371075630188, + 0.9935031533241272 + ], + "min": [ + -0.9787954092025757, + -0.9743496179580688, + -0.9658468961715698 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1521168, + "componentType": 5126, + "count": 332, + "max": [ + 0.9786455035209656, + 0.9747109413146973, + 0.8735896348953247, + 1.0 + ], + "min": [ + -0.9786439538002014, + -0.9747493267059326, + -1.0, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 7015744, + "componentType": 5126, + "count": 332, + "max": [ + 0.997462272644043, + 1.775940179824829 + ], + "min": [ + 0.47841688990592957, + 1.0038769245147705 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7018400, + "componentType": 5126, + "count": 332, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7021056, + "componentType": 5126, + "count": 332, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7023712, + "componentType": 5126, + "count": 332, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7026368, + "componentType": 5126, + "count": 332, + "max": [ + 0.997462272644043, + 1.775940179824829 + ], + "min": [ + 0.47841688990592957, + 1.0038769245147705 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7029024, + "componentType": 5126, + "count": 332, + "max": [ + 0.997462272644043, + 1.775940179824829 + ], + "min": [ + 0.47841688990592957, + 1.0038769245147705 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2722476, + "componentType": 5125, + "count": 810, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4166376, + "componentType": 5126, + "count": 32, + "max": [ + -0.5761710405349731, + 1.1223769187927246, + 0.5009898543357849 + ], + "min": [ + -0.7275140881538391, + 0.8272291421890259, + -0.4478757977485657 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4166760, + "componentType": 5126, + "count": 32, + "max": [ + -0.8446379899978638, + 0.5346711874008179, + 0.02427038736641407 + ], + "min": [ + -0.9496384263038635, + 0.3124065101146698, + -0.05009525269269943 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 7031680, + "componentType": 5126, + "count": 32, + "max": [ + 0.9033604860305786, + 1.975984811782837 + ], + "min": [ + 0.8212810158729553, + 1.811826467514038 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7031936, + "componentType": 5126, + "count": 32, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7032192, + "componentType": 5126, + "count": 32, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7032448, + "componentType": 5126, + "count": 32, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7032704, + "componentType": 5126, + "count": 32, + "max": [ + 0.9033604860305786, + 1.975984811782837 + ], + "min": [ + 0.8212810158729553, + 1.811826467514038 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2725716, + "componentType": 5125, + "count": 48, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4167144, + "componentType": 5126, + "count": 59, + "max": [ + -0.8466435670852661, + 0.9310278296470642, + 0.3911258578300476 + ], + "min": [ + -0.986415445804596, + 0.8176589608192444, + 0.2815364599227905 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4167852, + "componentType": 5126, + "count": 59, + "max": [ + 0.6101313829421997, + 0.08612168580293655, + -0.788468599319458 + ], + "min": [ + 0.5946022272109985, + 0.064441978931427, + -0.8006489276885986 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 7032960, + "componentType": 5126, + "count": 59, + "max": [ + 0.4925476014614105, + 1.994198203086853 + ], + "min": [ + 0.10766690224409103, + 1.006846308708191 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7033432, + "componentType": 5126, + "count": 59, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7033904, + "componentType": 5126, + "count": 59, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7034376, + "componentType": 5126, + "count": 59, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2725908, + "componentType": 5125, + "count": 174, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4168560, + "componentType": 5126, + "count": 12, + "max": [ + -0.7039611339569092, + 0.5798428058624268, + -0.36353060603141785 + ], + "min": [ + -0.7602663636207581, + 0.5307335257530212, + -0.4167881906032562 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4168704, + "componentType": 5126, + "count": 12, + "max": [ + 0.7071071863174438, + 0.9229082465171814, + 0.4268829822540283 + ], + "min": [ + -0.010914890095591545, + -0.923155665397644, + -0.9732270836830139 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 7034848, + "componentType": 5126, + "count": 12, + "max": [ + 0.9218264818191528, + 1.0156612396240234 + ], + "min": [ + 0.9161999225616455, + 1.0089035034179688 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7034944, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7035040, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7035136, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7035232, + "componentType": 5126, + "count": 12, + "max": [ + 0.9218264818191528, + 1.0156612396240234 + ], + "min": [ + 0.9161999225616455, + 1.0089035034179688 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2726604, + "componentType": 5125, + "count": 30, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4168848, + "componentType": 5126, + "count": 152, + "max": [ + -0.7839396595954895, + 0.7026820182800293, + 0.7439857721328735 + ], + "min": [ + -0.8387332558631897, + 0.334369421005249, + 0.6903623342514038 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4170672, + "componentType": 5126, + "count": 152, + "max": [ + 0.9997255206108093, + 0.9987149238586426, + 0.9987326860427856 + ], + "min": [ + -0.9994810819625854, + -0.9987145066261292, + -0.998732328414917 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 7035328, + "componentType": 5126, + "count": 152, + "max": [ + 0.43282899260520935, + 1.479653000831604 + ], + "min": [ + 0.4152866005897522, + 1.4571443796157837 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7036544, + "componentType": 5126, + "count": 152, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7037760, + "componentType": 5126, + "count": 152, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7038976, + "componentType": 5126, + "count": 152, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7040192, + "componentType": 5126, + "count": 152, + "max": [ + 0.43282899260520935, + 1.479653000831604 + ], + "min": [ + 0.4152866005897522, + 1.4571443796157837 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2726724, + "componentType": 5125, + "count": 336, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4172496, + "componentType": 5126, + "count": 1152, + "max": [ + 0.364256352186203, + 0.7243561148643494, + 0.44736671447753906 + ], + "min": [ + 0.31372103095054626, + 0.6644923686981201, + 0.27782151103019714 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4186320, + "componentType": 5126, + "count": 1152, + "max": [ + 0.9980459213256836, + 0.9997122883796692, + 0.997818112373352 + ], + "min": [ + -0.9891505837440491, + -0.9997149109840393, + -0.9972565174102783 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1526480, + "componentType": 5126, + "count": 1152, + "max": [ + 0.9992465972900391, + 0.9957864880561829, + 0.9999668598175049, + 1.0 + ], + "min": [ + -0.9996916055679321, + -0.9994591474533081, + -0.9993683099746704, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 7041408, + "componentType": 5126, + "count": 1152, + "max": [ + 0.9174805283546448, + 1.61865234375 + ], + "min": [ + 0.8579102158546448, + 1.56689453125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7050624, + "componentType": 5126, + "count": 1152, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7059840, + "componentType": 5126, + "count": 1152, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7069056, + "componentType": 5126, + "count": 1152, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7078272, + "componentType": 5126, + "count": 1152, + "max": [ + 0.9174805283546448, + 1.61865234375 + ], + "min": [ + 0.8579102158546448, + 1.56689453125 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7087488, + "componentType": 5126, + "count": 1152, + "max": [ + 0.9174805283546448, + 1.61865234375 + ], + "min": [ + 0.8579102158546448, + 1.56689453125 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2728068, + "componentType": 5125, + "count": 5730, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4200144, + "componentType": 5126, + "count": 12709, + "max": [ + 0.7013422846794128, + 0.9877830743789673, + 1.152496337890625 + ], + "min": [ + -0.6692516803741455, + 0.10617148876190186, + -1.3524017333984375 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4352652, + "componentType": 5126, + "count": 12709, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 7096704, + "componentType": 5126, + "count": 12709, + "max": [ + 0.6559662222862244, + 1.9215648174285889 + ], + "min": [ + 0.010976780205965042, + 1.5434701442718506 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7198376, + "componentType": 5126, + "count": 12709, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7300048, + "componentType": 5126, + "count": 12709, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7401720, + "componentType": 5126, + "count": 12709, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2750988, + "componentType": 5125, + "count": 31524, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4505160, + "componentType": 5126, + "count": 1075, + "max": [ + 0.43604737520217896, + 0.814703643321991, + 0.3552221953868866 + ], + "min": [ + 0.17586687207221985, + 0.6826108694076538, + 0.17481496930122375 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4518060, + "componentType": 5126, + "count": 1075, + "max": [ + 1.0, + 0.9795024394989014, + 0.9889734387397766 + ], + "min": [ + -1.0, + -0.9795179963111877, + -0.9977095723152161 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1544912, + "componentType": 5126, + "count": 1075, + "max": [ + 1.0, + 0.9824832677841187, + 0.9988982081413269, + 1.0 + ], + "min": [ + -1.0, + -0.9975011944770813, + -0.9988992214202881, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 7503392, + "componentType": 5126, + "count": 1075, + "max": [ + 0.9913762211799622, + 1.9950016736984253 + ], + "min": [ + 0.005610894877463579, + 1.002090573310852 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7511992, + "componentType": 5126, + "count": 1075, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7520592, + "componentType": 5126, + "count": 1075, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7529192, + "componentType": 5126, + "count": 1075, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7537792, + "componentType": 5126, + "count": 1075, + "max": [ + 0.9913762211799622, + 1.9950016736984253 + ], + "min": [ + 0.005610894877463579, + 1.002090573310852 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7546392, + "componentType": 5126, + "count": 1075, + "max": [ + 0.9913762211799622, + 1.9950016736984253 + ], + "min": [ + 0.005610894877463579, + 1.002090573310852 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2877084, + "componentType": 5125, + "count": 2802, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4530960, + "componentType": 5126, + "count": 4474, + "max": [ + 0.4474257826805115, + 0.8263164162635803, + 0.26760274171829224 + ], + "min": [ + 0.16448859870433807, + 0.635199248790741, + 0.1663295030593872 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4584648, + "componentType": 5126, + "count": 4474, + "max": [ + 0.9999141097068787, + 0.9994325041770935, + 0.9978941082954407 + ], + "min": [ + -0.9999141097068787, + -0.9997507333755493, + -0.9992729425430298 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1562112, + "componentType": 5126, + "count": 4474, + "max": [ + 1.0, + 0.9968585968017578, + 0.999748945236206, + 1.0 + ], + "min": [ + -1.0, + -0.9968587160110474, + -0.9997467994689941, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 7554992, + "componentType": 5126, + "count": 4474, + "max": [ + 0.5277984738349915, + 1.9920878410339355 + ], + "min": [ + 0.0061879148706793785, + 1.375564455986023 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7590784, + "componentType": 5126, + "count": 4474, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7626576, + "componentType": 5126, + "count": 4474, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7662368, + "componentType": 5126, + "count": 4474, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7698160, + "componentType": 5126, + "count": 4474, + "max": [ + 0.5277984738349915, + 1.9920878410339355 + ], + "min": [ + 0.0061879148706793785, + 1.375564455986023 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2888292, + "componentType": 5125, + "count": 21096, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4638336, + "componentType": 5126, + "count": 3269, + "max": [ + 0.46121910214424133, + 0.8226197361946106, + 0.22754639387130737 + ], + "min": [ + 0.1506952941417694, + 0.6242130398750305, + 0.16435497999191284 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4677564, + "componentType": 5126, + "count": 3269, + "max": [ + 0.9999765753746033, + 0.9999184608459473, + 0.9999515414237976 + ], + "min": [ + -0.9999765753746033, + -0.9990870952606201, + -0.9996609091758728 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1633696, + "componentType": 5126, + "count": 3269, + "max": [ + 0.9999970197677612, + 0.9809606075286865, + 0.9997808933258057, + 1.0 + ], + "min": [ + -1.0, + -0.9809603095054626, + -0.9997804760932922, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 7733952, + "componentType": 5126, + "count": 3269, + "max": [ + 0.9889100193977356, + 1.9842803478240967 + ], + "min": [ + 0.5281234979629517, + 1.397953987121582 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7760104, + "componentType": 5126, + "count": 3269, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7786256, + "componentType": 5126, + "count": 3269, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7812408, + "componentType": 5126, + "count": 3269, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7838560, + "componentType": 5126, + "count": 3269, + "max": [ + 0.9889100193977356, + 1.9842803478240967 + ], + "min": [ + 0.5281234979629517, + 1.397953987121582 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 2972676, + "componentType": 5125, + "count": 16164, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 4716792, + "componentType": 5126, + "count": 12137, + "max": [ + 0.4365620017051697, + 0.8158528208732605, + 0.39806196093559265 + ], + "min": [ + 0.17535239458084106, + 0.679423987865448, + 0.16630886495113373 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 4862436, + "componentType": 5126, + "count": 12137, + "max": [ + 1.0, + 0.9999533891677856, + 0.9983917474746704 + ], + "min": [ + -1.0, + -0.9999914765357971, + -0.9999474883079529 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 7864712, + "componentType": 5126, + "count": 12137, + "max": [ + 0.993659496307373, + 1.9929558038711548 + ], + "min": [ + 0.010682700201869011, + 1.0118672847747803 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 7961808, + "componentType": 5126, + "count": 12137, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8058904, + "componentType": 5126, + "count": 12137, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8156000, + "componentType": 5126, + "count": 12137, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8253096, + "componentType": 5126, + "count": 12137, + "max": [ + 0.993659496307373, + 1.9929558038711548 + ], + "min": [ + 0.010682700201869011, + 1.0118672847747803 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3037332, + "componentType": 5125, + "count": 43062, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 5008080, + "componentType": 5126, + "count": 308, + "max": [ + -0.3310869038105011, + 1.028067946434021, + 0.6338716745376587 + ], + "min": [ + -0.6294901371002197, + 0.9082564115524292, + 0.47473353147506714 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 5011776, + "componentType": 5126, + "count": 308, + "max": [ + 0.973558783531189, + 0.9713013172149658, + 0.956887423992157 + ], + "min": [ + -0.8747372031211853, + -0.9916123747825623, + -0.9971668720245361 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1686000, + "componentType": 5126, + "count": 308, + "max": [ + 0.9981624484062195, + 0.968245267868042, + 0.9465165734291077, + 1.0 + ], + "min": [ + -0.9996591210365295, + -0.9290719032287598, + -0.8508344292640686, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 8350192, + "componentType": 5126, + "count": 308, + "max": [ + 0.9936522841453552, + 1.991058349609375 + ], + "min": [ + 0.006370543967932463, + 1.00537109375 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8352656, + "componentType": 5126, + "count": 308, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8355120, + "componentType": 5126, + "count": 308, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8357584, + "componentType": 5126, + "count": 308, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8360048, + "componentType": 5126, + "count": 308, + "max": [ + 0.9936522841453552, + 1.991058349609375 + ], + "min": [ + 0.006370543967932463, + 1.00537109375 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3209580, + "componentType": 5125, + "count": 1194, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 5015472, + "componentType": 5126, + "count": 902, + "max": [ + -0.0074758380651474, + 0.8848225474357605, + 0.5666031241416931 + ], + "min": [ + -0.18533188104629517, + 0.8287582397460938, + 0.4837139844894409 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 5026296, + "componentType": 5126, + "count": 902, + "max": [ + 0.9984394311904907, + 0.9999703168869019, + 0.9993979930877686 + ], + "min": [ + -0.9867176413536072, + -0.9999072551727295, + -0.9997696876525879 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1690928, + "componentType": 5126, + "count": 902, + "max": [ + 0.9989843368530273, + 0.9988187551498413, + 0.9978602528572083, + 1.0 + ], + "min": [ + -0.9942746162414551, + -0.998818576335907, + -0.9917440414428711, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 8362512, + "componentType": 5126, + "count": 902, + "max": [ + 0.9858397841453552, + 1.9917373657226563 + ], + "min": [ + 0.006858826149255037, + 1.0087890625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8369728, + "componentType": 5126, + "count": 902, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8376944, + "componentType": 5126, + "count": 902, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8384160, + "componentType": 5126, + "count": 902, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8391376, + "componentType": 5126, + "count": 902, + "max": [ + 0.9858397841453552, + 1.9917373657226563 + ], + "min": [ + 0.006858826149255037, + 1.0087890625 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3214356, + "componentType": 5125, + "count": 3318, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 5037120, + "componentType": 5126, + "count": 473, + "max": [ + 0.5817022323608398, + 0.7946285009384155, + 0.583625078201294 + ], + "min": [ + 0.47959357500076294, + 0.7456284761428833, + 0.5335992574691772 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 5042796, + "componentType": 5126, + "count": 473, + "max": [ + 0.9634966254234314, + 1.0, + 0.9987826347351074 + ], + "min": [ + -0.9659268856048584, + -1.0, + -0.9659317135810852 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1705360, + "componentType": 5126, + "count": 473, + "max": [ + 0.9987826347351074, + 0.7071062922477722, + 1.0, + 1.0 + ], + "min": [ + -0.9996656179428101, + -0.7071071267127991, + -1.0, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 8398592, + "componentType": 5126, + "count": 473, + "max": [ + 0.9912108778953552, + 1.9880294799804688 + ], + "min": [ + 0.011917109601199627, + 1.0166015625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8402376, + "componentType": 5126, + "count": 473, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8406160, + "componentType": 5126, + "count": 473, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8409944, + "componentType": 5126, + "count": 473, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8413728, + "componentType": 5126, + "count": 473, + "max": [ + 0.9912108778953552, + 1.9880294799804688 + ], + "min": [ + 0.011917109601199627, + 1.0166015625 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3227628, + "componentType": 5125, + "count": 1980, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 5048472, + "componentType": 5126, + "count": 194, + "max": [ + 0.7408667206764221, + 1.062302827835083, + 0.47929221391677856 + ], + "min": [ + -0.6527646780014038, + 0.43583837151527405, + -0.304103821516037 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 5050800, + "componentType": 5126, + "count": 194, + "max": [ + 0.9965307712554932, + 0.9986391663551331, + 0.45719510316848755 + ], + "min": [ + -0.9989060163497925, + -0.6135733723640442, + -0.8188957571983337 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 8417512, + "componentType": 5126, + "count": 194, + "max": [ + 0.7969874739646912, + 1.9933406114578247 + ], + "min": [ + 0.6936013102531433, + 1.9495983123779297 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8419064, + "componentType": 5126, + "count": 194, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8420616, + "componentType": 5126, + "count": 194, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8422168, + "componentType": 5126, + "count": 194, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8423720, + "componentType": 5126, + "count": 194, + "max": [ + 0.7969874739646912, + 1.9933406114578247 + ], + "min": [ + 0.6936013102531433, + 1.9495983123779297 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3235548, + "componentType": 5125, + "count": 828, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 5053128, + "componentType": 5126, + "count": 34, + "max": [ + 0.5058994889259338, + 0.8494163751602173, + 0.5660605430603027 + ], + "min": [ + 0.1053750067949295, + 0.841881275177002, + 0.56471848487854 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 5053536, + "componentType": 5126, + "count": 34, + "max": [ + 0.2106093019247055, + 0.05310530588030815, + -0.9761319160461426 + ], + "min": [ + -0.21058699488639832, + 0.05281694605946541, + -0.9761466979980469 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1712928, + "componentType": 5126, + "count": 34, + "max": [ + -0.9692228436470032, + 0.11892901360988617, + 0.21556252241134644, + 1.0 + ], + "min": [ + -0.9731756448745728, + -0.08385000377893448, + -0.2144879847764969, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 8425272, + "componentType": 5126, + "count": 34, + "max": [ + 0.7307186722755432, + 1.7919477224349976 + ], + "min": [ + 0.4230593144893646, + 1.7050890922546387 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8425544, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8425816, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8426088, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8426360, + "componentType": 5126, + "count": 34, + "max": [ + 0.7307186722755432, + 1.7919477224349976 + ], + "min": [ + 0.4230593144893646, + 1.7050890922546387 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8426632, + "componentType": 5126, + "count": 34, + "max": [ + 0.7307186722755432, + 1.7919477224349976 + ], + "min": [ + 0.4230593144893646, + 1.7050890922546387 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3238860, + "componentType": 5125, + "count": 96, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 5053944, + "componentType": 5126, + "count": 665, + "max": [ + 0.4936053454875946, + 0.5246198773384094, + 0.9609708189964294 + ], + "min": [ + 0.11840537190437317, + 0.23641946911811829, + 0.4408791661262512 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 5061924, + "componentType": 5126, + "count": 665, + "max": [ + 0.5169187188148499, + 1.0, + 0.00010781490709632635 + ], + "min": [ + -0.516874372959137, + -0.024207664653658867, + -0.9999983906745911 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 8426904, + "componentType": 5126, + "count": 665, + "max": [ + 0.5076068043708801, + 1.4670894145965576 + ], + "min": [ + 0.3978961110115051, + 1.4211673736572266 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8432224, + "componentType": 5126, + "count": 665, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8437544, + "componentType": 5126, + "count": 665, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8442864, + "componentType": 5126, + "count": 665, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3239244, + "componentType": 5125, + "count": 2616, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 5069904, + "componentType": 5126, + "count": 6274, + "max": [ + 0.7730200290679932, + 1.2317287921905518, + 1.0293116569519043 + ], + "min": [ + -0.7617617845535278, + 0.09130823612213135, + -1.564378261566162 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 5145192, + "componentType": 5126, + "count": 6274, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -0.9999964237213135, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1713472, + "componentType": 5126, + "count": 6274, + "max": [ + 1.0, + 0.9999976754188538, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 8448184, + "componentType": 5126, + "count": 6274, + "max": [ + 0.8913081884384155, + 1.9918553829193115 + ], + "min": [ + -0.00022849660308565944, + 1.00825834274292 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8498376, + "componentType": 5126, + "count": 6274, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8548568, + "componentType": 5126, + "count": 6274, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8598760, + "componentType": 5126, + "count": 6274, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8648952, + "componentType": 5126, + "count": 6274, + "max": [ + 0.8913081884384155, + 1.9918553829193115 + ], + "min": [ + -0.00022849660308565944, + 1.00825834274292 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8699144, + "componentType": 5126, + "count": 6274, + "max": [ + 0.8913081884384155, + 1.9918553829193115 + ], + "min": [ + -0.00022849660308565944, + 1.00825834274292 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3249708, + "componentType": 5125, + "count": 14991, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 5220480, + "componentType": 5126, + "count": 4, + "max": [ + -0.47688835859298706, + 0.28831610083580017, + 0.49638497829437256 + ], + "min": [ + -0.5718883872032166, + 0.28831610083580017, + 0.3613849878311157 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 5220528, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0, + 1.1920928955078125e-07 + ], + "min": [ + 0.0, + 1.0, + 1.1920928955078125e-07 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 8749336, + "componentType": 5126, + "count": 4, + "max": [ + 0.8446633815765381, + 1.9897847175598145 + ], + "min": [ + 0.15533660352230072, + 1.010215163230896 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8749368, + "componentType": 5126, + "count": 4, + "max": [ + 0.8446633815765381, + 1.9897847175598145 + ], + "min": [ + 0.15533660352230072, + 1.010215163230896 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8749400, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8749432, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8749464, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8749496, + "componentType": 5126, + "count": 4, + "max": [ + 0.8446633815765381, + 1.9897847175598145 + ], + "min": [ + 0.15533660352230072, + 1.010215163230896 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 8749528, + "componentType": 5126, + "count": 4, + "max": [ + 0.8446633815765381, + 1.9897847175598145 + ], + "min": [ + 0.15533660352230072, + 1.010215163230896 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3309672, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 5220576, + "componentType": 5126, + "count": 50948, + "max": [ + 0.7702029943466187, + 1.2334989309310913, + 1.0459671020507813 + ], + "min": [ + -0.7589446902275085, + 0.09892362356185913, + -1.614210844039917 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 5831952, + "componentType": 5126, + "count": 50948, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 8749560, + "componentType": 5126, + "count": 50948, + "max": [ + 0.9994214177131653, + 1.9150211811065674 + ], + "min": [ + 0.00834517739713192, + 1.0021696090698242 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 9157144, + "componentType": 5126, + "count": 50948, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 9564728, + "componentType": 5126, + "count": 50948, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 9972312, + "componentType": 5126, + "count": 50948, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 10379896, + "componentType": 5126, + "count": 50948, + "max": [ + 0.9994214177131653, + 1.9150211811065674 + ], + "min": [ + 0.00834517739713192, + 1.0021696090698242 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3309696, + "componentType": 5125, + "count": 156768, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 6443328, + "componentType": 5126, + "count": 1319, + "max": [ + 0.7571211457252502, + 0.734574556350708, + 0.6575332880020142 + ], + "min": [ + 0.6634992957115173, + 0.30987903475761414, + -0.3688107132911682 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 6459156, + "componentType": 5126, + "count": 1319, + "max": [ + 0.994493305683136, + 0.9994093775749207, + 0.9993094205856323 + ], + "min": [ + -0.9999998807907104, + -0.9988901019096375, + -0.9978697896003723 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1813856, + "componentType": 5126, + "count": 1319, + "max": [ + 0.9987391233444214, + 0.9998453855514526, + 0.9974627494812012, + 1.0 + ], + "min": [ + -0.9949203729629517, + -0.9994075298309326, + -0.9999996423721313, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 10787480, + "componentType": 5126, + "count": 1319, + "max": [ + 1.0000269412994385, + 1.4778794050216675 + ], + "min": [ + 0.8524850010871887, + 1.07161545753479 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 10798032, + "componentType": 5126, + "count": 1319, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 10808584, + "componentType": 5126, + "count": 1319, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 10819136, + "componentType": 5126, + "count": 1319, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 10829688, + "componentType": 5126, + "count": 1319, + "max": [ + 1.0000269412994385, + 1.4778794050216675 + ], + "min": [ + 0.8524850010871887, + 1.07161545753479 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3936768, + "componentType": 5125, + "count": 5538, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 6474984, + "componentType": 5126, + "count": 20723, + "max": [ + 0.7819457054138184, + 1.239706039428711, + 1.0183806419372559 + ], + "min": [ + -0.6825833916664124, + 0.11587506532669067, + -0.9134619235992432 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 6723660, + "componentType": 5126, + "count": 20723, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 1834960, + "componentType": 5126, + "count": 20723, + "max": [ + 1.0, + 0.9999895095825195, + 0.9999998211860657, + 1.0 + ], + "min": [ + -1.0, + -0.9999999403953552, + -1.0, + -1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 10840240, + "componentType": 5126, + "count": 20723, + "max": [ + 0.9989114999771118, + 1.9974219799041748 + ], + "min": [ + 0.6400790214538574, + 1.1103167533874512 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 11006024, + "componentType": 5126, + "count": 20723, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 11171808, + "componentType": 5126, + "count": 20723, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 11337592, + "componentType": 5126, + "count": 20723, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 11503376, + "componentType": 5126, + "count": 20723, + "max": [ + 0.9989114999771118, + 1.9974219799041748 + ], + "min": [ + 0.6400790214538574, + 1.1103167533874512 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 3958920, + "componentType": 5125, + "count": 92187, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 6972336, + "componentType": 5126, + "count": 56209, + "max": [ + 0.8504498600959778, + 1.205379843711853, + 1.1026866436004639 + ], + "min": [ + -0.8391913771629333, + 0.09061682224273682, + -1.643653392791748 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 7646844, + "componentType": 5126, + "count": 56209, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 11669160, + "componentType": 5126, + "count": 56209, + "max": [ + 0.7919319868087769, + 1.9954817295074463 + ], + "min": [ + 0.0024463299196213484, + 1.0699427127838135 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 12118832, + "componentType": 5126, + "count": 56209, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 12568504, + "componentType": 5126, + "count": 56209, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 13018176, + "componentType": 5126, + "count": 56209, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 13467848, + "componentType": 5126, + "count": 56209, + "max": [ + 0.7919319868087769, + 1.9954817295074463 + ], + "min": [ + 0.0024463299196213484, + 1.0699427127838135 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 4327668, + "componentType": 5125, + "count": 229029, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8321352, + "componentType": 5126, + "count": 893, + "max": [ + 0.6938971281051636, + 1.153426170349121, + -0.5738796591758728 + ], + "min": [ + -0.6826383471488953, + 0.8737636804580688, + -1.524856686592102 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8332068, + "componentType": 5126, + "count": 893, + "max": [ + 0.932452917098999, + 0.9313127994537354, + 0.9976555705070496 + ], + "min": [ + -0.932452917098999, + -0.9723157286643982, + -0.9979261755943298 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 13917520, + "componentType": 5126, + "count": 893, + "max": [ + 0.9930856823921204, + 1.7629127502441406 + ], + "min": [ + 0.09322065860033035, + 1.073923110961914 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 13924664, + "componentType": 5126, + "count": 893, + "max": [ + 0.9930856823921204, + 1.7629127502441406 + ], + "min": [ + 0.09322065860033035, + 1.073923110961914 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 13931808, + "componentType": 5126, + "count": 893, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 13938952, + "componentType": 5126, + "count": 893, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 13946096, + "componentType": 5126, + "count": 893, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5243784, + "componentType": 5125, + "count": 3030, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8342784, + "componentType": 5126, + "count": 219, + "max": [ + 0.6643537282943726, + 1.1668829917907715, + 0.9476322531700134 + ], + "min": [ + -0.6530952453613281, + 0.8267595767974854, + 0.2523178160190582 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8345412, + "componentType": 5126, + "count": 219, + "max": [ + 0.3941313326358795, + -0.7961481213569641, + -0.39741048216819763 + ], + "min": [ + -0.39413121342658997, + -0.9176409840583801, + -0.5004510283470154 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 13953240, + "componentType": 5126, + "count": 219, + "max": [ + 0.997861385345459, + 1.5662158727645874 + ], + "min": [ + 0.002019694074988365, + 1.0026150941848755 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 13954992, + "componentType": 5126, + "count": 219, + "max": [ + 0.997861385345459, + 1.5662158727645874 + ], + "min": [ + 0.002019694074988365, + 1.0026150941848755 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 13956744, + "componentType": 5126, + "count": 219, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 13958496, + "componentType": 5126, + "count": 219, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 13960248, + "componentType": 5126, + "count": 219, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5255904, + "componentType": 5125, + "count": 972, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8348040, + "componentType": 5126, + "count": 3462, + "max": [ + 0.6788128614425659, + 1.1311159133911133, + 0.7015022039413452 + ], + "min": [ + -0.6610641479492188, + 0.3324754238128662, + -1.1979726552963257 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8389584, + "componentType": 5126, + "count": 3462, + "max": [ + 0.9999998211860657, + 0.9995440244674683, + 0.9995406866073608 + ], + "min": [ + -0.9999998211860657, + -0.9995455145835876, + -0.9999606013298035 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 13962000, + "componentType": 5126, + "count": 3462, + "max": [ + 0.9993956089019775, + 1.747514247894287 + ], + "min": [ + 0.0003701559908222407, + 1.6647334098815918 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 13989696, + "componentType": 5126, + "count": 3462, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14017392, + "componentType": 5126, + "count": 3462, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14045088, + "componentType": 5126, + "count": 3462, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14072784, + "componentType": 5126, + "count": 3462, + "max": [ + 0.9993956089019775, + 1.747514247894287 + ], + "min": [ + 0.0003701559908222407, + 1.6647334098815918 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5259792, + "componentType": 5125, + "count": 13368, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8431128, + "componentType": 5126, + "count": 9081, + "max": [ + 0.7283040285110474, + 1.1597739458084106, + 1.1540940999984741 + ], + "min": [ + -0.7170455455780029, + 0.13045424222946167, + -1.5038257837295532 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8540100, + "componentType": 5126, + "count": 9081, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 14100480, + "componentType": 5126, + "count": 9081, + "max": [ + 0.599836528301239, + 1.0780935287475586 + ], + "min": [ + 0.0012825019657611847, + 1.0014591217041016 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14173128, + "componentType": 5126, + "count": 9081, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14245776, + "componentType": 5126, + "count": 9081, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14318424, + "componentType": 5126, + "count": 9081, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14391072, + "componentType": 5126, + "count": 9081, + "max": [ + 0.599836528301239, + 1.0780935287475586 + ], + "min": [ + 0.0012825019657611847, + 1.0014591217041016 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5313264, + "componentType": 5125, + "count": 36585, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8649072, + "componentType": 5126, + "count": 3690, + "max": [ + 0.6034473180770874, + 0.8669529557228088, + 0.9620238542556763 + ], + "min": [ + -0.6711977124214172, + 0.6994008421897888, + 0.4535619914531708 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8693352, + "componentType": 5126, + "count": 3690, + "max": [ + 0.9993451237678528, + 0.9998835921287537, + 0.9997962117195129 + ], + "min": [ + -0.9994562268257141, + -0.9990224242210388, + -0.9970235824584961 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2166528, + "componentType": 5126, + "count": 3690, + "max": [ + 0.9905187487602234, + 0.9995735287666321, + 0.9636982679367065, + 1.0 + ], + "min": [ + -1.0, + -0.9990000128746033, + -0.9479248523712158, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 14463720, + "componentType": 5126, + "count": 3690, + "max": [ + 0.8147451877593994, + 1.1009318828582764 + ], + "min": [ + 0.6043931245803833, + 1.0027985572814941 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14493240, + "componentType": 5126, + "count": 3690, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14522760, + "componentType": 5126, + "count": 3690, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14552280, + "componentType": 5126, + "count": 3690, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14581800, + "componentType": 5126, + "count": 3690, + "max": [ + 0.8147451877593994, + 1.1009318828582764 + ], + "min": [ + 0.6043931245803833, + 1.0027985572814941 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5459604, + "componentType": 5125, + "count": 16881, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8737632, + "componentType": 5126, + "count": 1007, + "max": [ + 0.5534887909889221, + 1.1944010257720947, + 0.187886044383049 + ], + "min": [ + -0.037445902824401855, + 1.047149896621704, + -0.6011925935745239 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8749716, + "componentType": 5126, + "count": 1007, + "max": [ + 1.0, + 1.0, + 0.9999722242355347 + ], + "min": [ + -1.0, + -1.0, + -0.9977161884307861 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2225568, + "componentType": 5126, + "count": 1007, + "max": [ + 0.9991775751113892, + 0.9997308850288391, + 0.83223557472229, + 1.0 + ], + "min": [ + -1.0, + -0.9997308850288391, + -1.0, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 14611320, + "componentType": 5126, + "count": 1007, + "max": [ + 0.9956790208816528, + 1.099759817123413 + ], + "min": [ + 0.8011528849601746, + 1.0046249628067017 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14619376, + "componentType": 5126, + "count": 1007, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14627432, + "componentType": 5126, + "count": 1007, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14635488, + "componentType": 5126, + "count": 1007, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14643544, + "componentType": 5126, + "count": 1007, + "max": [ + 0.9956790208816528, + 1.099759817123413 + ], + "min": [ + 0.8011528849601746, + 1.0046249628067017 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5527128, + "componentType": 5125, + "count": 4206, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8761800, + "componentType": 5126, + "count": 4989, + "max": [ + 0.6254727840423584, + 1.0065391063690186, + 0.31010687351226807 + ], + "min": [ + -0.012949511408805847, + 0.179393470287323, + -0.5692359209060669 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8821668, + "componentType": 5126, + "count": 4989, + "max": [ + 1.0, + 0.9987857937812805, + 0.9998195171356201 + ], + "min": [ + -1.0, + -0.9984747171401978, + -0.9999129176139832 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2241680, + "componentType": 5126, + "count": 4989, + "max": [ + 0.9999716877937317, + 0.9998981952667236, + 0.9996352195739746, + 1.0 + ], + "min": [ + -0.9999961256980896, + -0.9998970627784729, + -0.9996694326400757, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 14651600, + "componentType": 5126, + "count": 4989, + "max": [ + 0.9268702864646912, + 1.9972810745239258 + ], + "min": [ + 0.6760482788085938, + 1.8265568017959595 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14691512, + "componentType": 5126, + "count": 4989, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14731424, + "componentType": 5126, + "count": 4989, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14771336, + "componentType": 5126, + "count": 4989, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14811248, + "componentType": 5126, + "count": 4989, + "max": [ + 0.9268702864646912, + 1.9972810745239258 + ], + "min": [ + 0.6760482788085938, + 1.8265568017959595 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5543952, + "componentType": 5125, + "count": 24354, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8881536, + "componentType": 5126, + "count": 570, + "max": [ + 0.6909149289131165, + 0.6195769906044006, + 0.9311283826828003 + ], + "min": [ + 0.5208367705345154, + 0.2551446557044983, + 0.306458055973053 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8888376, + "componentType": 5126, + "count": 570, + "max": [ + 0.9949020147323608, + 0.9996151924133301, + 0.9902737736701965 + ], + "min": [ + -1.0, + -0.9965606927871704, + -0.9974051117897034 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2321504, + "componentType": 5126, + "count": 570, + "max": [ + 0.9964126944541931, + 0.9365929961204529, + 0.9655000567436218, + 1.0 + ], + "min": [ + -0.9983025193214417, + -0.9676745533943176, + -0.9999994039535522, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 14851160, + "componentType": 5126, + "count": 570, + "max": [ + 0.6655219793319702, + 1.1814478635787964 + ], + "min": [ + 0.5511276721954346, + 1.1062899827957153 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14855720, + "componentType": 5126, + "count": 570, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14860280, + "componentType": 5126, + "count": 570, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14864840, + "componentType": 5126, + "count": 570, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14869400, + "componentType": 5126, + "count": 570, + "max": [ + 0.6655219793319702, + 1.1814478635787964 + ], + "min": [ + 0.5511276721954346, + 1.1062899827957153 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5641368, + "componentType": 5125, + "count": 2958, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8895216, + "componentType": 5126, + "count": 139, + "max": [ + 0.6550614237785339, + 1.1833128929138184, + 0.538790762424469 + ], + "min": [ + -0.6438029408454895, + 0.9891114234924316, + 0.21255141496658325 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8896884, + "componentType": 5126, + "count": 139, + "max": [ + 0.39229878783226013, + -0.8349254131317139, + -0.34172430634498596 + ], + "min": [ + -0.39229878783226013, + -0.9201759696006775, + -0.4351045787334442 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 14873960, + "componentType": 5126, + "count": 139, + "max": [ + 0.6168035864830017, + 1.7415993213653564 + ], + "min": [ + 0.38292890787124634, + 1.6821792125701904 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14875072, + "componentType": 5126, + "count": 139, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14876184, + "componentType": 5126, + "count": 139, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14877296, + "componentType": 5126, + "count": 139, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5653200, + "componentType": 5125, + "count": 630, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8898552, + "componentType": 5126, + "count": 9, + "max": [ + 0.4285438060760498, + 0.841051459312439, + 0.5776425004005432 + ], + "min": [ + 0.1827147901058197, + 0.7477423548698425, + 0.5725812911987305 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8898660, + "componentType": 5126, + "count": 9, + "max": [ + 2.3823210426598962e-07, + 0.05415992811322212, + -0.9985322952270508 + ], + "min": [ + -3.1136241318563407e-07, + 0.054159123450517654, + -0.9985322952270508 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 14878408, + "componentType": 5126, + "count": 9, + "max": [ + 1.0, + 1.8851385116577148 + ], + "min": [ + 0.0, + 1.124884843826294 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14878480, + "componentType": 5126, + "count": 9, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14878552, + "componentType": 5126, + "count": 9, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14878624, + "componentType": 5126, + "count": 9, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5655720, + "componentType": 5125, + "count": 24, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8898768, + "componentType": 5126, + "count": 4, + "max": [ + -0.023299694061279297, + 0.8721793293952942, + 0.5419718623161316 + ], + "min": [ + -0.10336406528949738, + 0.8460685610771179, + 0.5063691735267639 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8898816, + "componentType": 5126, + "count": 4, + "max": [ + 0.40631556510925293, + 1.2356537126834155e-06, + -0.9137328267097473 + ], + "min": [ + 0.4063146710395813, + -1.9826491097774124e-06, + -0.9137332439422607 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2330624, + "componentType": 5126, + "count": 4, + "max": [ + 0.04440673440694809, + -0.9988183975219727, + 0.019748395308852196, + 1.0 + ], + "min": [ + 0.044405821710824966, + -0.9988183975219727, + 0.019745225086808205, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 14878696, + "componentType": 5126, + "count": 4, + "max": [ + 0.8007813096046448, + 1.809814453125 + ], + "min": [ + 0.6943358778953552, + 1.38916015625 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14878728, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14878760, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14878792, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14878824, + "componentType": 5126, + "count": 4, + "max": [ + 0.8007813096046448, + 1.809814453125 + ], + "min": [ + 0.6943358778953552, + 1.38916015625 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5655816, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8898864, + "componentType": 5126, + "count": 12, + "max": [ + 0.56108158826828, + 0.7885972857475281, + 0.5536185503005981 + ], + "min": [ + 0.5127853155136108, + 0.7515973448753357, + 0.5406776070594788 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8899008, + "componentType": 5126, + "count": 12, + "max": [ + -0.258817195892334, + 3.5117809602525085e-06, + -0.9659245014190674 + ], + "min": [ + -0.258823961019516, + -4.77789262731676e-06, + -0.9659263491630554 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 14878856, + "componentType": 5126, + "count": 12, + "max": [ + 1.0000009536743164, + 1.8699989318847656 + ], + "min": [ + 4.172325134277344e-07, + 1.1299991607666016 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14878952, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14879048, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14879144, + "componentType": 5126, + "count": 12, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5655840, + "componentType": 5125, + "count": 30, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8899152, + "componentType": 5126, + "count": 3678, + "max": [ + 0.6349895596504211, + 0.8369463682174683, + 1.0721018314361572 + ], + "min": [ + -0.6700649857521057, + 0.10568085312843323, + -1.4584202766418457 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8943288, + "componentType": 5126, + "count": 3678, + "max": [ + 0.9999591112136841, + 0.9999819993972778, + 0.9992746710777283 + ], + "min": [ + -0.9999589920043945, + -0.999993085861206, + -0.9999322295188904 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 14879240, + "componentType": 5126, + "count": 3678, + "max": [ + 0.9951527714729309, + 1.9960120916366577 + ], + "min": [ + 0.009585235267877579, + 1.9219176769256592 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14908664, + "componentType": 5126, + "count": 3678, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14938088, + "componentType": 5126, + "count": 3678, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14967512, + "componentType": 5126, + "count": 3678, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 14996936, + "componentType": 5126, + "count": 3678, + "max": [ + 0.9951527714729309, + 1.9960120916366577 + ], + "min": [ + 0.009585235267877579, + 1.9219176769256592 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5655960, + "componentType": 5125, + "count": 17754, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 8987424, + "componentType": 5126, + "count": 555, + "max": [ + 0.11535976827144623, + 0.841438889503479, + 0.5212466716766357 + ], + "min": [ + -0.08332911133766174, + 0.47168096899986267, + 0.08088012039661407 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 8994084, + "componentType": 5126, + "count": 555, + "max": [ + 0.9987969994544983, + 0.9999886155128479, + 0.4400824010372162 + ], + "min": [ + -0.9780552983283997, + -0.9999921917915344, + -0.7160488367080688 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2330688, + "componentType": 5126, + "count": 555, + "max": [ + 0.41458210349082947, + 0.3603202700614929, + 0.9972891807556152, + 1.0 + ], + "min": [ + -0.5438287258148193, + -0.6543941497802734, + -0.9764747619628906, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15026360, + "componentType": 5126, + "count": 555, + "max": [ + 0.6611726880073547, + 1.4389747381210327 + ], + "min": [ + 0.5449873805046082, + 1.3198013305664063 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15030800, + "componentType": 5126, + "count": 555, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15035240, + "componentType": 5126, + "count": 555, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15039680, + "componentType": 5126, + "count": 555, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15044120, + "componentType": 5126, + "count": 555, + "max": [ + 0.6611726880073547, + 1.4389747381210327 + ], + "min": [ + 0.5449873805046082, + 1.3198013305664063 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5726976, + "componentType": 5125, + "count": 2736, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9000744, + "componentType": 5126, + "count": 600, + "max": [ + 0.3333335518836975, + 0.8150513172149658, + 0.6756219863891602 + ], + "min": [ + -0.29314765334129333, + 0.22291132807731628, + -0.46537071466445923 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9007944, + "componentType": 5126, + "count": 600, + "max": [ + 1.0, + 0.9966918230056763, + 0.9996662139892578 + ], + "min": [ + -1.0, + -0.9989486932754517, + -0.9994184970855713 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15048560, + "componentType": 5126, + "count": 600, + "max": [ + 0.900654673576355, + 1.4639203548431396 + ], + "min": [ + 0.674770712852478, + 1.2894470691680908 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15053360, + "componentType": 5126, + "count": 600, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15058160, + "componentType": 5126, + "count": 600, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15062960, + "componentType": 5126, + "count": 600, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15067760, + "componentType": 5126, + "count": 600, + "max": [ + 0.900654673576355, + 1.4639203548431396 + ], + "min": [ + 0.674770712852478, + 1.2894470691680908 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5737920, + "componentType": 5125, + "count": 3006, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9015144, + "componentType": 5126, + "count": 100, + "max": [ + 0.1132812350988388, + 0.6802117824554443, + 0.3579787611961365 + ], + "min": [ + 0.07061148434877396, + 0.6361936926841736, + 0.3244088888168335 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9016344, + "componentType": 5126, + "count": 100, + "max": [ + 0.9730129241943359, + 0.9282891154289246, + 0.9373160600662231 + ], + "min": [ + -0.9730138182640076, + -0.9282886385917664, + -0.4157143831253052 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15072560, + "componentType": 5126, + "count": 100, + "max": [ + 0.8127756118774414, + 1.657931923866272 + ], + "min": [ + 0.7773116230964661, + 1.6523256301879883 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15073360, + "componentType": 5126, + "count": 100, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15074160, + "componentType": 5126, + "count": 100, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15074960, + "componentType": 5126, + "count": 100, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15075760, + "componentType": 5126, + "count": 100, + "max": [ + 0.8127756118774414, + 1.657931923866272 + ], + "min": [ + 0.7773116230964661, + 1.6523256301879883 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5749944, + "componentType": 5125, + "count": 288, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9017544, + "componentType": 5126, + "count": 614, + "max": [ + 0.5353630185127258, + 0.8538638353347778, + 0.5737774968147278 + ], + "min": [ + 0.07579417526721954, + 0.8363891839981079, + 0.558226466178894 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9024912, + "componentType": 5126, + "count": 614, + "max": [ + 0.9731495380401611, + 0.9984996914863586, + 0.21558141708374023 + ], + "min": [ + -0.973149299621582, + -0.9984999895095825, + -0.9761524796485901 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15076560, + "componentType": 5126, + "count": 614, + "max": [ + 0.49855369329452515, + 1.6708741188049316 + ], + "min": [ + 0.46199390292167664, + 1.6611530780792236 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15081472, + "componentType": 5126, + "count": 614, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15086384, + "componentType": 5126, + "count": 614, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15091296, + "componentType": 5126, + "count": 614, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15096208, + "componentType": 5126, + "count": 614, + "max": [ + 0.49855369329452515, + 1.6708741188049316 + ], + "min": [ + 0.46199390292167664, + 1.6611530780792236 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5751096, + "componentType": 5125, + "count": 2304, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9032280, + "componentType": 5126, + "count": 6281, + "max": [ + 0.6689915060997009, + 1.1327600479125977, + 0.8639535903930664 + ], + "min": [ + -0.6926600933074951, + 0.09930789470672607, + -0.7504122257232666 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9107652, + "componentType": 5126, + "count": 6281, + "max": [ + 1.0, + 1.0, + 1.0 + ], + "min": [ + -1.0, + -1.0, + -1.0 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15101120, + "componentType": 5126, + "count": 6281, + "max": [ + 0.9790120124816895, + 1.9120047092437744 + ], + "min": [ + 0.38073909282684326, + 1.295193076133728 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15151368, + "componentType": 5126, + "count": 6281, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15201616, + "componentType": 5126, + "count": 6281, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15251864, + "componentType": 5126, + "count": 6281, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15302112, + "componentType": 5126, + "count": 6281, + "max": [ + 0.9790120124816895, + 1.9120047092437744 + ], + "min": [ + 0.38073909282684326, + 1.295193076133728 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5760312, + "componentType": 5125, + "count": 20502, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9183024, + "componentType": 5126, + "count": 34, + "max": [ + 0.3831050992012024, + 0.8593748211860657, + 0.5781214833259583 + ], + "min": [ + 0.2281535118818283, + 0.8544491529464722, + 0.5778542757034302 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9183432, + "componentType": 5126, + "count": 34, + "max": [ + 2.6691290258895606e-05, + 0.054176680743694305, + -0.9985314011573792 + ], + "min": [ + -2.9284470656421036e-05, + 0.05412181839346886, + -0.9985343813896179 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2339568, + "componentType": 5126, + "count": 34, + "max": [ + -1.0, + 5.7186716730939224e-05, + 2.7590354875428602e-05, + 1.0 + ], + "min": [ + -1.0, + -5.74804944335483e-05, + -2.7590243917074986e-05, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15352360, + "componentType": 5126, + "count": 34, + "max": [ + 0.22442570328712463, + 1.9744499921798706 + ], + "min": [ + 0.028473060578107834, + 1.7784957885742188 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15352632, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15352904, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15353176, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15353448, + "componentType": 5126, + "count": 34, + "max": [ + 0.22442570328712463, + 1.9744499921798706 + ], + "min": [ + 0.028473060578107834, + 1.7784957885742188 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15353720, + "componentType": 5126, + "count": 34, + "max": [ + 0.22442570328712463, + 1.9744499921798706 + ], + "min": [ + 0.028473060578107834, + 1.7784957885742188 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5842320, + "componentType": 5125, + "count": 96, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9183840, + "componentType": 5126, + "count": 34, + "max": [ + 0.37310510873794556, + 0.8593748211860657, + 0.5781214833259583 + ], + "min": [ + 0.23815351724624634, + 0.8544491529464722, + 0.5778542757034302 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9184248, + "componentType": 5126, + "count": 34, + "max": [ + 2.66905699390918e-05, + 0.054176680743694305, + -0.9985314011573792 + ], + "min": [ + -2.9283639378263615e-05, + 0.05412181839346886, + -0.9985343813896179 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2340112, + "componentType": 5126, + "count": 34, + "max": [ + -1.0, + 5.718653119402006e-05, + 2.7694237360265106e-05, + 1.0 + ], + "min": [ + -1.0, + -5.7478238886687905e-05, + -2.7691081413649954e-05, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15353992, + "componentType": 5126, + "count": 34, + "max": [ + 0.45625820755958557, + 1.9733353853225708 + ], + "min": [ + 0.2603054940700531, + 1.777381181716919 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15354264, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15354536, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15354808, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15355080, + "componentType": 5126, + "count": 34, + "max": [ + 0.45625820755958557, + 1.9733353853225708 + ], + "min": [ + 0.2603054940700531, + 1.777381181716919 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15355352, + "componentType": 5126, + "count": 34, + "max": [ + 0.45625820755958557, + 1.9733353853225708 + ], + "min": [ + 0.2603054940700531, + 1.777381181716919 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5842704, + "componentType": 5125, + "count": 96, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9184656, + "componentType": 5126, + "count": 34, + "max": [ + 0.3631051182746887, + 0.8593748211860657, + 0.5781214833259583 + ], + "min": [ + 0.24815350770950317, + 0.8544491529464722, + 0.5778542757034302 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9185064, + "componentType": 5126, + "count": 34, + "max": [ + 2.66905699390918e-05, + 0.05417666956782341, + -0.9985314011573792 + ], + "min": [ + -2.9283639378263615e-05, + 0.05412181839346886, + -0.9985343813896179 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2340656, + "componentType": 5126, + "count": 34, + "max": [ + -1.0, + 5.8647103287512437e-05, + 2.751083593466319e-05, + 1.0 + ], + "min": [ + -1.0, + -5.893968773307279e-05, + -2.7509513529366814e-05, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15355624, + "componentType": 5126, + "count": 34, + "max": [ + 0.6801214218139648, + 1.9726109504699707 + ], + "min": [ + 0.4841687083244324, + 1.7766566276550293 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15355896, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15356168, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15356440, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15356712, + "componentType": 5126, + "count": 34, + "max": [ + 0.6801214218139648, + 1.9726109504699707 + ], + "min": [ + 0.4841687083244324, + 1.7766566276550293 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15356984, + "componentType": 5126, + "count": 34, + "max": [ + 0.6801214218139648, + 1.9726109504699707 + ], + "min": [ + 0.4841687083244324, + 1.7766566276550293 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5843088, + "componentType": 5125, + "count": 96, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9185472, + "componentType": 5126, + "count": 34, + "max": [ + 0.3531050980091095, + 0.8593748211860657, + 0.5781214833259583 + ], + "min": [ + 0.25815349817276, + 0.8544491529464722, + 0.5778542757034302 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9185880, + "componentType": 5126, + "count": 34, + "max": [ + 4.482220174395479e-05, + 0.054182447493076324, + -0.9985311031341553 + ], + "min": [ + -2.928413960034959e-05, + 0.05412181839346886, + -0.9985343813896179 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2341200, + "componentType": 5126, + "count": 34, + "max": [ + -1.0, + 5.718673128285445e-05, + 2.6209401767118834e-05, + 1.0 + ], + "min": [ + -1.0, + -5.748048351961188e-05, + -4.579625237965956e-05, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15357256, + "componentType": 5126, + "count": 34, + "max": [ + 0.9003623127937317, + 1.9733353853225708 + ], + "min": [ + 0.7044095993041992, + 1.777381181716919 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15357528, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15357800, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15358072, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15358344, + "componentType": 5126, + "count": 34, + "max": [ + 0.9003623127937317, + 1.9733353853225708 + ], + "min": [ + 0.7044095993041992, + 1.777381181716919 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15358616, + "componentType": 5126, + "count": 34, + "max": [ + 0.9003623127937317, + 1.9733353853225708 + ], + "min": [ + 0.7044095993041992, + 1.777381181716919 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5843472, + "componentType": 5125, + "count": 96, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9186288, + "componentType": 5126, + "count": 34, + "max": [ + 0.3431050181388855, + 0.8593748211860657, + 0.5781212449073792 + ], + "min": [ + 0.26815351843833923, + 0.8544491529464722, + 0.5778541564941406 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9186696, + "componentType": 5126, + "count": 34, + "max": [ + 2.3783020878909156e-05, + 0.054176218807697296, + -0.9985314011573792 + ], + "min": [ + -2.6692989194998518e-05, + 0.05413172021508217, + -0.9985337853431702 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2341744, + "componentType": 5126, + "count": 34, + "max": [ + -1.0, + 6.068414950277656e-05, + 2.7862573915626854e-05, + 1.0 + ], + "min": [ + -1.0, + -6.066817877581343e-05, + -2.5973353331210092e-05, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15358888, + "componentType": 5126, + "count": 34, + "max": [ + 0.23072870075702667, + 1.7209277153015137 + ], + "min": [ + 0.03477128967642784, + 1.5249736309051514 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15359160, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15359432, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15359704, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15359976, + "componentType": 5126, + "count": 34, + "max": [ + 0.23072870075702667, + 1.7209277153015137 + ], + "min": [ + 0.03477128967642784, + 1.5249736309051514 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15360248, + "componentType": 5126, + "count": 34, + "max": [ + 0.23072870075702667, + 1.7209277153015137 + ], + "min": [ + 0.03477128967642784, + 1.5249736309051514 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5843856, + "componentType": 5125, + "count": 96, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9187104, + "componentType": 5126, + "count": 34, + "max": [ + 0.3331049978733063, + 0.8593748211860657, + 0.5781212449073792 + ], + "min": [ + 0.27815350890159607, + 0.8544491529464722, + 0.5778541564941406 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9187512, + "componentType": 5126, + "count": 34, + "max": [ + 3.578768883016892e-05, + 0.054176218807697296, + -0.9985314011573792 + ], + "min": [ + -3.310778265586123e-05, + 0.05413118004798889, + -0.9985339045524597 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2342288, + "componentType": 5126, + "count": 34, + "max": [ + -1.0, + 6.068384027457796e-05, + 3.4058470191666856e-05, + 1.0 + ], + "min": [ + -1.0, + -6.0669099184451625e-05, + -3.800454578595236e-05, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15360520, + "componentType": 5126, + "count": 34, + "max": [ + 0.45864900946617126, + 1.721022129058838 + ], + "min": [ + 0.26269158720970154, + 1.5249736309051514 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15360792, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15361064, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15361336, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15361608, + "componentType": 5126, + "count": 34, + "max": [ + 0.45864900946617126, + 1.721022129058838 + ], + "min": [ + 0.26269158720970154, + 1.5249736309051514 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15361880, + "componentType": 5126, + "count": 34, + "max": [ + 0.45864900946617126, + 1.721022129058838 + ], + "min": [ + 0.26269158720970154, + 1.5249736309051514 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5844240, + "componentType": 5125, + "count": 96, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9187920, + "componentType": 5126, + "count": 34, + "max": [ + 0.32310500741004944, + 0.8593748211860657, + 0.5781212449073792 + ], + "min": [ + 0.2881534993648529, + 0.8544491529464722, + 0.5778541564941406 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9188328, + "componentType": 5126, + "count": 34, + "max": [ + 3.578847827157006e-05, + 0.054176218807697296, + -0.9985314011573792 + ], + "min": [ + -3.3108073694165796e-05, + 0.05413118004798889, + -0.9985339045524597 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2342832, + "componentType": 5126, + "count": 34, + "max": [ + -1.0, + 6.214722088770941e-05, + 3.4138716728193685e-05, + 1.0 + ], + "min": [ + -1.0, + -6.213043525349349e-05, + -3.7993580917827785e-05, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15362152, + "componentType": 5126, + "count": 34, + "max": [ + 0.6787896156311035, + 1.7208662033081055 + ], + "min": [ + 0.4828368127346039, + 1.5248175859451294 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15362424, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15362696, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15362968, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15363240, + "componentType": 5126, + "count": 34, + "max": [ + 0.6787896156311035, + 1.7208662033081055 + ], + "min": [ + 0.4828368127346039, + 1.5248175859451294 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15363512, + "componentType": 5126, + "count": 34, + "max": [ + 0.6787896156311035, + 1.7208662033081055 + ], + "min": [ + 0.4828368127346039, + 1.5248175859451294 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5844624, + "componentType": 5125, + "count": 96, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9188736, + "componentType": 5126, + "count": 34, + "max": [ + 0.3131050169467926, + 0.8593748211860657, + 0.5781212449073792 + ], + "min": [ + 0.29815351963043213, + 0.8544491529464722, + 0.5778541564941406 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9189144, + "componentType": 5126, + "count": 34, + "max": [ + 3.5787928936770186e-05, + 0.05417622998356819, + -0.9985314011573792 + ], + "min": [ + -3.310799365863204e-05, + 0.05413118004798889, + -0.9985339045524597 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2343376, + "componentType": 5126, + "count": 34, + "max": [ + -1.0, + 6.214635504875332e-05, + 3.413861486478709e-05, + 1.0 + ], + "min": [ + -1.0, + -6.212961307028309e-05, + -3.805274536716752e-05, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15363784, + "componentType": 5126, + "count": 34, + "max": [ + 0.9045776724815369, + 1.7209091186523438 + ], + "min": [ + 0.7086247801780701, + 1.5248605012893677 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15364056, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15364328, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15364600, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15364872, + "componentType": 5126, + "count": 34, + "max": [ + 0.9045776724815369, + 1.7209091186523438 + ], + "min": [ + 0.7086247801780701, + 1.5248605012893677 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15365144, + "componentType": 5126, + "count": 34, + "max": [ + 0.9045776724815369, + 1.7209091186523438 + ], + "min": [ + 0.7086247801780701, + 1.5248605012893677 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5845008, + "componentType": 5125, + "count": 96, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9189552, + "componentType": 5126, + "count": 68, + "max": [ + 0.5330386161804199, + 0.8467649221420288, + 0.5644518733024597 + ], + "min": [ + 0.5070980787277222, + 0.8385581374168396, + 0.5586830973625183 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9190368, + "componentType": 5126, + "count": 68, + "max": [ + -0.21056370437145233, + 0.053113944828510284, + -0.9761316180229187 + ], + "min": [ + -0.21058830618858337, + 0.053086057305336, + -0.9761375784873962 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2343920, + "componentType": 5126, + "count": 68, + "max": [ + -0.9692121148109436, + 0.11900657415390015, + 0.2155667394399643, + 1.0 + ], + "min": [ + -0.9692952632904053, + 0.11835744976997375, + 0.21552962064743042, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15365416, + "componentType": 5126, + "count": 68, + "max": [ + 0.9865180253982544, + 1.8030691146850586 + ], + "min": [ + 0.8850187063217163, + 1.702108383178711 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15365960, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15366504, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15367048, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15367592, + "componentType": 5126, + "count": 68, + "max": [ + 0.9865180253982544, + 1.8030691146850586 + ], + "min": [ + 0.8850187063217163, + 1.702108383178711 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15368136, + "componentType": 5126, + "count": 68, + "max": [ + 0.9865180253982544, + 1.8030691146850586 + ], + "min": [ + 0.8850187063217163, + 1.702108383178711 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5845392, + "componentType": 5125, + "count": 192, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9191184, + "componentType": 5126, + "count": 68, + "max": [ + 0.10417160391807556, + 0.8488314747810364, + 0.5645594000816345 + ], + "min": [ + 0.07812680304050446, + 0.8413414359092712, + 0.5588192939758301 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9192000, + "componentType": 5126, + "count": 68, + "max": [ + 0.21061259508132935, + 0.05284545570611954, + -0.9761413931846619 + ], + "min": [ + 0.2105751931667328, + 0.052813947200775146, + -0.9761493802070618 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2345008, + "componentType": 5126, + "count": 68, + "max": [ + -0.9731141924858093, + -0.08322592079639435, + -0.21445196866989136, + 1.0 + ], + "min": [ + -0.9731788635253906, + -0.08390892297029495, + -0.21449525654315948, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15368680, + "componentType": 5126, + "count": 68, + "max": [ + 0.2853826880455017, + 1.7913429737091064 + ], + "min": [ + 0.19885319471359253, + 1.705273151397705 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15369224, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15369768, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15370312, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15370856, + "componentType": 5126, + "count": 68, + "max": [ + 0.2853826880455017, + 1.7913429737091064 + ], + "min": [ + 0.19885319471359253, + 1.705273151397705 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15371400, + "componentType": 5126, + "count": 68, + "max": [ + 0.2853826880455017, + 1.7913429737091064 + ], + "min": [ + 0.19885319471359253, + 1.705273151397705 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5846160, + "componentType": 5125, + "count": 192, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9192816, + "componentType": 5126, + "count": 68, + "max": [ + 0.4991146922111511, + 0.8509188294410706, + 0.5719960927963257 + ], + "min": [ + 0.47317421436309814, + 0.8427120447158813, + 0.5662272572517395 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9193632, + "componentType": 5126, + "count": 68, + "max": [ + -0.2105647772550583, + 0.053112514317035675, + -0.9761316776275635 + ], + "min": [ + -0.21058769524097443, + 0.05308075621724129, + -0.9761372804641724 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2346096, + "componentType": 5126, + "count": 68, + "max": [ + -0.9692138433456421, + 0.11898405849933624, + 0.2155669778585434, + 1.0 + ], + "min": [ + -0.9692962169647217, + 0.11834855377674103, + 0.2155340015888214, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15371944, + "componentType": 5126, + "count": 68, + "max": [ + 0.5101444721221924, + 1.7919526100158691 + ], + "min": [ + 0.4228209853172302, + 1.705091953277588 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15372488, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15373032, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15373576, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15374120, + "componentType": 5126, + "count": 68, + "max": [ + 0.5101444721221924, + 1.7919526100158691 + ], + "min": [ + 0.4228209853172302, + 1.705091953277588 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15374664, + "componentType": 5126, + "count": 68, + "max": [ + 0.5101444721221924, + 1.7919526100158691 + ], + "min": [ + 0.4228209853172302, + 1.705091953277588 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5846928, + "componentType": 5125, + "count": 192, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9194448, + "componentType": 5126, + "count": 68, + "max": [ + 0.1382317990064621, + 0.8517561554908752, + 0.5720658898353577 + ], + "min": [ + 0.11218699812889099, + 0.8442662358283997, + 0.566325843334198 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9195264, + "componentType": 5126, + "count": 68, + "max": [ + 0.21061110496520996, + 0.05284511670470238, + -0.9761415123939514 + ], + "min": [ + 0.21058639883995056, + 0.052816323935985565, + -0.9761471748352051 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2347184, + "componentType": 5126, + "count": 68, + "max": [ + -0.9731158018112183, + -0.08325601369142532, + -0.21445909142494202, + 1.0 + ], + "min": [ + -0.9731765985488892, + -0.08391367644071579, + -0.21448975801467896, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15375208, + "componentType": 5126, + "count": 68, + "max": [ + 0.7309644818305969, + 1.7915582656860352 + ], + "min": [ + 0.6445779800415039, + 1.705629825592041 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15375752, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15376296, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15376840, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15377384, + "componentType": 5126, + "count": 68, + "max": [ + 0.7309644818305969, + 1.7915582656860352 + ], + "min": [ + 0.6445779800415039, + 1.705629825592041 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15377928, + "componentType": 5126, + "count": 68, + "max": [ + 0.7309644818305969, + 1.7915582656860352 + ], + "min": [ + 0.6445779800415039, + 1.705629825592041 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5847696, + "componentType": 5125, + "count": 192, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9196080, + "componentType": 5126, + "count": 34, + "max": [ + 0.4443182945251465, + 0.8453414440155029, + 0.5773603320121765 + ], + "min": [ + 0.16694019734859467, + 0.8404156565666199, + 0.5770930647850037 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9196488, + "componentType": 5126, + "count": 34, + "max": [ + 2.0734059944516048e-05, + 0.054190538823604584, + -0.9985306262969971 + ], + "min": [ + -2.6159847038798034e-05, + 0.054141510277986526, + -0.998533308506012 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2348272, + "componentType": 5126, + "count": 34, + "max": [ + -1.0, + 8.303629874717444e-05, + 3.070442471653223e-05, + 1.0 + ], + "min": [ + -1.0, + -8.21374705992639e-05, + -2.1065674445708282e-05, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15378472, + "componentType": 5126, + "count": 34, + "max": [ + 0.22802360355854034, + 1.4723531007766724 + ], + "min": [ + 0.02873200923204422, + 1.0287644863128662 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15378744, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15379016, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15379288, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15379560, + "componentType": 5126, + "count": 34, + "max": [ + 0.22802360355854034, + 1.4723531007766724 + ], + "min": [ + 0.02873200923204422, + 1.0287644863128662 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15379832, + "componentType": 5126, + "count": 34, + "max": [ + 0.22802360355854034, + 1.4723531007766724 + ], + "min": [ + 0.02873200923204422, + 1.0287644863128662 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5848464, + "componentType": 5125, + "count": 96, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9196896, + "componentType": 5126, + "count": 34, + "max": [ + 0.4443182945251465, + 0.8363549709320068, + 0.5768728852272034 + ], + "min": [ + 0.16694019734859467, + 0.8314290642738342, + 0.5766056776046753 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9197304, + "componentType": 5126, + "count": 34, + "max": [ + 4.555827035801485e-05, + 0.054206859320402145, + -0.9985297918319702 + ], + "min": [ + -3.1175459298538044e-05, + 0.05413210764527321, + -0.9985337853431702 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2348816, + "componentType": 5126, + "count": 34, + "max": [ + -1.0, + 4.398716555442661e-05, + 3.30139919242356e-05, + 1.0 + ], + "min": [ + -1.0, + -4.422729762154631e-05, + -4.737414201372303e-05, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15380104, + "componentType": 5126, + "count": 34, + "max": [ + 0.4765697121620178, + 1.474801778793335 + ], + "min": [ + 0.27215608954429626, + 1.0287644863128662 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15380376, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15380648, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15380920, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15381192, + "componentType": 5126, + "count": 34, + "max": [ + 0.4765697121620178, + 1.474801778793335 + ], + "min": [ + 0.27215608954429626, + 1.0287644863128662 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15381464, + "componentType": 5126, + "count": 34, + "max": [ + 0.4765697121620178, + 1.474801778793335 + ], + "min": [ + 0.27215608954429626, + 1.0287644863128662 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5848848, + "componentType": 5125, + "count": 96, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9197712, + "componentType": 5126, + "count": 68, + "max": [ + 0.4443182945251465, + 0.8273680210113525, + 0.5763854384422302 + ], + "min": [ + 0.16694019734859467, + 0.8134555220603943, + 0.5756308436393738 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9198528, + "componentType": 5126, + "count": 68, + "max": [ + 2.81237098533893e-05, + 0.05420367792248726, + -0.9985299110412598 + ], + "min": [ + -3.5905850381823257e-05, + 0.054139379411935806, + -0.9985334277153015 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "byteOffset": 2349360, + "componentType": 5126, + "count": 68, + "max": [ + -1.0, + 8.761667413637042e-05, + 3.434722748352215e-05, + 1.0 + ], + "min": [ + -1.0, + -8.843771502142772e-05, + -2.7968460926786065e-05, + 1.0 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "byteOffset": 15381736, + "componentType": 5126, + "count": 68, + "max": [ + 0.9585794806480408, + 1.4715524911880493 + ], + "min": [ + 0.5118920803070068, + 1.0287644863128662 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15382280, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15382824, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15383368, + "componentType": 5126, + "count": 68, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15383912, + "componentType": 5126, + "count": 68, + "max": [ + 0.9585794806480408, + 1.4715524911880493 + ], + "min": [ + 0.5118920803070068, + 1.0287644863128662 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15384456, + "componentType": 5126, + "count": 68, + "max": [ + 0.9585794806480408, + 1.4715524911880493 + ], + "min": [ + 0.5118920803070068, + 1.0287644863128662 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5849232, + "componentType": 5125, + "count": 192, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9199344, + "componentType": 5126, + "count": 4, + "max": [ + 0.3326683044433594, + 0.8380266427993774, + 0.5773239135742188 + ], + "min": [ + 0.27905648946762085, + 0.8273857235908508, + 0.5767611861228943 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9199392, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15385000, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385032, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385064, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385096, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850000, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9199440, + "componentType": 5126, + "count": 4, + "max": [ + 0.25308308005332947, + 0.8366687893867493, + 0.5772520899772644 + ], + "min": [ + 0.2357674539089203, + 0.8293532133102417, + 0.5768651962280273 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9199488, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15385128, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385160, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385192, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385224, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850024, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9199536, + "componentType": 5126, + "count": 4, + "max": [ + 0.27506059408187866, + 0.81674724817276, + 0.5761985778808594 + ], + "min": [ + 0.20979401469230652, + 0.8017834424972534, + 0.5754072070121765 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9199584, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15385256, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385288, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385320, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385352, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850048, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9199632, + "componentType": 5126, + "count": 4, + "max": [ + 0.27439457178115845, + 0.7928029894828796, + 0.5749322772026062 + ], + "min": [ + 0.24509119987487793, + 0.7801669239997864, + 0.5742640495300293 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9199680, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15385384, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385416, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385448, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385480, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850072, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9199728, + "componentType": 5126, + "count": 4, + "max": [ + 0.24076230823993683, + 0.7931355834007263, + 0.5749498605728149 + ], + "min": [ + 0.21012698113918304, + 0.7804995179176331, + 0.574281632900238 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9199776, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15385512, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385544, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385576, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385608, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850096, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9199824, + "componentType": 5126, + "count": 4, + "max": [ + 0.23478510975837708, + 0.7659287452697754, + 0.5735110640525818 + ], + "min": [ + 0.2134735882282257, + 0.7602757811546326, + 0.5732120871543884 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9199872, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15385640, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385672, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385704, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385736, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850120, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9199920, + "componentType": 5126, + "count": 4, + "max": [ + 0.30131107568740845, + 0.7755115628242493, + 0.5740178227424622 + ], + "min": [ + 0.2799994945526123, + 0.7652031779289246, + 0.5734726786613464 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9199968, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15385768, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385800, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385832, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385864, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850144, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9200016, + "componentType": 5126, + "count": 4, + "max": [ + 0.33200234174728394, + 0.7755115628242493, + 0.5740178227424622 + ], + "min": [ + 0.3106907606124878, + 0.7652031779289246, + 0.5734726786613464 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9200064, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15385896, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385928, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385960, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15385992, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850168, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9200112, + "componentType": 5126, + "count": 4, + "max": [ + 0.33191365003585815, + 0.7609325051307678, + 0.5732468366622925 + ], + "min": [ + 0.310602068901062, + 0.7506241202354431, + 0.5727016925811768 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9200160, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15386024, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386056, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386088, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386120, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850192, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9200208, + "componentType": 5126, + "count": 4, + "max": [ + 0.30131107568740845, + 0.7609325051307678, + 0.5732468366622925 + ], + "min": [ + 0.2799994945526123, + 0.7506241202354431, + 0.5727016925811768 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9200256, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15386152, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386184, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386216, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386248, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850216, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9200304, + "componentType": 5126, + "count": 4, + "max": [ + 0.36496853828430176, + 0.7595500946044922, + 0.5731737017631531 + ], + "min": [ + 0.3526478409767151, + 0.7528995871543884, + 0.5728219747543335 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9200352, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15386280, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386312, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386344, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386376, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850240, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9200400, + "componentType": 5126, + "count": 4, + "max": [ + 0.35431280732154846, + 0.7884801030158997, + 0.5747036933898926 + ], + "min": [ + 0.33799615502357483, + 0.7808319330215454, + 0.5742992162704468 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9200448, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15386408, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386440, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386472, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386504, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850264, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9200496, + "componentType": 5126, + "count": 4, + "max": [ + 0.34998390078544617, + 0.8061040639877319, + 0.5756356716156006 + ], + "min": [ + 0.3373301923274994, + 0.8001185655593872, + 0.5753191113471985 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9200544, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15386536, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386568, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386600, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386632, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850288, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9200592, + "componentType": 5126, + "count": 4, + "max": [ + 0.34998390078544617, + 0.8154148459434509, + 0.5761281251907349 + ], + "min": [ + 0.3373301923274994, + 0.8090968132019043, + 0.575793981552124 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9200640, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15386664, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386696, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386728, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386760, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850312, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9200688, + "componentType": 5126, + "count": 4, + "max": [ + 0.3926069736480713, + 0.8134196996688843, + 0.5760225653648376 + ], + "min": [ + 0.36063963174819946, + 0.8014487028121948, + 0.5753895044326782 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9200736, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15386792, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386824, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386856, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386888, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850336, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9200784, + "componentType": 5126, + "count": 4, + "max": [ + 0.3749583959579468, + 0.7955160737037659, + 0.5750757455825806 + ], + "min": [ + 0.36030668020248413, + 0.7888655066490173, + 0.574724018573761 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9200832, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15386920, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386952, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15386984, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15387016, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850360, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9200880, + "componentType": 5126, + "count": 4, + "max": [ + 0.3330012857913971, + 0.8237281441688538, + 0.5765677094459534 + ], + "min": [ + 0.27905645966529846, + 0.7798344492912292, + 0.5742464065551758 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9200928, + "componentType": 5126, + "count": 4, + "max": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "min": [ + 1.7508919825104385e-07, + 0.052810799330472946, + -0.9986045360565186 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15387048, + "componentType": 5126, + "count": 4, + "max": [ + 1.0, + 2.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15387080, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15387112, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15387144, + "componentType": 5126, + "count": 4, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850384, + "componentType": 5125, + "count": 6, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9200976, + "componentType": 5126, + "count": 25, + "max": [ + -0.049889303743839264, + 0.8784242272377014, + 0.5277143120765686 + ], + "min": [ + -0.0527169443666935, + 0.8754035830497742, + 0.526028573513031 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9201276, + "componentType": 5126, + "count": 25, + "max": [ + 0.9867172241210938, + 0.9999179244041443, + 0.15552091598510742 + ], + "min": [ + -0.9867170453071594, + -0.9957323670387268, + -0.9112564921379089 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15387176, + "componentType": 5126, + "count": 25, + "max": [ + 0.97607421875, + 1.89501953125 + ], + "min": [ + 0.89892578125, + 1.8177490234375 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15387376, + "componentType": 5126, + "count": 25, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15387576, + "componentType": 5126, + "count": 25, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15387776, + "componentType": 5126, + "count": 25, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850408, + "componentType": 5125, + "count": 108, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9201576, + "componentType": 5126, + "count": 34, + "max": [ + 0.11104603856801987, + 1.0769288539886475, + 0.30374640226364136 + ], + "min": [ + -0.2158522605895996, + 1.0244898796081543, + 0.23388800024986267 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9201984, + "componentType": 5126, + "count": 34, + "max": [ + 0.4069877862930298, + 0.04571198672056198, + -0.9123098254203796 + ], + "min": [ + -0.00589965982362628, + 0.04372796043753624, + -0.9990391731262207 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15387976, + "componentType": 5126, + "count": 34, + "max": [ + 0.9990671873092651, + 1.8118054866790771 + ], + "min": [ + 0.0003048777871299535, + 1.1881946325302124 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15388248, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15388520, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15388792, + "componentType": 5126, + "count": 34, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5850840, + "componentType": 5125, + "count": 96, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9202392, + "componentType": 5126, + "count": 517, + "max": [ + -0.003897366113960743, + 1.1676900386810303, + 0.9088535308837891 + ], + "min": [ + -0.043387774378061295, + 0.8793132305145264, + 0.33318257331848145 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9208596, + "componentType": 5126, + "count": 517, + "max": [ + 0.9995464086532593, + 0.9976899027824402, + 0.9974827766418457 + ], + "min": [ + -0.9995455741882324, + -0.9998085498809814, + -0.970517098903656 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15389064, + "componentType": 5126, + "count": 517, + "max": [ + 0.3854750096797943, + 1.9164929389953613 + ], + "min": [ + 0.1365043967962265, + 1.7689688205718994 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15393200, + "componentType": 5126, + "count": 517, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15397336, + "componentType": 5126, + "count": 517, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15401472, + "componentType": 5126, + "count": 517, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15405608, + "componentType": 5126, + "count": 517, + "max": [ + 0.3854750096797943, + 1.9164929389953613 + ], + "min": [ + 0.1365043967962265, + 1.7689688205718994 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5851224, + "componentType": 5125, + "count": 1674, + "type": "SCALAR" + }, + { + "bufferView": 2, + "byteOffset": 9214800, + "componentType": 5126, + "count": 952, + "max": [ + 0.019982144236564636, + 1.0596948862075806, + 1.16542649269104 + ], + "min": [ + -0.03491557389497757, + 0.7670422792434692, + 0.6119101643562317 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 9226224, + "componentType": 5126, + "count": 952, + "max": [ + 0.9999769926071167, + 0.9953712224960327, + 0.9983832240104675 + ], + "min": [ + -0.9999704957008362, + -0.9992898106575012, + -0.9938172101974487 + ], + "type": "VEC3" + }, + { + "bufferView": 1, + "byteOffset": 15409744, + "componentType": 5126, + "count": 952, + "max": [ + 0.44700419902801514, + 1.7168161869049072 + ], + "min": [ + 0.35801878571510315, + 1.6777002811431885 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15417360, + "componentType": 5126, + "count": 952, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15424976, + "componentType": 5126, + "count": 952, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15432592, + "componentType": 5126, + "count": 952, + "max": [ + 0.0, + 1.0 + ], + "min": [ + 0.0, + 1.0 + ], + "type": "VEC2" + }, + { + "bufferView": 1, + "byteOffset": 15440208, + "componentType": 5126, + "count": 952, + "max": [ + 0.44700419902801514, + 1.7168161869049072 + ], + "min": [ + 0.35801878571510315, + 1.6777002811431885 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "byteOffset": 5857920, + "componentType": 5125, + "count": 3432, + "type": "SCALAR" + } + ], + "asset": { + "extras": { + "author": "vecarz (https://sketchfab.com/heynic)", + "license": "CC-BY-NC-SA-4.0 (http://creativecommons.org/licenses/by-nc-sa/4.0/)", + "source": "https://sketchfab.com/3d-models/porsche-992-gt3-r-wwwvecarzcom-e9ca2851f3e140dc85c3d50e6f746211", + "title": "Porsche 992 GT3 R | www.vecarz.com" + }, + "generator": "Sketchfab-17.14.0", + "version": "2.0" + }, + "bufferViews": [ + { + "buffer": 0, + "byteLength": 5871648, + "name": "floatBufferViews", + "target": 34963 + }, + { + "buffer": 0, + "byteLength": 15447824, + "byteOffset": 5871648, + "byteStride": 8, + "name": "floatBufferViews", + "target": 34962 + }, + { + "buffer": 0, + "byteLength": 9237648, + "byteOffset": 21319472, + "byteStride": 12, + "name": "floatBufferViews", + "target": 34962 + }, + { + "buffer": 0, + "byteLength": 2350448, + "byteOffset": 30557120, + "byteStride": 16, + "name": "floatBufferViews", + "target": 34962 + } + ], + "buffers": [ + { + "byteLength": 32907568, + "uri": "scene.bin" + } + ], + "extensionsUsed": [ + "KHR_materials_clearcoat", + "KHR_texture_transform", + "KHR_materials_emissive_strength" + ], + "images": [ + { + "uri": "textures/EXT_RIM_BLUR_baseColor.png" + }, + { + "uri": "textures/EXT_RIM_normal.png" + }, + { + "uri": "textures/MI_Tyre_Flex_Dry_R_baseColor.png" + }, + { + "uri": "textures/MI_Tyre_Flex_Dry_R_normal.png" + }, + { + "uri": "textures/EXT_Glass_Emissive_Rear_baseColor.png" + }, + { + "uri": "textures/EXT_Emissive_Light_Rear_baseColor.png" + }, + { + "uri": "textures/EXT_Windows_baseColor.png" + }, + { + "uri": "textures/EXT_Banner_baseColor.png" + }, + { + "uri": "textures/EXT_Grid_2_baseColor.png" + }, + { + "uri": "textures/EXT_Grid_2_normal.png" + }, + { + "uri": "textures/EXT_Details_baseColor.png" + }, + { + "uri": "textures/EXT_Details_normal.png" + }, + { + "uri": "textures/EXT_Mechanics_normal.png" + }, + { + "uri": "textures/EXT_Carpaint_Inst_baseColor.png" + }, + { + "uri": "textures/EXT_Carpaint_Inst_normal.png" + }, + { + "uri": "textures/AUX_LIGHT_Porsche992_baseColor.png" + }, + { + "uri": "textures/INT_NET_baseColor.png" + }, + { + "uri": "textures/INT_NET_normal.png" + }, + { + "uri": "textures/BELT_Schroth_2_baseColor.png" + }, + { + "uri": "textures/EXT_Disc_baseColor.png" + }, + { + "uri": "textures/EXT_Disc_normal.png" + }, + { + "uri": "textures/EXT_Details_0_baseColor.png" + }, + { + "uri": "textures/EXT_Windows_0_baseColor.png" + }, + { + "uri": "textures/INT_Windows_baseColor.png" + }, + { + "uri": "textures/INT_DECALS_baseColor.png" + }, + { + "uri": "textures/INT_DECALS_normal.png" + }, + { + "uri": "textures/MIRROR_baseColor.png" + }, + { + "uri": "textures/STEER_PLASTIC_normal.png" + }, + { + "uri": "textures/INT_Steer_baseColor.png" + }, + { + "uri": "textures/WorldGridMaterial_baseColor.png" + }, + { + "uri": "textures/WorldGridMaterial_normal.png" + }, + { + "uri": "textures/INT_Racelogic_normal.png" + }, + { + "uri": "textures/INT_SAS_normal.png" + }, + { + "uri": "textures/INT_LED_baseColor.png" + }, + { + "uri": "textures/INT_LED_normal.png" + }, + { + "uri": "textures/INT_ELECTRONICS_2_64_baseColor.png" + }, + { + "uri": "textures/INT_Glass_metallicRoughness.png" + }, + { + "uri": "textures/INT_WELDING_baseColor.png" + }, + { + "uri": "textures/INT_DASH_PANEL_baseColor.png" + }, + { + "uri": "textures/SPARCO_FOAM_normal.png" + }, + { + "uri": "textures/DISPLAY_baseColor.png" + }, + { + "uri": "textures/DISPLAY_SAS_baseColor.png" + }, + { + "uri": "textures/PHISICS_DASH_baseColor.png" + }, + { + "uri": "textures/LED_RACELOGIC_baseColor.png" + } + ], + "materials": [ + { + "alphaMode": "BLEND", + "doubleSided": true, + "name": "EXT_RIM_BLUR", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 1.0, + 1.0, + 1.0, + 0.0 + ], + "baseColorTexture": { + "index": 0 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "name": "EXT_RIM", + "normalTexture": { + "index": 1 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.8, + 0.8, + 0.8, + 0.0 + ], + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "extensions": { + "KHR_materials_clearcoat": { + "clearcoatFactor": 1.0, + "clearcoatRoughnessFactor": 0.0228572125172191 + } + }, + "name": "EXT_RIM_0", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.8, + 0.8, + 0.8, + 1.0 + ], + "roughnessFactor": 0.29104850605258986 + } + }, + { + "doubleSided": true, + "name": "MI_Tyre_Flex_Dry_R", + "normalTexture": { + "index": 3, + "scale": 0.5348587729029269 + }, + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 2 + }, + "roughnessFactor": 0.3520010727651741 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "name": "EXT_RIM_BLUR_0", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 1.0, + 1.0, + 1.0, + 0.0 + ], + "baseColorTexture": { + "index": 0 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "name": "EXT_RIM_1", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.8, + 0.8, + 0.8, + 0.0 + ], + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "extensions": { + "KHR_materials_clearcoat": { + "clearcoatFactor": 1.0, + "clearcoatRoughnessFactor": 0.0 + } + }, + "name": "EXT_RIM_2", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.8, + 0.8, + 0.8, + 1.0 + ], + "roughnessFactor": 0.2605722226962977 + } + }, + { + "doubleSided": true, + "name": "MI_Tyre_Flex_Dry_R_0", + "normalTexture": { + "index": 3, + "scale": 0.6019065962867696 + }, + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 2 + }, + "roughnessFactor": 0.5409540295741854 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "name": "EXT_RIM_3", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.8, + 0.8, + 0.8, + 0.0 + ], + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "name": "EXT_RIM_BLUR_1", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 1.0, + 1.0, + 1.0, + 0.0 + ], + "baseColorTexture": { + "index": 0 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "extensions": { + "KHR_materials_clearcoat": { + "clearcoatFactor": 1.0, + "clearcoatRoughnessFactor": 0.0 + } + }, + "name": "EXT_RIM_4", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.8, + 0.8, + 0.8, + 1.0 + ], + "roughnessFactor": 0.2605722226962977 + } + }, + { + "doubleSided": true, + "name": "MI_Tyre_Flex_Dry_R_1", + "normalTexture": { + "index": 3, + "scale": 0.5409540295741854 + }, + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 2 + }, + "roughnessFactor": 0.5348587729029269 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "name": "EXT_RIM_BLUR_2", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 1.0, + 1.0, + 1.0, + 0.0 + ], + "baseColorTexture": { + "index": 0 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "name": "EXT_RIM_5", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.8, + 0.8, + 0.8, + 0.0 + ], + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "extensions": { + "KHR_materials_clearcoat": { + "clearcoatFactor": 1.0, + "clearcoatRoughnessFactor": 0.0 + } + }, + "name": "EXT_RIM_6", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.8, + 0.8, + 0.8, + 1.0 + ], + "roughnessFactor": 0.2605722226962977 + } + }, + { + "doubleSided": true, + "name": "MI_Tyre_Flex_Dry_R_2", + "normalTexture": { + "index": 3, + "scale": 0.5348587729029269 + }, + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 2 + }, + "roughnessFactor": 0.5348587729029269 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "extensions": { + "KHR_materials_clearcoat": { + "clearcoatFactor": 1.0, + "clearcoatRoughnessFactor": 0.07161926588728651 + } + }, + "name": "EXT_Glass_Emissive_Rear", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.7665614189803082, + 0.0, + 0.0, + 1.0 + ], + "baseColorTexture": { + "index": 4 + }, + "roughnessFactor": 0.0228572125172191 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "extensions": { + "KHR_materials_clearcoat": { + "clearcoatFactor": 1.0, + "clearcoatRoughnessFactor": 0.0228572125172191 + } + }, + "name": "EXT_Glass_Emissive_Front", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.0, + 0.2307903924940071, + 0.12870276003822761, + 0.236191196011264 + ], + "roughnessFactor": 0.0 + } + }, + { + "doubleSided": true, + "name": "EXT_Emissive_Light_Rear", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 5 + }, + "roughnessFactor": 0.0 + } + }, + { + "doubleSided": true, + "name": "EXT_Emissive_Light_Front", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 5 + }, + "roughnessFactor": 0.0 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "extensions": { + "KHR_materials_clearcoat": { + "clearcoatFactor": 1.0, + "clearcoatRoughnessFactor": 0.0 + } + }, + "name": "EXT_Windows", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.0018790671195501273, + 0.2618891781927141, + 0.13958976134029613, + 1.0 + ], + "baseColorTexture": { + "index": 6 + }, + "roughnessFactor": 0.0 + } + }, + { + "doubleSided": true, + "name": "EXT_Banner", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.5043824895466348, + 0.5043824895466348, + 0.5043824895466348, + 1.0 + ], + "baseColorTexture": { + "index": 7 + }, + "metallicFactor": 0.693335446355646, + "roughnessFactor": 0.0 + } + }, + { + "alphaCutoff": 0.17523862929867975, + "alphaMode": "MASK", + "doubleSided": true, + "name": "EXT_Grid_2", + "normalTexture": { + "index": 9, + "texCoord": 1 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.014139134381343963, + 0.014139134381343963, + 0.014139134381343963, + 1.0 + ], + "baseColorTexture": { + "index": 8 + }, + "metallicFactor": 0.9188599431922078, + "roughnessFactor": 0.5409540295741854 + } + }, + { + "doubleSided": true, + "name": "EXT_Details", + "normalTexture": { + "index": 11 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.937145713205983, + 0.937145713205983, + 0.937145713205983, + 1.0 + ], + "baseColorTexture": { + "index": 10 + }, + "metallicFactor": 0.8822884031646572, + "roughnessFactor": 0.3032390193951067 + } + }, + { + "doubleSided": true, + "name": "EXT_Mechanics", + "normalTexture": { + "index": 12 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.003931776108462093, + 0.003931776108462093, + 0.003931776108462093, + 1.0 + ], + "roughnessFactor": 0.7360022430544549 + } + }, + { + "doubleSided": true, + "extensions": { + "KHR_materials_clearcoat": { + "clearcoatFactor": 1.0, + "clearcoatRoughnessFactor": 0.04 + } + }, + "name": "EXT_Carpaint_Inst", + "normalTexture": { + "extensions": { + "KHR_texture_transform": { + "scale": [ + 39.20053866901671, + 39.20053866901671 + ] + } + }, + "index": 14, + "scale": 0.19961965598371345 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.6750496763418707, + 0.6750496763418707, + 0.6750496763418707, + 1.0 + ], + "baseColorTexture": { + "index": 13 + }, + "roughnessFactor": 0.4434299228340505 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "emissiveFactor": [ + 1.0, + 0.0, + 0.0 + ], + "extensions": { + "KHR_materials_emissive_strength": { + "emissiveStrength": 1.5085760261364607 + } + }, + "name": "EXT_Emissive_Light_Rear_0", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 1.0, + 1.0, + 1.0, + 0.99 + ], + "baseColorTexture": { + "index": 5 + }, + "metallicFactor": 0.42514415282027523, + "roughnessFactor": 0.05333349587351123 + } + }, + { + "doubleSided": true, + "name": "AUX_LIGHT_Porsche992", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.14476234594238763, + 0.14476234594238763, + 0.14476234594238763, + 1.0 + ], + "baseColorTexture": { + "index": 15 + }, + "roughnessFactor": 0.894478916507174 + } + }, + { + "doubleSided": true, + "name": "EXT_RADIATOR", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.053573780633981286, + 0.053573780633981286, + 0.053573780633981286, + 1.0 + ], + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "CHASSIS_KEVLAR", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.0020636458877144, + 0.0020636458877144, + 0.0020636458877144, + 1.0 + ], + "metallicFactor": 0.937145713205983, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "EXT_EXALTS", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.2527695292606712, + 0.2527695292606712, + 0.2527695292606712, + 1.0 + ], + "roughnessFactor": 0.2544769660250393 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "emissiveFactor": [ + 0.17534715041373466, + 0.9042108204485947, + 1.0 + ], + "extensions": { + "KHR_materials_emissive_strength": { + "emissiveStrength": 7.177164730406797 + } + }, + "name": "EXT_Emissive_Light_Front_0", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 1.0, + 1.0, + 1.0, + 0.99 + ], + "baseColorTexture": { + "index": 5 + }, + "roughnessFactor": 0.2118101693262303 + } + }, + { + "doubleSided": true, + "name": "EXT_TAMP_FUEL", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.8, + 0.8, + 0.8, + 1.0 + ], + "roughnessFactor": 0.09600029257232022 + } + }, + { + "doubleSided": true, + "name": "INT_NET", + "normalTexture": { + "index": 17 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.5287635162316685, + 0.5287635162316685, + 0.5287635162316685, + 1.0 + ], + "baseColorTexture": { + "index": 16 + }, + "roughnessFactor": 0.364191586107691 + } + }, + { + "doubleSided": true, + "name": "BELT_Schroth_2", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 18 + }, + "metallicFactor": 0.7847642964245224, + "roughnessFactor": 0.5104777462178932 + } + }, + { + "doubleSided": true, + "name": "EXT_Disc", + "normalTexture": { + "index": 20 + }, + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 19 + }, + "roughnessFactor": 0.5348587729029269 + } + }, + { + "doubleSided": true, + "name": "EXT_Disc_0", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 19 + }, + "roughnessFactor": 0.5226682595604101 + } + }, + { + "doubleSided": true, + "name": "EXT_Disc_1", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 19 + }, + "roughnessFactor": 0.5348587729029269 + } + }, + { + "doubleSided": true, + "name": "EXT_Disc_2", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 19 + }, + "roughnessFactor": 0.5104777462178932 + } + }, + { + "alphaCutoff": 0.047238239202252806, + "alphaMode": "MASK", + "doubleSided": true, + "name": "EXT_Details_0", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 21 + }, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "EXT_CALIPER", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.0, + 1.0, + 0.009615739678686742, + 1.0 + ], + "roughnessFactor": 0.2605722226962977 + } + }, + { + "alphaCutoff": 0.08380977922980336, + "alphaMode": "MASK", + "doubleSided": true, + "name": "EXT_Details_1", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 21 + }, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "EXT_CALIPER_0", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.0, + 1.0, + 0.03421842137872361, + 1.0 + ], + "roughnessFactor": 0.2605722226962977 + } + }, + { + "doubleSided": true, + "name": "EXT_CALIPER_1", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.0, + 1.0, + 0.05357378063398136, + 1.0 + ], + "roughnessFactor": 0.2605722226962977 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "name": "EXT_Windows_0", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 22 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "name": "INT_Windows", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 23 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_ELECTRONICS", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.020742511621608114, + 0.020742511621608114, + 0.020742511621608114, + 1.0 + ], + "roughnessFactor": 0.957705 + } + }, + { + "alphaCutoff": 0.1630481159561629, + "alphaMode": "MASK", + "doubleSided": true, + "name": "INT_DECALS", + "normalTexture": { + "index": 25 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.2544769660250393, + 0.2544769660250393, + 0.2544769660250393, + 1.0 + ], + "baseColorTexture": { + "index": 24 + }, + "roughnessFactor": 0.44952517950530896 + } + }, + { + "doubleSided": true, + "name": "INT_ELECTRONICS_0", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.8, + 0.8, + 0.8, + 1.0 + ], + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_Carbon", + "normalTexture": { + "extensions": { + "KHR_texture_transform": { + "scale": [ + 128.00000000000009, + 128.00000000000009 + ] + } + }, + "index": 14 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.06518791730249957, + 0.06518791730249957, + 0.06518791730249957, + 1.0 + ], + "roughnessFactor": 0.4007631261352415 + } + }, + { + "doubleSided": true, + "name": "MIRROR", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 26 + }, + "roughnessFactor": 0.0 + } + }, + { + "doubleSided": true, + "name": "INT_Occlusion_Inst", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.008943695314041027, + 0.008943695314041027, + 0.008943695314041027, + 1.0 + ], + "roughnessFactor": 0.4921919762041179 + } + }, + { + "doubleSided": true, + "name": "INT_Carbon_0", + "normalTexture": { + "extensions": { + "KHR_texture_transform": { + "scale": [ + 124.03822080273258, + 124.03822080273258 + ] + } + }, + "index": 14 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.022903998576993965, + 0.022903998576993965, + 0.022903998576993965, + 1.0 + ], + "roughnessFactor": 0.7542880130682302 + } + }, + { + "doubleSided": true, + "name": "INT_ELECTRONICS_1", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.04825934533322086, + 0.04825934533322086, + 0.04825934533322086, + 1.0 + ], + "roughnessFactor": 0.2544769660250393 + } + }, + { + "doubleSided": true, + "name": "INT_ELECTRONICS_2", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.8, + 0.8, + 0.8, + 1.0 + ], + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_METAL_PARTS", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.024031858959787163, + 0.024031858959787163, + 0.024031858959787163, + 1.0 + ], + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_Steer_Carbon", + "normalTexture": { + "extensions": { + "KHR_texture_transform": { + "scale": [ + 20.000000000000004, + 20.000000000000004 + ] + } + }, + "index": 14, + "scale": 0.5165730028891516 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.006542879060840813, + 0.006542879060840813, + 0.006542879060840813, + 1.0 + ], + "roughnessFactor": 0.32152478940888196 + } + }, + { + "doubleSided": true, + "name": "STEER_PLASTIC", + "normalTexture": { + "extensions": { + "KHR_texture_transform": { + "scale": [ + 3.9817697393172145, + 3.9817697393172145 + ] + } + }, + "index": 27 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.015876293507004053, + 0.015876293507004053, + 0.015876293507004053, + 1.0 + ], + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_Steer", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 28 + }, + "roughnessFactor": 0.26666747936755614 + } + }, + { + "doubleSided": true, + "name": "WorldGridMaterial", + "normalTexture": { + "index": 30 + }, + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 29 + }, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_Racelogic", + "normalTexture": { + "index": 31 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.03709710925778361, + 0.03709710925778361, + 0.03709710925778361, + 1.0 + ], + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_SAS", + "normalTexture": { + "index": 32 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.08044651363453362, + 0.08044651363453362, + 0.08044651363453362, + 1.0 + ], + "roughnessFactor": 0.4373346661627921 + } + }, + { + "doubleSided": true, + "name": "SPARCO_FOAM_ROLLCAGE", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.0693571372228666, + 0.0693571372228666, + 0.0693571372228666, + 1.0 + ], + "roughnessFactor": 0.2605722226962977 + } + }, + { + "doubleSided": true, + "name": "INT_LED", + "normalTexture": { + "index": 34 + }, + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 33 + }, + "roughnessFactor": 0.38247735612146627 + } + }, + { + "doubleSided": true, + "name": "INT_ELECTRONICS_2_64", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.26666747936755614, + 0.26666747936755614, + 0.26666747936755614, + 1.0 + ], + "baseColorTexture": { + "index": 35 + }, + "roughnessFactor": 0.957705 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "name": "INT_Glass", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 23 + }, + "metallicFactor": 0.0, + "metallicRoughnessTexture": { + "index": 36 + } + } + }, + { + "doubleSided": true, + "name": "INT_ELECTRONICS_3", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.026383080430379433, + 0.026383080430379433, + 0.026383080430379433, + 1.0 + ], + "metallicFactor": 0.8396216064658483, + "roughnessFactor": 0.2605722226962977 + } + }, + { + "doubleSided": true, + "name": "INT_CARBON_BAGE", + "normalTexture": { + "extensions": { + "KHR_texture_transform": { + "scale": [ + 128.00000000000009, + 128.00000000000009 + ] + } + }, + "index": 14 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.07815172394660573, + 0.07815172394660573, + 0.07815172394660573, + 1.0 + ], + "roughnessFactor": 0.5348587729029269 + } + }, + { + "doubleSided": true, + "name": "INT_Carbon_1", + "normalTexture": { + "extensions": { + "KHR_texture_transform": { + "scale": [ + 128.00000000000009, + 128.00000000000009 + ] + } + }, + "index": 14, + "scale": 0.3946678694639831 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.03564081245896186, + 0.03564081245896186, + 0.03564081245896186, + 1.0 + ], + "roughnessFactor": 0.4373346661627921 + } + }, + { + "alphaMode": "BLEND", + "doubleSided": true, + "name": "INT_Windshield", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 23 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_WELDING", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.13257183259987076, + 0.13257183259987076, + 0.13257183259987076, + 1.0 + ], + "baseColorTexture": { + "index": 37 + }, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_BORRACHAS", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.025191469456802475, + 0.025191469456802475, + 0.025191469456802475, + 1.0 + ], + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_DASH_PANEL", + "normalTexture": { + "extensions": { + "KHR_texture_transform": { + "scale": [ + 20.000000000000004, + 20.000000000000004 + ] + } + }, + "index": 27, + "scale": 0.5165730028891516 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.07161926588728651, + 0.07161926588728651, + 0.07161926588728651, + 1.0 + ], + "baseColorTexture": { + "extensions": { + "KHR_texture_transform": { + "scale": [ + 20.000000000000004, + 20.000000000000004 + ] + } + }, + "index": 38 + }, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "SPARCO_FOAM", + "normalTexture": { + "extensions": { + "KHR_texture_transform": { + "scale": [ + 50.22923613202578, + 50.22923613202578 + ] + } + }, + "index": 39 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.013314292935956682, + 0.013314292935956682, + 0.013314292935956682, + 1.0 + ], + "metallicFactor": 0.5226682595604101, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "SEAT_ALCANTARA", + "normalTexture": { + "extensions": { + "KHR_texture_transform": { + "scale": [ + 128.00000000000009, + 128.00000000000009 + ] + } + }, + "index": 14 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.0314744365057738, + 0.0314744365057738, + 0.0314744365057738, + 1.0 + ], + "roughnessFactor": 0.7360022430544549 + } + }, + { + "doubleSided": true, + "name": "INT_BANNER", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 7 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "DISPLAY", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 40 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "DISPLAY_SAS", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 41 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_CABLES", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.024031858959787163, + 0.024031858959787163, + 0.024031858959787163, + 1.0 + ], + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_MANG_AR", + "normalTexture": { + "extensions": { + "KHR_texture_transform": { + "scale": [ + 24.287434299738962, + 24.287434299738962 + ] + } + }, + "index": 14 + }, + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.030152376792982615, + 0.030152376792982615, + 0.030152376792982615, + 1.0 + ], + "roughnessFactor": 0.35809632943643255 + } + }, + { + "doubleSided": true, + "name": "INT_MANGUEIRAS", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.8, + 0.8, + 0.8, + 1.0 + ], + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_ELECTRONICS_4", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.04011232605020126, + 0.04011232605020126, + 0.04011232605020126, + 1.0 + ], + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "INT_PLASTIC_BLACK", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.044895049180010534, + 0.043745189143195105, + 0.043745189143195105, + 1.0 + ], + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "PHISICS_DASH", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 42 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "PHISICS_DASH_0", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 42 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "PHISICS_DASH_1", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 42 + }, + "roughnessFactor": 0.059428752544769654 + } + }, + { + "doubleSided": true, + "name": "LED_RACELOGIC", + "pbrMetallicRoughness": { + "baseColorTexture": { + "index": 43 + }, + "metallicFactor": 0.0, + "roughnessFactor": 0.957705 + } + }, + { + "doubleSided": true, + "name": "EXT_Mechanics_0", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.026383080430379433, + 0.026383080430379433, + 0.026383080430379433, + 1.0 + ], + "roughnessFactor": 0.32152478940888196 + } + }, + { + "doubleSided": true, + "name": "EXT_Mechanics_1", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 0.0177319702793015, + 0.0177319702793015, + 0.0177319702793015, + 1.0 + ], + "roughnessFactor": 0.2605722226962977 + } + } + ], + "meshes": [ + { + "name": "Object_0", + "primitives": [ + { + "attributes": { + "NORMAL": 1, + "POSITION": 0, + "TEXCOORD_0": 2, + "TEXCOORD_1": 3, + "TEXCOORD_2": 4, + "TEXCOORD_3": 5, + "TEXCOORD_4": 6, + "TEXCOORD_5": 7 + }, + "indices": 8, + "material": 0, + "mode": 4 + } + ] + }, + { + "name": "Object_1", + "primitives": [ + { + "attributes": { + "NORMAL": 10, + "POSITION": 9, + "TANGENT": 11, + "TEXCOORD_0": 12, + "TEXCOORD_1": 13, + "TEXCOORD_2": 14, + "TEXCOORD_3": 15, + "TEXCOORD_4": 16 + }, + "indices": 17, + "material": 1, + "mode": 4 + } + ] + }, + { + "name": "Object_2", + "primitives": [ + { + "attributes": { + "NORMAL": 19, + "POSITION": 18, + "TEXCOORD_0": 20, + "TEXCOORD_1": 21, + "TEXCOORD_2": 22, + "TEXCOORD_3": 23, + "TEXCOORD_4": 24 + }, + "indices": 25, + "material": 2, + "mode": 4 + } + ] + }, + { + "name": "Object_3", + "primitives": [ + { + "attributes": { + "NORMAL": 27, + "POSITION": 26, + "TANGENT": 28, + "TEXCOORD_0": 29, + "TEXCOORD_1": 30, + "TEXCOORD_2": 31, + "TEXCOORD_3": 32, + "TEXCOORD_4": 33 + }, + "indices": 34, + "material": 3, + "mode": 4 + } + ] + }, + { + "name": "Object_4", + "primitives": [ + { + "attributes": { + "NORMAL": 36, + "POSITION": 35, + "TEXCOORD_0": 37, + "TEXCOORD_1": 38, + "TEXCOORD_2": 39, + "TEXCOORD_3": 40, + "TEXCOORD_4": 41, + "TEXCOORD_5": 42 + }, + "indices": 43, + "material": 4, + "mode": 4 + } + ] + }, + { + "name": "Object_5", + "primitives": [ + { + "attributes": { + "NORMAL": 45, + "POSITION": 44, + "TEXCOORD_0": 46, + "TEXCOORD_1": 47, + "TEXCOORD_2": 48, + "TEXCOORD_3": 49, + "TEXCOORD_4": 50 + }, + "indices": 51, + "material": 5, + "mode": 4 + } + ] + }, + { + "name": "Object_6", + "primitives": [ + { + "attributes": { + "NORMAL": 53, + "POSITION": 52, + "TEXCOORD_0": 54, + "TEXCOORD_1": 55, + "TEXCOORD_2": 56, + "TEXCOORD_3": 57, + "TEXCOORD_4": 58 + }, + "indices": 59, + "material": 6, + "mode": 4 + } + ] + }, + { + "name": "Object_7", + "primitives": [ + { + "attributes": { + "NORMAL": 61, + "POSITION": 60, + "TANGENT": 62, + "TEXCOORD_0": 63, + "TEXCOORD_1": 64, + "TEXCOORD_2": 65, + "TEXCOORD_3": 66, + "TEXCOORD_4": 67 + }, + "indices": 68, + "material": 7, + "mode": 4 + } + ] + }, + { + "name": "Object_8", + "primitives": [ + { + "attributes": { + "NORMAL": 70, + "POSITION": 69, + "TEXCOORD_0": 71, + "TEXCOORD_1": 72, + "TEXCOORD_2": 73, + "TEXCOORD_3": 74, + "TEXCOORD_4": 75 + }, + "indices": 76, + "material": 8, + "mode": 4 + } + ] + }, + { + "name": "Object_9", + "primitives": [ + { + "attributes": { + "NORMAL": 78, + "POSITION": 77, + "TEXCOORD_0": 79, + "TEXCOORD_1": 80, + "TEXCOORD_2": 81, + "TEXCOORD_3": 82, + "TEXCOORD_4": 83, + "TEXCOORD_5": 84 + }, + "indices": 85, + "material": 9, + "mode": 4 + } + ] + }, + { + "name": "Object_10", + "primitives": [ + { + "attributes": { + "NORMAL": 87, + "POSITION": 86, + "TEXCOORD_0": 88, + "TEXCOORD_1": 89, + "TEXCOORD_2": 90, + "TEXCOORD_3": 91, + "TEXCOORD_4": 92 + }, + "indices": 93, + "material": 10, + "mode": 4 + } + ] + }, + { + "name": "Object_11", + "primitives": [ + { + "attributes": { + "NORMAL": 95, + "POSITION": 94, + "TANGENT": 96, + "TEXCOORD_0": 97, + "TEXCOORD_1": 98, + "TEXCOORD_2": 99, + "TEXCOORD_3": 100, + "TEXCOORD_4": 101 + }, + "indices": 102, + "material": 11, + "mode": 4 + } + ] + }, + { + "name": "Object_12", + "primitives": [ + { + "attributes": { + "NORMAL": 104, + "POSITION": 103, + "TEXCOORD_0": 105, + "TEXCOORD_1": 106, + "TEXCOORD_2": 107, + "TEXCOORD_3": 108, + "TEXCOORD_4": 109, + "TEXCOORD_5": 110 + }, + "indices": 111, + "material": 12, + "mode": 4 + } + ] + }, + { + "name": "Object_13", + "primitives": [ + { + "attributes": { + "NORMAL": 113, + "POSITION": 112, + "TEXCOORD_0": 114, + "TEXCOORD_1": 115, + "TEXCOORD_2": 116, + "TEXCOORD_3": 117, + "TEXCOORD_4": 118 + }, + "indices": 119, + "material": 13, + "mode": 4 + } + ] + }, + { + "name": "Object_14", + "primitives": [ + { + "attributes": { + "NORMAL": 121, + "POSITION": 120, + "TEXCOORD_0": 122, + "TEXCOORD_1": 123, + "TEXCOORD_2": 124, + "TEXCOORD_3": 125, + "TEXCOORD_4": 126 + }, + "indices": 127, + "material": 14, + "mode": 4 + } + ] + }, + { + "name": "Object_15", + "primitives": [ + { + "attributes": { + "NORMAL": 129, + "POSITION": 128, + "TANGENT": 130, + "TEXCOORD_0": 131, + "TEXCOORD_1": 132, + "TEXCOORD_2": 133, + "TEXCOORD_3": 134, + "TEXCOORD_4": 135 + }, + "indices": 136, + "material": 15, + "mode": 4 + } + ] + }, + { + "name": "Object_16", + "primitives": [ + { + "attributes": { + "NORMAL": 138, + "POSITION": 137, + "TEXCOORD_0": 139, + "TEXCOORD_1": 140, + "TEXCOORD_2": 141, + "TEXCOORD_3": 142, + "TEXCOORD_4": 143 + }, + "indices": 144, + "material": 16, + "mode": 4 + } + ] + }, + { + "name": "Object_17", + "primitives": [ + { + "attributes": { + "NORMAL": 146, + "POSITION": 145, + "TEXCOORD_0": 147, + "TEXCOORD_1": 148, + "TEXCOORD_2": 149, + "TEXCOORD_3": 150, + "TEXCOORD_4": 151 + }, + "indices": 152, + "material": 17, + "mode": 4 + } + ] + }, + { + "name": "Object_18", + "primitives": [ + { + "attributes": { + "NORMAL": 154, + "POSITION": 153, + "TEXCOORD_0": 155, + "TEXCOORD_1": 156, + "TEXCOORD_2": 157, + "TEXCOORD_3": 158, + "TEXCOORD_4": 159 + }, + "indices": 160, + "material": 18, + "mode": 4 + } + ] + }, + { + "name": "Object_19", + "primitives": [ + { + "attributes": { + "NORMAL": 162, + "POSITION": 161, + "TEXCOORD_0": 163, + "TEXCOORD_1": 164, + "TEXCOORD_2": 165, + "TEXCOORD_3": 166, + "TEXCOORD_4": 167 + }, + "indices": 168, + "material": 19, + "mode": 4 + } + ] + }, + { + "name": "Object_20", + "primitives": [ + { + "attributes": { + "NORMAL": 170, + "POSITION": 169, + "TEXCOORD_0": 171, + "TEXCOORD_1": 172, + "TEXCOORD_2": 173, + "TEXCOORD_3": 174, + "TEXCOORD_4": 175 + }, + "indices": 176, + "material": 20, + "mode": 4 + } + ] + }, + { + "name": "Object_21", + "primitives": [ + { + "attributes": { + "NORMAL": 178, + "POSITION": 177, + "TEXCOORD_0": 179, + "TEXCOORD_1": 180, + "TEXCOORD_2": 181, + "TEXCOORD_3": 182 + }, + "indices": 183, + "material": 21, + "mode": 4 + } + ] + }, + { + "name": "Object_22", + "primitives": [ + { + "attributes": { + "NORMAL": 185, + "POSITION": 184, + "TANGENT": 186, + "TEXCOORD_0": 187, + "TEXCOORD_1": 188, + "TEXCOORD_2": 189, + "TEXCOORD_3": 190, + "TEXCOORD_4": 191, + "TEXCOORD_5": 192, + "TEXCOORD_6": 193 + }, + "indices": 194, + "material": 22, + "mode": 4 + } + ] + }, + { + "name": "Object_23", + "primitives": [ + { + "attributes": { + "NORMAL": 196, + "POSITION": 195, + "TANGENT": 197, + "TEXCOORD_0": 198, + "TEXCOORD_1": 199, + "TEXCOORD_2": 200, + "TEXCOORD_3": 201, + "TEXCOORD_4": 202, + "TEXCOORD_5": 203 + }, + "indices": 204, + "material": 23, + "mode": 4 + } + ] + }, + { + "name": "Object_24", + "primitives": [ + { + "attributes": { + "NORMAL": 206, + "POSITION": 205, + "TANGENT": 207, + "TEXCOORD_0": 208, + "TEXCOORD_1": 209, + "TEXCOORD_2": 210, + "TEXCOORD_3": 211, + "TEXCOORD_4": 212 + }, + "indices": 213, + "material": 24, + "mode": 4 + } + ] + }, + { + "name": "Object_25", + "primitives": [ + { + "attributes": { + "NORMAL": 215, + "POSITION": 214, + "TANGENT": 216, + "TEXCOORD_0": 217, + "TEXCOORD_1": 218, + "TEXCOORD_2": 219, + "TEXCOORD_3": 220, + "TEXCOORD_4": 221 + }, + "indices": 222, + "material": 25, + "mode": 4 + } + ] + }, + { + "name": "Object_26", + "primitives": [ + { + "attributes": { + "NORMAL": 224, + "POSITION": 223, + "TEXCOORD_0": 225, + "TEXCOORD_1": 226, + "TEXCOORD_2": 227, + "TEXCOORD_3": 228, + "TEXCOORD_4": 229 + }, + "indices": 230, + "material": 26, + "mode": 4 + } + ] + }, + { + "name": "Object_27", + "primitives": [ + { + "attributes": { + "NORMAL": 232, + "POSITION": 231, + "TEXCOORD_0": 233, + "TEXCOORD_1": 234, + "TEXCOORD_2": 235, + "TEXCOORD_3": 236, + "TEXCOORD_4": 237 + }, + "indices": 238, + "material": 27, + "mode": 4 + } + ] + }, + { + "name": "Object_28", + "primitives": [ + { + "attributes": { + "NORMAL": 240, + "POSITION": 239, + "TEXCOORD_0": 241, + "TEXCOORD_1": 242, + "TEXCOORD_2": 243, + "TEXCOORD_3": 244, + "TEXCOORD_4": 245 + }, + "indices": 246, + "material": 27, + "mode": 4 + } + ] + }, + { + "name": "Object_29", + "primitives": [ + { + "attributes": { + "NORMAL": 248, + "POSITION": 247, + "TEXCOORD_0": 249, + "TEXCOORD_1": 250, + "TEXCOORD_2": 251, + "TEXCOORD_3": 252, + "TEXCOORD_4": 253 + }, + "indices": 254, + "material": 26, + "mode": 4 + } + ] + }, + { + "name": "Object_30", + "primitives": [ + { + "attributes": { + "NORMAL": 256, + "POSITION": 255, + "TEXCOORD_0": 257, + "TEXCOORD_1": 258, + "TEXCOORD_2": 259, + "TEXCOORD_3": 260, + "TEXCOORD_4": 261 + }, + "indices": 262, + "material": 26, + "mode": 4 + } + ] + }, + { + "name": "Object_31", + "primitives": [ + { + "attributes": { + "NORMAL": 264, + "POSITION": 263, + "TEXCOORD_0": 265, + "TEXCOORD_1": 266, + "TEXCOORD_2": 267, + "TEXCOORD_3": 268, + "TEXCOORD_4": 269 + }, + "indices": 270, + "material": 26, + "mode": 4 + } + ] + }, + { + "name": "Object_32", + "primitives": [ + { + "attributes": { + "NORMAL": 272, + "POSITION": 271, + "TEXCOORD_0": 273, + "TEXCOORD_1": 274, + "TEXCOORD_2": 275, + "TEXCOORD_3": 276, + "TEXCOORD_4": 277 + }, + "indices": 278, + "material": 27, + "mode": 4 + } + ] + }, + { + "name": "Object_33", + "primitives": [ + { + "attributes": { + "NORMAL": 280, + "POSITION": 279, + "TEXCOORD_0": 281, + "TEXCOORD_1": 282, + "TEXCOORD_2": 283, + "TEXCOORD_3": 284, + "TEXCOORD_4": 285 + }, + "indices": 286, + "material": 27, + "mode": 4 + } + ] + }, + { + "name": "Object_34", + "primitives": [ + { + "attributes": { + "NORMAL": 288, + "POSITION": 287, + "TEXCOORD_0": 289, + "TEXCOORD_1": 290, + "TEXCOORD_2": 291, + "TEXCOORD_3": 292, + "TEXCOORD_4": 293 + }, + "indices": 294, + "material": 27, + "mode": 4 + } + ] + }, + { + "name": "Object_35", + "primitives": [ + { + "attributes": { + "NORMAL": 296, + "POSITION": 295, + "TEXCOORD_0": 297, + "TEXCOORD_1": 298, + "TEXCOORD_2": 299, + "TEXCOORD_3": 300, + "TEXCOORD_4": 301 + }, + "indices": 302, + "material": 27, + "mode": 4 + } + ] + }, + { + "name": "Object_36", + "primitives": [ + { + "attributes": { + "NORMAL": 304, + "POSITION": 303, + "TEXCOORD_0": 305, + "TEXCOORD_1": 306, + "TEXCOORD_2": 307, + "TEXCOORD_3": 308, + "TEXCOORD_4": 309 + }, + "indices": 310, + "material": 27, + "mode": 4 + } + ] + }, + { + "name": "Object_37", + "primitives": [ + { + "attributes": { + "NORMAL": 312, + "POSITION": 311, + "TEXCOORD_0": 313, + "TEXCOORD_1": 314, + "TEXCOORD_2": 315, + "TEXCOORD_3": 316, + "TEXCOORD_4": 317 + }, + "indices": 318, + "material": 27, + "mode": 4 + } + ] + }, + { + "name": "Object_38", + "primitives": [ + { + "attributes": { + "NORMAL": 320, + "POSITION": 319, + "TEXCOORD_0": 321, + "TEXCOORD_1": 322, + "TEXCOORD_2": 323, + "TEXCOORD_3": 324, + "TEXCOORD_4": 325 + }, + "indices": 326, + "material": 28, + "mode": 4 + } + ] + }, + { + "name": "Object_39", + "primitives": [ + { + "attributes": { + "NORMAL": 328, + "POSITION": 327, + "TEXCOORD_0": 329, + "TEXCOORD_1": 330, + "TEXCOORD_2": 331, + "TEXCOORD_3": 332, + "TEXCOORD_4": 333 + }, + "indices": 334, + "material": 29, + "mode": 4 + } + ] + }, + { + "name": "Object_40", + "primitives": [ + { + "attributes": { + "NORMAL": 336, + "POSITION": 335, + "TEXCOORD_0": 337, + "TEXCOORD_1": 338, + "TEXCOORD_2": 339, + "TEXCOORD_3": 340, + "TEXCOORD_4": 341 + }, + "indices": 342, + "material": 30, + "mode": 4 + } + ] + }, + { + "name": "Object_41", + "primitives": [ + { + "attributes": { + "NORMAL": 344, + "POSITION": 343, + "TEXCOORD_0": 345, + "TEXCOORD_1": 346, + "TEXCOORD_2": 347, + "TEXCOORD_3": 348, + "TEXCOORD_4": 349 + }, + "indices": 350, + "material": 26, + "mode": 4 + } + ] + }, + { + "name": "Object_42", + "primitives": [ + { + "attributes": { + "NORMAL": 352, + "POSITION": 351, + "TEXCOORD_0": 353, + "TEXCOORD_1": 354, + "TEXCOORD_2": 355, + "TEXCOORD_3": 356, + "TEXCOORD_4": 357 + }, + "indices": 358, + "material": 31, + "mode": 4 + } + ] + }, + { + "name": "Object_43", + "primitives": [ + { + "attributes": { + "NORMAL": 360, + "POSITION": 359, + "TEXCOORD_0": 361, + "TEXCOORD_1": 362, + "TEXCOORD_2": 363, + "TEXCOORD_3": 364, + "TEXCOORD_4": 365 + }, + "indices": 366, + "material": 31, + "mode": 4 + } + ] + }, + { + "name": "Object_44", + "primitives": [ + { + "attributes": { + "NORMAL": 368, + "POSITION": 367, + "TEXCOORD_0": 369, + "TEXCOORD_1": 370, + "TEXCOORD_2": 371, + "TEXCOORD_3": 372, + "TEXCOORD_4": 373 + }, + "indices": 374, + "material": 32, + "mode": 4 + } + ] + }, + { + "name": "Object_45", + "primitives": [ + { + "attributes": { + "NORMAL": 376, + "POSITION": 375, + "TANGENT": 377, + "TEXCOORD_0": 378, + "TEXCOORD_1": 379, + "TEXCOORD_2": 380, + "TEXCOORD_3": 381, + "TEXCOORD_4": 382, + "TEXCOORD_5": 383 + }, + "indices": 384, + "material": 33, + "mode": 4 + } + ] + }, + { + "name": "Object_46", + "primitives": [ + { + "attributes": { + "NORMAL": 386, + "POSITION": 385, + "TEXCOORD_0": 387, + "TEXCOORD_1": 388, + "TEXCOORD_2": 389, + "TEXCOORD_3": 390, + "TEXCOORD_4": 391 + }, + "indices": 392, + "material": 34, + "mode": 4 + } + ] + }, + { + "name": "Object_47", + "primitives": [ + { + "attributes": { + "NORMAL": 394, + "POSITION": 393, + "TANGENT": 395, + "TEXCOORD_0": 396, + "TEXCOORD_1": 397, + "TEXCOORD_2": 398, + "TEXCOORD_3": 399, + "TEXCOORD_4": 400, + "TEXCOORD_5": 401 + }, + "indices": 402, + "material": 35, + "mode": 4 + } + ] + }, + { + "name": "Object_48", + "primitives": [ + { + "attributes": { + "NORMAL": 404, + "POSITION": 403, + "TEXCOORD_0": 405, + "TEXCOORD_1": 406, + "TEXCOORD_2": 407, + "TEXCOORD_3": 408, + "TEXCOORD_4": 409 + }, + "indices": 410, + "material": 36, + "mode": 4 + } + ] + }, + { + "name": "Object_49", + "primitives": [ + { + "attributes": { + "NORMAL": 412, + "POSITION": 411, + "TEXCOORD_0": 413, + "TEXCOORD_1": 414, + "TEXCOORD_2": 415, + "TEXCOORD_3": 416, + "TEXCOORD_4": 417 + }, + "indices": 418, + "material": 37, + "mode": 4 + } + ] + }, + { + "name": "Object_50", + "primitives": [ + { + "attributes": { + "NORMAL": 420, + "POSITION": 419, + "TEXCOORD_0": 421, + "TEXCOORD_1": 422, + "TEXCOORD_2": 423, + "TEXCOORD_3": 424, + "TEXCOORD_4": 425 + }, + "indices": 426, + "material": 38, + "mode": 4 + } + ] + }, + { + "name": "Object_51", + "primitives": [ + { + "attributes": { + "NORMAL": 428, + "POSITION": 427, + "TEXCOORD_0": 429, + "TEXCOORD_1": 430, + "TEXCOORD_2": 431, + "TEXCOORD_3": 432, + "TEXCOORD_4": 433 + }, + "indices": 434, + "material": 39, + "mode": 4 + } + ] + }, + { + "name": "Object_52", + "primitives": [ + { + "attributes": { + "NORMAL": 436, + "POSITION": 435, + "TEXCOORD_0": 437, + "TEXCOORD_1": 438, + "TEXCOORD_2": 439, + "TEXCOORD_3": 440, + "TEXCOORD_4": 441 + }, + "indices": 442, + "material": 40, + "mode": 4 + } + ] + }, + { + "name": "Object_53", + "primitives": [ + { + "attributes": { + "NORMAL": 444, + "POSITION": 443, + "TEXCOORD_0": 445, + "TEXCOORD_1": 446, + "TEXCOORD_2": 447, + "TEXCOORD_3": 448, + "TEXCOORD_4": 449 + }, + "indices": 450, + "material": 41, + "mode": 4 + } + ] + }, + { + "name": "Object_54", + "primitives": [ + { + "attributes": { + "NORMAL": 452, + "POSITION": 451, + "TEXCOORD_0": 453, + "TEXCOORD_1": 454, + "TEXCOORD_2": 455, + "TEXCOORD_3": 456, + "TEXCOORD_4": 457 + }, + "indices": 458, + "material": 42, + "mode": 4 + } + ] + }, + { + "name": "Object_55", + "primitives": [ + { + "attributes": { + "NORMAL": 460, + "POSITION": 459, + "TEXCOORD_0": 461, + "TEXCOORD_1": 462, + "TEXCOORD_2": 463, + "TEXCOORD_3": 464, + "TEXCOORD_4": 465 + }, + "indices": 466, + "material": 43, + "mode": 4 + } + ] + }, + { + "name": "Object_56", + "primitives": [ + { + "attributes": { + "NORMAL": 468, + "POSITION": 467, + "TEXCOORD_0": 469, + "TEXCOORD_1": 470, + "TEXCOORD_2": 471, + "TEXCOORD_3": 472, + "TEXCOORD_4": 473 + }, + "indices": 474, + "material": 41, + "mode": 4 + } + ] + }, + { + "name": "Object_57", + "primitives": [ + { + "attributes": { + "NORMAL": 476, + "POSITION": 475, + "TEXCOORD_0": 477, + "TEXCOORD_1": 478, + "TEXCOORD_2": 479, + "TEXCOORD_3": 480, + "TEXCOORD_4": 481 + }, + "indices": 482, + "material": 43, + "mode": 4 + } + ] + }, + { + "name": "Object_58", + "primitives": [ + { + "attributes": { + "NORMAL": 484, + "POSITION": 483, + "TEXCOORD_0": 485, + "TEXCOORD_1": 486, + "TEXCOORD_2": 487, + "TEXCOORD_3": 488, + "TEXCOORD_4": 489 + }, + "indices": 490, + "material": 41, + "mode": 4 + } + ] + }, + { + "name": "Object_59", + "primitives": [ + { + "attributes": { + "NORMAL": 492, + "POSITION": 491, + "TANGENT": 493, + "TEXCOORD_0": 494, + "TEXCOORD_1": 495, + "TEXCOORD_2": 496, + "TEXCOORD_3": 497, + "TEXCOORD_4": 498 + }, + "indices": 499, + "material": 25, + "mode": 4 + } + ] + }, + { + "name": "Object_60", + "primitives": [ + { + "attributes": { + "NORMAL": 501, + "POSITION": 500, + "TEXCOORD_0": 502, + "TEXCOORD_1": 503, + "TEXCOORD_2": 504, + "TEXCOORD_3": 505, + "TEXCOORD_4": 506 + }, + "indices": 507, + "material": 44, + "mode": 4 + } + ] + }, + { + "name": "Object_61", + "primitives": [ + { + "attributes": { + "NORMAL": 509, + "POSITION": 508, + "TEXCOORD_0": 510, + "TEXCOORD_1": 511, + "TEXCOORD_2": 512, + "TEXCOORD_3": 513, + "TEXCOORD_4": 514 + }, + "indices": 515, + "material": 45, + "mode": 4 + } + ] + }, + { + "name": "Object_62", + "primitives": [ + { + "attributes": { + "NORMAL": 517, + "POSITION": 516, + "TEXCOORD_0": 518, + "TEXCOORD_1": 519, + "TEXCOORD_2": 520, + "TEXCOORD_3": 521, + "TEXCOORD_4": 522 + }, + "indices": 523, + "material": 46, + "mode": 4 + } + ] + }, + { + "name": "Object_63", + "primitives": [ + { + "attributes": { + "NORMAL": 525, + "POSITION": 524, + "TANGENT": 526, + "TEXCOORD_0": 527, + "TEXCOORD_1": 528, + "TEXCOORD_2": 529, + "TEXCOORD_3": 530, + "TEXCOORD_4": 531, + "TEXCOORD_5": 532 + }, + "indices": 533, + "material": 47, + "mode": 4 + } + ] + }, + { + "name": "Object_64", + "primitives": [ + { + "attributes": { + "NORMAL": 535, + "POSITION": 534, + "TEXCOORD_0": 536, + "TEXCOORD_1": 537, + "TEXCOORD_2": 538, + "TEXCOORD_3": 539, + "TEXCOORD_4": 540 + }, + "indices": 541, + "material": 41, + "mode": 4 + } + ] + }, + { + "name": "Object_65", + "primitives": [ + { + "attributes": { + "NORMAL": 543, + "POSITION": 542, + "TEXCOORD_0": 544, + "TEXCOORD_1": 545, + "TEXCOORD_2": 546, + "TEXCOORD_3": 547, + "TEXCOORD_4": 548 + }, + "indices": 549, + "material": 48, + "mode": 4 + } + ] + }, + { + "name": "Object_66", + "primitives": [ + { + "attributes": { + "NORMAL": 551, + "POSITION": 550, + "TANGENT": 552, + "TEXCOORD_0": 553, + "TEXCOORD_1": 554, + "TEXCOORD_2": 555, + "TEXCOORD_3": 556, + "TEXCOORD_4": 557 + }, + "indices": 558, + "material": 49, + "mode": 4 + } + ] + }, + { + "name": "Object_67", + "primitives": [ + { + "attributes": { + "NORMAL": 560, + "POSITION": 559, + "TEXCOORD_0": 561, + "TEXCOORD_1": 562, + "TEXCOORD_2": 563, + "TEXCOORD_3": 564 + }, + "indices": 565, + "material": 50, + "mode": 4 + } + ] + }, + { + "name": "Object_68", + "primitives": [ + { + "attributes": { + "NORMAL": 567, + "POSITION": 566, + "TEXCOORD_0": 568, + "TEXCOORD_1": 569, + "TEXCOORD_2": 570, + "TEXCOORD_3": 571, + "TEXCOORD_4": 572 + }, + "indices": 573, + "material": 51, + "mode": 4 + } + ] + }, + { + "name": "Object_69", + "primitives": [ + { + "attributes": { + "NORMAL": 575, + "POSITION": 574, + "TANGENT": 576, + "TEXCOORD_0": 577, + "TEXCOORD_1": 578, + "TEXCOORD_2": 579, + "TEXCOORD_3": 580, + "TEXCOORD_4": 581 + }, + "indices": 582, + "material": 52, + "mode": 4 + } + ] + }, + { + "name": "Object_70", + "primitives": [ + { + "attributes": { + "NORMAL": 584, + "POSITION": 583, + "TANGENT": 585, + "TEXCOORD_0": 586, + "TEXCOORD_1": 587, + "TEXCOORD_2": 588, + "TEXCOORD_3": 589, + "TEXCOORD_4": 590 + }, + "indices": 591, + "material": 25, + "mode": 4 + } + ] + }, + { + "name": "Object_71", + "primitives": [ + { + "attributes": { + "NORMAL": 593, + "POSITION": 592, + "TEXCOORD_0": 594, + "TEXCOORD_1": 595, + "TEXCOORD_2": 596, + "TEXCOORD_3": 597, + "TEXCOORD_4": 598 + }, + "indices": 599, + "material": 44, + "mode": 4 + } + ] + }, + { + "name": "Object_72", + "primitives": [ + { + "attributes": { + "NORMAL": 601, + "POSITION": 600, + "TEXCOORD_0": 602, + "TEXCOORD_1": 603, + "TEXCOORD_2": 604, + "TEXCOORD_3": 605, + "TEXCOORD_4": 606 + }, + "indices": 607, + "material": 45, + "mode": 4 + } + ] + }, + { + "name": "Object_73", + "primitives": [ + { + "attributes": { + "NORMAL": 609, + "POSITION": 608, + "TEXCOORD_0": 610, + "TEXCOORD_1": 611, + "TEXCOORD_2": 612, + "TEXCOORD_3": 613, + "TEXCOORD_4": 614 + }, + "indices": 615, + "material": 53, + "mode": 4 + } + ] + }, + { + "name": "Object_74", + "primitives": [ + { + "attributes": { + "NORMAL": 617, + "POSITION": 616, + "TANGENT": 618, + "TEXCOORD_0": 619, + "TEXCOORD_1": 620, + "TEXCOORD_2": 621, + "TEXCOORD_3": 622, + "TEXCOORD_4": 623, + "TEXCOORD_5": 624 + }, + "indices": 625, + "material": 47, + "mode": 4 + } + ] + }, + { + "name": "Object_75", + "primitives": [ + { + "attributes": { + "NORMAL": 627, + "POSITION": 626, + "TEXCOORD_0": 628, + "TEXCOORD_1": 629, + "TEXCOORD_2": 630, + "TEXCOORD_3": 631, + "TEXCOORD_4": 632 + }, + "indices": 633, + "material": 41, + "mode": 4 + } + ] + }, + { + "name": "Object_76", + "primitives": [ + { + "attributes": { + "NORMAL": 635, + "POSITION": 634, + "TEXCOORD_0": 636, + "TEXCOORD_1": 637, + "TEXCOORD_2": 638, + "TEXCOORD_3": 639 + }, + "indices": 640, + "material": 50, + "mode": 4 + } + ] + }, + { + "name": "Object_77", + "primitives": [ + { + "attributes": { + "NORMAL": 642, + "POSITION": 641, + "TEXCOORD_0": 643, + "TEXCOORD_1": 644, + "TEXCOORD_2": 645, + "TEXCOORD_3": 646, + "TEXCOORD_4": 647 + }, + "indices": 648, + "material": 54, + "mode": 4 + } + ] + }, + { + "name": "Object_78", + "primitives": [ + { + "attributes": { + "NORMAL": 650, + "POSITION": 649, + "TEXCOORD_0": 651, + "TEXCOORD_1": 652, + "TEXCOORD_2": 653, + "TEXCOORD_3": 654, + "TEXCOORD_4": 655 + }, + "indices": 656, + "material": 51, + "mode": 4 + } + ] + }, + { + "name": "Object_79", + "primitives": [ + { + "attributes": { + "NORMAL": 658, + "POSITION": 657, + "TANGENT": 659, + "TEXCOORD_0": 660, + "TEXCOORD_1": 661, + "TEXCOORD_2": 662, + "TEXCOORD_3": 663, + "TEXCOORD_4": 664, + "TEXCOORD_5": 665 + }, + "indices": 666, + "material": 33, + "mode": 4 + } + ] + }, + { + "name": "Object_80", + "primitives": [ + { + "attributes": { + "NORMAL": 668, + "POSITION": 667, + "TEXCOORD_0": 669, + "TEXCOORD_1": 670, + "TEXCOORD_2": 671, + "TEXCOORD_3": 672 + }, + "indices": 673, + "material": 55, + "mode": 4 + } + ] + }, + { + "name": "Object_81", + "primitives": [ + { + "attributes": { + "NORMAL": 675, + "POSITION": 674, + "TANGENT": 676, + "TEXCOORD_0": 677, + "TEXCOORD_1": 678, + "TEXCOORD_2": 679, + "TEXCOORD_3": 680, + "TEXCOORD_4": 681, + "TEXCOORD_5": 682 + }, + "indices": 683, + "material": 47, + "mode": 4 + } + ] + }, + { + "name": "Object_82", + "primitives": [ + { + "attributes": { + "NORMAL": 685, + "POSITION": 684, + "TANGENT": 686, + "TEXCOORD_0": 687, + "TEXCOORD_1": 688, + "TEXCOORD_2": 689, + "TEXCOORD_3": 690, + "TEXCOORD_4": 691 + }, + "indices": 692, + "material": 56, + "mode": 4 + } + ] + }, + { + "name": "Object_83", + "primitives": [ + { + "attributes": { + "NORMAL": 694, + "POSITION": 693, + "TANGENT": 695, + "TEXCOORD_0": 696, + "TEXCOORD_1": 697, + "TEXCOORD_2": 698, + "TEXCOORD_3": 699, + "TEXCOORD_4": 700 + }, + "indices": 701, + "material": 57, + "mode": 4 + } + ] + }, + { + "name": "Object_84", + "primitives": [ + { + "attributes": { + "NORMAL": 703, + "POSITION": 702, + "TEXCOORD_0": 704, + "TEXCOORD_1": 705, + "TEXCOORD_2": 706, + "TEXCOORD_3": 707, + "TEXCOORD_4": 708 + }, + "indices": 709, + "material": 58, + "mode": 4 + } + ] + }, + { + "name": "Object_85", + "primitives": [ + { + "attributes": { + "NORMAL": 711, + "POSITION": 710, + "TANGENT": 712, + "TEXCOORD_0": 713, + "TEXCOORD_1": 714, + "TEXCOORD_2": 715, + "TEXCOORD_3": 716, + "TEXCOORD_4": 717 + }, + "indices": 718, + "material": 59, + "mode": 4 + } + ] + }, + { + "name": "Object_86", + "primitives": [ + { + "attributes": { + "NORMAL": 720, + "POSITION": 719, + "TANGENT": 721, + "TEXCOORD_0": 722, + "TEXCOORD_1": 723, + "TEXCOORD_2": 724, + "TEXCOORD_3": 725, + "TEXCOORD_4": 726 + }, + "indices": 727, + "material": 60, + "mode": 4 + } + ] + }, + { + "name": "Object_87", + "primitives": [ + { + "attributes": { + "NORMAL": 729, + "POSITION": 728, + "TANGENT": 730, + "TEXCOORD_0": 731, + "TEXCOORD_1": 732, + "TEXCOORD_2": 733, + "TEXCOORD_3": 734, + "TEXCOORD_4": 735 + }, + "indices": 736, + "material": 61, + "mode": 4 + } + ] + }, + { + "name": "Object_88", + "primitives": [ + { + "attributes": { + "NORMAL": 738, + "POSITION": 737, + "TEXCOORD_0": 739, + "TEXCOORD_1": 740, + "TEXCOORD_2": 741, + "TEXCOORD_3": 742, + "TEXCOORD_4": 743 + }, + "indices": 744, + "material": 62, + "mode": 4 + } + ] + }, + { + "name": "Object_89", + "primitives": [ + { + "attributes": { + "NORMAL": 746, + "POSITION": 745, + "TANGENT": 747, + "TEXCOORD_0": 748, + "TEXCOORD_1": 749, + "TEXCOORD_2": 750, + "TEXCOORD_3": 751, + "TEXCOORD_4": 752, + "TEXCOORD_5": 753 + }, + "indices": 754, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_90", + "primitives": [ + { + "attributes": { + "NORMAL": 756, + "POSITION": 755, + "TEXCOORD_0": 757, + "TEXCOORD_1": 758, + "TEXCOORD_2": 759, + "TEXCOORD_3": 760 + }, + "indices": 761, + "material": 64, + "mode": 4 + } + ] + }, + { + "name": "Object_91", + "primitives": [ + { + "attributes": { + "NORMAL": 763, + "POSITION": 762, + "TANGENT": 764, + "TEXCOORD_0": 765, + "TEXCOORD_1": 766, + "TEXCOORD_2": 767, + "TEXCOORD_3": 768, + "TEXCOORD_4": 769, + "TEXCOORD_5": 770 + }, + "indices": 771, + "material": 47, + "mode": 4 + } + ] + }, + { + "name": "Object_92", + "primitives": [ + { + "attributes": { + "NORMAL": 773, + "POSITION": 772, + "TEXCOORD_0": 774, + "TEXCOORD_1": 775, + "TEXCOORD_2": 776, + "TEXCOORD_3": 777, + "TEXCOORD_4": 778, + "TEXCOORD_5": 779, + "TEXCOORD_6": 780 + }, + "indices": 781, + "material": 65, + "mode": 4 + } + ] + }, + { + "name": "Object_93", + "primitives": [ + { + "attributes": { + "NORMAL": 783, + "POSITION": 782, + "TEXCOORD_0": 784, + "TEXCOORD_1": 785, + "TEXCOORD_2": 786, + "TEXCOORD_3": 787, + "TEXCOORD_4": 788 + }, + "indices": 789, + "material": 66, + "mode": 4 + } + ] + }, + { + "name": "Object_94", + "primitives": [ + { + "attributes": { + "NORMAL": 791, + "POSITION": 790, + "TANGENT": 792, + "TEXCOORD_0": 793, + "TEXCOORD_1": 794, + "TEXCOORD_2": 795, + "TEXCOORD_3": 796, + "TEXCOORD_4": 797 + }, + "indices": 798, + "material": 67, + "mode": 4 + } + ] + }, + { + "name": "Object_95", + "primitives": [ + { + "attributes": { + "NORMAL": 800, + "POSITION": 799, + "TANGENT": 801, + "TEXCOORD_0": 802, + "TEXCOORD_1": 803, + "TEXCOORD_2": 804, + "TEXCOORD_3": 805, + "TEXCOORD_4": 806 + }, + "indices": 807, + "material": 68, + "mode": 4 + } + ] + }, + { + "name": "Object_96", + "primitives": [ + { + "attributes": { + "NORMAL": 809, + "POSITION": 808, + "TEXCOORD_0": 810, + "TEXCOORD_1": 811, + "TEXCOORD_2": 812, + "TEXCOORD_3": 813, + "TEXCOORD_4": 814 + }, + "indices": 815, + "material": 51, + "mode": 4 + } + ] + }, + { + "name": "Object_97", + "primitives": [ + { + "attributes": { + "NORMAL": 817, + "POSITION": 816, + "TEXCOORD_0": 818, + "TEXCOORD_1": 819, + "TEXCOORD_2": 820, + "TEXCOORD_3": 821, + "TEXCOORD_4": 822 + }, + "indices": 823, + "material": 45, + "mode": 4 + } + ] + }, + { + "name": "Object_98", + "primitives": [ + { + "attributes": { + "NORMAL": 825, + "POSITION": 824, + "TEXCOORD_0": 826, + "TEXCOORD_1": 827, + "TEXCOORD_2": 828, + "TEXCOORD_3": 829, + "TEXCOORD_4": 830 + }, + "indices": 831, + "material": 69, + "mode": 4 + } + ] + }, + { + "name": "Object_99", + "primitives": [ + { + "attributes": { + "NORMAL": 833, + "POSITION": 832, + "TEXCOORD_0": 834, + "TEXCOORD_1": 835, + "TEXCOORD_2": 836, + "TEXCOORD_3": 837, + "TEXCOORD_4": 838 + }, + "indices": 839, + "material": 70, + "mode": 4 + } + ] + }, + { + "name": "Object_100", + "primitives": [ + { + "attributes": { + "NORMAL": 841, + "POSITION": 840, + "TEXCOORD_0": 842, + "TEXCOORD_1": 843, + "TEXCOORD_2": 844, + "TEXCOORD_3": 845, + "TEXCOORD_4": 846 + }, + "indices": 847, + "material": 71, + "mode": 4 + } + ] + }, + { + "name": "Object_101", + "primitives": [ + { + "attributes": { + "NORMAL": 849, + "POSITION": 848, + "TANGENT": 850, + "TEXCOORD_0": 851, + "TEXCOORD_1": 852, + "TEXCOORD_2": 853, + "TEXCOORD_3": 854, + "TEXCOORD_4": 855 + }, + "indices": 856, + "material": 72, + "mode": 4 + } + ] + }, + { + "name": "Object_102", + "primitives": [ + { + "attributes": { + "NORMAL": 858, + "POSITION": 857, + "TANGENT": 859, + "TEXCOORD_0": 860, + "TEXCOORD_1": 861, + "TEXCOORD_2": 862, + "TEXCOORD_3": 863, + "TEXCOORD_4": 864 + }, + "indices": 865, + "material": 73, + "mode": 4 + } + ] + }, + { + "name": "Object_103", + "primitives": [ + { + "attributes": { + "NORMAL": 867, + "POSITION": 866, + "TANGENT": 868, + "TEXCOORD_0": 869, + "TEXCOORD_1": 870, + "TEXCOORD_2": 871, + "TEXCOORD_3": 872, + "TEXCOORD_4": 873 + }, + "indices": 874, + "material": 74, + "mode": 4 + } + ] + }, + { + "name": "Object_104", + "primitives": [ + { + "attributes": { + "NORMAL": 876, + "POSITION": 875, + "TANGENT": 877, + "TEXCOORD_0": 878, + "TEXCOORD_1": 879, + "TEXCOORD_2": 880, + "TEXCOORD_3": 881, + "TEXCOORD_4": 882 + }, + "indices": 883, + "material": 74, + "mode": 4 + } + ] + }, + { + "name": "Object_105", + "primitives": [ + { + "attributes": { + "NORMAL": 885, + "POSITION": 884, + "TEXCOORD_0": 886, + "TEXCOORD_1": 887, + "TEXCOORD_2": 888, + "TEXCOORD_3": 889 + }, + "indices": 890, + "material": 75, + "mode": 4 + } + ] + }, + { + "name": "Object_106", + "primitives": [ + { + "attributes": { + "NORMAL": 892, + "POSITION": 891, + "TEXCOORD_0": 893, + "TEXCOORD_1": 894, + "TEXCOORD_2": 895, + "TEXCOORD_3": 896 + }, + "indices": 897, + "material": 76, + "mode": 4 + } + ] + }, + { + "name": "Object_107", + "primitives": [ + { + "attributes": { + "NORMAL": 899, + "POSITION": 898, + "TANGENT": 900, + "TEXCOORD_0": 901, + "TEXCOORD_1": 902, + "TEXCOORD_2": 903, + "TEXCOORD_3": 904, + "TEXCOORD_4": 905 + }, + "indices": 906, + "material": 60, + "mode": 4 + } + ] + }, + { + "name": "Object_108", + "primitives": [ + { + "attributes": { + "NORMAL": 908, + "POSITION": 907, + "TEXCOORD_0": 909, + "TEXCOORD_1": 910, + "TEXCOORD_2": 911, + "TEXCOORD_3": 912 + }, + "indices": 913, + "material": 77, + "mode": 4 + } + ] + }, + { + "name": "Object_109", + "primitives": [ + { + "attributes": { + "NORMAL": 915, + "POSITION": 914, + "TEXCOORD_0": 916, + "TEXCOORD_1": 917, + "TEXCOORD_2": 918, + "TEXCOORD_3": 919, + "TEXCOORD_4": 920 + }, + "indices": 921, + "material": 78, + "mode": 4 + } + ] + }, + { + "name": "Object_110", + "primitives": [ + { + "attributes": { + "NORMAL": 923, + "POSITION": 922, + "TANGENT": 924, + "TEXCOORD_0": 925, + "TEXCOORD_1": 926, + "TEXCOORD_2": 927, + "TEXCOORD_3": 928, + "TEXCOORD_4": 929 + }, + "indices": 930, + "material": 79, + "mode": 4 + } + ] + }, + { + "name": "Object_111", + "primitives": [ + { + "attributes": { + "NORMAL": 932, + "POSITION": 931, + "TEXCOORD_0": 933, + "TEXCOORD_1": 934, + "TEXCOORD_2": 935, + "TEXCOORD_3": 936, + "TEXCOORD_4": 937 + }, + "indices": 938, + "material": 80, + "mode": 4 + } + ] + }, + { + "name": "Object_112", + "primitives": [ + { + "attributes": { + "NORMAL": 940, + "POSITION": 939, + "TEXCOORD_0": 941, + "TEXCOORD_1": 942, + "TEXCOORD_2": 943, + "TEXCOORD_3": 944, + "TEXCOORD_4": 945 + }, + "indices": 946, + "material": 81, + "mode": 4 + } + ] + }, + { + "name": "Object_113", + "primitives": [ + { + "attributes": { + "NORMAL": 948, + "POSITION": 947, + "TEXCOORD_0": 949, + "TEXCOORD_1": 950, + "TEXCOORD_2": 951, + "TEXCOORD_3": 952, + "TEXCOORD_4": 953 + }, + "indices": 954, + "material": 81, + "mode": 4 + } + ] + }, + { + "name": "Object_114", + "primitives": [ + { + "attributes": { + "NORMAL": 956, + "POSITION": 955, + "TEXCOORD_0": 957, + "TEXCOORD_1": 958, + "TEXCOORD_2": 959, + "TEXCOORD_3": 960, + "TEXCOORD_4": 961 + }, + "indices": 962, + "material": 82, + "mode": 4 + } + ] + }, + { + "name": "Object_115", + "primitives": [ + { + "attributes": { + "NORMAL": 964, + "POSITION": 963, + "TANGENT": 965, + "TEXCOORD_0": 966, + "TEXCOORD_1": 967, + "TEXCOORD_2": 968, + "TEXCOORD_3": 969, + "TEXCOORD_4": 970, + "TEXCOORD_5": 971 + }, + "indices": 972, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_116", + "primitives": [ + { + "attributes": { + "NORMAL": 974, + "POSITION": 973, + "TANGENT": 975, + "TEXCOORD_0": 976, + "TEXCOORD_1": 977, + "TEXCOORD_2": 978, + "TEXCOORD_3": 979, + "TEXCOORD_4": 980, + "TEXCOORD_5": 981 + }, + "indices": 982, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_117", + "primitives": [ + { + "attributes": { + "NORMAL": 984, + "POSITION": 983, + "TANGENT": 985, + "TEXCOORD_0": 986, + "TEXCOORD_1": 987, + "TEXCOORD_2": 988, + "TEXCOORD_3": 989, + "TEXCOORD_4": 990, + "TEXCOORD_5": 991 + }, + "indices": 992, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_118", + "primitives": [ + { + "attributes": { + "NORMAL": 994, + "POSITION": 993, + "TANGENT": 995, + "TEXCOORD_0": 996, + "TEXCOORD_1": 997, + "TEXCOORD_2": 998, + "TEXCOORD_3": 999, + "TEXCOORD_4": 1000, + "TEXCOORD_5": 1001 + }, + "indices": 1002, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_119", + "primitives": [ + { + "attributes": { + "NORMAL": 1004, + "POSITION": 1003, + "TANGENT": 1005, + "TEXCOORD_0": 1006, + "TEXCOORD_1": 1007, + "TEXCOORD_2": 1008, + "TEXCOORD_3": 1009, + "TEXCOORD_4": 1010, + "TEXCOORD_5": 1011 + }, + "indices": 1012, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_120", + "primitives": [ + { + "attributes": { + "NORMAL": 1014, + "POSITION": 1013, + "TANGENT": 1015, + "TEXCOORD_0": 1016, + "TEXCOORD_1": 1017, + "TEXCOORD_2": 1018, + "TEXCOORD_3": 1019, + "TEXCOORD_4": 1020, + "TEXCOORD_5": 1021 + }, + "indices": 1022, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_121", + "primitives": [ + { + "attributes": { + "NORMAL": 1024, + "POSITION": 1023, + "TANGENT": 1025, + "TEXCOORD_0": 1026, + "TEXCOORD_1": 1027, + "TEXCOORD_2": 1028, + "TEXCOORD_3": 1029, + "TEXCOORD_4": 1030, + "TEXCOORD_5": 1031 + }, + "indices": 1032, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_122", + "primitives": [ + { + "attributes": { + "NORMAL": 1034, + "POSITION": 1033, + "TANGENT": 1035, + "TEXCOORD_0": 1036, + "TEXCOORD_1": 1037, + "TEXCOORD_2": 1038, + "TEXCOORD_3": 1039, + "TEXCOORD_4": 1040, + "TEXCOORD_5": 1041 + }, + "indices": 1042, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_123", + "primitives": [ + { + "attributes": { + "NORMAL": 1044, + "POSITION": 1043, + "TANGENT": 1045, + "TEXCOORD_0": 1046, + "TEXCOORD_1": 1047, + "TEXCOORD_2": 1048, + "TEXCOORD_3": 1049, + "TEXCOORD_4": 1050, + "TEXCOORD_5": 1051 + }, + "indices": 1052, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_124", + "primitives": [ + { + "attributes": { + "NORMAL": 1054, + "POSITION": 1053, + "TANGENT": 1055, + "TEXCOORD_0": 1056, + "TEXCOORD_1": 1057, + "TEXCOORD_2": 1058, + "TEXCOORD_3": 1059, + "TEXCOORD_4": 1060, + "TEXCOORD_5": 1061 + }, + "indices": 1062, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_125", + "primitives": [ + { + "attributes": { + "NORMAL": 1064, + "POSITION": 1063, + "TANGENT": 1065, + "TEXCOORD_0": 1066, + "TEXCOORD_1": 1067, + "TEXCOORD_2": 1068, + "TEXCOORD_3": 1069, + "TEXCOORD_4": 1070, + "TEXCOORD_5": 1071 + }, + "indices": 1072, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_126", + "primitives": [ + { + "attributes": { + "NORMAL": 1074, + "POSITION": 1073, + "TANGENT": 1075, + "TEXCOORD_0": 1076, + "TEXCOORD_1": 1077, + "TEXCOORD_2": 1078, + "TEXCOORD_3": 1079, + "TEXCOORD_4": 1080, + "TEXCOORD_5": 1081 + }, + "indices": 1082, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_127", + "primitives": [ + { + "attributes": { + "NORMAL": 1084, + "POSITION": 1083, + "TANGENT": 1085, + "TEXCOORD_0": 1086, + "TEXCOORD_1": 1087, + "TEXCOORD_2": 1088, + "TEXCOORD_3": 1089, + "TEXCOORD_4": 1090, + "TEXCOORD_5": 1091 + }, + "indices": 1092, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_128", + "primitives": [ + { + "attributes": { + "NORMAL": 1094, + "POSITION": 1093, + "TANGENT": 1095, + "TEXCOORD_0": 1096, + "TEXCOORD_1": 1097, + "TEXCOORD_2": 1098, + "TEXCOORD_3": 1099, + "TEXCOORD_4": 1100, + "TEXCOORD_5": 1101 + }, + "indices": 1102, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_129", + "primitives": [ + { + "attributes": { + "NORMAL": 1104, + "POSITION": 1103, + "TANGENT": 1105, + "TEXCOORD_0": 1106, + "TEXCOORD_1": 1107, + "TEXCOORD_2": 1108, + "TEXCOORD_3": 1109, + "TEXCOORD_4": 1110, + "TEXCOORD_5": 1111 + }, + "indices": 1112, + "material": 63, + "mode": 4 + } + ] + }, + { + "name": "Object_130", + "primitives": [ + { + "attributes": { + "NORMAL": 1114, + "POSITION": 1113, + "TEXCOORD_0": 1115, + "TEXCOORD_1": 1116, + "TEXCOORD_2": 1117, + "TEXCOORD_3": 1118 + }, + "indices": 1119, + "material": 83, + "mode": 4 + } + ] + }, + { + "name": "Object_131", + "primitives": [ + { + "attributes": { + "NORMAL": 1121, + "POSITION": 1120, + "TEXCOORD_0": 1122, + "TEXCOORD_1": 1123, + "TEXCOORD_2": 1124, + "TEXCOORD_3": 1125 + }, + "indices": 1126, + "material": 84, + "mode": 4 + } + ] + }, + { + "name": "Object_132", + "primitives": [ + { + "attributes": { + "NORMAL": 1128, + "POSITION": 1127, + "TEXCOORD_0": 1129, + "TEXCOORD_1": 1130, + "TEXCOORD_2": 1131, + "TEXCOORD_3": 1132 + }, + "indices": 1133, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_133", + "primitives": [ + { + "attributes": { + "NORMAL": 1135, + "POSITION": 1134, + "TEXCOORD_0": 1136, + "TEXCOORD_1": 1137, + "TEXCOORD_2": 1138, + "TEXCOORD_3": 1139 + }, + "indices": 1140, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_134", + "primitives": [ + { + "attributes": { + "NORMAL": 1142, + "POSITION": 1141, + "TEXCOORD_0": 1143, + "TEXCOORD_1": 1144, + "TEXCOORD_2": 1145, + "TEXCOORD_3": 1146 + }, + "indices": 1147, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_135", + "primitives": [ + { + "attributes": { + "NORMAL": 1149, + "POSITION": 1148, + "TEXCOORD_0": 1150, + "TEXCOORD_1": 1151, + "TEXCOORD_2": 1152, + "TEXCOORD_3": 1153 + }, + "indices": 1154, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_136", + "primitives": [ + { + "attributes": { + "NORMAL": 1156, + "POSITION": 1155, + "TEXCOORD_0": 1157, + "TEXCOORD_1": 1158, + "TEXCOORD_2": 1159, + "TEXCOORD_3": 1160 + }, + "indices": 1161, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_137", + "primitives": [ + { + "attributes": { + "NORMAL": 1163, + "POSITION": 1162, + "TEXCOORD_0": 1164, + "TEXCOORD_1": 1165, + "TEXCOORD_2": 1166, + "TEXCOORD_3": 1167 + }, + "indices": 1168, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_138", + "primitives": [ + { + "attributes": { + "NORMAL": 1170, + "POSITION": 1169, + "TEXCOORD_0": 1171, + "TEXCOORD_1": 1172, + "TEXCOORD_2": 1173, + "TEXCOORD_3": 1174 + }, + "indices": 1175, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_139", + "primitives": [ + { + "attributes": { + "NORMAL": 1177, + "POSITION": 1176, + "TEXCOORD_0": 1178, + "TEXCOORD_1": 1179, + "TEXCOORD_2": 1180, + "TEXCOORD_3": 1181 + }, + "indices": 1182, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_140", + "primitives": [ + { + "attributes": { + "NORMAL": 1184, + "POSITION": 1183, + "TEXCOORD_0": 1185, + "TEXCOORD_1": 1186, + "TEXCOORD_2": 1187, + "TEXCOORD_3": 1188 + }, + "indices": 1189, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_141", + "primitives": [ + { + "attributes": { + "NORMAL": 1191, + "POSITION": 1190, + "TEXCOORD_0": 1192, + "TEXCOORD_1": 1193, + "TEXCOORD_2": 1194, + "TEXCOORD_3": 1195 + }, + "indices": 1196, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_142", + "primitives": [ + { + "attributes": { + "NORMAL": 1198, + "POSITION": 1197, + "TEXCOORD_0": 1199, + "TEXCOORD_1": 1200, + "TEXCOORD_2": 1201, + "TEXCOORD_3": 1202 + }, + "indices": 1203, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_143", + "primitives": [ + { + "attributes": { + "NORMAL": 1205, + "POSITION": 1204, + "TEXCOORD_0": 1206, + "TEXCOORD_1": 1207, + "TEXCOORD_2": 1208, + "TEXCOORD_3": 1209 + }, + "indices": 1210, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_144", + "primitives": [ + { + "attributes": { + "NORMAL": 1212, + "POSITION": 1211, + "TEXCOORD_0": 1213, + "TEXCOORD_1": 1214, + "TEXCOORD_2": 1215, + "TEXCOORD_3": 1216 + }, + "indices": 1217, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_145", + "primitives": [ + { + "attributes": { + "NORMAL": 1219, + "POSITION": 1218, + "TEXCOORD_0": 1220, + "TEXCOORD_1": 1221, + "TEXCOORD_2": 1222, + "TEXCOORD_3": 1223 + }, + "indices": 1224, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_146", + "primitives": [ + { + "attributes": { + "NORMAL": 1226, + "POSITION": 1225, + "TEXCOORD_0": 1227, + "TEXCOORD_1": 1228, + "TEXCOORD_2": 1229, + "TEXCOORD_3": 1230 + }, + "indices": 1231, + "material": 85, + "mode": 4 + } + ] + }, + { + "name": "Object_147", + "primitives": [ + { + "attributes": { + "NORMAL": 1233, + "POSITION": 1232, + "TEXCOORD_0": 1234, + "TEXCOORD_1": 1235, + "TEXCOORD_2": 1236, + "TEXCOORD_3": 1237 + }, + "indices": 1238, + "material": 86, + "mode": 4 + } + ] + }, + { + "name": "Object_148", + "primitives": [ + { + "attributes": { + "NORMAL": 1240, + "POSITION": 1239, + "TEXCOORD_0": 1241, + "TEXCOORD_1": 1242, + "TEXCOORD_2": 1243, + "TEXCOORD_3": 1244 + }, + "indices": 1245, + "material": 50, + "mode": 4 + } + ] + }, + { + "name": "Object_149", + "primitives": [ + { + "attributes": { + "NORMAL": 1247, + "POSITION": 1246, + "TEXCOORD_0": 1248, + "TEXCOORD_1": 1249, + "TEXCOORD_2": 1250, + "TEXCOORD_3": 1251, + "TEXCOORD_4": 1252 + }, + "indices": 1253, + "material": 87, + "mode": 4 + } + ] + }, + { + "name": "Object_150", + "primitives": [ + { + "attributes": { + "NORMAL": 1255, + "POSITION": 1254, + "TEXCOORD_0": 1256, + "TEXCOORD_1": 1257, + "TEXCOORD_2": 1258, + "TEXCOORD_3": 1259, + "TEXCOORD_4": 1260 + }, + "indices": 1261, + "material": 88, + "mode": 4 + } + ] + } + ], + "nodes": [ + { + "children": [ + 1 + ], + "matrix": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.220446049250313e-16, + -1.0, + 0.0, + 0.0, + 1.0, + 2.220446049250313e-16, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ], + "name": "Sketchfab_model" + }, + { + "children": [ + 2 + ], + "name": "root" + }, + { + "children": [ + 3 + ], + "matrix": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.220446049250313e-16, + 1.0, + 0.0, + 0.0, + -1.0, + 2.220446049250313e-16, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ], + "name": "GLTF_SceneRootNode" + }, + { + "children": [ + 4 + ], + "matrix": [ + 1.0, + 0.0, + 0.0, + 0.0, + 0.0, + 2.220446049250313e-16, + -1.0, + 0.0, + 0.0, + 1.0, + 2.220446049250313e-16, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ], + "name": "Sketchfab_model_0" + }, + { + "children": [ + 5 + ], + "matrix": [ + 0.009999999776482582, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 0.009999999776482582, + 0.0, + 0.0, + -0.009999999776482582, + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 1.0 + ], + "name": "porsche_992_gt3_r.fbx_1" + }, + { + "children": [ + 6, + 21, + 36, + 51, + 66, + 154, + 161, + 165, + 169, + 173, + 177, + 184, + 191, + 198, + 205, + 236, + 267, + 481 + ], + "name": "RootNode_2" + }, + { + "children": [ + 7, + 14, + 18 + ], + "name": "WHEEL_LF_3" + }, + { + "children": [ + 8, + 11 + ], + "name": "RIM_BLUR_LF_4" + }, + { + "children": [ + 9 + ], + "name": "GEO_RIM_BLUR_LF_5" + }, + { + "children": [ + 10 + ], + "name": "GEO_RIM_BLUR_LF_EXT_RIM_BLUR_0_6" + }, + { + "mesh": 0, + "name": "Object_10" + }, + { + "children": [ + 12 + ], + "name": "GEO_RIM_STATIC_LF_7" + }, + { + "children": [ + 13 + ], + "name": "GEO_RIM_STATIC_LF_EXT_RIM_0_8" + }, + { + "mesh": 1, + "name": "Object_13" + }, + { + "children": [ + 15 + ], + "name": "RIM_LF_9" + }, + { + "children": [ + 16 + ], + "name": "GEO_RIM_LF_10" + }, + { + "children": [ + 17 + ], + "name": "GEO_RIM_LF_EXT_RIM_0_11" + }, + { + "mesh": 2, + "name": "Object_17" + }, + { + "children": [ + 19 + ], + "name": "GEO_TIRE_LF_12" + }, + { + "children": [ + 20 + ], + "name": "GEO_TIRE_LF_MI_Tyre_Flex_Dry_R_0_13" + }, + { + "mesh": 3, + "name": "Object_20" + }, + { + "children": [ + 22, + 29, + 33 + ], + "name": "WHEEL_LR_14" + }, + { + "children": [ + 23, + 26 + ], + "name": "RIM_BLUR_LR_15" + }, + { + "children": [ + 24 + ], + "name": "GEO_RIM_BLUR_LR_16" + }, + { + "children": [ + 25 + ], + "name": "GEO_RIM_BLUR_LR_EXT_RIM_BLUR_0_17" + }, + { + "mesh": 4, + "name": "Object_25" + }, + { + "children": [ + 27 + ], + "name": "GEO_RIM_STATIC_LR_18" + }, + { + "children": [ + 28 + ], + "name": "GEO_RIM_STATIC_LR_EXT_RIM_0_19" + }, + { + "mesh": 5, + "name": "Object_28" + }, + { + "children": [ + 30 + ], + "name": "RIM_LR_20" + }, + { + "children": [ + 31 + ], + "name": "GEO_RIM_LR_21" + }, + { + "children": [ + 32 + ], + "name": "GEO_RIM_LR_EXT_RIM_0_22" + }, + { + "mesh": 6, + "name": "Object_32" + }, + { + "children": [ + 34 + ], + "name": "GEO_TIRE_LR_23" + }, + { + "children": [ + 35 + ], + "name": "GEO_TIRE_LR_MI_Tyre_Flex_Dry_R_0_24" + }, + { + "mesh": 7, + "name": "Object_35" + }, + { + "children": [ + 37, + 44, + 48 + ], + "name": "WHEEL_RR_25" + }, + { + "children": [ + 38, + 41 + ], + "name": "RIM_BLUR_RR_26" + }, + { + "children": [ + 39 + ], + "name": "GEO_RIM_STATIC_RR_27" + }, + { + "children": [ + 40 + ], + "name": "GEO_RIM_STATIC_RR_EXT_RIM_0_28" + }, + { + "mesh": 8, + "name": "Object_40" + }, + { + "children": [ + 42 + ], + "name": "GEO_RIM_BLUR_RR_29" + }, + { + "children": [ + 43 + ], + "name": "GEO_RIM_BLUR_RR_EXT_RIM_BLUR_0_30" + }, + { + "mesh": 9, + "name": "Object_43" + }, + { + "children": [ + 45 + ], + "name": "RIM_RR_31" + }, + { + "children": [ + 46 + ], + "name": "GEO_RIM_RR_32" + }, + { + "children": [ + 47 + ], + "name": "GEO_RIM_RR_EXT_RIM_0_33" + }, + { + "mesh": 10, + "name": "Object_47" + }, + { + "children": [ + 49 + ], + "name": "GEO_TIRE_RR_34" + }, + { + "children": [ + 50 + ], + "name": "GEO_TIRE_RR_MI_Tyre_Flex_Dry_R_0_35" + }, + { + "mesh": 11, + "name": "Object_50" + }, + { + "children": [ + 52, + 59, + 63 + ], + "name": "WHEEL_RF_36" + }, + { + "children": [ + 53, + 56 + ], + "name": "RIM_BLUR_RF_37" + }, + { + "children": [ + 54 + ], + "name": "GEO_RIM_BLUR_RF_38" + }, + { + "children": [ + 55 + ], + "name": "GEO_RIM_BLUR_RF_EXT_RIM_BLUR_0_39" + }, + { + "mesh": 12, + "name": "Object_55" + }, + { + "children": [ + 57 + ], + "name": "GEO_RIM_STATIC_RF_40" + }, + { + "children": [ + 58 + ], + "name": "GEO_RIM_STATIC_RF_EXT_RIM_0_41" + }, + { + "mesh": 13, + "name": "Object_58" + }, + { + "children": [ + 60 + ], + "name": "RIM_RF_42" + }, + { + "children": [ + 61 + ], + "name": "GEO_RIM_RF_43" + }, + { + "children": [ + 62 + ], + "name": "GEO_RIM_RF_EXT_RIM_0_44" + }, + { + "mesh": 14, + "name": "Object_62" + }, + { + "children": [ + 64 + ], + "name": "GEO_TIRE_RF_45" + }, + { + "children": [ + 65 + ], + "name": "GEO_TIRE_RF_MI_Tyre_Flex_Dry_R_0_46" + }, + { + "mesh": 15, + "name": "Object_65" + }, + { + "children": [ + 67, + 70, + 73, + 76, + 79, + 82, + 85, + 88, + 91, + 94, + 97, + 100, + 103, + 106, + 109, + 112, + 115, + 118, + 121, + 124, + 127, + 130, + 133, + 136, + 139, + 142, + 145, + 148, + 151 + ], + "name": "MAIN_BODY_47" + }, + { + "children": [ + 68 + ], + "name": "porsche_992_gt3_r_exterior_SUB10_48" + }, + { + "children": [ + 69 + ], + "name": "porsche_992_gt3_r_exterior_SUB10_EXT_Glass_Emissive_Rear_0_49" + }, + { + "mesh": 16, + "name": "Object_69" + }, + { + "children": [ + 71 + ], + "name": "porsche_992_gt3_r_exterior_SUB9_50" + }, + { + "children": [ + 72 + ], + "name": "porsche_992_gt3_r_exterior_SUB9_EXT_Glass_Emissive_Front_0_51" + }, + { + "mesh": 17, + "name": "Object_72" + }, + { + "children": [ + 74 + ], + "name": "porsche_992_gt3_r_exterior_SUB8_52" + }, + { + "children": [ + 75 + ], + "name": "porsche_992_gt3_r_exterior_SUB8_EXT_Emissive_Light_Rear_0_53" + }, + { + "mesh": 18, + "name": "Object_75" + }, + { + "children": [ + 77 + ], + "name": "porsche_992_gt3_r_exterior_SUB7_54" + }, + { + "children": [ + 78 + ], + "name": "porsche_992_gt3_r_exterior_SUB7_EXT_Emissive_Light_Front_0_55" + }, + { + "mesh": 19, + "name": "Object_78" + }, + { + "children": [ + 80 + ], + "name": "porsche_992_gt3_r_exterior_SUB6_56" + }, + { + "children": [ + 81 + ], + "name": "porsche_992_gt3_r_exterior_SUB6_EXT_Windows_0_57" + }, + { + "mesh": 20, + "name": "Object_81" + }, + { + "children": [ + 83 + ], + "name": "porsche_992_gt3_r_exterior_SUB5_58" + }, + { + "children": [ + 84 + ], + "name": "porsche_992_gt3_r_exterior_SUB5_EXT_Banner_0_59" + }, + { + "mesh": 21, + "name": "Object_84" + }, + { + "children": [ + 86 + ], + "name": "porsche_992_gt3_r_exterior_SUB3_60" + }, + { + "children": [ + 87 + ], + "name": "porsche_992_gt3_r_exterior_SUB3_EXT_Grid_2_0_61" + }, + { + "mesh": 22, + "name": "Object_87" + }, + { + "children": [ + 89 + ], + "name": "porsche_992_gt3_r_exterior_SUB2_62" + }, + { + "children": [ + 90 + ], + "name": "porsche_992_gt3_r_exterior_SUB2_EXT_Details_0_63" + }, + { + "mesh": 23, + "name": "Object_90" + }, + { + "children": [ + 92 + ], + "name": "porsche_992_gt3_r_exterior_SUB1_64" + }, + { + "children": [ + 93 + ], + "name": "porsche_992_gt3_r_exterior_SUB1_EXT_Mechanics_0_65" + }, + { + "mesh": 24, + "name": "Object_93" + }, + { + "children": [ + 95 + ], + "name": "porsche_992_gt3_r_exterior_SUB0_66" + }, + { + "children": [ + 96 + ], + "name": "porsche_992_gt3_r_exterior_SUB0_EXT_Carpaint_Inst_0_67" + }, + { + "mesh": 25, + "name": "Object_96" + }, + { + "children": [ + 98 + ], + "name": "RAIN_LIGHTS_68" + }, + { + "children": [ + 99 + ], + "name": "RAIN_LIGHTS_EXT_Emissive_Light_Rear_0_69" + }, + { + "mesh": 26, + "name": "Object_99" + }, + { + "children": [ + 101 + ], + "name": "ST_FRONT_LF_70" + }, + { + "children": [ + 102 + ], + "name": "ST_FRONT_LF_AUX_LIGHT_Porsche992_0_71" + }, + { + "mesh": 27, + "name": "Object_102" + }, + { + "children": [ + 104 + ], + "name": "ST_FRONT_RF_72" + }, + { + "children": [ + 105 + ], + "name": "ST_FRONT_RF_AUX_LIGHT_Porsche992_0_73" + }, + { + "mesh": 28, + "name": "Object_105" + }, + { + "children": [ + 107 + ], + "name": "ST_REAR_74" + }, + { + "children": [ + 108 + ], + "name": "ST_REAR_EXT_Emissive_Light_Rear_0_75" + }, + { + "mesh": 29, + "name": "Object_108" + }, + { + "children": [ + 110 + ], + "name": "ST_REAR_LR_76" + }, + { + "children": [ + 111 + ], + "name": "ST_REAR_LR_EXT_Emissive_Light_Rear_0_77" + }, + { + "mesh": 30, + "name": "Object_111" + }, + { + "children": [ + 113 + ], + "name": "ST_REAR_RR_78" + }, + { + "children": [ + 114 + ], + "name": "ST_REAR_RR_EXT_Emissive_Light_Rear_0_79" + }, + { + "mesh": 31, + "name": "Object_114" + }, + { + "children": [ + 116 + ], + "name": "porsche_992_gt3_r_auxlight_b_80" + }, + { + "children": [ + 117 + ], + "name": "porsche_992_gt3_r_auxlight_b_AUX_LIGHT_Porsche992_0_81" + }, + { + "mesh": 32, + "name": "Object_117" + }, + { + "children": [ + 119 + ], + "name": "porsche_992_gt3_r_auxlight_c_82" + }, + { + "children": [ + 120 + ], + "name": "porsche_992_gt3_r_auxlight_c_AUX_LIGHT_Porsche992_0_83" + }, + { + "mesh": 33, + "name": "Object_120" + }, + { + "children": [ + 122 + ], + "name": "porsche_992_gt3_r_auxlight_d_84" + }, + { + "children": [ + 123 + ], + "name": "porsche_992_gt3_r_auxlight_d_AUX_LIGHT_Porsche992_0_85" + }, + { + "mesh": 34, + "name": "Object_123" + }, + { + "children": [ + 125 + ], + "name": "porsche_992_gt3_r_auxlight_e_86" + }, + { + "children": [ + 126 + ], + "name": "porsche_992_gt3_r_auxlight_e_AUX_LIGHT_Porsche992_0_87" + }, + { + "mesh": 35, + "name": "Object_126" + }, + { + "children": [ + 128 + ], + "name": "porsche_992_gt3_r_auxlight_f_88" + }, + { + "children": [ + 129 + ], + "name": "porsche_992_gt3_r_auxlight_f_AUX_LIGHT_Porsche992_0_89" + }, + { + "mesh": 36, + "name": "Object_129" + }, + { + "children": [ + 131 + ], + "name": "porsche_992_gt3_r_auxlight_g_90" + }, + { + "children": [ + 132 + ], + "name": "porsche_992_gt3_r_auxlight_g_AUX_LIGHT_Porsche992_0_91" + }, + { + "mesh": 37, + "name": "Object_132" + }, + { + "children": [ + 134 + ], + "name": "GEO_CHASSIS_RADIATOR_92" + }, + { + "children": [ + 135 + ], + "name": "GEO_CHASSIS_RADIATOR_EXT_RADIATOR_0_93" + }, + { + "mesh": 38, + "name": "Object_135" + }, + { + "children": [ + 137 + ], + "name": "GEO_CHASSIS_KEVLAR_94" + }, + { + "children": [ + 138 + ], + "name": "GEO_CHASSIS_KEVLAR_CHASSIS_KEVLAR_0_95" + }, + { + "mesh": 39, + "name": "Object_138" + }, + { + "children": [ + 140 + ], + "name": "GEO_EXALST_96" + }, + { + "children": [ + 141 + ], + "name": "GEO_EXALST_EXT_EXALTS_0_97" + }, + { + "mesh": 40, + "name": "Object_141" + }, + { + "children": [ + 143 + ], + "name": "B0_98" + }, + { + "children": [ + 144 + ], + "name": "B0_EXT_Emissive_Light_Rear_0_99" + }, + { + "mesh": 41, + "name": "Object_144" + }, + { + "children": [ + 146 + ], + "name": "L0_100" + }, + { + "children": [ + 147 + ], + "name": "L0_EXT_Emissive_Light_Front_0_101" + }, + { + "mesh": 42, + "name": "Object_147" + }, + { + "children": [ + 149 + ], + "name": "L1_102" + }, + { + "children": [ + 150 + ], + "name": "L1_EXT_Emissive_Light_Front_0_103" + }, + { + "mesh": 43, + "name": "Object_150" + }, + { + "children": [ + 152 + ], + "name": "EXT_TAMP_FUEL_104" + }, + { + "children": [ + 153 + ], + "name": "EXT_TAMP_FUEL_EXT_TAMP_FUEL_0_105" + }, + { + "mesh": 44, + "name": "Object_153" + }, + { + "children": [ + 155, + 158 + ], + "name": "CINTURE_ON_106" + }, + { + "children": [ + 156 + ], + "name": "porsche_992_gt3_r_net_107" + }, + { + "children": [ + 157 + ], + "name": "porsche_992_gt3_r_net_INT_NET_0_108" + }, + { + "mesh": 45, + "name": "Object_157" + }, + { + "children": [ + 159 + ], + "name": "porsche_992_gt3_r_belt_on_109" + }, + { + "children": [ + 160 + ], + "name": "porsche_992_gt3_r_belt_on_BELT_Schroth_2_0_110" + }, + { + "mesh": 46, + "name": "Object_160" + }, + { + "children": [ + 162 + ], + "name": "DISC_LF_111" + }, + { + "children": [ + 163 + ], + "name": "GEO_DISC_LF_112" + }, + { + "children": [ + 164 + ], + "name": "GEO_DISC_LF_EXT_Disc_0_113" + }, + { + "mesh": 47, + "name": "Object_164" + }, + { + "children": [ + 166 + ], + "name": "DISC_LR_114" + }, + { + "children": [ + 167 + ], + "name": "GEO_DISC_LR_115" + }, + { + "children": [ + 168 + ], + "name": "GEO_DISC_LR_EXT_Disc_0_116" + }, + { + "mesh": 48, + "name": "Object_168" + }, + { + "children": [ + 170 + ], + "name": "DISC_RF_117" + }, + { + "children": [ + 171 + ], + "name": "GEO_DISC_RF_118" + }, + { + "children": [ + 172 + ], + "name": "GEO_DISC_RF_EXT_Disc_0_119" + }, + { + "mesh": 49, + "name": "Object_172" + }, + { + "children": [ + 174 + ], + "name": "DISC_RR_120" + }, + { + "children": [ + 175 + ], + "name": "GEO_DISC_RR_121" + }, + { + "children": [ + 176 + ], + "name": "GEO_DISC_RR_EXT_Disc_0_122" + }, + { + "mesh": 50, + "name": "Object_176" + }, + { + "children": [ + 178, + 181 + ], + "name": "SUSP_LF_123" + }, + { + "children": [ + 179 + ], + "name": "EXT_CALIPER_MARK_LF_124" + }, + { + "children": [ + 180 + ], + "name": "EXT_CALIPER_MARK_LF_EXT_Details_0_125" + }, + { + "mesh": 51, + "name": "Object_180" + }, + { + "children": [ + 182 + ], + "name": "GEO_CALIPER_LF_126" + }, + { + "children": [ + 183 + ], + "name": "GEO_CALIPER_LF_EXT_CALIPER_0_127" + }, + { + "mesh": 52, + "name": "Object_183" + }, + { + "children": [ + 185, + 188 + ], + "name": "SUSP_LR_128" + }, + { + "children": [ + 186 + ], + "name": "EXT_CALIPER_MARK_LR_129" + }, + { + "children": [ + 187 + ], + "name": "EXT_CALIPER_MARK_LR_EXT_Details_0_130" + }, + { + "mesh": 53, + "name": "Object_187" + }, + { + "children": [ + 189 + ], + "name": "GEO_CALIPER_LR_131" + }, + { + "children": [ + 190 + ], + "name": "GEO_CALIPER_LR_EXT_CALIPER_0_132" + }, + { + "mesh": 54, + "name": "Object_190" + }, + { + "children": [ + 192, + 195 + ], + "name": "SUSP_RR_133" + }, + { + "children": [ + 193 + ], + "name": "GEO_CALIPER_RR_134" + }, + { + "children": [ + 194 + ], + "name": "GEO_CALIPER_RR_EXT_CALIPER_0_135" + }, + { + "mesh": 55, + "name": "Object_194" + }, + { + "children": [ + 196 + ], + "name": "EXT_CALIPER_MARK_RR_136" + }, + { + "children": [ + 197 + ], + "name": "EXT_CALIPER_MARK_RR_EXT_Details_0_137" + }, + { + "mesh": 56, + "name": "Object_197" + }, + { + "children": [ + 199, + 202 + ], + "name": "SUSP_RF_138" + }, + { + "children": [ + 200 + ], + "name": "GEO_CALIPER_RF_139" + }, + { + "children": [ + 201 + ], + "name": "GEO_CALIPER_RF_EXT_CALIPER_0_140" + }, + { + "mesh": 57, + "name": "Object_201" + }, + { + "children": [ + 203 + ], + "name": "EXT_CALIPER_MARK_RF_141" + }, + { + "children": [ + 204 + ], + "name": "EXT_CALIPER_MARK_RF_EXT_Details_0_142" + }, + { + "mesh": 58, + "name": "Object_204" + }, + { + "children": [ + 206, + 209, + 212, + 215, + 218, + 221, + 224, + 227, + 230, + 233 + ], + "name": "DOOR_L_143" + }, + { + "children": [ + 207 + ], + "name": "GEO_DOOR_L_144" + }, + { + "children": [ + 208 + ], + "name": "GEO_DOOR_L_EXT_Carpaint_Inst_0_145" + }, + { + "mesh": 59, + "name": "Object_208" + }, + { + "children": [ + 210 + ], + "name": "GEO_EXT_GLASS_DOOR_L_146" + }, + { + "children": [ + 211 + ], + "name": "GEO_EXT_GLASS_DOOR_L_EXT_Windows_0_147" + }, + { + "mesh": 60, + "name": "Object_211" + }, + { + "children": [ + 213 + ], + "name": "GEO_INT_GLASS_DOOR_L_148" + }, + { + "children": [ + 214 + ], + "name": "GEO_INT_GLASS_DOOR_L_INT_Windows_0_149" + }, + { + "mesh": 61, + "name": "Object_214" + }, + { + "children": [ + 216 + ], + "name": "GEO_INT_PARTS_DOOR_L_150" + }, + { + "children": [ + 217 + ], + "name": "GEO_INT_PARTS_DOOR_L_INT_ELECTRONICS_0_151" + }, + { + "mesh": 62, + "name": "Object_217" + }, + { + "children": [ + 219 + ], + "name": "GEO_INT_REBITS_DOOR_L_152" + }, + { + "children": [ + 220 + ], + "name": "GEO_INT_REBITS_DOOR_L_INT_DECALS_0_153" + }, + { + "mesh": 63, + "name": "Object_220" + }, + { + "children": [ + 222 + ], + "name": "GEO_REBIT_DOOR_L_154" + }, + { + "children": [ + 223 + ], + "name": "GEO_REBIT_DOOR_L_EXT_Details_0_155" + }, + { + "mesh": 64, + "name": "Object_223" + }, + { + "children": [ + 225 + ], + "name": "GEO_TRAV_DOOR_L_156" + }, + { + "children": [ + 226 + ], + "name": "GEO_TRAV_DOOR_L_INT_ELECTRONICS_0_157" + }, + { + "mesh": 65, + "name": "Object_226" + }, + { + "children": [ + 228 + ], + "name": "GEO_CARBON_DOOR_L_158" + }, + { + "children": [ + 229 + ], + "name": "GEO_CARBON_DOOR_L_INT_Carbon_0_159" + }, + { + "mesh": 66, + "name": "Object_229" + }, + { + "children": [ + 231 + ], + "name": "MIRROR_L_160" + }, + { + "children": [ + 232 + ], + "name": "MIRROR_L_MIRROR_0_161" + }, + { + "mesh": 67, + "name": "Object_232" + }, + { + "children": [ + 234 + ], + "name": "DOBRADICA_DOOR_L_162" + }, + { + "children": [ + 235 + ], + "name": "DOBRADICA_DOOR_L_INT_Occlusion_Inst_0_163" + }, + { + "mesh": 68, + "name": "Object_235" + }, + { + "children": [ + 237, + 240, + 243, + 246, + 249, + 252, + 255, + 258, + 261, + 264 + ], + "name": "DOOR_R_164" + }, + { + "children": [ + 238 + ], + "name": "GEO_CARBON_DOOR_R_165" + }, + { + "children": [ + 239 + ], + "name": "GEO_CARBON_DOOR_R_INT_Carbon_0_166" + }, + { + "mesh": 69, + "name": "Object_239" + }, + { + "children": [ + 241 + ], + "name": "GEO_DOOR_R_167" + }, + { + "children": [ + 242 + ], + "name": "GEO_DOOR_R_EXT_Carpaint_Inst_0_168" + }, + { + "mesh": 70, + "name": "Object_242" + }, + { + "children": [ + 244 + ], + "name": "GEO_EXT_GLASS_DOOR_R_169" + }, + { + "children": [ + 245 + ], + "name": "GEO_EXT_GLASS_DOOR_R_EXT_Windows_0_170" + }, + { + "mesh": 71, + "name": "Object_245" + }, + { + "children": [ + 247 + ], + "name": "GEO_INT_GLASS_DOOR_R_171" + }, + { + "children": [ + 248 + ], + "name": "GEO_INT_GLASS_DOOR_R_INT_Windows_0_172" + }, + { + "mesh": 72, + "name": "Object_248" + }, + { + "children": [ + 250 + ], + "name": "GEO_INT_PARTS_DOOR_R_173" + }, + { + "children": [ + 251 + ], + "name": "GEO_INT_PARTS_DOOR_R_INT_ELECTRONICS_0_174" + }, + { + "mesh": 73, + "name": "Object_251" + }, + { + "children": [ + 253 + ], + "name": "GEO_INT_REBITS_DOOR_R_175" + }, + { + "children": [ + 254 + ], + "name": "GEO_INT_REBITS_DOOR_R_INT_DECALS_0_176" + }, + { + "mesh": 74, + "name": "Object_254" + }, + { + "children": [ + 256 + ], + "name": "GEO_REBIT_DOOR_R_177" + }, + { + "children": [ + 257 + ], + "name": "GEO_REBIT_DOOR_R_EXT_Details_0_178" + }, + { + "mesh": 75, + "name": "Object_257" + }, + { + "children": [ + 259 + ], + "name": "MIRROR_R_179" + }, + { + "children": [ + 260 + ], + "name": "MIRROR_R_MIRROR_0_180" + }, + { + "mesh": 76, + "name": "Object_260" + }, + { + "children": [ + 262 + ], + "name": "GEO_TRAV_DOOR_R_181" + }, + { + "children": [ + 263 + ], + "name": "GEO_TRAV_DOOR_R_INT_ELECTRONICS_0_182" + }, + { + "mesh": 77, + "name": "Object_263" + }, + { + "children": [ + 265 + ], + "name": "DOBRADICA_DOOR_R_183" + }, + { + "children": [ + 266 + ], + "name": "DOBRADICA_DOOR_R_INT_Occlusion_Inst_0_184" + }, + { + "mesh": 78, + "name": "Object_266" + }, + { + "children": [ + 268, + 271, + 274, + 288, + 291, + 294, + 297, + 300, + 303, + 306, + 309, + 312, + 315, + 322, + 325, + 328, + 331, + 334, + 337, + 340, + 343, + 346, + 349, + 352, + 355, + 358, + 361, + 364, + 367, + 370, + 373, + 376, + 379, + 382, + 385, + 388, + 391, + 394, + 397, + 400, + 403, + 406, + 409, + 412, + 415, + 418, + 421, + 424, + 427, + 430, + 433, + 436, + 439, + 442, + 445, + 448, + 451, + 454, + 457, + 460, + 463, + 466, + 469, + 472, + 475, + 478 + ], + "name": "COCKPIT_HR_185" + }, + { + "children": [ + 269 + ], + "name": "porsche_992_gt3_r_cable_186" + }, + { + "children": [ + 270 + ], + "name": "porsche_992_gt3_r_cable_INT_NET_0_187" + }, + { + "mesh": 79, + "name": "Object_270" + }, + { + "children": [ + 272 + ], + "name": "INT_METAL_PARTS_188" + }, + { + "children": [ + 273 + ], + "name": "INT_METAL_PARTS_INT_METAL_PARTS_0_189" + }, + { + "mesh": 80, + "name": "Object_273" + }, + { + "children": [ + 275, + 278, + 281 + ], + "name": "STEER_HR_190" + }, + { + "children": [ + 276 + ], + "name": "porsche_992_gt3_r_steer_hr_SUB2_191" + }, + { + "children": [ + 277 + ], + "name": "porsche_992_gt3_r_steer_hr_SUB2_INT_DECALS_0_192" + }, + { + "mesh": 81, + "name": "Object_277" + }, + { + "children": [ + 279 + ], + "name": "porsche_992_gt3_r_steer_hr_SUB1_193" + }, + { + "children": [ + 280 + ], + "name": "porsche_992_gt3_r_steer_hr_SUB1_INT_Steer_Carbon_0_194" + }, + { + "mesh": 82, + "name": "Object_280" + }, + { + "children": [ + 282, + 285 + ], + "name": "porsche_992_gt3_r_steer_hr_SUB0_195" + }, + { + "children": [ + 283 + ], + "name": "porsche_992_gt3_r_steer_hr_SUB0_SUB1_196" + }, + { + "children": [ + 284 + ], + "name": "porsche_992_gt3_r_steer_hr_SUB0_SUB1_STEER_PLASTIC_0_197" + }, + { + "mesh": 83, + "name": "Object_284" + }, + { + "children": [ + 286 + ], + "name": "porsche_992_gt3_r_steer_hr_SUB0_SUB0_198" + }, + { + "children": [ + 287 + ], + "name": "porsche_992_gt3_r_steer_hr_SUB0_SUB0_INT_Steer_0_199" + }, + { + "mesh": 84, + "name": "Object_287" + }, + { + "children": [ + 289 + ], + "name": "lumirank_3_200" + }, + { + "children": [ + 290 + ], + "name": "lumirank_3_WorldGridMaterial_0_201" + }, + { + "mesh": 85, + "name": "Object_290" + }, + { + "children": [ + 292 + ], + "name": "racelogic_device_202" + }, + { + "children": [ + 293 + ], + "name": "racelogic_device_INT_Racelogic_0_203" + }, + { + "mesh": 86, + "name": "Object_293" + }, + { + "children": [ + 295 + ], + "name": "sas_driver_info_204" + }, + { + "children": [ + 296 + ], + "name": "sas_driver_info_INT_SAS_0_205" + }, + { + "mesh": 87, + "name": "Object_296" + }, + { + "children": [ + 298 + ], + "name": "INT_GEO_FOAM_ROLLCAGE_206" + }, + { + "children": [ + 299 + ], + "name": "INT_GEO_FOAM_ROLLCAGE_SPARCO_FOAM_ROLLCAGE_0_207" + }, + { + "mesh": 88, + "name": "Object_299" + }, + { + "children": [ + 301 + ], + "name": "LED_LIGHTS_208" + }, + { + "children": [ + 302 + ], + "name": "LED_LIGHTS_INT_LED_0_209" + }, + { + "mesh": 89, + "name": "Object_302" + }, + { + "children": [ + 304 + ], + "name": "INT_ELECTRONICS_001_210" + }, + { + "children": [ + 305 + ], + "name": "INT_ELECTRONICS_001_INT_ELECTRONICS_2_0_211" + }, + { + "mesh": 90, + "name": "Object_305" + }, + { + "children": [ + 307 + ], + "name": "INT_DECALS001_212" + }, + { + "children": [ + 308 + ], + "name": "INT_DECALS001_INT_DECALS_0_213" + }, + { + "mesh": 91, + "name": "Object_308" + }, + { + "children": [ + 310 + ], + "name": "INT_Glass001_214" + }, + { + "children": [ + 311 + ], + "name": "INT_Glass001_INT_Glass_0_215" + }, + { + "mesh": 92, + "name": "Object_311" + }, + { + "children": [ + 313 + ], + "name": "INT_ELECTRONICS001_216" + }, + { + "children": [ + 314 + ], + "name": "INT_ELECTRONICS001_INT_ELECTRONICS_0_217" + }, + { + "mesh": 93, + "name": "Object_314" + }, + { + "children": [ + 316, + 319 + ], + "name": "GEO_INT_CARBON_218" + }, + { + "children": [ + 317 + ], + "name": "GEO_INT_CARBON_SUB1_219" + }, + { + "children": [ + 318 + ], + "name": "GEO_INT_CARBON_SUB1_INT_CARBON_BAGE_0_220" + }, + { + "mesh": 94, + "name": "Object_318" + }, + { + "children": [ + 320 + ], + "name": "GEO_INT_CARBON_SUB0_221" + }, + { + "children": [ + 321 + ], + "name": "GEO_INT_CARBON_SUB0_INT_Carbon_0_222" + }, + { + "mesh": 95, + "name": "Object_321" + }, + { + "children": [ + 323 + ], + "name": "INT_GEO_COCKPIT_SUB0_223" + }, + { + "children": [ + 324 + ], + "name": "INT_GEO_COCKPIT_SUB0_INT_Occlusion_Inst_0_224" + }, + { + "mesh": 96, + "name": "Object_324" + }, + { + "children": [ + 326 + ], + "name": "INT_Windows_225" + }, + { + "children": [ + 327 + ], + "name": "INT_Windows_INT_Windows_0_226" + }, + { + "mesh": 97, + "name": "Object_327" + }, + { + "children": [ + 329 + ], + "name": "INT_Windshield_227" + }, + { + "children": [ + 330 + ], + "name": "INT_Windshield_INT_Windshield_0_228" + }, + { + "mesh": 98, + "name": "Object_330" + }, + { + "children": [ + 332 + ], + "name": "INT_WELDING_229" + }, + { + "children": [ + 333 + ], + "name": "INT_WELDING_INT_WELDING_0_230" + }, + { + "mesh": 99, + "name": "Object_333" + }, + { + "children": [ + 335 + ], + "name": "INT_GEO_BORRACHA_231" + }, + { + "children": [ + 336 + ], + "name": "INT_GEO_BORRACHA_INT_BORRACHAS_0_232" + }, + { + "mesh": 100, + "name": "Object_336" + }, + { + "children": [ + 338 + ], + "name": "INT_GEO_DASH_PANEL_233" + }, + { + "children": [ + 339 + ], + "name": "INT_GEO_DASH_PANEL_INT_DASH_PANEL_0_234" + }, + { + "mesh": 101, + "name": "Object_339" + }, + { + "children": [ + 341 + ], + "name": "INT_GEO_SPARCO_FOAM_235" + }, + { + "children": [ + 342 + ], + "name": "INT_GEO_SPARCO_FOAM_SPARCO_FOAM_0_236" + }, + { + "mesh": 102, + "name": "Object_342" + }, + { + "children": [ + 344 + ], + "name": "INT_GEO_SEAT_ALCANTARA_237" + }, + { + "children": [ + 345 + ], + "name": "INT_GEO_SEAT_ALCANTARA_SEAT_ALCANTARA_0_238" + }, + { + "mesh": 103, + "name": "Object_345" + }, + { + "children": [ + 347 + ], + "name": "INT_GEO_COCKPIT_SUB1_239" + }, + { + "children": [ + 348 + ], + "name": "INT_GEO_COCKPIT_SUB1_SEAT_ALCANTARA_0_240" + }, + { + "mesh": 104, + "name": "Object_348" + }, + { + "children": [ + 350 + ], + "name": "INT_BANNER_241" + }, + { + "children": [ + 351 + ], + "name": "INT_BANNER_INT_BANNER_0_242" + }, + { + "mesh": 105, + "name": "Object_351" + }, + { + "children": [ + 353 + ], + "name": "DISPLAY_243" + }, + { + "children": [ + 354 + ], + "name": "DISPLAY_DISPLAY_0_244" + }, + { + "mesh": 106, + "name": "Object_354" + }, + { + "children": [ + 356 + ], + "name": "DISPALY_RACELOGIC_245" + }, + { + "children": [ + 357 + ], + "name": "DISPALY_RACELOGIC_INT_Racelogic_0_246" + }, + { + "mesh": 107, + "name": "Object_357" + }, + { + "children": [ + 359 + ], + "name": "DISPLAY_SASINFO_247" + }, + { + "children": [ + 360 + ], + "name": "DISPLAY_SASINFO_DISPLAY_SAS_0_248" + }, + { + "mesh": 108, + "name": "Object_360" + }, + { + "children": [ + 362 + ], + "name": "INT_CABLES_249" + }, + { + "children": [ + 363 + ], + "name": "INT_CABLES_INT_CABLES_0_250" + }, + { + "mesh": 109, + "name": "Object_363" + }, + { + "children": [ + 365 + ], + "name": "MANG_AR_251" + }, + { + "children": [ + 366 + ], + "name": "MANG_AR_INT_MANG_AR_0_252" + }, + { + "mesh": 110, + "name": "Object_366" + }, + { + "children": [ + 368 + ], + "name": "INT_MANGUEIRAS_253" + }, + { + "children": [ + 369 + ], + "name": "INT_MANGUEIRAS_INT_MANGUEIRAS_0_254" + }, + { + "mesh": 111, + "name": "Object_369" + }, + { + "children": [ + 371 + ], + "name": "INT_ANEL_255" + }, + { + "children": [ + 372 + ], + "name": "INT_ANEL_INT_ELECTRONICS_0_256" + }, + { + "mesh": 112, + "name": "Object_372" + }, + { + "children": [ + 374 + ], + "name": "SUPORTE_LED_257" + }, + { + "children": [ + 375 + ], + "name": "SUPORTE_LED_INT_ELECTRONICS_0_258" + }, + { + "mesh": 113, + "name": "Object_375" + }, + { + "children": [ + 377 + ], + "name": "INT_PLASTIC_PARTS_259" + }, + { + "children": [ + 378 + ], + "name": "INT_PLASTIC_PARTS_INT_PLASTIC_BLACK_0_260" + }, + { + "mesh": 114, + "name": "Object_378" + }, + { + "children": [ + 380 + ], + "name": "LEDRPM_0_261" + }, + { + "children": [ + 381 + ], + "name": "LEDRPM_0_INT_LED_0_262" + }, + { + "mesh": 115, + "name": "Object_381" + }, + { + "children": [ + 383 + ], + "name": "LEDRPM_1_263" + }, + { + "children": [ + 384 + ], + "name": "LEDRPM_1_INT_LED_0_264" + }, + { + "mesh": 116, + "name": "Object_384" + }, + { + "children": [ + 386 + ], + "name": "LEDRPM_2_265" + }, + { + "children": [ + 387 + ], + "name": "LEDRPM_2_INT_LED_0_266" + }, + { + "mesh": 117, + "name": "Object_387" + }, + { + "children": [ + 389 + ], + "name": "LEDRPM_3_267" + }, + { + "children": [ + 390 + ], + "name": "LEDRPM_3_INT_LED_0_268" + }, + { + "mesh": 118, + "name": "Object_390" + }, + { + "children": [ + 392 + ], + "name": "LEDRPM_4_269" + }, + { + "children": [ + 393 + ], + "name": "LEDRPM_4_INT_LED_0_270" + }, + { + "mesh": 119, + "name": "Object_393" + }, + { + "children": [ + 395 + ], + "name": "LEDRPM_5_271" + }, + { + "children": [ + 396 + ], + "name": "LEDRPM_5_INT_LED_0_272" + }, + { + "mesh": 120, + "name": "Object_396" + }, + { + "children": [ + 398 + ], + "name": "LEDRPM_6_273" + }, + { + "children": [ + 399 + ], + "name": "LEDRPM_6_INT_LED_0_274" + }, + { + "mesh": 121, + "name": "Object_399" + }, + { + "children": [ + 401 + ], + "name": "LEDRPM_7_275" + }, + { + "children": [ + 402 + ], + "name": "LEDRPM_7_INT_LED_0_276" + }, + { + "mesh": 122, + "name": "Object_402" + }, + { + "children": [ + 404 + ], + "name": "LED_3_277" + }, + { + "children": [ + 405 + ], + "name": "LED_3_INT_LED_0_278" + }, + { + "mesh": 123, + "name": "Object_405" + }, + { + "children": [ + 407 + ], + "name": "LED_8_279" + }, + { + "children": [ + 408 + ], + "name": "LED_8_INT_LED_0_280" + }, + { + "mesh": 124, + "name": "Object_408" + }, + { + "children": [ + 410 + ], + "name": "LED_0_281" + }, + { + "children": [ + 411 + ], + "name": "LED_0_INT_LED_0_282" + }, + { + "mesh": 125, + "name": "Object_411" + }, + { + "children": [ + 413 + ], + "name": "LED_5_283" + }, + { + "children": [ + 414 + ], + "name": "LED_5_INT_LED_0_284" + }, + { + "mesh": 126, + "name": "Object_414" + }, + { + "children": [ + 416 + ], + "name": "LED_1_285" + }, + { + "children": [ + 417 + ], + "name": "LED_1_INT_LED_0_286" + }, + { + "mesh": 127, + "name": "Object_417" + }, + { + "children": [ + 419 + ], + "name": "LED_6_287" + }, + { + "children": [ + 420 + ], + "name": "LED_6_INT_LED_0_288" + }, + { + "mesh": 128, + "name": "Object_420" + }, + { + "children": [ + 422 + ], + "name": "LED_PIT_289" + }, + { + "children": [ + 423 + ], + "name": "LED_PIT_INT_LED_0_290" + }, + { + "mesh": 129, + "name": "Object_423" + }, + { + "children": [ + 425 + ], + "name": "SPEED_291" + }, + { + "children": [ + 426 + ], + "name": "SPEED_PHISICS_DASH_0_292" + }, + { + "mesh": 130, + "name": "Object_426" + }, + { + "children": [ + 428 + ], + "name": "LAPCONT_293" + }, + { + "children": [ + 429 + ], + "name": "LAPCONT_PHISICS_DASH_0_294" + }, + { + "mesh": 131, + "name": "Object_429" + }, + { + "children": [ + 431 + ], + "name": "LAPTIME_295" + }, + { + "children": [ + 432 + ], + "name": "LAPTIME_PHISICS_DASH_0_296" + }, + { + "mesh": 132, + "name": "Object_432" + }, + { + "children": [ + 434 + ], + "name": "DELTA_297" + }, + { + "children": [ + 435 + ], + "name": "DELTA_PHISICS_DASH_0_298" + }, + { + "mesh": 133, + "name": "Object_435" + }, + { + "children": [ + 437 + ], + "name": "LASTLAP_299" + }, + { + "children": [ + 438 + ], + "name": "LASTLAP_PHISICS_DASH_0_300" + }, + { + "mesh": 134, + "name": "Object_438" + }, + { + "children": [ + 440 + ], + "name": "BRAKEBIAS_301" + }, + { + "children": [ + 441 + ], + "name": "BRAKEBIAS_PHISICS_DASH_0_302" + }, + { + "mesh": 135, + "name": "Object_441" + }, + { + "children": [ + 443 + ], + "name": "TRF_303" + }, + { + "children": [ + 444 + ], + "name": "TRF_PHISICS_DASH_0_304" + }, + { + "mesh": 136, + "name": "Object_444" + }, + { + "children": [ + 446 + ], + "name": "TLF_305" + }, + { + "children": [ + 447 + ], + "name": "TLF_PHISICS_DASH_0_306" + }, + { + "mesh": 137, + "name": "Object_447" + }, + { + "children": [ + 449 + ], + "name": "TLR_307" + }, + { + "children": [ + 450 + ], + "name": "TLR_PHISICS_DASH_0_308" + }, + { + "mesh": 138, + "name": "Object_450" + }, + { + "children": [ + 452 + ], + "name": "TRR_309" + }, + { + "children": [ + 453 + ], + "name": "TRR_PHISICS_DASH_0_310" + }, + { + "mesh": 139, + "name": "Object_453" + }, + { + "children": [ + 455 + ], + "name": "ABS_311" + }, + { + "children": [ + 456 + ], + "name": "ABS_PHISICS_DASH_0_312" + }, + { + "mesh": 140, + "name": "Object_456" + }, + { + "children": [ + 458 + ], + "name": "FAKE2_313" + }, + { + "children": [ + 459 + ], + "name": "FAKE2_PHISICS_DASH_0_314" + }, + { + "mesh": 141, + "name": "Object_459" + }, + { + "children": [ + 461 + ], + "name": "FAKE1_315" + }, + { + "children": [ + 462 + ], + "name": "FAKE1_PHISICS_DASH_0_316" + }, + { + "mesh": 142, + "name": "Object_462" + }, + { + "children": [ + 464 + ], + "name": "FAKE0_317" + }, + { + "children": [ + 465 + ], + "name": "FAKE0_PHISICS_DASH_0_318" + }, + { + "mesh": 143, + "name": "Object_465" + }, + { + "children": [ + 467 + ], + "name": "WATERTEMP_319" + }, + { + "children": [ + 468 + ], + "name": "WATERTEMP_PHISICS_DASH_0_320" + }, + { + "mesh": 144, + "name": "Object_468" + }, + { + "children": [ + 470 + ], + "name": "FUEL_321" + }, + { + "children": [ + 471 + ], + "name": "FUEL_PHISICS_DASH_0_322" + }, + { + "mesh": 145, + "name": "Object_471" + }, + { + "children": [ + 473 + ], + "name": "GEAR_323" + }, + { + "children": [ + 474 + ], + "name": "GEAR_PHISICS_DASH_0_324" + }, + { + "mesh": 146, + "name": "Object_474" + }, + { + "children": [ + 476 + ], + "name": "LED_RACELOGIC_325" + }, + { + "children": [ + 477 + ], + "name": "LED_RACELOGIC_LED_RACELOGIC_0_326" + }, + { + "mesh": 147, + "name": "Object_477" + }, + { + "children": [ + 479 + ], + "name": "MIRROR_C_327" + }, + { + "children": [ + 480 + ], + "name": "MIRROR_C_MIRROR_0_328" + }, + { + "mesh": 148, + "name": "Object_480" + }, + { + "children": [ + 482 + ], + "name": "WIPER_329" + }, + { + "children": [ + 483, + 487 + ], + "name": "WIPER_BASE_330" + }, + { + "children": [ + 484 + ], + "name": "WIPER_RUBBER_331" + }, + { + "children": [ + 485 + ], + "name": "GEO_WIPER_RUBBER_332" + }, + { + "children": [ + 486 + ], + "name": "GEO_WIPER_RUBBER_EXT_Mechanics_0_333" + }, + { + "mesh": 149, + "name": "Object_486" + }, + { + "children": [ + 488 + ], + "name": "GEO_WIPER_BASE_334" + }, + { + "children": [ + 489 + ], + "name": "GEO_WIPER_BASE_EXT_Mechanics_0_335" + }, + { + "mesh": 150, + "name": "Object_489" + } + ], + "samplers": [ + { + "magFilter": 9729, + "minFilter": 9987, + "wrapS": 10497, + "wrapT": 10497 + } + ], + "scene": 0, + "scenes": [ + { + "name": "Sketchfab_Scene", + "nodes": [ + 0 + ] + } + ], + "textures": [ + { + "sampler": 0, + "source": 0 + }, + { + "sampler": 0, + "source": 1 + }, + { + "sampler": 0, + "source": 2 + }, + { + "sampler": 0, + "source": 3 + }, + { + "sampler": 0, + "source": 4 + }, + { + "sampler": 0, + "source": 5 + }, + { + "sampler": 0, + "source": 6 + }, + { + "sampler": 0, + "source": 7 + }, + { + "sampler": 0, + "source": 8 + }, + { + "sampler": 0, + "source": 9 + }, + { + "sampler": 0, + "source": 10 + }, + { + "sampler": 0, + "source": 11 + }, + { + "sampler": 0, + "source": 12 + }, + { + "sampler": 0, + "source": 13 + }, + { + "sampler": 0, + "source": 14 + }, + { + "sampler": 0, + "source": 15 + }, + { + "sampler": 0, + "source": 16 + }, + { + "sampler": 0, + "source": 17 + }, + { + "sampler": 0, + "source": 18 + }, + { + "sampler": 0, + "source": 19 + }, + { + "sampler": 0, + "source": 20 + }, + { + "sampler": 0, + "source": 21 + }, + { + "sampler": 0, + "source": 22 + }, + { + "sampler": 0, + "source": 23 + }, + { + "sampler": 0, + "source": 24 + }, + { + "sampler": 0, + "source": 25 + }, + { + "sampler": 0, + "source": 26 + }, + { + "sampler": 0, + "source": 27 + }, + { + "sampler": 0, + "source": 28 + }, + { + "sampler": 0, + "source": 29 + }, + { + "sampler": 0, + "source": 30 + }, + { + "sampler": 0, + "source": 31 + }, + { + "sampler": 0, + "source": 32 + }, + { + "sampler": 0, + "source": 33 + }, + { + "sampler": 0, + "source": 34 + }, + { + "sampler": 0, + "source": 35 + }, + { + "sampler": 0, + "source": 36 + }, + { + "sampler": 0, + "source": 37 + }, + { + "sampler": 0, + "source": 38 + }, + { + "sampler": 0, + "source": 39 + }, + { + "sampler": 0, + "source": 40 + }, + { + "sampler": 0, + "source": 41 + }, + { + "sampler": 0, + "source": 42 + }, + { + "sampler": 0, + "source": 43 + } + ] +} diff --git a/public/models/porsche/textures/AUX_LIGHT_Porsche992_baseColor.png b/public/models/porsche/textures/AUX_LIGHT_Porsche992_baseColor.png new file mode 100644 index 0000000..6cfa9a5 Binary files /dev/null and b/public/models/porsche/textures/AUX_LIGHT_Porsche992_baseColor.png differ diff --git a/public/models/porsche/textures/BELT_Schroth_2_baseColor.png b/public/models/porsche/textures/BELT_Schroth_2_baseColor.png new file mode 100644 index 0000000..9e88d0b Binary files /dev/null and b/public/models/porsche/textures/BELT_Schroth_2_baseColor.png differ diff --git a/public/models/porsche/textures/DISPLAY_SAS_baseColor.png b/public/models/porsche/textures/DISPLAY_SAS_baseColor.png new file mode 100644 index 0000000..bee6393 Binary files /dev/null and b/public/models/porsche/textures/DISPLAY_SAS_baseColor.png differ diff --git a/public/models/porsche/textures/DISPLAY_baseColor.png b/public/models/porsche/textures/DISPLAY_baseColor.png new file mode 100644 index 0000000..e5ed34b Binary files /dev/null and b/public/models/porsche/textures/DISPLAY_baseColor.png differ diff --git a/public/models/porsche/textures/EXT_Banner_baseColor.png b/public/models/porsche/textures/EXT_Banner_baseColor.png new file mode 100644 index 0000000..ee771b4 Binary files /dev/null and b/public/models/porsche/textures/EXT_Banner_baseColor.png differ diff --git a/public/models/porsche/textures/EXT_Carpaint_Inst_baseColor.png b/public/models/porsche/textures/EXT_Carpaint_Inst_baseColor.png new file mode 100644 index 0000000..ae96b4f Binary files /dev/null and b/public/models/porsche/textures/EXT_Carpaint_Inst_baseColor.png differ diff --git a/public/models/porsche/textures/EXT_Carpaint_Inst_normal.png b/public/models/porsche/textures/EXT_Carpaint_Inst_normal.png new file mode 100644 index 0000000..0e7a597 Binary files /dev/null and b/public/models/porsche/textures/EXT_Carpaint_Inst_normal.png differ diff --git a/public/models/porsche/textures/EXT_Details_0_baseColor.png b/public/models/porsche/textures/EXT_Details_0_baseColor.png new file mode 100644 index 0000000..1e47bc9 Binary files /dev/null and b/public/models/porsche/textures/EXT_Details_0_baseColor.png differ diff --git a/public/models/porsche/textures/EXT_Details_baseColor.png b/public/models/porsche/textures/EXT_Details_baseColor.png new file mode 100644 index 0000000..f236a02 Binary files /dev/null and b/public/models/porsche/textures/EXT_Details_baseColor.png differ diff --git a/public/models/porsche/textures/EXT_Details_normal.png b/public/models/porsche/textures/EXT_Details_normal.png new file mode 100644 index 0000000..630d158 Binary files /dev/null and b/public/models/porsche/textures/EXT_Details_normal.png differ diff --git a/public/models/porsche/textures/EXT_Disc_baseColor.png b/public/models/porsche/textures/EXT_Disc_baseColor.png new file mode 100644 index 0000000..22c1894 Binary files /dev/null and b/public/models/porsche/textures/EXT_Disc_baseColor.png differ diff --git a/public/models/porsche/textures/EXT_Disc_normal.png b/public/models/porsche/textures/EXT_Disc_normal.png new file mode 100644 index 0000000..a48b3d7 Binary files /dev/null and b/public/models/porsche/textures/EXT_Disc_normal.png differ diff --git a/public/models/porsche/textures/EXT_Emissive_Light_Rear_baseColor.png b/public/models/porsche/textures/EXT_Emissive_Light_Rear_baseColor.png new file mode 100644 index 0000000..d873b5e Binary files /dev/null and b/public/models/porsche/textures/EXT_Emissive_Light_Rear_baseColor.png differ diff --git a/public/models/porsche/textures/EXT_Glass_Emissive_Rear_baseColor.png b/public/models/porsche/textures/EXT_Glass_Emissive_Rear_baseColor.png new file mode 100644 index 0000000..a785857 Binary files /dev/null and b/public/models/porsche/textures/EXT_Glass_Emissive_Rear_baseColor.png differ diff --git a/public/models/porsche/textures/EXT_Grid_2_baseColor.png b/public/models/porsche/textures/EXT_Grid_2_baseColor.png new file mode 100644 index 0000000..e6be401 Binary files /dev/null and b/public/models/porsche/textures/EXT_Grid_2_baseColor.png differ diff --git a/public/models/porsche/textures/EXT_Grid_2_normal.png b/public/models/porsche/textures/EXT_Grid_2_normal.png new file mode 100644 index 0000000..4048e77 Binary files /dev/null and b/public/models/porsche/textures/EXT_Grid_2_normal.png differ diff --git a/public/models/porsche/textures/EXT_Mechanics_normal.png b/public/models/porsche/textures/EXT_Mechanics_normal.png new file mode 100644 index 0000000..aceb4f7 Binary files /dev/null and b/public/models/porsche/textures/EXT_Mechanics_normal.png differ diff --git a/public/models/porsche/textures/EXT_RIM_BLUR_baseColor.png b/public/models/porsche/textures/EXT_RIM_BLUR_baseColor.png new file mode 100644 index 0000000..5946048 Binary files /dev/null and b/public/models/porsche/textures/EXT_RIM_BLUR_baseColor.png differ diff --git a/public/models/porsche/textures/EXT_RIM_normal.png b/public/models/porsche/textures/EXT_RIM_normal.png new file mode 100644 index 0000000..a61f4d7 Binary files /dev/null and b/public/models/porsche/textures/EXT_RIM_normal.png differ diff --git a/public/models/porsche/textures/EXT_Windows_0_baseColor.png b/public/models/porsche/textures/EXT_Windows_0_baseColor.png new file mode 100644 index 0000000..8278e7a Binary files /dev/null and b/public/models/porsche/textures/EXT_Windows_0_baseColor.png differ diff --git a/public/models/porsche/textures/EXT_Windows_baseColor.png b/public/models/porsche/textures/EXT_Windows_baseColor.png new file mode 100644 index 0000000..5529df4 Binary files /dev/null and b/public/models/porsche/textures/EXT_Windows_baseColor.png differ diff --git a/public/models/porsche/textures/INT_DASH_PANEL_baseColor.png b/public/models/porsche/textures/INT_DASH_PANEL_baseColor.png new file mode 100644 index 0000000..7825ad9 Binary files /dev/null and b/public/models/porsche/textures/INT_DASH_PANEL_baseColor.png differ diff --git a/public/models/porsche/textures/INT_DECALS_baseColor.png b/public/models/porsche/textures/INT_DECALS_baseColor.png new file mode 100644 index 0000000..d74ca82 Binary files /dev/null and b/public/models/porsche/textures/INT_DECALS_baseColor.png differ diff --git a/public/models/porsche/textures/INT_DECALS_normal.png b/public/models/porsche/textures/INT_DECALS_normal.png new file mode 100644 index 0000000..ff7423a Binary files /dev/null and b/public/models/porsche/textures/INT_DECALS_normal.png differ diff --git a/public/models/porsche/textures/INT_ELECTRONICS_2_64_baseColor.png b/public/models/porsche/textures/INT_ELECTRONICS_2_64_baseColor.png new file mode 100644 index 0000000..abc1c3f Binary files /dev/null and b/public/models/porsche/textures/INT_ELECTRONICS_2_64_baseColor.png differ diff --git a/public/models/porsche/textures/INT_Glass_metallicRoughness.png b/public/models/porsche/textures/INT_Glass_metallicRoughness.png new file mode 100644 index 0000000..552984b Binary files /dev/null and b/public/models/porsche/textures/INT_Glass_metallicRoughness.png differ diff --git a/public/models/porsche/textures/INT_LED_baseColor.png b/public/models/porsche/textures/INT_LED_baseColor.png new file mode 100644 index 0000000..7c4ffc7 Binary files /dev/null and b/public/models/porsche/textures/INT_LED_baseColor.png differ diff --git a/public/models/porsche/textures/INT_LED_normal.png b/public/models/porsche/textures/INT_LED_normal.png new file mode 100644 index 0000000..15a0c76 Binary files /dev/null and b/public/models/porsche/textures/INT_LED_normal.png differ diff --git a/public/models/porsche/textures/INT_NET_baseColor.png b/public/models/porsche/textures/INT_NET_baseColor.png new file mode 100644 index 0000000..d496da4 Binary files /dev/null and b/public/models/porsche/textures/INT_NET_baseColor.png differ diff --git a/public/models/porsche/textures/INT_NET_normal.png b/public/models/porsche/textures/INT_NET_normal.png new file mode 100644 index 0000000..4cbc3ae Binary files /dev/null and b/public/models/porsche/textures/INT_NET_normal.png differ diff --git a/public/models/porsche/textures/INT_Racelogic_normal.png b/public/models/porsche/textures/INT_Racelogic_normal.png new file mode 100644 index 0000000..437b699 Binary files /dev/null and b/public/models/porsche/textures/INT_Racelogic_normal.png differ diff --git a/public/models/porsche/textures/INT_SAS_normal.png b/public/models/porsche/textures/INT_SAS_normal.png new file mode 100644 index 0000000..ca7129a Binary files /dev/null and b/public/models/porsche/textures/INT_SAS_normal.png differ diff --git a/public/models/porsche/textures/INT_Steer_baseColor.png b/public/models/porsche/textures/INT_Steer_baseColor.png new file mode 100644 index 0000000..a4cb0e9 Binary files /dev/null and b/public/models/porsche/textures/INT_Steer_baseColor.png differ diff --git a/public/models/porsche/textures/INT_WELDING_baseColor.png b/public/models/porsche/textures/INT_WELDING_baseColor.png new file mode 100644 index 0000000..4ee84f0 Binary files /dev/null and b/public/models/porsche/textures/INT_WELDING_baseColor.png differ diff --git a/public/models/porsche/textures/INT_Windows_baseColor.png b/public/models/porsche/textures/INT_Windows_baseColor.png new file mode 100644 index 0000000..8278e7a Binary files /dev/null and b/public/models/porsche/textures/INT_Windows_baseColor.png differ diff --git a/public/models/porsche/textures/LED_RACELOGIC_baseColor.png b/public/models/porsche/textures/LED_RACELOGIC_baseColor.png new file mode 100644 index 0000000..b3457b3 Binary files /dev/null and b/public/models/porsche/textures/LED_RACELOGIC_baseColor.png differ diff --git a/public/models/porsche/textures/MIRROR_baseColor.png b/public/models/porsche/textures/MIRROR_baseColor.png new file mode 100644 index 0000000..18f9295 Binary files /dev/null and b/public/models/porsche/textures/MIRROR_baseColor.png differ diff --git a/public/models/porsche/textures/MI_Tyre_Flex_Dry_R_baseColor.png b/public/models/porsche/textures/MI_Tyre_Flex_Dry_R_baseColor.png new file mode 100644 index 0000000..c891b39 Binary files /dev/null and b/public/models/porsche/textures/MI_Tyre_Flex_Dry_R_baseColor.png differ diff --git a/public/models/porsche/textures/MI_Tyre_Flex_Dry_R_normal.png b/public/models/porsche/textures/MI_Tyre_Flex_Dry_R_normal.png new file mode 100644 index 0000000..272baa0 Binary files /dev/null and b/public/models/porsche/textures/MI_Tyre_Flex_Dry_R_normal.png differ diff --git a/public/models/porsche/textures/PHISICS_DASH_baseColor.png b/public/models/porsche/textures/PHISICS_DASH_baseColor.png new file mode 100644 index 0000000..75dbae8 Binary files /dev/null and b/public/models/porsche/textures/PHISICS_DASH_baseColor.png differ diff --git a/public/models/porsche/textures/SPARCO_FOAM_normal.png b/public/models/porsche/textures/SPARCO_FOAM_normal.png new file mode 100644 index 0000000..dc279a2 Binary files /dev/null and b/public/models/porsche/textures/SPARCO_FOAM_normal.png differ diff --git a/public/models/porsche/textures/STEER_PLASTIC_normal.png b/public/models/porsche/textures/STEER_PLASTIC_normal.png new file mode 100644 index 0000000..b3b24a7 Binary files /dev/null and b/public/models/porsche/textures/STEER_PLASTIC_normal.png differ diff --git a/public/models/porsche/textures/WorldGridMaterial_baseColor.png b/public/models/porsche/textures/WorldGridMaterial_baseColor.png new file mode 100644 index 0000000..f88569c Binary files /dev/null and b/public/models/porsche/textures/WorldGridMaterial_baseColor.png differ diff --git a/public/models/porsche/textures/WorldGridMaterial_normal.png b/public/models/porsche/textures/WorldGridMaterial_normal.png new file mode 100644 index 0000000..e8fac26 Binary files /dev/null and b/public/models/porsche/textures/WorldGridMaterial_normal.png differ diff --git a/public/sponsor_logos/AMZ.webp b/public/sponsor_logos/AMZ.webp new file mode 100644 index 0000000..5d0caf9 Binary files /dev/null and b/public/sponsor_logos/AMZ.webp differ diff --git a/public/sponsor_logos/Eplan.webp b/public/sponsor_logos/Eplan.webp new file mode 100644 index 0000000..045ce50 Binary files /dev/null and b/public/sponsor_logos/Eplan.webp differ diff --git a/public/sponsor_logos/abrantimetal.webp b/public/sponsor_logos/abrantimetal.webp new file mode 100644 index 0000000..216ae51 Binary files /dev/null and b/public/sponsor_logos/abrantimetal.webp differ diff --git a/public/sponsor_logos/epedal.webp b/public/sponsor_logos/epedal.webp new file mode 100644 index 0000000..4dbb4c2 Binary files /dev/null and b/public/sponsor_logos/epedal.webp differ diff --git a/public/sponsor_logos/kisssoft.webp b/public/sponsor_logos/kisssoft.webp new file mode 100644 index 0000000..23e75ea Binary files /dev/null and b/public/sponsor_logos/kisssoft.webp differ diff --git a/public/sponsor_logos/leapmotor.webp b/public/sponsor_logos/leapmotor.webp new file mode 100644 index 0000000..16329b1 Binary files /dev/null and b/public/sponsor_logos/leapmotor.webp differ diff --git a/public/sponsor_logos/stellantis.webp b/public/sponsor_logos/stellantis.webp new file mode 100644 index 0000000..b290742 Binary files /dev/null and b/public/sponsor_logos/stellantis.webp differ diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 92c99c3..bc57659 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,5 +1,6 @@ --- import { translations } from "../i18n/translations"; +import NewsletterForm from "./newsletterForm.astro"; export function getStaticPaths() { return [ @@ -38,21 +39,7 @@ export interface Props {
+ {over} +
+ + ++ {subtitle} +
+ +{member.role}
++ {member.text} +
+- {t.support} + {over}
diff --git a/src/components/navbar.astro b/src/components/navbar.astro index 4aba272..75a6156 100644 --- a/src/components/navbar.astro +++ b/src/components/navbar.astro @@ -72,7 +72,7 @@ export interface Props {