@hytopia.com/examples 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/frontiers-rpg-game/assets/maps/weavers-hollow.json +5448 -5967
  2. package/frontiers-rpg-game/assets/models/enemies/.optimized/weaver/baseColor.png +0 -0
  3. package/frontiers-rpg-game/assets/models/enemies/.optimized/weaver/weaver-named-nodes.bin +0 -0
  4. package/frontiers-rpg-game/assets/models/enemies/.optimized/weaver/weaver-named-nodes.gltf +7586 -0
  5. package/frontiers-rpg-game/assets/models/enemies/.optimized/weaver/weaver.bin +0 -0
  6. package/frontiers-rpg-game/assets/models/enemies/.optimized/weaver/weaver.gltf +3838 -0
  7. package/frontiers-rpg-game/assets/models/enemies/.optimized/weaver/weaver.gltf.md5 +1 -0
  8. package/frontiers-rpg-game/assets/models/enemies/.optimized/weaver-broodling/baseColor.png +0 -0
  9. package/frontiers-rpg-game/assets/models/enemies/.optimized/weaver-broodling/weaver-broodling-named-nodes.bin +0 -0
  10. package/frontiers-rpg-game/assets/models/enemies/.optimized/weaver-broodling/weaver-broodling-named-nodes.gltf +9726 -0
  11. package/frontiers-rpg-game/assets/models/enemies/.optimized/weaver-broodling/weaver-broodling.bin +0 -0
  12. package/frontiers-rpg-game/assets/models/enemies/.optimized/weaver-broodling/weaver-broodling.gltf +9478 -0
  13. package/frontiers-rpg-game/assets/models/enemies/.optimized/weaver-broodling/weaver-broodling.gltf.md5 +1 -0
  14. package/frontiers-rpg-game/assets/models/enemies/weaver-broodling.gltf +1 -0
  15. package/frontiers-rpg-game/assets/models/enemies/weaver.gltf +1 -0
  16. package/frontiers-rpg-game/src/GameClock.ts +1 -0
  17. package/frontiers-rpg-game/src/GameManager.ts +4 -5
  18. package/frontiers-rpg-game/src/GamePlayer.ts +18 -13
  19. package/frontiers-rpg-game/src/GamePlayerEntity.ts +8 -0
  20. package/frontiers-rpg-game/src/GameRegion.ts +28 -6
  21. package/frontiers-rpg-game/src/entities/BaseCombatEntity.ts +67 -22
  22. package/frontiers-rpg-game/src/entities/BaseEntity.ts +7 -2
  23. package/frontiers-rpg-game/src/entities/PortalEntity.ts +41 -13
  24. package/frontiers-rpg-game/src/entities/enemies/LesserBlightBloomEntity.ts +1 -2
  25. package/frontiers-rpg-game/src/entities/enemies/QueenWeaverEntity.ts +155 -0
  26. package/frontiers-rpg-game/src/entities/enemies/RatkinBruteEntity.ts +1 -1
  27. package/frontiers-rpg-game/src/entities/enemies/RatkinRangerEntity.ts +1 -1
  28. package/frontiers-rpg-game/src/entities/enemies/RatkinSpellcasterEntity.ts +1 -1
  29. package/frontiers-rpg-game/src/entities/enemies/RatkinWarriorEntity.ts +1 -1
  30. package/frontiers-rpg-game/src/entities/enemies/TaintedRatkinBruteEntity.ts +1 -1
  31. package/frontiers-rpg-game/src/entities/enemies/TaintedRatkinRangerEntity.ts +1 -1
  32. package/frontiers-rpg-game/src/entities/enemies/TaintedRatkinSpellcasterEntity.ts +1 -1
  33. package/frontiers-rpg-game/src/entities/enemies/TaintedRatkinWarriorEntity.ts +1 -1
  34. package/frontiers-rpg-game/src/entities/enemies/WeaverBroodlingEntity.ts +47 -0
  35. package/frontiers-rpg-game/src/entities/environmental/SpiderWebEntity.ts +34 -4
  36. package/frontiers-rpg-game/src/items/BaseWeaponItem.ts +1 -1
  37. package/frontiers-rpg-game/src/items/weapons/DullSwordItem.ts +0 -1
  38. package/frontiers-rpg-game/src/items/weapons/IronLongSwordItem.ts +0 -1
  39. package/frontiers-rpg-game/src/items/weapons/TrainingSwordItem.ts +0 -1
  40. package/frontiers-rpg-game/src/quests/main/WelcomeToStalkhavenQuest.ts +2 -1
  41. package/frontiers-rpg-game/src/regions/ratkin-nest/RatkinNestRegion.ts +31 -0
  42. package/frontiers-rpg-game/src/regions/stalkhaven-port/StalkhavenPortRegion.ts +1 -0
  43. package/frontiers-rpg-game/src/regions/weavers-hollow/WeaversHollowRegion.ts +67 -6
  44. package/frontiers-rpg-game/src/systems/Spawner.ts +2 -2
  45. package/package.json +1 -1
@@ -0,0 +1,3838 @@
1
+ {
2
+ "asset": {
3
+ "generator": "glTF-Transform v4.1.3",
4
+ "version": "2.0"
5
+ },
6
+ "accessors": [
7
+ {
8
+ "type": "SCALAR",
9
+ "componentType": 5126,
10
+ "count": 2,
11
+ "max": [
12
+ 2
13
+ ],
14
+ "min": [
15
+ 0
16
+ ],
17
+ "bufferView": 0,
18
+ "byteOffset": 0
19
+ },
20
+ {
21
+ "type": "VEC4",
22
+ "componentType": 5126,
23
+ "count": 2,
24
+ "bufferView": 0,
25
+ "byteOffset": 8
26
+ },
27
+ {
28
+ "type": "VEC3",
29
+ "componentType": 5126,
30
+ "count": 2,
31
+ "bufferView": 0,
32
+ "byteOffset": 40
33
+ },
34
+ {
35
+ "type": "VEC3",
36
+ "componentType": 5126,
37
+ "count": 2,
38
+ "bufferView": 0,
39
+ "byteOffset": 64
40
+ },
41
+ {
42
+ "type": "SCALAR",
43
+ "componentType": 5126,
44
+ "count": 16,
45
+ "max": [
46
+ 1
47
+ ],
48
+ "min": [
49
+ 0
50
+ ],
51
+ "bufferView": 0,
52
+ "byteOffset": 88
53
+ },
54
+ {
55
+ "type": "SCALAR",
56
+ "componentType": 5126,
57
+ "count": 16,
58
+ "max": [
59
+ 1
60
+ ],
61
+ "min": [
62
+ 0
63
+ ],
64
+ "bufferView": 0,
65
+ "byteOffset": 152
66
+ },
67
+ {
68
+ "type": "VEC4",
69
+ "componentType": 5126,
70
+ "count": 16,
71
+ "bufferView": 0,
72
+ "byteOffset": 216
73
+ },
74
+ {
75
+ "type": "SCALAR",
76
+ "componentType": 5126,
77
+ "count": 16,
78
+ "max": [
79
+ 1
80
+ ],
81
+ "min": [
82
+ 0
83
+ ],
84
+ "bufferView": 0,
85
+ "byteOffset": 472
86
+ },
87
+ {
88
+ "type": "VEC4",
89
+ "componentType": 5126,
90
+ "count": 16,
91
+ "bufferView": 0,
92
+ "byteOffset": 536
93
+ },
94
+ {
95
+ "type": "VEC4",
96
+ "componentType": 5126,
97
+ "count": 16,
98
+ "bufferView": 0,
99
+ "byteOffset": 792
100
+ },
101
+ {
102
+ "type": "VEC4",
103
+ "componentType": 5126,
104
+ "count": 16,
105
+ "bufferView": 0,
106
+ "byteOffset": 1048
107
+ },
108
+ {
109
+ "type": "VEC4",
110
+ "componentType": 5126,
111
+ "count": 16,
112
+ "bufferView": 0,
113
+ "byteOffset": 1304
114
+ },
115
+ {
116
+ "type": "VEC4",
117
+ "componentType": 5126,
118
+ "count": 16,
119
+ "bufferView": 0,
120
+ "byteOffset": 1560
121
+ },
122
+ {
123
+ "type": "VEC4",
124
+ "componentType": 5126,
125
+ "count": 16,
126
+ "bufferView": 0,
127
+ "byteOffset": 1816
128
+ },
129
+ {
130
+ "type": "VEC4",
131
+ "componentType": 5126,
132
+ "count": 16,
133
+ "bufferView": 0,
134
+ "byteOffset": 2072
135
+ },
136
+ {
137
+ "type": "SCALAR",
138
+ "componentType": 5126,
139
+ "count": 2,
140
+ "max": [
141
+ 1.5
142
+ ],
143
+ "min": [
144
+ 0
145
+ ],
146
+ "bufferView": 0,
147
+ "byteOffset": 2328
148
+ },
149
+ {
150
+ "type": "VEC4",
151
+ "componentType": 5126,
152
+ "count": 2,
153
+ "bufferView": 0,
154
+ "byteOffset": 2336
155
+ },
156
+ {
157
+ "type": "SCALAR",
158
+ "componentType": 5126,
159
+ "count": 25,
160
+ "max": [
161
+ 1.5
162
+ ],
163
+ "min": [
164
+ 0
165
+ ],
166
+ "bufferView": 0,
167
+ "byteOffset": 2368
168
+ },
169
+ {
170
+ "type": "VEC4",
171
+ "componentType": 5126,
172
+ "count": 25,
173
+ "bufferView": 0,
174
+ "byteOffset": 2468
175
+ },
176
+ {
177
+ "type": "SCALAR",
178
+ "componentType": 5126,
179
+ "count": 26,
180
+ "max": [
181
+ 1.5
182
+ ],
183
+ "min": [
184
+ 0
185
+ ],
186
+ "bufferView": 0,
187
+ "byteOffset": 2868
188
+ },
189
+ {
190
+ "type": "VEC4",
191
+ "componentType": 5126,
192
+ "count": 26,
193
+ "bufferView": 0,
194
+ "byteOffset": 2972
195
+ },
196
+ {
197
+ "type": "SCALAR",
198
+ "componentType": 5126,
199
+ "count": 26,
200
+ "max": [
201
+ 1.5
202
+ ],
203
+ "min": [
204
+ 0
205
+ ],
206
+ "bufferView": 0,
207
+ "byteOffset": 3388
208
+ },
209
+ {
210
+ "type": "VEC3",
211
+ "componentType": 5126,
212
+ "count": 26,
213
+ "bufferView": 0,
214
+ "byteOffset": 3492
215
+ },
216
+ {
217
+ "type": "VEC4",
218
+ "componentType": 5126,
219
+ "count": 25,
220
+ "bufferView": 0,
221
+ "byteOffset": 3804
222
+ },
223
+ {
224
+ "type": "VEC4",
225
+ "componentType": 5126,
226
+ "count": 2,
227
+ "bufferView": 0,
228
+ "byteOffset": 4204
229
+ },
230
+ {
231
+ "type": "SCALAR",
232
+ "componentType": 5126,
233
+ "count": 19,
234
+ "max": [
235
+ 1.5
236
+ ],
237
+ "min": [
238
+ 0
239
+ ],
240
+ "bufferView": 0,
241
+ "byteOffset": 4236
242
+ },
243
+ {
244
+ "type": "VEC4",
245
+ "componentType": 5126,
246
+ "count": 19,
247
+ "bufferView": 0,
248
+ "byteOffset": 4312
249
+ },
250
+ {
251
+ "type": "VEC4",
252
+ "componentType": 5126,
253
+ "count": 19,
254
+ "bufferView": 0,
255
+ "byteOffset": 4616
256
+ },
257
+ {
258
+ "type": "VEC4",
259
+ "componentType": 5126,
260
+ "count": 26,
261
+ "bufferView": 0,
262
+ "byteOffset": 4920
263
+ },
264
+ {
265
+ "type": "VEC3",
266
+ "componentType": 5126,
267
+ "count": 2,
268
+ "bufferView": 0,
269
+ "byteOffset": 5336
270
+ },
271
+ {
272
+ "type": "VEC4",
273
+ "componentType": 5126,
274
+ "count": 26,
275
+ "bufferView": 0,
276
+ "byteOffset": 5360
277
+ },
278
+ {
279
+ "type": "VEC4",
280
+ "componentType": 5126,
281
+ "count": 19,
282
+ "bufferView": 0,
283
+ "byteOffset": 5776
284
+ },
285
+ {
286
+ "type": "VEC4",
287
+ "componentType": 5126,
288
+ "count": 25,
289
+ "bufferView": 0,
290
+ "byteOffset": 6080
291
+ },
292
+ {
293
+ "type": "SCALAR",
294
+ "componentType": 5126,
295
+ "count": 26,
296
+ "max": [
297
+ 1.5
298
+ ],
299
+ "min": [
300
+ 0
301
+ ],
302
+ "bufferView": 0,
303
+ "byteOffset": 6480
304
+ },
305
+ {
306
+ "type": "VEC4",
307
+ "componentType": 5126,
308
+ "count": 26,
309
+ "bufferView": 0,
310
+ "byteOffset": 6584
311
+ },
312
+ {
313
+ "type": "SCALAR",
314
+ "componentType": 5126,
315
+ "count": 26,
316
+ "max": [
317
+ 1.5
318
+ ],
319
+ "min": [
320
+ 0
321
+ ],
322
+ "bufferView": 0,
323
+ "byteOffset": 7000
324
+ },
325
+ {
326
+ "type": "VEC4",
327
+ "componentType": 5126,
328
+ "count": 26,
329
+ "bufferView": 0,
330
+ "byteOffset": 7104
331
+ },
332
+ {
333
+ "type": "VEC4",
334
+ "componentType": 5126,
335
+ "count": 26,
336
+ "bufferView": 0,
337
+ "byteOffset": 7520
338
+ },
339
+ {
340
+ "type": "VEC4",
341
+ "componentType": 5126,
342
+ "count": 26,
343
+ "bufferView": 0,
344
+ "byteOffset": 7936
345
+ },
346
+ {
347
+ "type": "VEC4",
348
+ "componentType": 5126,
349
+ "count": 26,
350
+ "bufferView": 0,
351
+ "byteOffset": 8352
352
+ },
353
+ {
354
+ "type": "VEC3",
355
+ "componentType": 5126,
356
+ "count": 26,
357
+ "bufferView": 0,
358
+ "byteOffset": 8768
359
+ },
360
+ {
361
+ "type": "VEC3",
362
+ "componentType": 5126,
363
+ "count": 26,
364
+ "bufferView": 0,
365
+ "byteOffset": 9080
366
+ },
367
+ {
368
+ "type": "VEC4",
369
+ "componentType": 5126,
370
+ "count": 26,
371
+ "bufferView": 0,
372
+ "byteOffset": 9392
373
+ },
374
+ {
375
+ "type": "VEC4",
376
+ "componentType": 5126,
377
+ "count": 26,
378
+ "bufferView": 0,
379
+ "byteOffset": 9808
380
+ },
381
+ {
382
+ "type": "VEC4",
383
+ "componentType": 5126,
384
+ "count": 26,
385
+ "bufferView": 0,
386
+ "byteOffset": 10224
387
+ },
388
+ {
389
+ "type": "VEC4",
390
+ "componentType": 5126,
391
+ "count": 26,
392
+ "bufferView": 0,
393
+ "byteOffset": 10640
394
+ },
395
+ {
396
+ "type": "SCALAR",
397
+ "componentType": 5126,
398
+ "count": 33,
399
+ "max": [
400
+ 2
401
+ ],
402
+ "min": [
403
+ 0
404
+ ],
405
+ "bufferView": 0,
406
+ "byteOffset": 11056
407
+ },
408
+ {
409
+ "type": "VEC4",
410
+ "componentType": 5126,
411
+ "count": 33,
412
+ "bufferView": 0,
413
+ "byteOffset": 11188
414
+ },
415
+ {
416
+ "type": "SCALAR",
417
+ "componentType": 5126,
418
+ "count": 37,
419
+ "max": [
420
+ 2
421
+ ],
422
+ "min": [
423
+ 0
424
+ ],
425
+ "bufferView": 0,
426
+ "byteOffset": 11716
427
+ },
428
+ {
429
+ "type": "VEC4",
430
+ "componentType": 5126,
431
+ "count": 37,
432
+ "bufferView": 0,
433
+ "byteOffset": 11864
434
+ },
435
+ {
436
+ "type": "VEC4",
437
+ "componentType": 5126,
438
+ "count": 33,
439
+ "bufferView": 0,
440
+ "byteOffset": 12456
441
+ },
442
+ {
443
+ "type": "SCALAR",
444
+ "componentType": 5126,
445
+ "count": 37,
446
+ "max": [
447
+ 2
448
+ ],
449
+ "min": [
450
+ 0
451
+ ],
452
+ "bufferView": 0,
453
+ "byteOffset": 12984
454
+ },
455
+ {
456
+ "type": "VEC4",
457
+ "componentType": 5126,
458
+ "count": 37,
459
+ "bufferView": 0,
460
+ "byteOffset": 13132
461
+ },
462
+ {
463
+ "type": "SCALAR",
464
+ "componentType": 5126,
465
+ "count": 38,
466
+ "max": [
467
+ 2
468
+ ],
469
+ "min": [
470
+ 0
471
+ ],
472
+ "bufferView": 0,
473
+ "byteOffset": 13724
474
+ },
475
+ {
476
+ "type": "VEC3",
477
+ "componentType": 5126,
478
+ "count": 38,
479
+ "bufferView": 0,
480
+ "byteOffset": 13876
481
+ },
482
+ {
483
+ "type": "SCALAR",
484
+ "componentType": 5126,
485
+ "count": 24,
486
+ "max": [
487
+ 2.5
488
+ ],
489
+ "min": [
490
+ 0
491
+ ],
492
+ "bufferView": 0,
493
+ "byteOffset": 14332
494
+ },
495
+ {
496
+ "type": "VEC3",
497
+ "componentType": 5126,
498
+ "count": 24,
499
+ "bufferView": 0,
500
+ "byteOffset": 14428
501
+ },
502
+ {
503
+ "type": "VEC3",
504
+ "componentType": 5126,
505
+ "count": 1,
506
+ "bufferView": 0,
507
+ "byteOffset": 14716
508
+ },
509
+ {
510
+ "type": "SCALAR",
511
+ "componentType": 5126,
512
+ "count": 2,
513
+ "max": [
514
+ 0.5
515
+ ],
516
+ "min": [
517
+ 0
518
+ ],
519
+ "bufferView": 0,
520
+ "byteOffset": 14728
521
+ },
522
+ {
523
+ "type": "SCALAR",
524
+ "componentType": 5126,
525
+ "count": 31,
526
+ "max": [
527
+ 2
528
+ ],
529
+ "min": [
530
+ 0
531
+ ],
532
+ "bufferView": 0,
533
+ "byteOffset": 14736
534
+ },
535
+ {
536
+ "type": "VEC4",
537
+ "componentType": 5126,
538
+ "count": 31,
539
+ "bufferView": 0,
540
+ "byteOffset": 14860
541
+ },
542
+ {
543
+ "type": "SCALAR",
544
+ "componentType": 5126,
545
+ "count": 14,
546
+ "max": [
547
+ 2
548
+ ],
549
+ "min": [
550
+ 0
551
+ ],
552
+ "bufferView": 0,
553
+ "byteOffset": 15356
554
+ },
555
+ {
556
+ "type": "VEC4",
557
+ "componentType": 5126,
558
+ "count": 14,
559
+ "bufferView": 0,
560
+ "byteOffset": 15412
561
+ },
562
+ {
563
+ "type": "SCALAR",
564
+ "componentType": 5126,
565
+ "count": 29,
566
+ "max": [
567
+ 2
568
+ ],
569
+ "min": [
570
+ 0
571
+ ],
572
+ "bufferView": 0,
573
+ "byteOffset": 15636
574
+ },
575
+ {
576
+ "type": "VEC4",
577
+ "componentType": 5126,
578
+ "count": 29,
579
+ "bufferView": 0,
580
+ "byteOffset": 15752
581
+ },
582
+ {
583
+ "type": "SCALAR",
584
+ "componentType": 5126,
585
+ "count": 19,
586
+ "max": [
587
+ 2
588
+ ],
589
+ "min": [
590
+ 0
591
+ ],
592
+ "bufferView": 0,
593
+ "byteOffset": 16216
594
+ },
595
+ {
596
+ "type": "VEC4",
597
+ "componentType": 5126,
598
+ "count": 19,
599
+ "bufferView": 0,
600
+ "byteOffset": 16292
601
+ },
602
+ {
603
+ "type": "VEC4",
604
+ "componentType": 5126,
605
+ "count": 31,
606
+ "bufferView": 0,
607
+ "byteOffset": 16596
608
+ },
609
+ {
610
+ "type": "SCALAR",
611
+ "componentType": 5126,
612
+ "count": 15,
613
+ "max": [
614
+ 2
615
+ ],
616
+ "min": [
617
+ 0
618
+ ],
619
+ "bufferView": 0,
620
+ "byteOffset": 17092
621
+ },
622
+ {
623
+ "type": "VEC4",
624
+ "componentType": 5126,
625
+ "count": 15,
626
+ "bufferView": 0,
627
+ "byteOffset": 17152
628
+ },
629
+ {
630
+ "type": "SCALAR",
631
+ "componentType": 5126,
632
+ "count": 22,
633
+ "max": [
634
+ 2
635
+ ],
636
+ "min": [
637
+ 0
638
+ ],
639
+ "bufferView": 0,
640
+ "byteOffset": 17392
641
+ },
642
+ {
643
+ "type": "VEC4",
644
+ "componentType": 5126,
645
+ "count": 22,
646
+ "bufferView": 0,
647
+ "byteOffset": 17480
648
+ },
649
+ {
650
+ "type": "SCALAR",
651
+ "componentType": 5126,
652
+ "count": 28,
653
+ "max": [
654
+ 2
655
+ ],
656
+ "min": [
657
+ 0
658
+ ],
659
+ "bufferView": 0,
660
+ "byteOffset": 17832
661
+ },
662
+ {
663
+ "type": "VEC3",
664
+ "componentType": 5126,
665
+ "count": 28,
666
+ "bufferView": 0,
667
+ "byteOffset": 17944
668
+ },
669
+ {
670
+ "type": "SCALAR",
671
+ "componentType": 5126,
672
+ "count": 32,
673
+ "max": [
674
+ 2
675
+ ],
676
+ "min": [
677
+ 0
678
+ ],
679
+ "bufferView": 0,
680
+ "byteOffset": 18280
681
+ },
682
+ {
683
+ "type": "VEC4",
684
+ "componentType": 5126,
685
+ "count": 32,
686
+ "bufferView": 0,
687
+ "byteOffset": 18408
688
+ },
689
+ {
690
+ "type": "VEC3",
691
+ "componentType": 5126,
692
+ "count": 2,
693
+ "bufferView": 0,
694
+ "byteOffset": 18920
695
+ },
696
+ {
697
+ "type": "SCALAR",
698
+ "componentType": 5126,
699
+ "count": 30,
700
+ "max": [
701
+ 2
702
+ ],
703
+ "min": [
704
+ 0
705
+ ],
706
+ "bufferView": 0,
707
+ "byteOffset": 18944
708
+ },
709
+ {
710
+ "type": "VEC4",
711
+ "componentType": 5126,
712
+ "count": 30,
713
+ "bufferView": 0,
714
+ "byteOffset": 19064
715
+ },
716
+ {
717
+ "type": "VEC4",
718
+ "componentType": 5126,
719
+ "count": 30,
720
+ "bufferView": 0,
721
+ "byteOffset": 19544
722
+ },
723
+ {
724
+ "type": "VEC4",
725
+ "componentType": 5126,
726
+ "count": 19,
727
+ "bufferView": 0,
728
+ "byteOffset": 20024
729
+ },
730
+ {
731
+ "type": "VEC4",
732
+ "componentType": 5126,
733
+ "count": 19,
734
+ "bufferView": 0,
735
+ "byteOffset": 20328
736
+ },
737
+ {
738
+ "type": "SCALAR",
739
+ "componentType": 5126,
740
+ "count": 15,
741
+ "max": [
742
+ 1
743
+ ],
744
+ "min": [
745
+ 0
746
+ ],
747
+ "bufferView": 0,
748
+ "byteOffset": 20632
749
+ },
750
+ {
751
+ "type": "VEC4",
752
+ "componentType": 5126,
753
+ "count": 15,
754
+ "bufferView": 0,
755
+ "byteOffset": 20692
756
+ },
757
+ {
758
+ "type": "VEC4",
759
+ "componentType": 5126,
760
+ "count": 15,
761
+ "bufferView": 0,
762
+ "byteOffset": 20932
763
+ },
764
+ {
765
+ "type": "VEC3",
766
+ "componentType": 5126,
767
+ "count": 15,
768
+ "bufferView": 0,
769
+ "byteOffset": 21172
770
+ },
771
+ {
772
+ "type": "VEC4",
773
+ "componentType": 5126,
774
+ "count": 15,
775
+ "bufferView": 0,
776
+ "byteOffset": 21352
777
+ },
778
+ {
779
+ "type": "SCALAR",
780
+ "componentType": 5126,
781
+ "count": 2,
782
+ "max": [
783
+ 1
784
+ ],
785
+ "min": [
786
+ 0
787
+ ],
788
+ "bufferView": 0,
789
+ "byteOffset": 21592
790
+ },
791
+ {
792
+ "type": "SCALAR",
793
+ "componentType": 5126,
794
+ "count": 24,
795
+ "max": [
796
+ 1.5
797
+ ],
798
+ "min": [
799
+ 0
800
+ ],
801
+ "bufferView": 0,
802
+ "byteOffset": 21600
803
+ },
804
+ {
805
+ "type": "VEC4",
806
+ "componentType": 5126,
807
+ "count": 24,
808
+ "bufferView": 0,
809
+ "byteOffset": 21696
810
+ },
811
+ {
812
+ "type": "VEC4",
813
+ "componentType": 5126,
814
+ "count": 24,
815
+ "bufferView": 0,
816
+ "byteOffset": 22080
817
+ },
818
+ {
819
+ "type": "SCALAR",
820
+ "componentType": 5126,
821
+ "count": 22,
822
+ "max": [
823
+ 1.5
824
+ ],
825
+ "min": [
826
+ 0
827
+ ],
828
+ "bufferView": 0,
829
+ "byteOffset": 22464
830
+ },
831
+ {
832
+ "type": "VEC4",
833
+ "componentType": 5126,
834
+ "count": 22,
835
+ "bufferView": 0,
836
+ "byteOffset": 22552
837
+ },
838
+ {
839
+ "type": "SCALAR",
840
+ "componentType": 5126,
841
+ "count": 25,
842
+ "max": [
843
+ 1.5
844
+ ],
845
+ "min": [
846
+ 0
847
+ ],
848
+ "bufferView": 0,
849
+ "byteOffset": 22904
850
+ },
851
+ {
852
+ "type": "VEC4",
853
+ "componentType": 5126,
854
+ "count": 25,
855
+ "bufferView": 0,
856
+ "byteOffset": 23004
857
+ },
858
+ {
859
+ "type": "SCALAR",
860
+ "componentType": 5126,
861
+ "count": 24,
862
+ "max": [
863
+ 2
864
+ ],
865
+ "min": [
866
+ 0
867
+ ],
868
+ "bufferView": 0,
869
+ "byteOffset": 23404
870
+ },
871
+ {
872
+ "type": "VEC4",
873
+ "componentType": 5126,
874
+ "count": 24,
875
+ "bufferView": 0,
876
+ "byteOffset": 23500
877
+ },
878
+ {
879
+ "type": "SCALAR",
880
+ "componentType": 5126,
881
+ "count": 36,
882
+ "max": [
883
+ 2
884
+ ],
885
+ "min": [
886
+ 0
887
+ ],
888
+ "bufferView": 0,
889
+ "byteOffset": 23884
890
+ },
891
+ {
892
+ "type": "VEC4",
893
+ "componentType": 5126,
894
+ "count": 36,
895
+ "bufferView": 0,
896
+ "byteOffset": 24028
897
+ },
898
+ {
899
+ "type": "SCALAR",
900
+ "componentType": 5126,
901
+ "count": 35,
902
+ "max": [
903
+ 2
904
+ ],
905
+ "min": [
906
+ 0
907
+ ],
908
+ "bufferView": 0,
909
+ "byteOffset": 24604
910
+ },
911
+ {
912
+ "type": "VEC4",
913
+ "componentType": 5126,
914
+ "count": 35,
915
+ "bufferView": 0,
916
+ "byteOffset": 24744
917
+ },
918
+ {
919
+ "type": "SCALAR",
920
+ "componentType": 5126,
921
+ "count": 34,
922
+ "max": [
923
+ 2
924
+ ],
925
+ "min": [
926
+ 0
927
+ ],
928
+ "bufferView": 0,
929
+ "byteOffset": 25304
930
+ },
931
+ {
932
+ "type": "VEC4",
933
+ "componentType": 5126,
934
+ "count": 34,
935
+ "bufferView": 0,
936
+ "byteOffset": 25440
937
+ },
938
+ {
939
+ "type": "SCALAR",
940
+ "componentType": 5126,
941
+ "count": 35,
942
+ "max": [
943
+ 2
944
+ ],
945
+ "min": [
946
+ 0
947
+ ],
948
+ "bufferView": 0,
949
+ "byteOffset": 25984
950
+ },
951
+ {
952
+ "type": "VEC4",
953
+ "componentType": 5126,
954
+ "count": 35,
955
+ "bufferView": 0,
956
+ "byteOffset": 26124
957
+ },
958
+ {
959
+ "type": "SCALAR",
960
+ "componentType": 5126,
961
+ "count": 12,
962
+ "max": [
963
+ 2
964
+ ],
965
+ "min": [
966
+ 0
967
+ ],
968
+ "bufferView": 0,
969
+ "byteOffset": 26684
970
+ },
971
+ {
972
+ "type": "VEC4",
973
+ "componentType": 5126,
974
+ "count": 12,
975
+ "bufferView": 0,
976
+ "byteOffset": 26732
977
+ },
978
+ {
979
+ "type": "VEC4",
980
+ "componentType": 5126,
981
+ "count": 12,
982
+ "bufferView": 0,
983
+ "byteOffset": 26924
984
+ },
985
+ {
986
+ "type": "SCALAR",
987
+ "componentType": 5126,
988
+ "count": 36,
989
+ "max": [
990
+ 2
991
+ ],
992
+ "min": [
993
+ 0
994
+ ],
995
+ "bufferView": 0,
996
+ "byteOffset": 27116
997
+ },
998
+ {
999
+ "type": "VEC4",
1000
+ "componentType": 5126,
1001
+ "count": 36,
1002
+ "bufferView": 0,
1003
+ "byteOffset": 27260
1004
+ },
1005
+ {
1006
+ "type": "VEC4",
1007
+ "componentType": 5126,
1008
+ "count": 36,
1009
+ "bufferView": 0,
1010
+ "byteOffset": 27836
1011
+ },
1012
+ {
1013
+ "type": "SCALAR",
1014
+ "componentType": 5126,
1015
+ "count": 73,
1016
+ "max": [
1017
+ 5
1018
+ ],
1019
+ "min": [
1020
+ 0
1021
+ ],
1022
+ "bufferView": 0,
1023
+ "byteOffset": 28412
1024
+ },
1025
+ {
1026
+ "type": "VEC4",
1027
+ "componentType": 5126,
1028
+ "count": 73,
1029
+ "bufferView": 0,
1030
+ "byteOffset": 28704
1031
+ },
1032
+ {
1033
+ "type": "SCALAR",
1034
+ "componentType": 5126,
1035
+ "count": 74,
1036
+ "max": [
1037
+ 5
1038
+ ],
1039
+ "min": [
1040
+ 0
1041
+ ],
1042
+ "bufferView": 0,
1043
+ "byteOffset": 29872
1044
+ },
1045
+ {
1046
+ "type": "VEC4",
1047
+ "componentType": 5126,
1048
+ "count": 74,
1049
+ "bufferView": 0,
1050
+ "byteOffset": 30168
1051
+ },
1052
+ {
1053
+ "type": "SCALAR",
1054
+ "componentType": 5126,
1055
+ "count": 81,
1056
+ "max": [
1057
+ 5
1058
+ ],
1059
+ "min": [
1060
+ 0
1061
+ ],
1062
+ "bufferView": 0,
1063
+ "byteOffset": 31352
1064
+ },
1065
+ {
1066
+ "type": "VEC4",
1067
+ "componentType": 5126,
1068
+ "count": 81,
1069
+ "bufferView": 0,
1070
+ "byteOffset": 31676
1071
+ },
1072
+ {
1073
+ "type": "SCALAR",
1074
+ "componentType": 5126,
1075
+ "count": 72,
1076
+ "max": [
1077
+ 5
1078
+ ],
1079
+ "min": [
1080
+ 0
1081
+ ],
1082
+ "bufferView": 0,
1083
+ "byteOffset": 32972
1084
+ },
1085
+ {
1086
+ "type": "VEC4",
1087
+ "componentType": 5126,
1088
+ "count": 72,
1089
+ "bufferView": 0,
1090
+ "byteOffset": 33260
1091
+ },
1092
+ {
1093
+ "type": "VEC4",
1094
+ "componentType": 5126,
1095
+ "count": 73,
1096
+ "bufferView": 0,
1097
+ "byteOffset": 34412
1098
+ },
1099
+ {
1100
+ "type": "VEC4",
1101
+ "componentType": 5126,
1102
+ "count": 74,
1103
+ "bufferView": 0,
1104
+ "byteOffset": 35580
1105
+ },
1106
+ {
1107
+ "type": "VEC4",
1108
+ "componentType": 5126,
1109
+ "count": 72,
1110
+ "bufferView": 0,
1111
+ "byteOffset": 36764
1112
+ },
1113
+ {
1114
+ "type": "SCALAR",
1115
+ "componentType": 5126,
1116
+ "count": 41,
1117
+ "max": [
1118
+ 5
1119
+ ],
1120
+ "min": [
1121
+ 0
1122
+ ],
1123
+ "bufferView": 0,
1124
+ "byteOffset": 37916
1125
+ },
1126
+ {
1127
+ "type": "VEC4",
1128
+ "componentType": 5126,
1129
+ "count": 41,
1130
+ "bufferView": 0,
1131
+ "byteOffset": 38080
1132
+ },
1133
+ {
1134
+ "type": "SCALAR",
1135
+ "componentType": 5126,
1136
+ "count": 77,
1137
+ "max": [
1138
+ 5
1139
+ ],
1140
+ "min": [
1141
+ 0
1142
+ ],
1143
+ "bufferView": 0,
1144
+ "byteOffset": 38736
1145
+ },
1146
+ {
1147
+ "type": "VEC3",
1148
+ "componentType": 5126,
1149
+ "count": 77,
1150
+ "bufferView": 0,
1151
+ "byteOffset": 39044
1152
+ },
1153
+ {
1154
+ "type": "SCALAR",
1155
+ "componentType": 5126,
1156
+ "count": 73,
1157
+ "max": [
1158
+ 5
1159
+ ],
1160
+ "min": [
1161
+ 0
1162
+ ],
1163
+ "bufferView": 0,
1164
+ "byteOffset": 39968
1165
+ },
1166
+ {
1167
+ "type": "VEC4",
1168
+ "componentType": 5126,
1169
+ "count": 73,
1170
+ "bufferView": 0,
1171
+ "byteOffset": 40260
1172
+ },
1173
+ {
1174
+ "type": "SCALAR",
1175
+ "componentType": 5126,
1176
+ "count": 2,
1177
+ "max": [
1178
+ 5
1179
+ ],
1180
+ "min": [
1181
+ 0
1182
+ ],
1183
+ "bufferView": 0,
1184
+ "byteOffset": 41428
1185
+ },
1186
+ {
1187
+ "type": "SCALAR",
1188
+ "componentType": 5126,
1189
+ "count": 77,
1190
+ "max": [
1191
+ 5
1192
+ ],
1193
+ "min": [
1194
+ 0
1195
+ ],
1196
+ "bufferView": 0,
1197
+ "byteOffset": 41436
1198
+ },
1199
+ {
1200
+ "type": "VEC4",
1201
+ "componentType": 5126,
1202
+ "count": 77,
1203
+ "bufferView": 0,
1204
+ "byteOffset": 41744
1205
+ },
1206
+ {
1207
+ "type": "VEC4",
1208
+ "componentType": 5126,
1209
+ "count": 77,
1210
+ "bufferView": 0,
1211
+ "byteOffset": 42976
1212
+ },
1213
+ {
1214
+ "type": "SCALAR",
1215
+ "componentType": 5126,
1216
+ "count": 73,
1217
+ "max": [
1218
+ 5
1219
+ ],
1220
+ "min": [
1221
+ 0
1222
+ ],
1223
+ "bufferView": 0,
1224
+ "byteOffset": 44208
1225
+ },
1226
+ {
1227
+ "type": "VEC4",
1228
+ "componentType": 5126,
1229
+ "count": 73,
1230
+ "bufferView": 0,
1231
+ "byteOffset": 44500
1232
+ },
1233
+ {
1234
+ "type": "VEC4",
1235
+ "componentType": 5126,
1236
+ "count": 73,
1237
+ "bufferView": 0,
1238
+ "byteOffset": 45668
1239
+ },
1240
+ {
1241
+ "type": "SCALAR",
1242
+ "componentType": 5126,
1243
+ "count": 17,
1244
+ "max": [
1245
+ 2.5
1246
+ ],
1247
+ "min": [
1248
+ 0
1249
+ ],
1250
+ "bufferView": 0,
1251
+ "byteOffset": 46836
1252
+ },
1253
+ {
1254
+ "type": "VEC4",
1255
+ "componentType": 5126,
1256
+ "count": 17,
1257
+ "bufferView": 0,
1258
+ "byteOffset": 46904
1259
+ },
1260
+ {
1261
+ "type": "SCALAR",
1262
+ "componentType": 5126,
1263
+ "count": 17,
1264
+ "max": [
1265
+ 2.5
1266
+ ],
1267
+ "min": [
1268
+ 0
1269
+ ],
1270
+ "bufferView": 0,
1271
+ "byteOffset": 47176
1272
+ },
1273
+ {
1274
+ "type": "VEC4",
1275
+ "componentType": 5126,
1276
+ "count": 17,
1277
+ "bufferView": 0,
1278
+ "byteOffset": 47244
1279
+ },
1280
+ {
1281
+ "type": "VEC4",
1282
+ "componentType": 5126,
1283
+ "count": 17,
1284
+ "bufferView": 0,
1285
+ "byteOffset": 47516
1286
+ },
1287
+ {
1288
+ "type": "VEC4",
1289
+ "componentType": 5126,
1290
+ "count": 17,
1291
+ "bufferView": 0,
1292
+ "byteOffset": 47788
1293
+ },
1294
+ {
1295
+ "type": "VEC4",
1296
+ "componentType": 5126,
1297
+ "count": 17,
1298
+ "bufferView": 0,
1299
+ "byteOffset": 48060
1300
+ },
1301
+ {
1302
+ "type": "VEC4",
1303
+ "componentType": 5126,
1304
+ "count": 17,
1305
+ "bufferView": 0,
1306
+ "byteOffset": 48332
1307
+ },
1308
+ {
1309
+ "type": "VEC4",
1310
+ "componentType": 5126,
1311
+ "count": 17,
1312
+ "bufferView": 0,
1313
+ "byteOffset": 48604
1314
+ },
1315
+ {
1316
+ "type": "SCALAR",
1317
+ "componentType": 5126,
1318
+ "count": 16,
1319
+ "max": [
1320
+ 2.5
1321
+ ],
1322
+ "min": [
1323
+ 0
1324
+ ],
1325
+ "bufferView": 0,
1326
+ "byteOffset": 48876
1327
+ },
1328
+ {
1329
+ "type": "VEC4",
1330
+ "componentType": 5126,
1331
+ "count": 16,
1332
+ "bufferView": 0,
1333
+ "byteOffset": 48940
1334
+ },
1335
+ {
1336
+ "type": "VEC4",
1337
+ "componentType": 5126,
1338
+ "count": 17,
1339
+ "bufferView": 0,
1340
+ "byteOffset": 49196
1341
+ },
1342
+ {
1343
+ "type": "SCALAR",
1344
+ "componentType": 5126,
1345
+ "count": 15,
1346
+ "max": [
1347
+ 2.5
1348
+ ],
1349
+ "min": [
1350
+ 0
1351
+ ],
1352
+ "bufferView": 0,
1353
+ "byteOffset": 49468
1354
+ },
1355
+ {
1356
+ "type": "VEC4",
1357
+ "componentType": 5126,
1358
+ "count": 15,
1359
+ "bufferView": 0,
1360
+ "byteOffset": 49528
1361
+ },
1362
+ {
1363
+ "type": "VEC4",
1364
+ "componentType": 5126,
1365
+ "count": 15,
1366
+ "bufferView": 0,
1367
+ "byteOffset": 49768
1368
+ },
1369
+ {
1370
+ "type": "VEC4",
1371
+ "componentType": 5126,
1372
+ "count": 17,
1373
+ "bufferView": 0,
1374
+ "byteOffset": 50008
1375
+ },
1376
+ {
1377
+ "type": "VEC4",
1378
+ "componentType": 5126,
1379
+ "count": 17,
1380
+ "bufferView": 0,
1381
+ "byteOffset": 50280
1382
+ },
1383
+ {
1384
+ "type": "SCALAR",
1385
+ "componentType": 5126,
1386
+ "count": 1,
1387
+ "max": [
1388
+ 0
1389
+ ],
1390
+ "min": [
1391
+ 0
1392
+ ]
1393
+ },
1394
+ {
1395
+ "type": "SCALAR",
1396
+ "componentType": 5123,
1397
+ "count": 72,
1398
+ "bufferView": 1,
1399
+ "byteOffset": 0
1400
+ },
1401
+ {
1402
+ "type": "SCALAR",
1403
+ "componentType": 5123,
1404
+ "count": 504,
1405
+ "bufferView": 1,
1406
+ "byteOffset": 144
1407
+ },
1408
+ {
1409
+ "type": "SCALAR",
1410
+ "componentType": 5123,
1411
+ "count": 252,
1412
+ "bufferView": 1,
1413
+ "byteOffset": 1152
1414
+ },
1415
+ {
1416
+ "type": "SCALAR",
1417
+ "componentType": 5123,
1418
+ "count": 216,
1419
+ "bufferView": 1,
1420
+ "byteOffset": 1656
1421
+ },
1422
+ {
1423
+ "type": "SCALAR",
1424
+ "componentType": 5123,
1425
+ "count": 1080,
1426
+ "bufferView": 1,
1427
+ "byteOffset": 2088
1428
+ },
1429
+ {
1430
+ "type": "SCALAR",
1431
+ "componentType": 5123,
1432
+ "count": 36,
1433
+ "bufferView": 1,
1434
+ "byteOffset": 4248
1435
+ },
1436
+ {
1437
+ "type": "VEC3",
1438
+ "componentType": 5126,
1439
+ "count": 48,
1440
+ "max": [
1441
+ 0.10031773149967194,
1442
+ 0.05078125,
1443
+ 0.20661450922489166
1444
+ ],
1445
+ "min": [
1446
+ -0.0941757932305336,
1447
+ -0.05078125,
1448
+ -0.18312449753284454
1449
+ ],
1450
+ "bufferView": 2,
1451
+ "byteOffset": 0
1452
+ },
1453
+ {
1454
+ "type": "VEC3",
1455
+ "componentType": 5126,
1456
+ "count": 48,
1457
+ "bufferView": 2,
1458
+ "byteOffset": 12
1459
+ },
1460
+ {
1461
+ "type": "VEC2",
1462
+ "componentType": 5126,
1463
+ "count": 48,
1464
+ "bufferView": 2,
1465
+ "byteOffset": 24
1466
+ },
1467
+ {
1468
+ "type": "VEC3",
1469
+ "componentType": 5126,
1470
+ "count": 48,
1471
+ "max": [
1472
+ 0.0941757932305336,
1473
+ 0.05078125,
1474
+ 0.20661450922489166
1475
+ ],
1476
+ "min": [
1477
+ -0.10031773149967194,
1478
+ -0.05078125,
1479
+ -0.18312449753284454
1480
+ ],
1481
+ "bufferView": 3,
1482
+ "byteOffset": 0
1483
+ },
1484
+ {
1485
+ "type": "VEC2",
1486
+ "componentType": 5126,
1487
+ "count": 48,
1488
+ "bufferView": 3,
1489
+ "byteOffset": 12
1490
+ },
1491
+ {
1492
+ "type": "VEC3",
1493
+ "componentType": 5126,
1494
+ "count": 48,
1495
+ "bufferView": 3,
1496
+ "byteOffset": 20
1497
+ },
1498
+ {
1499
+ "type": "VEC3",
1500
+ "componentType": 5126,
1501
+ "count": 336,
1502
+ "max": [
1503
+ 1.1094412803649902,
1504
+ 1.3287261724472046,
1505
+ -0.12410351634025574
1506
+ ],
1507
+ "min": [
1508
+ -1.1094412803649902,
1509
+ 0.671875,
1510
+ -1.157812476158142
1511
+ ],
1512
+ "bufferView": 4,
1513
+ "byteOffset": 0
1514
+ },
1515
+ {
1516
+ "type": "VEC2",
1517
+ "componentType": 5126,
1518
+ "count": 336,
1519
+ "bufferView": 4,
1520
+ "byteOffset": 12
1521
+ },
1522
+ {
1523
+ "type": "VEC3",
1524
+ "componentType": 5126,
1525
+ "count": 336,
1526
+ "bufferView": 4,
1527
+ "byteOffset": 20
1528
+ },
1529
+ {
1530
+ "type": "VEC3",
1531
+ "componentType": 5126,
1532
+ "count": 168,
1533
+ "max": [
1534
+ 0.2181500941514969,
1535
+ 0.1551215499639511,
1536
+ 0.09749999642372131
1537
+ ],
1538
+ "min": [
1539
+ -0.5752500295639038,
1540
+ -1.091628909111023,
1541
+ -0.09749999642372131
1542
+ ],
1543
+ "bufferView": 5,
1544
+ "byteOffset": 0
1545
+ },
1546
+ {
1547
+ "type": "VEC2",
1548
+ "componentType": 5126,
1549
+ "count": 168,
1550
+ "bufferView": 5,
1551
+ "byteOffset": 12
1552
+ },
1553
+ {
1554
+ "type": "VEC3",
1555
+ "componentType": 5126,
1556
+ "count": 168,
1557
+ "bufferView": 5,
1558
+ "byteOffset": 20
1559
+ },
1560
+ {
1561
+ "type": "VEC2",
1562
+ "componentType": 5126,
1563
+ "count": 144,
1564
+ "bufferView": 6,
1565
+ "byteOffset": 0
1566
+ },
1567
+ {
1568
+ "type": "VEC3",
1569
+ "componentType": 5126,
1570
+ "count": 144,
1571
+ "max": [
1572
+ 0.09749999642372131,
1573
+ 0.4377874732017517,
1574
+ 0.09749999642372131
1575
+ ],
1576
+ "min": [
1577
+ -1.061483383178711,
1578
+ -0.6098648905754089,
1579
+ -0.09749999642372131
1580
+ ],
1581
+ "bufferView": 6,
1582
+ "byteOffset": 8
1583
+ },
1584
+ {
1585
+ "type": "VEC3",
1586
+ "componentType": 5126,
1587
+ "count": 144,
1588
+ "bufferView": 6,
1589
+ "byteOffset": 20
1590
+ },
1591
+ {
1592
+ "type": "VEC3",
1593
+ "componentType": 5126,
1594
+ "count": 144,
1595
+ "max": [
1596
+ 0.09749999642372131,
1597
+ 0.4377874732017517,
1598
+ 0.09749999642372131
1599
+ ],
1600
+ "min": [
1601
+ -1.061483383178711,
1602
+ -0.6098648905754089,
1603
+ -0.09749999642372131
1604
+ ],
1605
+ "bufferView": 7,
1606
+ "byteOffset": 0
1607
+ },
1608
+ {
1609
+ "type": "VEC3",
1610
+ "componentType": 5126,
1611
+ "count": 144,
1612
+ "bufferView": 7,
1613
+ "byteOffset": 12
1614
+ },
1615
+ {
1616
+ "type": "VEC2",
1617
+ "componentType": 5126,
1618
+ "count": 144,
1619
+ "bufferView": 7,
1620
+ "byteOffset": 24
1621
+ },
1622
+ {
1623
+ "type": "VEC2",
1624
+ "componentType": 5126,
1625
+ "count": 168,
1626
+ "bufferView": 8,
1627
+ "byteOffset": 0
1628
+ },
1629
+ {
1630
+ "type": "VEC3",
1631
+ "componentType": 5126,
1632
+ "count": 168,
1633
+ "max": [
1634
+ 0.930729329586029,
1635
+ 0.4377874732017517,
1636
+ 0.09749999642372131
1637
+ ],
1638
+ "min": [
1639
+ -0.09749999642372131,
1640
+ -0.6130671501159668,
1641
+ -0.09749999642372131
1642
+ ],
1643
+ "bufferView": 8,
1644
+ "byteOffset": 8
1645
+ },
1646
+ {
1647
+ "type": "VEC3",
1648
+ "componentType": 5126,
1649
+ "count": 168,
1650
+ "bufferView": 8,
1651
+ "byteOffset": 20
1652
+ },
1653
+ {
1654
+ "type": "VEC2",
1655
+ "componentType": 5126,
1656
+ "count": 144,
1657
+ "bufferView": 9,
1658
+ "byteOffset": 0
1659
+ },
1660
+ {
1661
+ "type": "VEC3",
1662
+ "componentType": 5126,
1663
+ "count": 144,
1664
+ "max": [
1665
+ 1.061483383178711,
1666
+ 0.4377874732017517,
1667
+ 0.09749999642372131
1668
+ ],
1669
+ "min": [
1670
+ -0.09749999642372131,
1671
+ -0.6098648905754089,
1672
+ -0.09749999642372131
1673
+ ],
1674
+ "bufferView": 9,
1675
+ "byteOffset": 8
1676
+ },
1677
+ {
1678
+ "type": "VEC3",
1679
+ "componentType": 5126,
1680
+ "count": 144,
1681
+ "bufferView": 9,
1682
+ "byteOffset": 20
1683
+ },
1684
+ {
1685
+ "type": "VEC3",
1686
+ "componentType": 5126,
1687
+ "count": 720,
1688
+ "max": [
1689
+ 0.9750000238418579,
1690
+ 1.787500023841858,
1691
+ 1.875
1692
+ ],
1693
+ "min": [
1694
+ -0.9750000238418579,
1695
+ 0.24375000596046448,
1696
+ -0.2997443377971649
1697
+ ],
1698
+ "bufferView": 10,
1699
+ "byteOffset": 0
1700
+ },
1701
+ {
1702
+ "type": "VEC2",
1703
+ "componentType": 5126,
1704
+ "count": 720,
1705
+ "bufferView": 10,
1706
+ "byteOffset": 12
1707
+ },
1708
+ {
1709
+ "type": "VEC3",
1710
+ "componentType": 5126,
1711
+ "count": 720,
1712
+ "bufferView": 10,
1713
+ "byteOffset": 20
1714
+ },
1715
+ {
1716
+ "type": "VEC3",
1717
+ "componentType": 5126,
1718
+ "count": 24,
1719
+ "max": [
1720
+ 0.24375000596046448,
1721
+ 1.037500023841858,
1722
+ 0.12187500298023224
1723
+ ],
1724
+ "min": [
1725
+ -0.24375000596046448,
1726
+ 0.550000011920929,
1727
+ -0.6499999761581421
1728
+ ],
1729
+ "bufferView": 11,
1730
+ "byteOffset": 0
1731
+ },
1732
+ {
1733
+ "type": "VEC2",
1734
+ "componentType": 5126,
1735
+ "count": 24,
1736
+ "bufferView": 11,
1737
+ "byteOffset": 12
1738
+ },
1739
+ {
1740
+ "type": "VEC3",
1741
+ "componentType": 5126,
1742
+ "count": 24,
1743
+ "bufferView": 11,
1744
+ "byteOffset": 20
1745
+ }
1746
+ ],
1747
+ "bufferViews": [
1748
+ {
1749
+ "buffer": 0,
1750
+ "byteOffset": 0,
1751
+ "byteLength": 50552
1752
+ },
1753
+ {
1754
+ "buffer": 0,
1755
+ "byteOffset": 50552,
1756
+ "byteLength": 4320,
1757
+ "target": 34963
1758
+ },
1759
+ {
1760
+ "buffer": 0,
1761
+ "byteOffset": 54872,
1762
+ "byteLength": 1536,
1763
+ "byteStride": 32,
1764
+ "target": 34962
1765
+ },
1766
+ {
1767
+ "buffer": 0,
1768
+ "byteOffset": 56408,
1769
+ "byteLength": 1536,
1770
+ "byteStride": 32,
1771
+ "target": 34962
1772
+ },
1773
+ {
1774
+ "buffer": 0,
1775
+ "byteOffset": 57944,
1776
+ "byteLength": 10752,
1777
+ "byteStride": 32,
1778
+ "target": 34962
1779
+ },
1780
+ {
1781
+ "buffer": 0,
1782
+ "byteOffset": 68696,
1783
+ "byteLength": 5376,
1784
+ "byteStride": 32,
1785
+ "target": 34962
1786
+ },
1787
+ {
1788
+ "buffer": 0,
1789
+ "byteOffset": 74072,
1790
+ "byteLength": 4608,
1791
+ "byteStride": 32,
1792
+ "target": 34962
1793
+ },
1794
+ {
1795
+ "buffer": 0,
1796
+ "byteOffset": 78680,
1797
+ "byteLength": 4608,
1798
+ "byteStride": 32,
1799
+ "target": 34962
1800
+ },
1801
+ {
1802
+ "buffer": 0,
1803
+ "byteOffset": 83288,
1804
+ "byteLength": 5376,
1805
+ "byteStride": 32,
1806
+ "target": 34962
1807
+ },
1808
+ {
1809
+ "buffer": 0,
1810
+ "byteOffset": 88664,
1811
+ "byteLength": 4608,
1812
+ "byteStride": 32,
1813
+ "target": 34962
1814
+ },
1815
+ {
1816
+ "buffer": 0,
1817
+ "byteOffset": 93272,
1818
+ "byteLength": 23040,
1819
+ "byteStride": 32,
1820
+ "target": 34962
1821
+ },
1822
+ {
1823
+ "buffer": 0,
1824
+ "byteOffset": 116312,
1825
+ "byteLength": 768,
1826
+ "byteStride": 32,
1827
+ "target": 34962
1828
+ }
1829
+ ],
1830
+ "samplers": [
1831
+ {
1832
+ "magFilter": 9728,
1833
+ "minFilter": 9728,
1834
+ "wrapS": 33071,
1835
+ "wrapT": 33071
1836
+ }
1837
+ ],
1838
+ "textures": [
1839
+ {
1840
+ "source": 0,
1841
+ "sampler": 0
1842
+ }
1843
+ ],
1844
+ "images": [
1845
+ {
1846
+ "mimeType": "image/png",
1847
+ "uri": "baseColor.png"
1848
+ }
1849
+ ],
1850
+ "buffers": [
1851
+ {
1852
+ "uri": "weaver.bin",
1853
+ "byteLength": 117080
1854
+ }
1855
+ ],
1856
+ "materials": [
1857
+ {
1858
+ "alphaMode": "MASK",
1859
+ "alphaCutoff": 0.05,
1860
+ "doubleSided": true,
1861
+ "pbrMetallicRoughness": {
1862
+ "metallicFactor": 0,
1863
+ "baseColorTexture": {
1864
+ "index": 0
1865
+ }
1866
+ }
1867
+ }
1868
+ ],
1869
+ "meshes": [
1870
+ {
1871
+ "primitives": [
1872
+ {
1873
+ "attributes": {
1874
+ "POSITION": 159,
1875
+ "NORMAL": 160,
1876
+ "TEXCOORD_0": 161
1877
+ },
1878
+ "mode": 4,
1879
+ "material": 0,
1880
+ "indices": 153
1881
+ }
1882
+ ]
1883
+ },
1884
+ {
1885
+ "primitives": [
1886
+ {
1887
+ "attributes": {
1888
+ "POSITION": 162,
1889
+ "TEXCOORD_0": 163,
1890
+ "NORMAL": 164
1891
+ },
1892
+ "mode": 4,
1893
+ "material": 0,
1894
+ "indices": 153
1895
+ }
1896
+ ]
1897
+ },
1898
+ {
1899
+ "primitives": [
1900
+ {
1901
+ "attributes": {
1902
+ "POSITION": 165,
1903
+ "TEXCOORD_0": 166,
1904
+ "NORMAL": 167
1905
+ },
1906
+ "mode": 4,
1907
+ "material": 0,
1908
+ "indices": 154
1909
+ }
1910
+ ]
1911
+ },
1912
+ {
1913
+ "primitives": [
1914
+ {
1915
+ "attributes": {
1916
+ "POSITION": 168,
1917
+ "TEXCOORD_0": 169,
1918
+ "NORMAL": 170
1919
+ },
1920
+ "mode": 4,
1921
+ "material": 0,
1922
+ "indices": 155
1923
+ }
1924
+ ]
1925
+ },
1926
+ {
1927
+ "primitives": [
1928
+ {
1929
+ "attributes": {
1930
+ "TEXCOORD_0": 171,
1931
+ "POSITION": 172,
1932
+ "NORMAL": 173
1933
+ },
1934
+ "mode": 4,
1935
+ "material": 0,
1936
+ "indices": 156
1937
+ }
1938
+ ]
1939
+ },
1940
+ {
1941
+ "primitives": [
1942
+ {
1943
+ "attributes": {
1944
+ "POSITION": 174,
1945
+ "NORMAL": 175,
1946
+ "TEXCOORD_0": 176
1947
+ },
1948
+ "mode": 4,
1949
+ "material": 0,
1950
+ "indices": 156
1951
+ }
1952
+ ]
1953
+ },
1954
+ {
1955
+ "primitives": [
1956
+ {
1957
+ "attributes": {
1958
+ "TEXCOORD_0": 177,
1959
+ "POSITION": 178,
1960
+ "NORMAL": 179
1961
+ },
1962
+ "mode": 4,
1963
+ "material": 0,
1964
+ "indices": 155
1965
+ }
1966
+ ]
1967
+ },
1968
+ {
1969
+ "primitives": [
1970
+ {
1971
+ "attributes": {
1972
+ "TEXCOORD_0": 180,
1973
+ "POSITION": 181,
1974
+ "NORMAL": 182
1975
+ },
1976
+ "mode": 4,
1977
+ "material": 0,
1978
+ "indices": 156
1979
+ }
1980
+ ]
1981
+ },
1982
+ {
1983
+ "primitives": [
1984
+ {
1985
+ "attributes": {
1986
+ "POSITION": 181,
1987
+ "NORMAL": 182,
1988
+ "TEXCOORD_0": 180
1989
+ },
1990
+ "mode": 4,
1991
+ "material": 0,
1992
+ "indices": 156
1993
+ }
1994
+ ]
1995
+ },
1996
+ {
1997
+ "primitives": [
1998
+ {
1999
+ "attributes": {
2000
+ "POSITION": 183,
2001
+ "TEXCOORD_0": 184,
2002
+ "NORMAL": 185
2003
+ },
2004
+ "mode": 4,
2005
+ "material": 0,
2006
+ "indices": 157
2007
+ }
2008
+ ]
2009
+ },
2010
+ {
2011
+ "primitives": [
2012
+ {
2013
+ "attributes": {
2014
+ "POSITION": 186,
2015
+ "TEXCOORD_0": 187,
2016
+ "NORMAL": 188
2017
+ },
2018
+ "mode": 4,
2019
+ "material": 0,
2020
+ "indices": 158
2021
+ }
2022
+ ]
2023
+ },
2024
+ {
2025
+ "primitives": [
2026
+ {
2027
+ "attributes": {
2028
+ "POSITION": 174,
2029
+ "NORMAL": 175,
2030
+ "TEXCOORD_0": 176
2031
+ },
2032
+ "mode": 4,
2033
+ "material": 0,
2034
+ "indices": 156
2035
+ }
2036
+ ]
2037
+ },
2038
+ {
2039
+ "primitives": [
2040
+ {
2041
+ "attributes": {
2042
+ "POSITION": 181,
2043
+ "NORMAL": 182,
2044
+ "TEXCOORD_0": 180
2045
+ },
2046
+ "mode": 4,
2047
+ "material": 0,
2048
+ "indices": 156
2049
+ }
2050
+ ]
2051
+ }
2052
+ ],
2053
+ "nodes": [
2054
+ {
2055
+ "name": "cube",
2056
+ "translation": [
2057
+ 0,
2058
+ 0,
2059
+ -0.15625
2060
+ ],
2061
+ "mesh": 0
2062
+ },
2063
+ {
2064
+ "name": "h_left_jaw",
2065
+ "translation": [
2066
+ -0.1901992079709498,
2067
+ -0.13339704881948133,
2068
+ -0.4636589690258943
2069
+ ],
2070
+ "children": [
2071
+ 0
2072
+ ]
2073
+ },
2074
+ {
2075
+ "name": "cube",
2076
+ "translation": [
2077
+ 0,
2078
+ 0,
2079
+ -0.15625
2080
+ ],
2081
+ "mesh": 1
2082
+ },
2083
+ {
2084
+ "name": "h_right_jaw",
2085
+ "translation": [
2086
+ 0.1901992079709498,
2087
+ -0.13339704881948133,
2088
+ -0.4636589690258943
2089
+ ],
2090
+ "children": [
2091
+ 2
2092
+ ]
2093
+ },
2094
+ {
2095
+ "name": "cube",
2096
+ "translation": [
2097
+ 0,
2098
+ -0.9560532988194814,
2099
+ 0.6429555422749491
2100
+ ],
2101
+ "mesh": 2
2102
+ },
2103
+ {
2104
+ "name": "head",
2105
+ "translation": [
2106
+ 0,
2107
+ 0.08417829881948136,
2108
+ -0.31639304227494913
2109
+ ],
2110
+ "children": [
2111
+ 1,
2112
+ 3,
2113
+ 4
2114
+ ]
2115
+ },
2116
+ {
2117
+ "name": "cube",
2118
+ "translation": [
2119
+ -0.0790993701251207,
2120
+ 0.03738376514694186,
2121
+ -1.1102230246251565e-16
2122
+ ],
2123
+ "rotation": [
2124
+ 0,
2125
+ 0,
2126
+ -0.3826834323650898,
2127
+ 0.9238795325112867
2128
+ ],
2129
+ "mesh": 3
2130
+ },
2131
+ {
2132
+ "name": "left_arm",
2133
+ "translation": [
2134
+ -0.23063055314709757,
2135
+ -0.1461723479279886,
2136
+ -0.43281249999999993
2137
+ ],
2138
+ "children": [
2139
+ 6
2140
+ ]
2141
+ },
2142
+ {
2143
+ "name": "cube",
2144
+ "translation": [
2145
+ 0.004432019385448294,
2146
+ -0.0331867110594104,
2147
+ 1.190540555029429e-9
2148
+ ],
2149
+ "mesh": 4
2150
+ },
2151
+ {
2152
+ "name": "left_leg",
2153
+ "translation": [
2154
+ -0.24904580761351158,
2155
+ -0.14512555228859825,
2156
+ -0.240625000585181
2157
+ ],
2158
+ "children": [
2159
+ 8
2160
+ ]
2161
+ },
2162
+ {
2163
+ "name": "cube",
2164
+ "translation": [
2165
+ 0.004432019385448294,
2166
+ -0.0331867110594104,
2167
+ 1.1905406660517315e-9
2168
+ ],
2169
+ "mesh": 11
2170
+ },
2171
+ {
2172
+ "name": "left_leg2",
2173
+ "translation": [
2174
+ -0.24904580761351158,
2175
+ -0.14512555228859825,
2176
+ -0.03750000058518105
2177
+ ],
2178
+ "children": [
2179
+ 10
2180
+ ]
2181
+ },
2182
+ {
2183
+ "name": "cube",
2184
+ "translation": [
2185
+ 0.004432019385448294,
2186
+ -0.0331867110594104,
2187
+ 1.1905406660517315e-9
2188
+ ],
2189
+ "mesh": 5
2190
+ },
2191
+ {
2192
+ "name": "left_leg3",
2193
+ "translation": [
2194
+ -0.24904580761351158,
2195
+ -0.14512555228859825,
2196
+ 0.14999999941481895
2197
+ ],
2198
+ "children": [
2199
+ 12
2200
+ ]
2201
+ },
2202
+ {
2203
+ "name": "cube",
2204
+ "translation": [
2205
+ 0.01015645895943229,
2206
+ -0.03155914601874665,
2207
+ -1.1102230246251565e-16
2208
+ ],
2209
+ "mesh": 6
2210
+ },
2211
+ {
2212
+ "name": "right_arm",
2213
+ "translation": [
2214
+ 0.23063055314709757,
2215
+ -0.1461723479279886,
2216
+ -0.43281249999999993
2217
+ ],
2218
+ "children": [
2219
+ 14
2220
+ ]
2221
+ },
2222
+ {
2223
+ "name": "cube",
2224
+ "translation": [
2225
+ -0.004432019385448294,
2226
+ -0.0331867110594104,
2227
+ 1.190540555029429e-9
2228
+ ],
2229
+ "mesh": 7
2230
+ },
2231
+ {
2232
+ "name": "right_leg",
2233
+ "translation": [
2234
+ 0.24904580761351158,
2235
+ -0.14512555228859825,
2236
+ -0.240625000585181
2237
+ ],
2238
+ "children": [
2239
+ 16
2240
+ ]
2241
+ },
2242
+ {
2243
+ "name": "cube",
2244
+ "translation": [
2245
+ -0.004432019385448294,
2246
+ -0.0331867110594104,
2247
+ 1.1905406660517315e-9
2248
+ ],
2249
+ "mesh": 12
2250
+ },
2251
+ {
2252
+ "name": "right_leg2",
2253
+ "translation": [
2254
+ 0.24904580761351158,
2255
+ -0.14512555228859825,
2256
+ -0.03750000058518105
2257
+ ],
2258
+ "children": [
2259
+ 18
2260
+ ]
2261
+ },
2262
+ {
2263
+ "name": "cube",
2264
+ "translation": [
2265
+ -0.004432019385448294,
2266
+ -0.0331867110594104,
2267
+ 1.1905406660517315e-9
2268
+ ],
2269
+ "mesh": 8
2270
+ },
2271
+ {
2272
+ "name": "right_leg3",
2273
+ "translation": [
2274
+ 0.24904580761351158,
2275
+ -0.14512555228859825,
2276
+ 0.14999999941481895
2277
+ ],
2278
+ "children": [
2279
+ 20
2280
+ ]
2281
+ },
2282
+ {
2283
+ "name": "cube",
2284
+ "translation": [
2285
+ 0.020312500000000018,
2286
+ -0.7382267909687479,
2287
+ 0.0936142370312576
2288
+ ],
2289
+ "mesh": 9
2290
+ },
2291
+ {
2292
+ "name": "bone",
2293
+ "translation": [
2294
+ -0.020312500000000018,
2295
+ -0.055523209031252185,
2296
+ 0.17044826296874238
2297
+ ],
2298
+ "children": [
2299
+ 22
2300
+ ]
2301
+ },
2302
+ {
2303
+ "name": "cube",
2304
+ "translation": [
2305
+ 0,
2306
+ -0.7937500000000001,
2307
+ 0.2640625
2308
+ ],
2309
+ "mesh": 10
2310
+ },
2311
+ {
2312
+ "name": "nectar_spider",
2313
+ "translation": [
2314
+ 0,
2315
+ 0.7937500000000001,
2316
+ -0.2640625
2317
+ ],
2318
+ "children": [
2319
+ 5,
2320
+ 7,
2321
+ 9,
2322
+ 11,
2323
+ 13,
2324
+ 15,
2325
+ 17,
2326
+ 19,
2327
+ 21,
2328
+ 23,
2329
+ 24
2330
+ ]
2331
+ },
2332
+ {
2333
+ "children": [
2334
+ 25
2335
+ ]
2336
+ }
2337
+ ],
2338
+ "animations": [
2339
+ {
2340
+ "name": "waiting",
2341
+ "samplers": [
2342
+ {
2343
+ "input": 59,
2344
+ "output": 60,
2345
+ "interpolation": "LINEAR"
2346
+ },
2347
+ {
2348
+ "input": 61,
2349
+ "output": 62,
2350
+ "interpolation": "LINEAR"
2351
+ },
2352
+ {
2353
+ "input": 63,
2354
+ "output": 64,
2355
+ "interpolation": "LINEAR"
2356
+ },
2357
+ {
2358
+ "input": 65,
2359
+ "output": 66,
2360
+ "interpolation": "LINEAR"
2361
+ },
2362
+ {
2363
+ "input": 59,
2364
+ "output": 67,
2365
+ "interpolation": "LINEAR"
2366
+ },
2367
+ {
2368
+ "input": 68,
2369
+ "output": 69,
2370
+ "interpolation": "LINEAR"
2371
+ },
2372
+ {
2373
+ "input": 70,
2374
+ "output": 71,
2375
+ "interpolation": "LINEAR"
2376
+ },
2377
+ {
2378
+ "input": 0,
2379
+ "output": 1,
2380
+ "interpolation": "LINEAR"
2381
+ },
2382
+ {
2383
+ "input": 72,
2384
+ "output": 73,
2385
+ "interpolation": "LINEAR"
2386
+ },
2387
+ {
2388
+ "input": 74,
2389
+ "output": 75,
2390
+ "interpolation": "LINEAR"
2391
+ },
2392
+ {
2393
+ "input": 0,
2394
+ "output": 76,
2395
+ "interpolation": "LINEAR"
2396
+ },
2397
+ {
2398
+ "input": 77,
2399
+ "output": 78,
2400
+ "interpolation": "LINEAR"
2401
+ },
2402
+ {
2403
+ "input": 0,
2404
+ "output": 2,
2405
+ "interpolation": "LINEAR"
2406
+ },
2407
+ {
2408
+ "input": 77,
2409
+ "output": 79,
2410
+ "interpolation": "LINEAR"
2411
+ },
2412
+ {
2413
+ "input": 0,
2414
+ "output": 3,
2415
+ "interpolation": "LINEAR"
2416
+ },
2417
+ {
2418
+ "input": 65,
2419
+ "output": 80,
2420
+ "interpolation": "LINEAR"
2421
+ },
2422
+ {
2423
+ "input": 65,
2424
+ "output": 81,
2425
+ "interpolation": "LINEAR"
2426
+ }
2427
+ ],
2428
+ "channels": [
2429
+ {
2430
+ "sampler": 0,
2431
+ "target": {
2432
+ "node": 7,
2433
+ "path": "rotation"
2434
+ }
2435
+ },
2436
+ {
2437
+ "sampler": 1,
2438
+ "target": {
2439
+ "node": 9,
2440
+ "path": "rotation"
2441
+ }
2442
+ },
2443
+ {
2444
+ "sampler": 2,
2445
+ "target": {
2446
+ "node": 23,
2447
+ "path": "rotation"
2448
+ }
2449
+ },
2450
+ {
2451
+ "sampler": 3,
2452
+ "target": {
2453
+ "node": 13,
2454
+ "path": "rotation"
2455
+ }
2456
+ },
2457
+ {
2458
+ "sampler": 4,
2459
+ "target": {
2460
+ "node": 15,
2461
+ "path": "rotation"
2462
+ }
2463
+ },
2464
+ {
2465
+ "sampler": 5,
2466
+ "target": {
2467
+ "node": 17,
2468
+ "path": "rotation"
2469
+ }
2470
+ },
2471
+ {
2472
+ "sampler": 6,
2473
+ "target": {
2474
+ "node": 21,
2475
+ "path": "rotation"
2476
+ }
2477
+ },
2478
+ {
2479
+ "sampler": 7,
2480
+ "target": {
2481
+ "node": 25,
2482
+ "path": "rotation"
2483
+ }
2484
+ },
2485
+ {
2486
+ "sampler": 8,
2487
+ "target": {
2488
+ "node": 25,
2489
+ "path": "translation"
2490
+ }
2491
+ },
2492
+ {
2493
+ "sampler": 9,
2494
+ "target": {
2495
+ "node": 5,
2496
+ "path": "rotation"
2497
+ }
2498
+ },
2499
+ {
2500
+ "sampler": 10,
2501
+ "target": {
2502
+ "node": 5,
2503
+ "path": "translation"
2504
+ }
2505
+ },
2506
+ {
2507
+ "sampler": 11,
2508
+ "target": {
2509
+ "node": 1,
2510
+ "path": "rotation"
2511
+ }
2512
+ },
2513
+ {
2514
+ "sampler": 12,
2515
+ "target": {
2516
+ "node": 1,
2517
+ "path": "translation"
2518
+ }
2519
+ },
2520
+ {
2521
+ "sampler": 13,
2522
+ "target": {
2523
+ "node": 3,
2524
+ "path": "rotation"
2525
+ }
2526
+ },
2527
+ {
2528
+ "sampler": 14,
2529
+ "target": {
2530
+ "node": 3,
2531
+ "path": "translation"
2532
+ }
2533
+ },
2534
+ {
2535
+ "sampler": 15,
2536
+ "target": {
2537
+ "node": 11,
2538
+ "path": "rotation"
2539
+ }
2540
+ },
2541
+ {
2542
+ "sampler": 16,
2543
+ "target": {
2544
+ "node": 19,
2545
+ "path": "rotation"
2546
+ }
2547
+ }
2548
+ ]
2549
+ },
2550
+ {
2551
+ "name": "walking",
2552
+ "samplers": [
2553
+ {
2554
+ "input": 82,
2555
+ "output": 83,
2556
+ "interpolation": "LINEAR"
2557
+ },
2558
+ {
2559
+ "input": 5,
2560
+ "output": 6,
2561
+ "interpolation": "LINEAR"
2562
+ },
2563
+ {
2564
+ "input": 7,
2565
+ "output": 8,
2566
+ "interpolation": "LINEAR"
2567
+ },
2568
+ {
2569
+ "input": 5,
2570
+ "output": 9,
2571
+ "interpolation": "LINEAR"
2572
+ },
2573
+ {
2574
+ "input": 82,
2575
+ "output": 84,
2576
+ "interpolation": "LINEAR"
2577
+ },
2578
+ {
2579
+ "input": 4,
2580
+ "output": 10,
2581
+ "interpolation": "LINEAR"
2582
+ },
2583
+ {
2584
+ "input": 4,
2585
+ "output": 11,
2586
+ "interpolation": "LINEAR"
2587
+ },
2588
+ {
2589
+ "input": 5,
2590
+ "output": 12,
2591
+ "interpolation": "LINEAR"
2592
+ },
2593
+ {
2594
+ "input": 82,
2595
+ "output": 85,
2596
+ "interpolation": "LINEAR"
2597
+ },
2598
+ {
2599
+ "input": 82,
2600
+ "output": 86,
2601
+ "interpolation": "LINEAR"
2602
+ },
2603
+ {
2604
+ "input": 87,
2605
+ "output": 76,
2606
+ "interpolation": "LINEAR"
2607
+ },
2608
+ {
2609
+ "input": 87,
2610
+ "output": 1,
2611
+ "interpolation": "LINEAR"
2612
+ },
2613
+ {
2614
+ "input": 87,
2615
+ "output": 2,
2616
+ "interpolation": "LINEAR"
2617
+ },
2618
+ {
2619
+ "input": 87,
2620
+ "output": 1,
2621
+ "interpolation": "LINEAR"
2622
+ },
2623
+ {
2624
+ "input": 87,
2625
+ "output": 3,
2626
+ "interpolation": "LINEAR"
2627
+ },
2628
+ {
2629
+ "input": 4,
2630
+ "output": 13,
2631
+ "interpolation": "LINEAR"
2632
+ },
2633
+ {
2634
+ "input": 5,
2635
+ "output": 14,
2636
+ "interpolation": "LINEAR"
2637
+ }
2638
+ ],
2639
+ "channels": [
2640
+ {
2641
+ "sampler": 0,
2642
+ "target": {
2643
+ "node": 7,
2644
+ "path": "rotation"
2645
+ }
2646
+ },
2647
+ {
2648
+ "sampler": 1,
2649
+ "target": {
2650
+ "node": 9,
2651
+ "path": "rotation"
2652
+ }
2653
+ },
2654
+ {
2655
+ "sampler": 2,
2656
+ "target": {
2657
+ "node": 23,
2658
+ "path": "rotation"
2659
+ }
2660
+ },
2661
+ {
2662
+ "sampler": 3,
2663
+ "target": {
2664
+ "node": 13,
2665
+ "path": "rotation"
2666
+ }
2667
+ },
2668
+ {
2669
+ "sampler": 4,
2670
+ "target": {
2671
+ "node": 15,
2672
+ "path": "rotation"
2673
+ }
2674
+ },
2675
+ {
2676
+ "sampler": 5,
2677
+ "target": {
2678
+ "node": 17,
2679
+ "path": "rotation"
2680
+ }
2681
+ },
2682
+ {
2683
+ "sampler": 6,
2684
+ "target": {
2685
+ "node": 21,
2686
+ "path": "rotation"
2687
+ }
2688
+ },
2689
+ {
2690
+ "sampler": 7,
2691
+ "target": {
2692
+ "node": 25,
2693
+ "path": "rotation"
2694
+ }
2695
+ },
2696
+ {
2697
+ "sampler": 8,
2698
+ "target": {
2699
+ "node": 25,
2700
+ "path": "translation"
2701
+ }
2702
+ },
2703
+ {
2704
+ "sampler": 9,
2705
+ "target": {
2706
+ "node": 5,
2707
+ "path": "rotation"
2708
+ }
2709
+ },
2710
+ {
2711
+ "sampler": 10,
2712
+ "target": {
2713
+ "node": 5,
2714
+ "path": "translation"
2715
+ }
2716
+ },
2717
+ {
2718
+ "sampler": 11,
2719
+ "target": {
2720
+ "node": 1,
2721
+ "path": "rotation"
2722
+ }
2723
+ },
2724
+ {
2725
+ "sampler": 12,
2726
+ "target": {
2727
+ "node": 1,
2728
+ "path": "translation"
2729
+ }
2730
+ },
2731
+ {
2732
+ "sampler": 13,
2733
+ "target": {
2734
+ "node": 3,
2735
+ "path": "rotation"
2736
+ }
2737
+ },
2738
+ {
2739
+ "sampler": 14,
2740
+ "target": {
2741
+ "node": 3,
2742
+ "path": "translation"
2743
+ }
2744
+ },
2745
+ {
2746
+ "sampler": 15,
2747
+ "target": {
2748
+ "node": 11,
2749
+ "path": "rotation"
2750
+ }
2751
+ },
2752
+ {
2753
+ "sampler": 16,
2754
+ "target": {
2755
+ "node": 19,
2756
+ "path": "rotation"
2757
+ }
2758
+ }
2759
+ ]
2760
+ },
2761
+ {
2762
+ "name": "web",
2763
+ "samplers": [
2764
+ {
2765
+ "input": 15,
2766
+ "output": 16,
2767
+ "interpolation": "LINEAR"
2768
+ },
2769
+ {
2770
+ "input": 17,
2771
+ "output": 18,
2772
+ "interpolation": "LINEAR"
2773
+ },
2774
+ {
2775
+ "input": 19,
2776
+ "output": 20,
2777
+ "interpolation": "LINEAR"
2778
+ },
2779
+ {
2780
+ "input": 21,
2781
+ "output": 22,
2782
+ "interpolation": "LINEAR"
2783
+ },
2784
+ {
2785
+ "input": 17,
2786
+ "output": 23,
2787
+ "interpolation": "LINEAR"
2788
+ },
2789
+ {
2790
+ "input": 15,
2791
+ "output": 24,
2792
+ "interpolation": "LINEAR"
2793
+ },
2794
+ {
2795
+ "input": 25,
2796
+ "output": 26,
2797
+ "interpolation": "LINEAR"
2798
+ },
2799
+ {
2800
+ "input": 25,
2801
+ "output": 27,
2802
+ "interpolation": "LINEAR"
2803
+ },
2804
+ {
2805
+ "input": 21,
2806
+ "output": 28,
2807
+ "interpolation": "LINEAR"
2808
+ },
2809
+ {
2810
+ "input": 15,
2811
+ "output": 29,
2812
+ "interpolation": "LINEAR"
2813
+ },
2814
+ {
2815
+ "input": 21,
2816
+ "output": 30,
2817
+ "interpolation": "LINEAR"
2818
+ },
2819
+ {
2820
+ "input": 15,
2821
+ "output": 76,
2822
+ "interpolation": "LINEAR"
2823
+ },
2824
+ {
2825
+ "input": 15,
2826
+ "output": 1,
2827
+ "interpolation": "LINEAR"
2828
+ },
2829
+ {
2830
+ "input": 15,
2831
+ "output": 2,
2832
+ "interpolation": "LINEAR"
2833
+ },
2834
+ {
2835
+ "input": 15,
2836
+ "output": 1,
2837
+ "interpolation": "LINEAR"
2838
+ },
2839
+ {
2840
+ "input": 15,
2841
+ "output": 3,
2842
+ "interpolation": "LINEAR"
2843
+ },
2844
+ {
2845
+ "input": 25,
2846
+ "output": 31,
2847
+ "interpolation": "LINEAR"
2848
+ },
2849
+ {
2850
+ "input": 17,
2851
+ "output": 32,
2852
+ "interpolation": "LINEAR"
2853
+ }
2854
+ ],
2855
+ "channels": [
2856
+ {
2857
+ "sampler": 0,
2858
+ "target": {
2859
+ "node": 7,
2860
+ "path": "rotation"
2861
+ }
2862
+ },
2863
+ {
2864
+ "sampler": 1,
2865
+ "target": {
2866
+ "node": 9,
2867
+ "path": "rotation"
2868
+ }
2869
+ },
2870
+ {
2871
+ "sampler": 2,
2872
+ "target": {
2873
+ "node": 23,
2874
+ "path": "rotation"
2875
+ }
2876
+ },
2877
+ {
2878
+ "sampler": 3,
2879
+ "target": {
2880
+ "node": 23,
2881
+ "path": "translation"
2882
+ }
2883
+ },
2884
+ {
2885
+ "sampler": 4,
2886
+ "target": {
2887
+ "node": 13,
2888
+ "path": "rotation"
2889
+ }
2890
+ },
2891
+ {
2892
+ "sampler": 5,
2893
+ "target": {
2894
+ "node": 15,
2895
+ "path": "rotation"
2896
+ }
2897
+ },
2898
+ {
2899
+ "sampler": 6,
2900
+ "target": {
2901
+ "node": 17,
2902
+ "path": "rotation"
2903
+ }
2904
+ },
2905
+ {
2906
+ "sampler": 7,
2907
+ "target": {
2908
+ "node": 21,
2909
+ "path": "rotation"
2910
+ }
2911
+ },
2912
+ {
2913
+ "sampler": 8,
2914
+ "target": {
2915
+ "node": 25,
2916
+ "path": "rotation"
2917
+ }
2918
+ },
2919
+ {
2920
+ "sampler": 9,
2921
+ "target": {
2922
+ "node": 25,
2923
+ "path": "translation"
2924
+ }
2925
+ },
2926
+ {
2927
+ "sampler": 10,
2928
+ "target": {
2929
+ "node": 5,
2930
+ "path": "rotation"
2931
+ }
2932
+ },
2933
+ {
2934
+ "sampler": 11,
2935
+ "target": {
2936
+ "node": 5,
2937
+ "path": "translation"
2938
+ }
2939
+ },
2940
+ {
2941
+ "sampler": 12,
2942
+ "target": {
2943
+ "node": 1,
2944
+ "path": "rotation"
2945
+ }
2946
+ },
2947
+ {
2948
+ "sampler": 13,
2949
+ "target": {
2950
+ "node": 1,
2951
+ "path": "translation"
2952
+ }
2953
+ },
2954
+ {
2955
+ "sampler": 14,
2956
+ "target": {
2957
+ "node": 3,
2958
+ "path": "rotation"
2959
+ }
2960
+ },
2961
+ {
2962
+ "sampler": 15,
2963
+ "target": {
2964
+ "node": 3,
2965
+ "path": "translation"
2966
+ }
2967
+ },
2968
+ {
2969
+ "sampler": 16,
2970
+ "target": {
2971
+ "node": 11,
2972
+ "path": "rotation"
2973
+ }
2974
+ },
2975
+ {
2976
+ "sampler": 17,
2977
+ "target": {
2978
+ "node": 19,
2979
+ "path": "rotation"
2980
+ }
2981
+ }
2982
+ ]
2983
+ },
2984
+ {
2985
+ "name": "bite",
2986
+ "samplers": [
2987
+ {
2988
+ "input": 33,
2989
+ "output": 34,
2990
+ "interpolation": "LINEAR"
2991
+ },
2992
+ {
2993
+ "input": 88,
2994
+ "output": 89,
2995
+ "interpolation": "LINEAR"
2996
+ },
2997
+ {
2998
+ "input": 35,
2999
+ "output": 36,
3000
+ "interpolation": "LINEAR"
3001
+ },
3002
+ {
3003
+ "input": 33,
3004
+ "output": 37,
3005
+ "interpolation": "LINEAR"
3006
+ },
3007
+ {
3008
+ "input": 33,
3009
+ "output": 38,
3010
+ "interpolation": "LINEAR"
3011
+ },
3012
+ {
3013
+ "input": 88,
3014
+ "output": 90,
3015
+ "interpolation": "LINEAR"
3016
+ },
3017
+ {
3018
+ "input": 33,
3019
+ "output": 39,
3020
+ "interpolation": "LINEAR"
3021
+ },
3022
+ {
3023
+ "input": 91,
3024
+ "output": 92,
3025
+ "interpolation": "LINEAR"
3026
+ },
3027
+ {
3028
+ "input": 33,
3029
+ "output": 40,
3030
+ "interpolation": "LINEAR"
3031
+ },
3032
+ {
3033
+ "input": 93,
3034
+ "output": 94,
3035
+ "interpolation": "LINEAR"
3036
+ },
3037
+ {
3038
+ "input": 33,
3039
+ "output": 41,
3040
+ "interpolation": "LINEAR"
3041
+ },
3042
+ {
3043
+ "input": 33,
3044
+ "output": 42,
3045
+ "interpolation": "LINEAR"
3046
+ },
3047
+ {
3048
+ "input": 15,
3049
+ "output": 2,
3050
+ "interpolation": "LINEAR"
3051
+ },
3052
+ {
3053
+ "input": 33,
3054
+ "output": 43,
3055
+ "interpolation": "LINEAR"
3056
+ },
3057
+ {
3058
+ "input": 15,
3059
+ "output": 3,
3060
+ "interpolation": "LINEAR"
3061
+ },
3062
+ {
3063
+ "input": 33,
3064
+ "output": 44,
3065
+ "interpolation": "LINEAR"
3066
+ },
3067
+ {
3068
+ "input": 33,
3069
+ "output": 45,
3070
+ "interpolation": "LINEAR"
3071
+ }
3072
+ ],
3073
+ "channels": [
3074
+ {
3075
+ "sampler": 0,
3076
+ "target": {
3077
+ "node": 7,
3078
+ "path": "rotation"
3079
+ }
3080
+ },
3081
+ {
3082
+ "sampler": 1,
3083
+ "target": {
3084
+ "node": 9,
3085
+ "path": "rotation"
3086
+ }
3087
+ },
3088
+ {
3089
+ "sampler": 2,
3090
+ "target": {
3091
+ "node": 23,
3092
+ "path": "rotation"
3093
+ }
3094
+ },
3095
+ {
3096
+ "sampler": 3,
3097
+ "target": {
3098
+ "node": 13,
3099
+ "path": "rotation"
3100
+ }
3101
+ },
3102
+ {
3103
+ "sampler": 4,
3104
+ "target": {
3105
+ "node": 15,
3106
+ "path": "rotation"
3107
+ }
3108
+ },
3109
+ {
3110
+ "sampler": 5,
3111
+ "target": {
3112
+ "node": 17,
3113
+ "path": "rotation"
3114
+ }
3115
+ },
3116
+ {
3117
+ "sampler": 6,
3118
+ "target": {
3119
+ "node": 21,
3120
+ "path": "rotation"
3121
+ }
3122
+ },
3123
+ {
3124
+ "sampler": 7,
3125
+ "target": {
3126
+ "node": 25,
3127
+ "path": "rotation"
3128
+ }
3129
+ },
3130
+ {
3131
+ "sampler": 8,
3132
+ "target": {
3133
+ "node": 25,
3134
+ "path": "translation"
3135
+ }
3136
+ },
3137
+ {
3138
+ "sampler": 9,
3139
+ "target": {
3140
+ "node": 5,
3141
+ "path": "rotation"
3142
+ }
3143
+ },
3144
+ {
3145
+ "sampler": 10,
3146
+ "target": {
3147
+ "node": 5,
3148
+ "path": "translation"
3149
+ }
3150
+ },
3151
+ {
3152
+ "sampler": 11,
3153
+ "target": {
3154
+ "node": 1,
3155
+ "path": "rotation"
3156
+ }
3157
+ },
3158
+ {
3159
+ "sampler": 12,
3160
+ "target": {
3161
+ "node": 1,
3162
+ "path": "translation"
3163
+ }
3164
+ },
3165
+ {
3166
+ "sampler": 13,
3167
+ "target": {
3168
+ "node": 3,
3169
+ "path": "rotation"
3170
+ }
3171
+ },
3172
+ {
3173
+ "sampler": 14,
3174
+ "target": {
3175
+ "node": 3,
3176
+ "path": "translation"
3177
+ }
3178
+ },
3179
+ {
3180
+ "sampler": 15,
3181
+ "target": {
3182
+ "node": 11,
3183
+ "path": "rotation"
3184
+ }
3185
+ },
3186
+ {
3187
+ "sampler": 16,
3188
+ "target": {
3189
+ "node": 19,
3190
+ "path": "rotation"
3191
+ }
3192
+ }
3193
+ ]
3194
+ },
3195
+ {
3196
+ "name": "cocoon",
3197
+ "samplers": [
3198
+ {
3199
+ "input": 46,
3200
+ "output": 47,
3201
+ "interpolation": "LINEAR"
3202
+ },
3203
+ {
3204
+ "input": 48,
3205
+ "output": 49,
3206
+ "interpolation": "LINEAR"
3207
+ },
3208
+ {
3209
+ "input": 95,
3210
+ "output": 96,
3211
+ "interpolation": "LINEAR"
3212
+ },
3213
+ {
3214
+ "input": 97,
3215
+ "output": 98,
3216
+ "interpolation": "LINEAR"
3217
+ },
3218
+ {
3219
+ "input": 46,
3220
+ "output": 50,
3221
+ "interpolation": "LINEAR"
3222
+ },
3223
+ {
3224
+ "input": 51,
3225
+ "output": 52,
3226
+ "interpolation": "LINEAR"
3227
+ },
3228
+ {
3229
+ "input": 99,
3230
+ "output": 100,
3231
+ "interpolation": "LINEAR"
3232
+ },
3233
+ {
3234
+ "input": 101,
3235
+ "output": 102,
3236
+ "interpolation": "LINEAR"
3237
+ },
3238
+ {
3239
+ "input": 53,
3240
+ "output": 54,
3241
+ "interpolation": "LINEAR"
3242
+ },
3243
+ {
3244
+ "input": 103,
3245
+ "output": 104,
3246
+ "interpolation": "LINEAR"
3247
+ },
3248
+ {
3249
+ "input": 0,
3250
+ "output": 76,
3251
+ "interpolation": "LINEAR"
3252
+ },
3253
+ {
3254
+ "input": 105,
3255
+ "output": 106,
3256
+ "interpolation": "LINEAR"
3257
+ },
3258
+ {
3259
+ "input": 0,
3260
+ "output": 2,
3261
+ "interpolation": "LINEAR"
3262
+ },
3263
+ {
3264
+ "input": 105,
3265
+ "output": 107,
3266
+ "interpolation": "LINEAR"
3267
+ },
3268
+ {
3269
+ "input": 0,
3270
+ "output": 3,
3271
+ "interpolation": "LINEAR"
3272
+ },
3273
+ {
3274
+ "input": 108,
3275
+ "output": 109,
3276
+ "interpolation": "LINEAR"
3277
+ },
3278
+ {
3279
+ "input": 97,
3280
+ "output": 110,
3281
+ "interpolation": "LINEAR"
3282
+ }
3283
+ ],
3284
+ "channels": [
3285
+ {
3286
+ "sampler": 0,
3287
+ "target": {
3288
+ "node": 7,
3289
+ "path": "rotation"
3290
+ }
3291
+ },
3292
+ {
3293
+ "sampler": 1,
3294
+ "target": {
3295
+ "node": 9,
3296
+ "path": "rotation"
3297
+ }
3298
+ },
3299
+ {
3300
+ "sampler": 2,
3301
+ "target": {
3302
+ "node": 23,
3303
+ "path": "rotation"
3304
+ }
3305
+ },
3306
+ {
3307
+ "sampler": 3,
3308
+ "target": {
3309
+ "node": 13,
3310
+ "path": "rotation"
3311
+ }
3312
+ },
3313
+ {
3314
+ "sampler": 4,
3315
+ "target": {
3316
+ "node": 15,
3317
+ "path": "rotation"
3318
+ }
3319
+ },
3320
+ {
3321
+ "sampler": 5,
3322
+ "target": {
3323
+ "node": 17,
3324
+ "path": "rotation"
3325
+ }
3326
+ },
3327
+ {
3328
+ "sampler": 6,
3329
+ "target": {
3330
+ "node": 21,
3331
+ "path": "rotation"
3332
+ }
3333
+ },
3334
+ {
3335
+ "sampler": 7,
3336
+ "target": {
3337
+ "node": 25,
3338
+ "path": "rotation"
3339
+ }
3340
+ },
3341
+ {
3342
+ "sampler": 8,
3343
+ "target": {
3344
+ "node": 25,
3345
+ "path": "translation"
3346
+ }
3347
+ },
3348
+ {
3349
+ "sampler": 9,
3350
+ "target": {
3351
+ "node": 5,
3352
+ "path": "rotation"
3353
+ }
3354
+ },
3355
+ {
3356
+ "sampler": 10,
3357
+ "target": {
3358
+ "node": 5,
3359
+ "path": "translation"
3360
+ }
3361
+ },
3362
+ {
3363
+ "sampler": 11,
3364
+ "target": {
3365
+ "node": 1,
3366
+ "path": "rotation"
3367
+ }
3368
+ },
3369
+ {
3370
+ "sampler": 12,
3371
+ "target": {
3372
+ "node": 1,
3373
+ "path": "translation"
3374
+ }
3375
+ },
3376
+ {
3377
+ "sampler": 13,
3378
+ "target": {
3379
+ "node": 3,
3380
+ "path": "rotation"
3381
+ }
3382
+ },
3383
+ {
3384
+ "sampler": 14,
3385
+ "target": {
3386
+ "node": 3,
3387
+ "path": "translation"
3388
+ }
3389
+ },
3390
+ {
3391
+ "sampler": 15,
3392
+ "target": {
3393
+ "node": 11,
3394
+ "path": "rotation"
3395
+ }
3396
+ },
3397
+ {
3398
+ "sampler": 16,
3399
+ "target": {
3400
+ "node": 19,
3401
+ "path": "rotation"
3402
+ }
3403
+ }
3404
+ ]
3405
+ },
3406
+ {
3407
+ "name": "gas",
3408
+ "samplers": [
3409
+ {
3410
+ "input": 111,
3411
+ "output": 112,
3412
+ "interpolation": "LINEAR"
3413
+ },
3414
+ {
3415
+ "input": 113,
3416
+ "output": 114,
3417
+ "interpolation": "LINEAR"
3418
+ },
3419
+ {
3420
+ "input": 115,
3421
+ "output": 116,
3422
+ "interpolation": "LINEAR"
3423
+ },
3424
+ {
3425
+ "input": 117,
3426
+ "output": 118,
3427
+ "interpolation": "LINEAR"
3428
+ },
3429
+ {
3430
+ "input": 111,
3431
+ "output": 119,
3432
+ "interpolation": "LINEAR"
3433
+ },
3434
+ {
3435
+ "input": 113,
3436
+ "output": 120,
3437
+ "interpolation": "LINEAR"
3438
+ },
3439
+ {
3440
+ "input": 117,
3441
+ "output": 121,
3442
+ "interpolation": "LINEAR"
3443
+ },
3444
+ {
3445
+ "input": 122,
3446
+ "output": 123,
3447
+ "interpolation": "LINEAR"
3448
+ },
3449
+ {
3450
+ "input": 124,
3451
+ "output": 125,
3452
+ "interpolation": "LINEAR"
3453
+ },
3454
+ {
3455
+ "input": 126,
3456
+ "output": 127,
3457
+ "interpolation": "LINEAR"
3458
+ },
3459
+ {
3460
+ "input": 128,
3461
+ "output": 76,
3462
+ "interpolation": "LINEAR"
3463
+ },
3464
+ {
3465
+ "input": 129,
3466
+ "output": 130,
3467
+ "interpolation": "LINEAR"
3468
+ },
3469
+ {
3470
+ "input": 128,
3471
+ "output": 2,
3472
+ "interpolation": "LINEAR"
3473
+ },
3474
+ {
3475
+ "input": 129,
3476
+ "output": 131,
3477
+ "interpolation": "LINEAR"
3478
+ },
3479
+ {
3480
+ "input": 128,
3481
+ "output": 3,
3482
+ "interpolation": "LINEAR"
3483
+ },
3484
+ {
3485
+ "input": 132,
3486
+ "output": 133,
3487
+ "interpolation": "LINEAR"
3488
+ },
3489
+ {
3490
+ "input": 132,
3491
+ "output": 134,
3492
+ "interpolation": "LINEAR"
3493
+ }
3494
+ ],
3495
+ "channels": [
3496
+ {
3497
+ "sampler": 0,
3498
+ "target": {
3499
+ "node": 7,
3500
+ "path": "rotation"
3501
+ }
3502
+ },
3503
+ {
3504
+ "sampler": 1,
3505
+ "target": {
3506
+ "node": 9,
3507
+ "path": "rotation"
3508
+ }
3509
+ },
3510
+ {
3511
+ "sampler": 2,
3512
+ "target": {
3513
+ "node": 23,
3514
+ "path": "rotation"
3515
+ }
3516
+ },
3517
+ {
3518
+ "sampler": 3,
3519
+ "target": {
3520
+ "node": 13,
3521
+ "path": "rotation"
3522
+ }
3523
+ },
3524
+ {
3525
+ "sampler": 4,
3526
+ "target": {
3527
+ "node": 15,
3528
+ "path": "rotation"
3529
+ }
3530
+ },
3531
+ {
3532
+ "sampler": 5,
3533
+ "target": {
3534
+ "node": 17,
3535
+ "path": "rotation"
3536
+ }
3537
+ },
3538
+ {
3539
+ "sampler": 6,
3540
+ "target": {
3541
+ "node": 21,
3542
+ "path": "rotation"
3543
+ }
3544
+ },
3545
+ {
3546
+ "sampler": 7,
3547
+ "target": {
3548
+ "node": 25,
3549
+ "path": "rotation"
3550
+ }
3551
+ },
3552
+ {
3553
+ "sampler": 8,
3554
+ "target": {
3555
+ "node": 25,
3556
+ "path": "translation"
3557
+ }
3558
+ },
3559
+ {
3560
+ "sampler": 9,
3561
+ "target": {
3562
+ "node": 5,
3563
+ "path": "rotation"
3564
+ }
3565
+ },
3566
+ {
3567
+ "sampler": 10,
3568
+ "target": {
3569
+ "node": 5,
3570
+ "path": "translation"
3571
+ }
3572
+ },
3573
+ {
3574
+ "sampler": 11,
3575
+ "target": {
3576
+ "node": 1,
3577
+ "path": "rotation"
3578
+ }
3579
+ },
3580
+ {
3581
+ "sampler": 12,
3582
+ "target": {
3583
+ "node": 1,
3584
+ "path": "translation"
3585
+ }
3586
+ },
3587
+ {
3588
+ "sampler": 13,
3589
+ "target": {
3590
+ "node": 3,
3591
+ "path": "rotation"
3592
+ }
3593
+ },
3594
+ {
3595
+ "sampler": 14,
3596
+ "target": {
3597
+ "node": 3,
3598
+ "path": "translation"
3599
+ }
3600
+ },
3601
+ {
3602
+ "sampler": 15,
3603
+ "target": {
3604
+ "node": 11,
3605
+ "path": "rotation"
3606
+ }
3607
+ },
3608
+ {
3609
+ "sampler": 16,
3610
+ "target": {
3611
+ "node": 19,
3612
+ "path": "rotation"
3613
+ }
3614
+ }
3615
+ ]
3616
+ },
3617
+ {
3618
+ "name": "death",
3619
+ "samplers": [
3620
+ {
3621
+ "input": 135,
3622
+ "output": 136,
3623
+ "interpolation": "LINEAR"
3624
+ },
3625
+ {
3626
+ "input": 137,
3627
+ "output": 138,
3628
+ "interpolation": "LINEAR"
3629
+ },
3630
+ {
3631
+ "input": 135,
3632
+ "output": 139,
3633
+ "interpolation": "LINEAR"
3634
+ },
3635
+ {
3636
+ "input": 137,
3637
+ "output": 140,
3638
+ "interpolation": "LINEAR"
3639
+ },
3640
+ {
3641
+ "input": 135,
3642
+ "output": 141,
3643
+ "interpolation": "LINEAR"
3644
+ },
3645
+ {
3646
+ "input": 137,
3647
+ "output": 142,
3648
+ "interpolation": "LINEAR"
3649
+ },
3650
+ {
3651
+ "input": 137,
3652
+ "output": 143,
3653
+ "interpolation": "LINEAR"
3654
+ },
3655
+ {
3656
+ "input": 144,
3657
+ "output": 145,
3658
+ "interpolation": "LINEAR"
3659
+ },
3660
+ {
3661
+ "input": 55,
3662
+ "output": 56,
3663
+ "interpolation": "LINEAR"
3664
+ },
3665
+ {
3666
+ "input": 135,
3667
+ "output": 146,
3668
+ "interpolation": "LINEAR"
3669
+ },
3670
+ {
3671
+ "input": 152,
3672
+ "output": 57,
3673
+ "interpolation": "LINEAR"
3674
+ },
3675
+ {
3676
+ "input": 147,
3677
+ "output": 148,
3678
+ "interpolation": "LINEAR"
3679
+ },
3680
+ {
3681
+ "input": 58,
3682
+ "output": 2,
3683
+ "interpolation": "LINEAR"
3684
+ },
3685
+ {
3686
+ "input": 147,
3687
+ "output": 149,
3688
+ "interpolation": "LINEAR"
3689
+ },
3690
+ {
3691
+ "input": 58,
3692
+ "output": 3,
3693
+ "interpolation": "LINEAR"
3694
+ },
3695
+ {
3696
+ "input": 137,
3697
+ "output": 150,
3698
+ "interpolation": "LINEAR"
3699
+ },
3700
+ {
3701
+ "input": 137,
3702
+ "output": 151,
3703
+ "interpolation": "LINEAR"
3704
+ }
3705
+ ],
3706
+ "channels": [
3707
+ {
3708
+ "sampler": 0,
3709
+ "target": {
3710
+ "node": 7,
3711
+ "path": "rotation"
3712
+ }
3713
+ },
3714
+ {
3715
+ "sampler": 1,
3716
+ "target": {
3717
+ "node": 9,
3718
+ "path": "rotation"
3719
+ }
3720
+ },
3721
+ {
3722
+ "sampler": 2,
3723
+ "target": {
3724
+ "node": 23,
3725
+ "path": "rotation"
3726
+ }
3727
+ },
3728
+ {
3729
+ "sampler": 3,
3730
+ "target": {
3731
+ "node": 13,
3732
+ "path": "rotation"
3733
+ }
3734
+ },
3735
+ {
3736
+ "sampler": 4,
3737
+ "target": {
3738
+ "node": 15,
3739
+ "path": "rotation"
3740
+ }
3741
+ },
3742
+ {
3743
+ "sampler": 5,
3744
+ "target": {
3745
+ "node": 17,
3746
+ "path": "rotation"
3747
+ }
3748
+ },
3749
+ {
3750
+ "sampler": 6,
3751
+ "target": {
3752
+ "node": 21,
3753
+ "path": "rotation"
3754
+ }
3755
+ },
3756
+ {
3757
+ "sampler": 7,
3758
+ "target": {
3759
+ "node": 25,
3760
+ "path": "rotation"
3761
+ }
3762
+ },
3763
+ {
3764
+ "sampler": 8,
3765
+ "target": {
3766
+ "node": 25,
3767
+ "path": "translation"
3768
+ }
3769
+ },
3770
+ {
3771
+ "sampler": 9,
3772
+ "target": {
3773
+ "node": 5,
3774
+ "path": "rotation"
3775
+ }
3776
+ },
3777
+ {
3778
+ "sampler": 10,
3779
+ "target": {
3780
+ "node": 5,
3781
+ "path": "translation"
3782
+ }
3783
+ },
3784
+ {
3785
+ "sampler": 11,
3786
+ "target": {
3787
+ "node": 1,
3788
+ "path": "rotation"
3789
+ }
3790
+ },
3791
+ {
3792
+ "sampler": 12,
3793
+ "target": {
3794
+ "node": 1,
3795
+ "path": "translation"
3796
+ }
3797
+ },
3798
+ {
3799
+ "sampler": 13,
3800
+ "target": {
3801
+ "node": 3,
3802
+ "path": "rotation"
3803
+ }
3804
+ },
3805
+ {
3806
+ "sampler": 14,
3807
+ "target": {
3808
+ "node": 3,
3809
+ "path": "translation"
3810
+ }
3811
+ },
3812
+ {
3813
+ "sampler": 15,
3814
+ "target": {
3815
+ "node": 11,
3816
+ "path": "rotation"
3817
+ }
3818
+ },
3819
+ {
3820
+ "sampler": 16,
3821
+ "target": {
3822
+ "node": 19,
3823
+ "path": "rotation"
3824
+ }
3825
+ }
3826
+ ]
3827
+ }
3828
+ ],
3829
+ "scenes": [
3830
+ {
3831
+ "name": "blockbench_export",
3832
+ "nodes": [
3833
+ 26
3834
+ ]
3835
+ }
3836
+ ],
3837
+ "scene": 0
3838
+ }